body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #d1f1fd;
	text-align:center;
	margin-top:0px;
	margin-right:auto !important;
	margin-left:auto !important;
	margin-bottom:0px;
	}
	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6c6c6c;
	}

#contain {
	width:960px;
	height:auto !important;
	margin-right:auto !important;
	margin-left:auto !important;
	float:none;
	}
	
p {
	margin:0px;
	}
	
a {
	font-size: 13px;
	color:#6c6c6c;
	font-weight:bold;
	outline:none;
	}
	
a:hover {
	color:#999999;
	}

.active {
 	background:url("../images/navi-hover.gif") repeat-x !important;
	outline:none;
	}
	
h1 {
	text-indent:-99999px;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#2da0d5;
	font-weight:normal;
	margin:10px 0 10px 0;
	}

#header {
	width:960px;
	height:140px;
	}

#header-logo {
	width:200px;
	height:130px;
	float:left;
	padding-left:20px;
	margin-top:20px;
	text-indent:-99999px;
	background:url(../images/logo.png) no-repeat;
	}

#header-nav {
	width:350px;
	height:130px;
	float:right;
	}

#navi {
	width:960px; 
	height:45px; 
	background:url("../images/navi.gif") no-repeat; 
	margin-top:10px;
	}
	
#navi ul {
	margin:0 20px;
	list-style:none;
	}
	
#navi li {
	display:inline;
	}
	
#navi li a {
	width:auto;
	display:block;
	float:left;
	padding:15px 20px 17px 18px;
	background:url("../images/navi-sep.gif") 100% 0 no-repeat;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	outline:none;
	}
	
#navi li a:hover {
	background:url("../images/navi-hover.gif") repeat-x;
	}
	
#content {
	width:960px;
	height:auto !important;
	}

#feature-images {
	width:960px;
	height:260px;
	background-image:url(../images/feature_bg.png);
	background-repeat:no-repeat;
	margin-top:10px;
	float:none;
	}

#feature-images-text {
	width:550px;
	height:260px;
	float:right;
	text-align:left;
	}

#feature-images-text p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	}

#feature-images-image {
	width:390px;
	height:260px;
	float:left;
	}

#page-content {
	width:960px;
	height:auto;
	text-align:left;
	}

#whyus {
	width:530px;
	height:auto;
	float:left;
	padding-left:10px;
	text-align:left;
	}

#testimonials {
	width:380px;
	height:auto;
	float:right;
	margin-right:10px;
	text-align:left;
	}

#footer {
	width:960px;
	height:50px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	text-align:left;
	padding-left:10px;
	border-top:#CCCCCC medium double;
	font-size:11px;
	font-family:"Trebuchet MS";
	}

#footer-left {
	width:400px;
	height:auto;
	float:left;
	}
	
#footer-right {
	width:400px;
	height:auto;
	float:right;
	text-align:right;
	padding-right:20px;
	margin-top:-5px;
	}

#footer a {
	text-decoration:none;
	font-weight:500;
	font-size:11px;
	font-family:"Trebuchet MS";
	}
	
img {
	border:0px;
	}

input {
	border:#5f5f5f 1px solid;
	font-family:font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:5px;
}

select {	
	border:#5f5f5f 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:5px;
}

textarea {
	border:#5f5f5f 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:5px;
}


/* 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(../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; }


/* Twitter */

#twitter_div {	
	}

#twitter_div li {
	margin-top:7px;
	list-style-image:url(/images/twitter.png);
	padding-left:-40px;
	}