body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color: #000000;
}
body {
	background-color: #000000;
	background-image: url(page-bck.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
a {
	font-size: 1em;
	color: #CC9933;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9933;
}
a:hover {
	text-decoration: none;
	color: #c35f06;
}
a:active {
	text-decoration: none;
	color: #CC9933;
}
img {
	border-width:0px;
}
.container {
	width:850px;
}
.header {
	background-image:url(header-bck.png); 
	background-repeat:repeat; 
	padding-left:25px; 
	padding-bottom:10px; 
	text-align:left;
}
.nav {
	padding-left:25px; 
	padding-top:9px; 
	padding-bottom:9px; 
	background-image:url(nav-back.jpg); 
	background-repeat:repeat-x; 
	text-align:left; 
	font-size:1.3em; 
	font-variant:small-caps; 
	color:#363636;
}
.nav a {
	color:#363636;
}
.nav a:hover {
	text-decoration: none;
	color: #c35f06;
}
.content {
	background-color:#FFFFFF; 
	padding-left:25px; 
	padding-top:20px; 
	padding-right:25px; 
	padding-bottom:20px; 
	text-align:left;
}
.homeHeader {
	font-family:Arial Rounded MT Bold; 
	color:#000000; 
	font-size:1.4em;
}
.homeHeaderColor {
	color:#c35f06;
}
.homeText {
	padding-left:35px; 
	padding-right:35px; 
	text-align:justify;
}
.footerContain {
	text-align:right;
}
.copyright {
	float:left;
}
.web {
	color:#1f3a4d;
}
.valid {
	float:right; 
	text-align:right;
}
.footer {
	background-image:url(header-bck.png); 
	background-repeat:repeat; 
	padding-left:25px; 
	padding-right:25px;
	padding-top:10px; 
	text-align:left;
	overflow:auto;
	font-variant:small-caps;
}
.pageHeaders {
	background-image:url(page-header-top.jpg); 
	width:784px; 
	height:42px; 
	padding-top:16px; 
	padding-left:10px; 
	background-repeat:no-repeat; 
	font-family:Arial Rounded MT Bold; 
	font-size:1.7em; 
	color:#FFFFFF; 
	font-variant:small-caps;
}
.aboutContain {
	overflow:auto; 
	padding-top:20px;
}
.aboutContain a:hover {
	text-decoration: none;
	color:#000066;
}
.aboutText {
	float:left; 
	width:71%; 
	text-align:justify; 
	overflow:auto;
}
.aboutSidebar {
	float:left; 
	width:28%; 
	overflow:auto; 
	text-align:right;
}
.productBorder {
	border-color:#000000; 
	border-style:solid; 
	border-width:1px;
}
.smallheader {
	color:#c35f06; 
	font-variant:small-caps;
}
.partnerback {
	background-image:url(partner-back.jpg); 
	float:left; 
	padding:10px; 
	height:109px; 
	width:211px; 
	margin-right:10px; 
	margin-bottom:7px;
}
.portfolio {
	background-image:url(portfolio-back.jpg); 
	width:763px; 
	height:109px; 
	padding:10px; 
	text-align:justify;
}
.portfolioinside {
	padding-top:5px;
}
.portfolioimage {
	padding-right:5px; 
	padding-top:3px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* 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;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 