@charset "UTF-8";
/* CSS Document */
body{
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	/*background:#d6ca91 url(../images/hcsl-bg.jpg) top center no-repeat;*/
	background:#d6ca91 url(../images/hcsl-bg1.jpg) top center no-repeat;
}


.container{
	width:921px;
	margin-top:95px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;	
}

.header{
	position:absolute;
	top:100px;
	left:130px;
	display:block;
}


.headernavbox{
	float:left;
	width:129px;
	display:block;
	
}

.headernavlink:link, .headernavlink:visited{
	color:#000;
	text-decoration:none;
	font-size:.95em;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:8px;
}
.headernavlink:hover{
	color:#FFF;
	text-decoration:none;
	font-size:.95em;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:8px;
}
.headernavlink:active{
	color:#000;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:8px;
}
.smaller{
	font-size:13px;
}

/*.mainbody{
	width:900px;
	padding:10px;
	margin-right:20px;
}*/

.mainbody, #index {
	background: url(../images/home-bg.jpg) top center no-repeat;
	height:640px;
}
.mainbody, #products {
	background: url(../images/products-bg.jpg) top center no-repeat;
	height:640px;
}
.mainbody, #examples {
	background: url(../images/examples-bg.jpg) top center no-repeat;
	height:640px;
}
.mainbody, #contact-us {
	background: url(../images/contact-bg.jpg) top center no-repeat;
	height:640px;
}
.mainbody, #about-us {
	background: url(../images/about-bg.jpg) top center no-repeat;
	height:640px;
}

.leftcoltxt {
	width:480px;
	padding:20px;
	min-height:440px;
	display:block;
}
.gallerycol {
	width:860px;
	padding:20px;
	min-height:440px;
	display:block;
}
.wholecoltxt {
	width:800px;
	padding:20px;
	min-height:440px;
	display:block;
}

ul, li{
	line-height:1.5em;
	color:#333;
}



h1{
	color:#000;
	font-size:1.5em;
}

.subtitle{
	color:#000;
	font-size:1em;
}

p {
	font-size:1em;
	color:#333;
}

.footer{
	width:900px;
	clear:both;
	
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
}
.footertext{
	width:960px;
	clear:both;
	background-color:#1a1e91;
	color:#FFF;
	font-size:1em;
}

.footernavbox{
	padding-left:10px;
	margin-right:10px;
	color:#1a1e91;
}

.footernavlink:link, .footernavlink:visited{
	color:#FFF;
	text-decoration:none;
	font-size:.85em;
}
.footernavlink:hover{
	color:#FFF;
	text-decoration:underline;
	font-size:.85em;
}
.headernavlink:active{
	color:#fff;
	text-decoration:none;
	font-size:.85em;
}
.example{
	width:200px;
	float:left;
	margin-right:10px;
	text-align:center;
	height:200px;
	margin-bottom:10px;
}
.bold {
	font-weight:bold;
}


/*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(lightboximages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightboximages/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; }