/***************************************************/
/****************** Navigator Multimedia *********/
/************************************************/
body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: auto;
	background-color:#6A694B;
}

#wrapper {
	position:relative;
	width: 783px;
	margin: auto;
	padding:0;
}

#logo {
	position: absolute; 
	top: 65px; 
	left: 70px;
}

/************************************* Nav Styles */
.link-on{
	font-size:12px;
	font-weight:bold;
	color:#FFBA00;
}

#headernav{
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	background: url(../images/interface/h4bg.jpg) right no-repeat;
}

#headernav a { color: #ffffff; text-decoration:none;}
#headernav a:link { color: #ffffff; text-decoration:none;}
#headernav a:visited { color: #ffffff; text-decoration:none;}
#headernav a:hover { color: #FFBA00; text-decoration:none;}

/************************************* Content Styles */

#subnav{
	font-size:9px;
	color:#FFFFFF;
	letter-spacing:0px;
	
	position:absolute; 
	left:5px; 
	top:210px;
	width:278px; 
	height:25px; 
	z-index:0
}

#subnav a { color: #ffffff; text-decoration:none;}
#subnav a:link { color: #ffffff; text-decoration:none;}
#subnav a:visited { color: #ffffff; text-decoration:none;}
#subnav a:hover { color: #ffffff; text-decoration:none;}

#productsm {
	position:absolute; 
	left:75px; 
	top:53px; 
	width:153px; 
	height:131px; 
	z-index:3; 
	visibility: hidden;
}

#servicesm {
	position:absolute; 
	left:390px; 
	top:53px; 
	width:153px; 
	height:131px; 
	z-index:3; 
	visibility: hidden;
}

/************************************* Content Styles */
#content .title{
	font-size: 12px;
	font-weight:bold;
	text-align:left;
	color:#37553d;
}

#content .title2{
	font-size: 10px;
	font-weight:bold;
	text-align:left;
	color:#37553d;
}

#content{
	text-align:left;
}

#content a { color: #A85227; text-decoration:none;}
#content a:link { color: #A85227; text-decoration:none; }
#content a:visited { color: #A85227; text-decoration:none; }
#content a:hover { color: #69341A; text-decoration:none;}

#content p{
	font-size: 16px;
	color:#4F4F4F;
	line-height:18px;
	margin:0px;
}

#content h1{
	font-size: 16px;
	color:#4F4F4F;
	line-height:18px;
	margin-bottom:10px;
}

ul {
	margin: 0px;
	padding: 0px;
}
/*Backup of the h1 style:*/
/*#content h1{
	font-size: 15px;
	text-align:left;
	color:#294932;
	padding: 10px 0px 0px 10px;
	margin:0px;
}*/

#content .picture{
border: 1px solid #ffffff;
}
#content .sitemap {
font-size:10px;
}
/**************************************Side Styles*/
#sidepics{
	padding:0;
	margin:0px 10px 0px 20px;
}


#sidepics .picture{
border: 1px solid #ffffff;
}
/**************************************Gallery*/

#gallery {
	width: 350px;
	height: auto;
	margin: 0px auto;
	list-style: none;
	clear: both;
}
#gallery li {
	width: 140px;
	height: 155px;
	padding: 5px 7px 5px 5px;
	float: left;
	margin: 0px 20px 10px 0px;
	background:#aeb290;
}
#gallery .gallery-img {
	border: 1px solid #FFF;
	width: 140px;
	height: 120px;
}
#gallery .gallery-title {
	width: 145px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	padding: 5px 0px 0px 0px;
}
#gallery a {
	display: block;
	width: 150px;
	height: 150px;
	cursor: pointer;
}
/**************************************Links*/
#links {
	width: 100%;
	height: auto;
	clear: both;
}

#links li {
	width: 120px;
	height: 145px;
	float: left;
	margin: 0px 20px 10px 0px;
	list-style: none;
	vertical-align: middle;
	color: #A85227;
	
	position: relative;
}

#links li .link-image:hover {
	border: 3px solid #82572d;
}

#links li a {
	width: 120px;
	height: 145px;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#links li:hover {
	color: #69341A;
}


#links li .link-image {
	width: 120px;
	height: 120px;
	overflow: hidden;
	background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center;
	border: 3px solid #963;
	margin-bottom: 3px;
}

#links li .link-text {
	width: 120px;
	height: auto;
	text-align: center;
	vertical-align: middle;
}


/**************************************Photos*/
#photos {
	width: 100%;
	height: auto;
	margin: 0px auto;
	list-style: none;
	clear: both;
}
#photos li {
	width: 120px;
	height: 122px;
	padding: 5px 7px 5px 5px;
	float: left;
	margin: 0px 20px 10px 0px;
	background:#aeb290;
}
#photos .photos-img {
	border: 1px solid #FFF;
	width: 120px;
	height: 120px;
}
#photos a {
	display: block;
	width: 150px;
	height: 150px;
	cursor: pointer;
}

/**************************************Form Styles*/
	
#content #form {
	font-size:12px;
}

#content #form .button {
	background-color:#DADADA;
	color: #000000;
	border:1px solid #000000;
	width:80px;
	height:20px;
	cursor: pointer;
}

#content #form input {
	font-size: 11px;
	height:13px;
	border: 1px solid;
}

#content #form .checkbox {
	border: 0px;
}

/************************************* Footer Styles */
.country{
	font-size: 11px;
	color:#9B9D85;
	margin:0px;
	visibility:hidden;
}

.design{
	font-size: 9px;
	color:#9B9D85;
	margin:0px;
}


#footer p{
	font-size: 11px;
	color:#000000;
	padding: 3px 0px 0px 175px;
	margin:0px;
}

#footer{
	font-size: 12px;
	color: #000000;
	padding: 3px 0px 0px 15px;
}

#footer a { color: #000000; text-decoration:none;}
#footer a:link { color: #000000; text-decoration:none; }
#footer a:visited { color: #000000; text-decoration:none; }
#footer a:hover { color: #000000; text-decoration:none;}

/******************************************** menu style*/
.menuitem a:link,
.menuitem a:visited {
	width:120px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	padding:4px 4px 4px 18px;
	color:#ffffff;
	display:block;
	background-color:#6E7E4C;
	}
	
.menuitem a:hover {
	color:#ffba00;
	background-color:#6a694b;
	}
	
.menuitemOn {
	width:126px;
	height:20px;
	background-color:#6a694b; 
	}

/******************************************** menu style*/
#hide{
	font-size: 12px;
	color: #6A694B;
	padding: 3px 0px 0px 15px;
}

#hide a { color: #6A694B; text-decoration:none;}
#hide a:link { color: #6A694B; text-decoration:none; }
#hide a:visited { color: #6A694B; text-decoration:none; }
#hide a:hover { color: #6A694B; text-decoration:none;}

/* Light Box 
--------------------------------------------------------------------------------------- */
#jquery-overlay {
	position:			absolute;
	top: 				0;
	left: 				0;
	z-index: 			99;
	width: 				100%;
	height: 			500px;
}

#jquery-lightbox {
	position: 			absolute;
	top: 				0;
	left: 				0;
	width: 				100%;
	z-index: 			100;
	text-align: 		center;
	line-height: 		0;
}

#jquery-lightbox a img {
	border: 			none;
}

#lightbox-container-image-box {
	position: 			relative;
	background-color: 	#fff;
	width: 				250px;
	height: 			250px;
	margin: 			0 auto;
}

#lightbox-container-image {
	padding: 	        10px;
}

#lightbox-loading {
	position: 			absolute;
	top: 				40%;
	left: 				0%;
	height: 			25%;
	width: 				100%;
	text-align: 		center;
	line-height: 		0;
}

#lightbox-nav {
	position: 			absolute;
	top: 				0;
	left: 				0;
	height: 			100%;
	width: 				100%;
	z-index: 			10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 				0;
}

#lightbox-nav a {
	outline: 			none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 				49%;
	height: 			100%;
	display: 			block;
}

#lightbox-nav-btnPrev {
	left: 				0;
	float: 				left;
}

#lightbox-nav-btnNext {
	right: 				0;
	float: 				right;
}

#lightbox-container-image-data-box {
	font: 				10px Verdana, Helvetica, sans-serif;
	background-color: 	#fff;
	margin: 			0 auto;
	line-height: 		1.4em;
	overflow:			auto;
	width: 				100%;
	padding: 	        0 10px 0;
}

#lightbox-container-image-data {
	padding:            0 10px;
	color: 				#666;
}

#lightbox-container-image-data #lightbox-image-details {
	width:				70%;
	float: 				left;
	text-align: 		left;
}

#lightbox-image-details-caption {
	font-weight: 		bold;
}

#lightbox-image-details-currentNumber {
	display: 			block;
	clear: 				left;
	padding-bottom: 	1.0em;
	padding-top:		1.0em;
}

#lightbox-secNav-btnClose {
	width: 				66px;
	float: 				right;
	padding-bottom: 	0.7em;
}

