@charset "utf-8";
/* Leif Robertson 2008 */


/*-------- General styles --------*/


* {
	padding:0;
	margin: 0;
}
	
body {
	background:url(images/reddiag.gif) repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
#wrapper {
	position:relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
	
#clear {
	clear:both;
}

.left{
	float:left;
}

.right{
	float:right;
}

A:link{
	text-decoration:none;
	color:#777;
}

A:visited{
	text-decoration:none;
	color:#777;
}

A:active{
	text-decoration:none;
	color:#777;
}

A:hover{
	text-decoration:none;
	color:#FFF;
}

img{
	border:none;
	margin:15px;
}
	
/* ----------------- header styles ---------------*/
#header {
	position: relative;
	background:url(images/top.jpg) no-repeat;
	height: 202px;
}

#header h1{
	text-indent: -9999px;
	overflow: hidden;
}
	
#header h1 a:link, 
#header h1 a:visited{
	display: block;	
	width: 900px;
	height: 120px;
	margin-Left:30px;
}

#header p{
	margin:0 50px;
}


/* --------------------- all content styles ------------------------ */

#content{
	float:left;
	width: 900px;
	background-image:url(images/body.jpg);
	background-repeat:repeat-y;
	padding-left:25px;
}


#content p{
	color:#FFF;
	padding-right:50px;
	margin-bottom:20px;
	font-size:14px;
	line-height:1.25em;
}

#contentleft{
	width:554px;
	float:left;
	margin-top:20px;
}

#contentleft p{
	color:#FFF;
	padding-right:50px;
	margin-bottom:20px;
	font-size:14px;
	line-height:1.25em;
}

#contentleft h1{
	color:#FFF;
	text-align:center;
	font-size:18px;
	margin-right:40px;
	margin-bottom:15px;
	padding:5px 10px;
	background:#700000;
	border:1px solid #990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#contentleft h2{
	color:#FFF;
	text-align:center;
	font-size:14px;
	margin-right:30px;
	margin-bottom:15px;
	padding:5px 10px;
	background:#700000;
	border:1px solid #990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul.style1{
	margin-left:25px;
	margin-bottom:15px;
	color:#FFF;
	font-size:14px;
}

#contentleft .warn{
	font-weight:bold;
	color:#FFF;
}


/******************************* BGE *************************************/

#contentleft #bge h2{
	color:#FFF;
	text-align:center;
	font-size:14px;
	margin-right:30px;
	margin-left:225px;
	margin-bottom:15px;
	padding:5px 10px;
	background:#700000;
	border:1px solid #990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#contentleft #bge img{
	padding-right:15px;
}

#contentleft #bge ul{
	margin-right:20px;
	margin-left:235px;
	color:#FFF;
}

/**************************** Liners *********************************/

.ahrensTop{
	margin-left:175px;
}


/****************************** pads *********************************/


#pads img.left{
	margin-left:55px;
}


/**************************** troubleshooting table ********************/

table{
	background-color:#320000;
	width:500px;
}

table th{
	text-align:center;
	font-size:14px;
	color:#FFF;
	padding:5px;
}

table td{
	color:#FFF;
	font-size:12px;
	padding:5px;
}
/**************************** right content **************************/

#contentright{
	width:300px;
	float:left;
	margin-top:20px;
}

#contentright p{
	color:#FFF;
	padding-right:20px;
	text-indent:15px;
	margin-bottom:20px;
	font-size:14px;
	line-height:1.25em;
}



#contentright h1{
	color:#FFF;
	text-align:center;
	font-size:16px;
	margin:10px 30px 10px 0;
	border-top:1px dashed #990000;
	padding-top:15px;
}



#noindent{
	text-indent:0px;
}

#flash{
	margin:65px 0 15px 50px;
}

#moreCom{
	font-size:12px;
	color:#FFF;
	text-align:right;
	margin: 10px 10px 0 0;
}

#complaceholder{
	height:250px;
}


/* -------------------- footer styles -------------------------------- */

#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:173px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	clear: both;
	}
	
#footer a{
	color: #990000;
	text-decoration: none;
	}
	
#footer a:hover{
	color: #FFF;
	text-decoration: none;
}
	
#footer p{
	position:relative;
	bottom:-115px;
	left:200px;
	}


/*  Prototype JavaScript framework, version 1.6.0.2
 *  (c) 2005-2008 Sam Stephenson
 *
 *  Prototype is freely distributable under the terms of an MIT-style license.
 *  For details, see the Prototype web site: http://www.prototypejs.org/
 *
 *--------------------------------------------------------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/*------------------ commercial page --------------------------------------*/

#page {
	margin:50px 0 50px 100px;
}

/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;				
	width:300px;
	height:240px;
	border:0px;		
}

/* play button on top of splash screenn */
div.playButton {
	background:url(images/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-140px;
	left:125px;	
	opacity:0.9;
	margin-bottom:-50px;
}

/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;		
}

/*----------------------------------dropdown menu II--------------------------------------------*/

.horizontalcssmenu ul{
	text-align:center;
	list-style-type: none;
	position: absolute;
	bottom:50px;
	left:50px;
	font-size:16px;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(images/menubg.gif) center center repeat-x;
color: black;
font: bold 14px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 125px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #f20000;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url(images/menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #9e0000;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(images/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */


