html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	
	padding: 0;
	font-size: 82.5%; 
	font-family: Arial, Helvetica, sans-serif;
	background:#312322 url("../_img/bg.jpg") 0 100px repeat-x;
	width:auto;
	margin:0 auto;

	color: #d3c7a1;
	height: 100%;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
}

h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { 
	margin: 0;
	padding: 0;
}



a:link {color: #9e2307; text-decoration: underline;}
a:visited {color: #9e2307; text-decoration: underline;}
a:hover {color: #9e2307; text-decoration: none;}
a:active {color: #9e2307; text-decoration: underline;}

/* ---- Main Structure ---- */

#topsection { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -165px auto;
}


#container {
	width: 950px;
	margin: 0 auto;margin: -70px auto 0 auto;
}
#video-tour-yelllow{
	display:block;
	position:absolute;
	z-index:1580;
	background:url(../_img/right-house.png) no-repeat 0 0;
	width:205px;
	height:90px;
	top:190px;
	
		}
/* ---- 		
	#video-tour-yelllow:hover{
		background:url(../_img/logo.png) no-repeat 0 0;
		}
---- */



/* ---- Header ---- */

#header {
	height: 306px;
	background: url('../_img/header_bg.jpg') repeat-x; margin-top:6px;
}

#inner-header {
	width: 950px;
	height: 306px;
	margin: 0 auto; padding-top:6px;
}

#inner-header h1 a{display: block; width:210px; height: 110px; background: url('../_img/logo.png') no-repeat; text-indent: -9000px; margin-left:48px; margin-top:30px; }


ul#nav {
	position: absolute;
	top: 0;
	margin: 0 0 0 310px;
	width: 660px;
	height: 103px;
	background: url('../_img/bg-nav.png') no-repeat; padding-top:10px; padding-left:20px;
}

ul#nav li {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	text-indent: -5000px;
	height:51px;
}

ul#nav li a {
	display: block;
	height:102px;
	position: absolute;
	top:-51px; left:0; 
	}
	
ul#nav li.gall, ul#nav li.gall a { width: 118px;}
ul#nav li.gall a  { background: transparent url('../_img/nav-about.png') no-repeat 0 0; }
ul#nav li.products, ul#nav li.products a { width: 127px;}
ul#nav li.products a  { background: transparent url('../_img/nav-mission.png') no-repeat 0 0; }
ul#nav li.story, ul#nav li.story a { width: 154px;}
ul#nav li.story a  { background: transparent url('../_img/nav-boat.png') no-repeat 0 0; }

ul#nav li.services, ul#nav li.services a { width: 206px;}
ul#nav li.services a  { background: transparent url('../_img/nav-homedev.png') no-repeat 0 0; }

ul#nav li.contacts, ul#nav li.contacts a { width: 165px;}
ul#nav li.contacts a  { background: transparent url('../_img/nav-contactus.png') no-repeat 0 0; }

ul#nav li a:hover, 
#gall ul#nav li.home a, 
#products ul#nav li.products a, 
#contacts ul#nav li.contacts a, 
#services ul#nav li.home a, 
#story ul#nav li.story a
 	{ 
	top:-1px;
	cursor: pointer;
	}

ul#nav li a:visited, 
#gall ul#nav li.home a:visited, 
#products ul#nav li.products a:visited, 
#contacts ul#nav li.contacts a:visited, 
#services ul#nav li.home a:visited, 
#story ul#nav li.story a:visited,
ul#nav li a:visited, 
#gall ul#nav li.home a:active, 
#services ul#nav li.home a:active, 
#products ul#nav li.products a:active, 
#contacts ul#nav li.contacts a:active, 
#story ul#nav li.story a:active	{ text-decoration:none; border:none;	}



#main-content-top {
	width: 928px;
	padding: 20px 0 0 0;
	background: url('../_img/content-top.png') no-repeat;
	float: right;
	margin: -27px 0 0 0;
}


#main-content {
	width: 664px;
	padding:0;
	background: url('../_img/content-middle.png') repeat-y;
	background-position: bottom;
	min-height: 500px;
	
}

#main-content p {padding: 0 38px 0 48px;
}

#main-content-bottom {
	width: 664px;
	padding: 0 0 20px 0;
	background: url('../_img/content-bottom.png') no-repeat;
	background-position: bottom;
	
}





img.divider {
	margin: -20px 0 20px 0;
}


/* ---- Side Bar ---- */

h3.live-news-feed {
	display: block;
	width: 264px;
	height: 179px;
	background: url('../_img/Image55.png') no-repeat;
	text-indent: -9000px;
	margin: 0; float:right;
	margin: -90px 0 15px 0;}

h3.campaign-videos {
	display: block;
	width: 264px;
	height: 179px;
	background: url('../_img/right-house.png') no-repeat;
	text-indent: -9000px; float:right;
	margin: -410px 0 15px 0;
}



#footer {
	width: 100%;
	height: 170px;
	background:#5c3b22  url('../_img/bg-footer.gif') repeat-x;
}

#footer p {
	padding: 30px;
	text-align: center;
	font-size: 1.2em;
	color: #7b6e4f;
	font-style: italic;
}

#footer p a:link {color: #ccbd96; text-decoration: none;}
#footer p a:visited {color: #ccbd96; text-decoration: none;}
#footer p a:hover {color: #ccbd96; text-decoration: underline;}
#footer p a:active {color: #ccbd96; text-decoration: none;}

.footer-padding {
	height: 215px;
}

