/* CSS Document */

body {
  	background: #618a2a url(images/mainBG.jpg) repeat-x;
	background-position: 0px 0px;
	margin:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
  	color:#3b3b35;
  }
  
ul {
	margin-top:10px;
	margin-left:15px;
	padding-left:0px;
	padding-top:0px;
	}  
	
li {
	margin-bottom:10px;
	}  	
	
hr {
	border:0px;
	height:1px;
	color:#999999;
	background-color:#999999;
	}
	 
/* topnav styles	  */

.topnav {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.topnav a {
	text-decoration:none;
	color: #FFFFFF;
	}
	
.topnav a:hover {
	color:#FF9900;
	}	
		
/* main content styles */

#mainwrap {
	width:1005px;
	background:url(images/main_top_rev.png) no-repeat top;
	padding-top:39px;
	}
#mainwrap2{
	margin-top:-26px;
	}

.maincontent {
	background-color:#ffffff;
	font-size:80%;
	text-align:left;
	line-height:1.6em;
	}	

.maincontent a {
	color:#0077DC;
	text-decoration:none;
	}
	
.maincontent a:hover {
	text-decoration:underline;
	}
	
.divider {
	background-color:#999999;
	}

#mainheader {
	font-size:28px;
	margin-top:35px;
	margin-bottom:10px;
	letter-spacing: -1px;
	}

#mainsubhead1 {
	font-size:18px;
	margin-bottom:1px;
	font-style:italic;
	}	
		
.sectionheader {
	font-size:130%;
	font-weight:bold;
	}	
	
.subhead1 {
	font-size:110%;
	font-weight:bold;
	}				
.subhead2 {
	font-size:18px;
	font-weight:bold;
}
		
.lightertext {
	color:#666666;
}	

.backtotop {
	font-size:8pt;
	color:#3b3b35;
	letter-spacing: .125em;
}

.backtotop a {
	color:#3b3b35;
	text-decoration:none;
	}

.backtotop a:hover {
	color:#3b3b35;
	text-decoration:underline;
	}
	
.imageleft {
	margin: 0 20px 10px 0;
	}	
	
.imageright {
	margin: 0 0 10px 20px;
	}		

/* leftnav styles */
		 
#leftnavbox {
	width:175px;
	background: url(images/leftnav_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	overflow:visible;
	}
	
#leftnavtop {
	background:url(images/leftnav_top.png) no-repeat;
	width:175px;
	height:26px;
	color:#cccccc;
	padding-top:9px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	letter-spacing: 0.125em;
	text-transform: uppercase;
	font-weight: bold;
	}
  
.leftnav {
	background-color:#f2dfa1;
	}

.highlight1 {
	width:125px;
	height:90px;
	font-size:13px;
	line-height:11px;
	font-weight: bold;
}	

.highlight1b {
	width:125px;
	height:90px;
	font-size:13px;
	line-height:11px;
	font-weight: bold;
	 
}	

.highlight1 a {
	display:block;
	color:#3b3b35;
	text-decoration:none;
	width:125px;
	height:90px;
	background-image: url(images/highlight_box1.png);
	background-repeat: no-repeat;
	padding-top: 27px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	}
	
.highlight1 a:hover {
	display:block;
	background:url(images/highlight_box1.png) no-repeat;
	text-decoration: none;
	}	
	
.highlight1b a {
	display:block;
	color:#3b3b35;
	text-decoration:none;
	width:125px; 
	height:90px; 
	padding: 27px 0 0 30px;	 
 	background:url(images/highlight_box1.png) no-repeat; 
	}	

	
.highlight2 {
	width:125px;
	height:90px;
	font-size:13px;
	line-height:11px;
	font-weight: bold;
}	

.highlight2b {
	width:125px;
	height:90px;
	font-size:13px;
	line-height:11px;
	font-weight: bold;
}	

.highlight2b a {
	display:block;
	 width:125px; 
	 height:90px; 
	color:#3b3b35;
	text-decoration:none;
	 background:url(images/highlight_box2.png) no-repeat; 
	 padding: 27px 0 0 30px; 
	}	
	
.highlight2 a {
	display:block;
	width:125px;
	height:90px;
	background:url(images/highlight_box2.png) no-repeat;
	color:#3b3b35;
	text-decoration:none;
	padding-top: 27px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	}	
	
.highlight2 a:hover {
	display:block;
	background:url(images/highlight_box2.png) no-repeat;
	text-decoration: none;
	}		
	
	
/* leftnav list menu styles */

#button {
	width: 155px;
	padding: 0;
	font-size:75%;
	margin: 0px;
	}
	
	#button ul {
	list-style: none;
	border: none;
	padding: 0;
	margin: 0;
		}
		
	#button li {
		margin: 0;
		list-style: none;
		list-style-image: none;
		}
	
	#button li a {
	display: block;
	text-decoration: underline;
	width: 100%;
	color:#3b3b35;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 29px;
		}
		
	#button li a:hover {
	display: block;
	text-decoration: underline;
	background: url(images/selected_arrow.png);
	color:#3b3b35;
		}		

	html>body #button li a {
		width: auto;
		}

	.selected {
	display: block;
	text-decoration: none;
	color:#3b3b35;
	background: url(images/selected_arrow.png);
		}
		
/* optional elements styles */
	
#quotes,#links {
	font-size:75%;
	line-height:1.2em;
}

#links a {
	color:#3b3b35;
	text-decoration:underline;
}
	
#links a:hover {
	color:#0077DC;
	text-decoration: underline;
}	
	
/* related content styles */
		
#relatedbox {
	width:237px;
	margin-left:65px;
}	

#related{
	width:197px;
	background: url(images/related_bg2.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	}
#productheader {
	font-size:22px;
	margin-top:20px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto;
}
#bymanufacturer {
	font-size:11px;
	font-weight:bold;
	letter-spacing: .125em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#productshort {
	font-size:12px;
	font-weight:bold;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 16px;
}
#productshortlight {
	color:#666666;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
	
.relatedheader1 {
	font-size:22px;
	font-style:italic;
	padding: 0 10px 0 10px;
	}	
	
.relatedheader2 {
	font-size:12px;
	font-weight:bold;
	letter-spacing: .125em;
	}	
	
.relatedcontent {
	background:#ff6600 url(images/related_bottom2.png);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:75%;
	line-height:1.2em;
	}
	
.relatedcontent a {
	text-decoration:underline;
	color: #FFFFFF;
}

.relatedcontent a:hover {
		text-decoration:underline;
}
	
	
#picbox {
	width:280px;
	position: absolute; 
	top:95px; 
	left:50%; 
	margin-left: 205px;
}			


/* footer styles */

.footer {
	font-size:70%;
	color:#ffffff;
	}
	
.footer a {
	color:#ffffff;
	text-decoration:none;
	}	
	
.footer a:hover {
	color:#FF9900;
	text-decoration: underline;
	}	

		
/* Lightbox Styles */

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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


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

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #002359;
	background-image: url(images/lightbox_overlay.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}			
