@charset "UTF-8";
/* CSS Document */

body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;}
body,td,th {font-family: "Trebuchet MS", Sans-serif;font-size: 12px;line-height:22px;}
a {color:#FF9900; text-decoration:none;}
a:hover {color:#000000;}

#footer {color:#FFFFFF;}
#footer a {color:#FFFFFF; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#nav td a {display:block;color:#FFFFFF;text-decoration:none;background:#999999;width:100%;background-image: url(images/gif/nav_bg.gif);background-repeat:no-repeat;background-position: 95%;border-bottom:1px solid #FFFFFF;}
#nav td a:hover {background:#CCCCCC;background-image: url(images/gif/nav_bg_over.gif);background-repeat:no-repeat;background-position: 95%;border-bottom:1px solid #FFFFFF;}
#nav #subnav td a {display:block;color:#FFFFFF;text-decoration:none;background:#999999;width:100%;background-image: url(images/gif/subnav_bg.gif);background-repeat:no-repeat;background-position: 95%;border-bottom:1px solid #FFFFFF;}
#nav #subnav a:hover {background:#CCCCCC;background-image: url(images/gif/subnav_bg_over.gif);background-repeat:no-repeat;background-position: 95%;border-bottom:1px solid #FFFFFF;}


#main {padding:5px;}

.genericbox {width:100%;margin-top:3px;margin-bottom:3px;}
.headers {color:#FF9900; font-weight:bold; text-transform:uppercase; font-size:20px;}
.detail_headers {color:#FFFFFF; font-weight:bold; text-transform:uppercase;padding-left:3px;}
.frame {border: #FF9900 1px solid;}
.tech_bottom {border-bottom: #999999 1px dashed;}

div.feat3 {width: 232px;padding-bottom: 6px;float: left;padding-left: 5px;background: #FFF9F0;border: 1px solid #999999;margin-left: 17px;z-index: 999;}

* html div.feat3 {
	margin-left: 12px;
}

div.feat3 span {color:#FF9900; text-transform: uppercase;margin-left: 5px;margin-top: 5px;margin-bottom: 8px;font-weight: bold;font-size: 0.9em;display: block;width: 217px;border-bottom: 1px solid #999999;height: 25px;}

div.feat3 a {
	font-size: 0.8em;
}

* html div.feat3 a {
	font-size: 0.9em;
}

/* Lightbox
-------------------------------------- */

#lightbox{
	position: absolute;
	top: 200px;
	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; color:#000000;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color:#666666;}			
#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 */
	}	