@charset "utf-8";
/*----------------Zane Hebert Template----------------*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
/*	background-image:url(images/backgroundimage.png);*/
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;
	}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background:inherit;
	margin:0px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	padding-bottom:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*----------------Link Colors----------------*/

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

/*----------------Header----------------*/

#header {
	width: 800px;
	height: 268px;
	margin: 0px auto;
	padding: 0px;
	border:none;
}

/*----------------Buttons----------------*/

#carbon {
background-image:url(images/carbonfiberspacer.png);
margin:0;
padding:0;
float:left;
width:78px;
height:28px;
border-bottom: 1px solid #666666;
border-left: 1px solid #666666;
}

/*----------------Drop Down Menu----------------*/

#sddm
{	margin: 0px 0px 0px 0px;
	padding: 0;
	width:720px;
	float:right;
	z-index: 30;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#1b1b1b;
	color:#FFFFFF;
}

#sddm li a
{	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px;
	width: 120px;
	height:18px;
	background-image:url(images/buttonbg.png);
	background-color:#1b1b1b;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{
background-image:url(images/buttonbgover.png);	
}

#sddm div
{	position: absolute;
	visibility: hidden;
	width:118px;
	margin: 0;
	padding: 0;
	font: 11px arial;
	background: #ffffff;
	border: 1px solid #666666;
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background-image:url(images/transparentbackground.png);
		background-repeat:repeat;
	}

	#sddm div a:hover
	{	background: #666666;
		color: #FFF;
	}
				
/*----------------Sidebar----------------*/

#sidebar{
	width: 195px;
	height: inherit;
	float: left;
	margin-top: 5px;
	padding: 0px;
	
} 

/* Customer Feedback */

.customerfeedbackheader{
	width:195px;
	height:28px;
	float:right;
	margin-top: 5px;
	padding:0px;
	background: url("images/customerfeedback.png") 0 0 no-repeat;
	
} 
.customerfeedbackbody{
	width:173px;
	height:auto;
	float:left;
	margin-top:28px;
	margin-bottom:5px;
	padding:10px;
	background-image:url(images/transparentbackground.png);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
} 

/*Products */

.productsheader{
	width:195px;
	height:28px;
	float:left;
	margin-top: 5px;
	padding:0px;
	background: url("images/productssidebar.png") 0 0 no-repeat;
	
} 

.productsbody{
	width:193px;
	height:auto;
	float:left;
	margin-top: 27px;
	margin-bottom:5px;
	padding-top:8px;
	padding-bottom:5px;
	background-image:url(images/transparentbackground.png);
	background-repeat:repeat;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
} 

.productsbody b{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#FFFFFF;
	
} 

/*Products Side Drop Menu Global*/	
	
/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	position:relative;
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

ul.nav{
	position:relative;
	width: 193px;/*Width of main nav*/
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul.nav>li{
	position:relative;
	margin: 0;
	padding: 3px 6px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position:absolute;
	width: 200px;
	left: 193px;
	top: 0px;
	/*margin-top: 0px;*/ /*positioning of the popout menu from the top*/
	/*margin-left: 57px;*/ /*positioning of the popout menu*/
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 3px 10px;
}

/*** Menu styles (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color:#1b1b1b;
	color: #ffffff;/*Main Text Color*/
}

ul.nav li:hover,
.nav ul li a:hover{
	background-color: #666666;/*RollOver Background Color*/
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #888888;
	color: #fff;
}

.nav ul{
	border: 1px solid #666666;
}

.nav a{
	text-decoration: none;
}

/* Current Projects */

.currentprojectsheader{
	width:195px;
	height:28px;
	float:left;
	margin-top: 5px;
	padding:0px;
	background: url("images/currentprojects.png") 0 0 no-repeat;
	/*border: 1px solid #ffffff;*/
} 
.currentprojectsbody{
	width:173px;
	height:auto;
	float:left;
	margin-top: 28px;
	margin-bottom:5px;
	padding:10px 10px 20px 10px;
	background-image:url(images/transparentbackground.png);
	background-repeat:repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	
} 

.currentprojectsbody b{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#FFFFFF;
} 


/* Ads */

.ads
{
	width:193px;
	height:auto;
	float:left;
	margin-top:7px;
	margin-bottom:10px;
	padding-top:20px;
	padding-bottom:20px;
	
	background-image:url(images/transparentbackground.png);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #666666;	
}

/*----------------Footer----------------*/

/*#footer {
	margin-top:10px;
	float:left;	 
	width: 794px;
	height:20px;
	padding-top:2px;
	padding-right:4px;
	text-align: right;
	background-color:#222222;
	color:#FFFFFF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;	
}*/

/*----------------Lightbox----------------*/

#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; }
