@charset "utf-8";
/* CSS Document */


body{
 font-family:"Trebuchet MS", Verdana;
 color:#333366;
 margin:0;
 font-size:14px;
}

h1, h2, h3, h4, h5{ color:#ff6600; margin:15px 0; margin-bottom:10px; }
p{ text-align:justify; }
#container{
 width:950px;
 margin:0 auto;
 padding:0 14px 0 13px;
 background:#fff url(images/container-bg.gif) repeat-y;
}


#header{
 background:#ddd url(images/header-logo.jpg) no-repeat;  
}

#header img{
	visibility:hidden;
}

#menu{
 background-color:#333366;
 color:#fff;
 width:100%;
}
	
#menu ul{
 padding: 0;
 margin: 0;
 list-style: none;
}

#menu ul li{
 float: left;
 position: relative;
 display:inline;
 list-style-type:none;
}

#menu ul li a{
 color:#F26639;
 background-color:#333366;
 font-size:13px;
 display:block;
 padding:5px 12px;
}

#menu ul li a:hover{
 background-color:#434372;
}

#menu li ul {
 display: none;
 position: absolute;
 top: 2em;
 left: 0;
}

		
#menu ul li ul li{
 clear:both;
}
		

#menu li a:hover, #menu li ul li a:hover{
 background-color:#333367;
 color:#fff;
}

#menu li ul{
 border-bottom: 5px solid #2f2f5d;
}
#menu li ul li a{
 padding-left:30px;
 background:#434372 url(images/menu-arrow.gif) no-repeat left ;
 /*
 border-right: 10px solid #2f2f5d;
 border-bottom: 2px solid #2f2f5d;
*/
 background-color:#424371;		
 display:block;
 width:120px;  
}

#menu li > ul {
 top: 1.8em; 			/* VALUE TO PUSH SUB MENU DOWN - USE THIS TO SORT ANY DROPOFF ISSUES */
 left: 0;
}


/* defined menu widths to avoid applet overlap! */
#menu li.collation ul li a{
 width:140px; 
}
#menu li.standard ul li a{
 width:115px; 
}
#menu li.water ul li a{
 width:100px; 
}
#menu li.rack ul li a{
 width:82px; 
}



#menu li:hover ul, #menu li.over ul{ display: block; }	



#content{
 width:520px;
 float:left;
 background-color:#fff;
 padding:0 50px 0 30px; 
 background:url(images/content-border.gif) right repeat-y;
}


#content .bottom{
 background:url(images/content-bottom.gif) bottom repeat-x;
 position:relative;
 left:5px;
 width:560px;
}

#features { 
 border-top:10px solid #FF6600;
 border-bottom:10px solid #FF6600;
 margin:30px 0;
 padding:10px 0;
}

#features table caption{ 
 text-align:left; 
 padding-bottom:10px; 
 font-size:0.9em;
 color:#FF6600;
 font-variant:small-caps; 
}
#features td{
 padding:0 10px;
}

#features ul{
  margin:0;
  padding-left:2em;
  text-align:left;
  font-size:0.8em;
}

#right{
 margin-right:2px;
 padding-left:15px;
 width:330px;
 float:right;
 background:#fff url(images/right-col-lborder.gif) left repeat-y;
 border-right:1px solid #fff;
}

#right h2{
 background-color:#FF6600;
 color:#fff;
 padding:3px;
 padding-left:2px;
 text-align:left;
 font-size:1.1em;
}

#right p{
	padding-right:8px;
}

#right .bottom{
 background:url(images/right-bottom.gif) bottom left no-repeat;
 position:relative;
 left:-12px;
}



#footer{
 padding-top:20px;
 color:#999;
 font-size:0.8em;
 background:url(images/footer.gif) bottom right no-repeat;
 width:995px;
 position:relative;
 left:-23px;
 height:100px;
}

#footer .copyright{
 margin-left:50px;
}

#footer ul{
 margin:0;
 padding:0;
 margin-top:5px;
}

#footer ul li{
 display:inline;
 color:#999;
 font-size:0.8em;
 padding:0 10px;
 border:1px solid #ddd;
}

.clr{ clear:both; }

a{ text-decoration:none; color:#f60; }
a:hover{ text-decoration:underline;  }

#content img{ margin: 2px 5px; }
.thumbnails img { border:1px solid #ccc; margin: 2px 5px; }
.thumbnails img:hover{ border:1px solid #e8754c; margin: 2px 5px;cursor:pointer; }










/* homepage extra */
#product-listings{
}

.prod-listing{
 padding:2px 5px;
 border:2px solid #ddd;
 background:url("style/images/product-listings-bg.jpg") no-repeat top left;
 margin-right:15px;
 margin-bottom:10px;
 min-height:100px;
}

#right h1, #right h2 {
 text-indent:5px;
 background:#f60 url(images/title-l-corner.gif) no-repeat top left;
}

.prod-listing img{
 float:left;
 margin:3px 15px 5px 0;
 border:1px solid #d6d6d6;
}

.prod-listing h3{
 color:#FF6600;
 margin:0;
 background:none;
}

.prod-listing p{
 font-size:0.8em;
 margin:0;
 margin-left:90px;
}

#product-listings .prod-listing{
 background:url(images/product-listings-bg.jpg) no-repeat;
}

#product-listings .prod-listing{
 background:url(images/product-listings-bg.jpg) no-repeat;
}

/* homepage */



/* lightbox */
#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.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 */
	}	
	/* lightbox  end*/
	
	
	
	
	
	
.smlcaps{
text-transform:uppercase;
font-size:0.5em;
font-weight:bold;
}
