/* */
/* Structure-c.css */
/* */
html {
	min-height: 101%;
	height: 100.1%;	
	background-color: #FFF;
}
body {
	padding: 0;
	margin: 0;
	line-height: 19px;
	color: #000;
}
a {
	outline: none; /*no dotted line around links*/
}
.container {
	width: 100%; 
	margin: 0 auto;
	height: 100%;
	min-height: 705px;
	/*border:5px solid red;*/
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.topnavbox {
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	height: 0px;
	margin-top: 0px;
	position: relative;
	z-index: 7000;
}
.topnav {
	margin-top: 0px;
	padding-top: 22px;
	font-size: 14px;
	position: relative;
	z-index: 7000;
}
.logobox {
	height: 140px;
	width: 100%;
	margin: 0px;
	position: absolute;
	z-index: 6000;
}
.logo {
	width: 1000px; margin-left: -500px; left: 50%;
	position: relative;
	z-index: 6100;
}
/*.main {
	width: 1000px; margin-left: -500px; left: 50%;
	height: 470px;
	min-height: 424px;
	margin-top: 125px;
	position: relative;
	background-color: #fff;
	z-index: -1; 
}*/
.visual {	
	width: 500px; margin-left: 0px; left: 50%;
	height:424px;
	text-align: right;
	margin: 141px 0 0 0;
	position: absolute;
	overflow: hidden;
	z-index: 10000; 
}
.textbox {
	width: 500px; margin-left: -500px; left: 50%;
	margin-top: 141px;
	min-height:424px;
	position: relative;
	opacity:0.80;
	filter:alpha(opacity=80 ); /* For IE8 and earlier */ 
	z-index: 5000; 	
}
.text{
	font-size: 15px;
	position: relative;
	padding: 10px 10px 0px 0px;
	display: block;
	overflow: visible;
	z-index: 6000; 
}
	/*div { display: inline-block;}*/ /* causing elements to disappear in old version of IE. Add this to your css*/
testimonials{
	padding:0;
	margin:0 0 15px 0;
	line-height:21px;
}
testimonials span.source{
	display:block;
	text-indent:0em;
	margin-top:14px;
	font-size:12px;
	font-style:normal;
	color:#535794; /*4a4a4a;*/
	letter-spacing:0.3em;
	line-height:16px;
	space-after: 60px;
}
.gallery {
	width: 1000px; margin-left: -500px; left: 50%;
	height: 470px;
	min-height: 424px;
	margin-top: 125px;
	position: relative;
	background: url(lib/images/bx_loader.gif) center center no-repeat #fff; /*????? not loading*/
z-index: -1; 
}
.topfooterbox {
	width: 1000px; margin-left: -500px; left: 50%;
	height: 30px;
	position: relative; 
	background-color: #f8a15a; 
	margin-top: 1px;
}
.topfooter {
	width: 1000px; margin-left: -500px; left: 50%;
 	position: relative;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	letter-spacing:0.1em;
	padding: 9px 10px;
	margin-top: 1px;
}
.botfooterbox { 
	height: 30px; 
	background-color: #fff; 
}
.botfooter {
	width: 1000px; margin-left: -500px; left: 50%;
 	position: relative;
	color: #999;
	padding: 7px 10px;
	font-size: 10px;
}
div { 
	display: block; 
}