@charset "utf-8";
/* CSS Document */
.i6{
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color:#007100
}
#bg {position:fixed; top:0; left:0; width:100%; height:100%; z-index:-1;}
#header {
	Width:100%;
	position:absolute;
	top:0px;
	left:0px;
	height:80px;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	line-height:80px;
}
#contactinfo{
	Width:100%;
	position:absolute;
	top:80px;
	left:0px;
	height:20px;
	text-align:center;
	background-image:url(images/cinf.png);
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #FFF;
	font-size: 12px;
}
#content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:860px;
}
#nav {
	position:absolute;
	top:110px;
	left:0;
}
#nav ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}
#tlogo {
	background-image:url(images/tlogo.png);
position:absolute;
top:0px;
left:0px;
height:80px;
width:80px;
}
#nav li{
	background-color:#999;
	margin-bottom:3px;
	width:150px;
	text-align:center;
	line-height:30px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#nav a {
 color: #666;
 text-decoration:none;
 display:block;
}
#nav a:hover {
	color: #FFF;
	background-color:#666;
}
.FProd{
width:150px;
height:120px;
background-color:#999;
cursor: pointer;
cursor: hand;
}
.FProd2{
width:150px;
height:140px;
background-color:#999;
cursor: pointer;
cursor: hand;
}
.FProd p{
	width:150px;
	text-align:center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 20px;
}
.FProd2 p{
	width:150px;
	text-align:center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 20px;
}
#FPcontent{
background-color:#999;
width:500px;
height:500px;
position:absolute;
left:180px;
top:110px;
}
#Fullcontent{
background-color:#999;
width:680px;
position:absolute;
left:180px;
top:110px;
}
#foot{
	position:absolute;
	bottom:-50px;
	left:0px;
	height:20px;
	text-align:center;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #999;
	font-size: 12px;
	width:100%;
}
.FD{position:absolute;
top:0px;
left:0px;
width:500px;
height:500px;
}
.FD H1{
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	text-align:center;
	font-weight: 900;
	color: #CCC;
	line-height:30px;
	margin-bottom:20px;
	margin-top:20px;
}
.FD p{
	padding-left:20px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 25px;
	font-weight: 900;
	margin:0px;
	text-indent:20px;	
}
#Fullcontent H1{
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	text-align:center;
	font-weight: 900;
	color: #007100;
	line-height:30px;
	margin-bottom:20px;
	margin-top:20px;
}
#Fullcontent p{
	padding-left:20px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 25px;
	font-weight: 900;
	margin:0px;
	text-indent:20px;	
}
#gal{
position:absolute;
left:0px;
top:290px;
width:150px;
}
#gal img{
margin-bottom:10px;
}
.ptitle {
	font-size: 16px;
	font-weight: 900;
	line-height:30px;
	color:#007100;
}

#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; visibility:hidden; }
#content #Fullcontent ul {
	color: #000;
}
#content #Fullcontent ul li {
		padding-left:20px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 25px;
	font-weight: 900;
	margin:0px;
}
