body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a img{
	border:0px;
}
.home_menu{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.home_menu li{
	padding-bottom:20px;
	line-height:8px;
}
.main_menu{
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0px;
}
.main_menu li{
	padding:0 12px 20px 8px;
	line-height:8px;
	display:inline;
	background:url(../images/menu_seperator.gif) left top no-repeat;
	background-position:100% 6px;
}
.main_menu li.last{
	background:none;
}
.banner{
	background:url(../images/main_banner_bg.gif) center top no-repeat;
	width:855px;
	padding:0 70px 30px 75px;
}
.left_arrow{
	position:absolute;
	left:42px;
	top:130px;
}
.right_arrow{
	position:absolute;
	right:42px;
	top:130px;
}
.content{
	padding:0 50px;
	color:#bfa201;
}
.content h1{
	margin:0 0 10px 0;
	padding:0px;
}
.content h2{
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0px;
}
.content a{
	color:#0575c3;
	text-decoration:none;
}
.content a:hover{
	color:#0575c3;
	text-decoration:none;
}
.content p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 15px 0;
	padding:0px;
	text-align:justify;
}
.footer{
	background:url(../images/footer.gif) center top no-repeat;
	color:#818181;
	font-size:11px;
	text-align:center;
	padding:15px 0;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 856px; /*Width of Carousel Viewer itself*/
	height: 300px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 2px;
	top: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:24px;
}
.stepcarousel .belt img{
	cursor:pointer;
}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:20px 10px 0 0; /*margin around each panel*/
	width:856px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	vertical-align:middle;
}
.font12{
	font-size:12px;
}
.testimonials{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px dashed #CCC;
}
.feedback_form input{
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.feedback_form textarea{
	border:1px solid #CCC;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.feedback_form{
	padding:10px 20px;
}
h3{
	font-size:18px;
	margin:0 0 10px 0;
	padding:0px;
	font-weight:bold;
}
h6{
	border-bottom:1px dotted #BFA201;
	padding:0 0 10px 0;
	margin:10px 0 10px 0;
	font-size:12px;
	font-weight:bold;
}
.portfolio a img{
	border:5px solid #bfa201;
}
.portfolio a:hover img{
	border:5px solid #0083e4;
}

#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; }

