
/* Style sheet for Innovatek site */

/* Orange links: #f47d30 */
/* Soft orange bars: #f4ba95 */
/* Dark grey text: #444444 */
/* Darker grey navigation links: #333333 */
/* Light blue dots: #c5d5e5 */
/* Dark blue logo text: #005480 */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color: #444;
	background-color: #d0deeb;
	background-image:url(../images/page_bgfill.gif);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0 10px 0;
	text-align:center;
}
a, a:link, a:visited, a:active {
	color:#f47d30;
	text-decoration:none;	
}
a:hover {
	color:#f47d30;
	text-decoration:underline;
}
img { 
	border:none;
}
.clearboth {
	clear:both;
}
#wrapper {
	background-color:#ffffff;
	border:1px solid #cccccc;
	margin:15px auto;
	padding:0 30px;
	text-align:left;
	width:900px; /* 960px minus the padding */ 	
}
#main_header {
	border-bottom:3px solid #f4ba95;
	color:#333333;
	padding:20px 0 15px;
	vertical-align:bottom;
}
#logo_image {
	float:left;
}
#navbar {
	padding:5px 15px;
	text-align:center;
}
#main_nav {
	display:block;
	float:right;
	margin:80px 0 0;
	padding:0;
	list-style-type: none;
}
#main_nav li {
	float:left;
	margin:0;
	padding:0;
}
#main_nav li a  {
	color:#333333;
	display:block;
	padding:0px 15px;
	border-left:1px solid #ccc;
}
#main_nav li a:hover,
#home_page #main_nav #nav_home a,
#about_page #main_nav #nav_about a,
#contact_page #main_nav #nav_contact a,
#products_page #main_nav #nav_products a {
	color:#f47d30;
	text-decoration:none;
}
#main_nav li#nav_home a {
	border:none;
}
#main_content {
	min-height: 400px;
	height:auto !important;
	height:400px;
	padding:20px 10px;
}
#main_content p {
	line-height:1.3em;
}
.content_01 {
	float:left;
	width:430px;
}
.content_02 {	
	float:right;
	width:430px;
}
#footer {
	border-top:1px solid #f4ba95;
	font-size:11px;
	padding:4px;
	text-align:center;
}
.section_header {
	font-weight:bold;
	font-size:1.2em;
	margin-top:8px;
}


#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; }

