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

#bg {
        position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
		z-index: 1;
}

#bg img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-width:50%;
        min-height:50%;
}

.clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.page {
	position:relative; 
	z-index:1000;
	width: 1069px;
	margin: 0px auto;
}

.logo {position: absolute; left: 0px; top: 0px; z-index: 1000;}

.header {
	width: 941px;
	height: 147px;
	margin: 0px auto;
	background: transparent url(../images/richwood_nav_repeat.png) repeat-y top left;
}

.top_nav_bg {}

.top_nav {
	display: block; 
	padding-top: 83px;
	float: right;
	padding-right: 9px;

}

.top_nav .item {
	display: inline;
	float: left;
}

.top_nav a:link,
.top_nav a:visited,
.top_nav a:active {
	padding: 20px; 
	font-weight: normal;
	display: block;
	font: 20px 'ChunkFiveRegular', Arial, sans-serif;
	color: #fff;
	letter-spacing: 1px;
}

.top_nav a:hover {background-color: #fff; opacity: 0.5; color: #000;} 

#selected_top a:link,
#selected_top a:visited,
#selected_top a:active {background-color: #fff; opacity: 0.5; color: #000;}

.content {
	width: 941px; 
	margin: 0px auto; 
	background: transparent url(../images/richwood_content_repeat.png) repeat-y top left;
}

.main_content_wrapper {
	padding: 4px 13px;
}

.main_content {
	width: 915px;
}

.home_top {width: 915px; margin-bottom: 4px;}
.products {width: 915px; background-color: #b18b6b; }
.contact {width: 915px; background-color: #866a53; }

.home_gallery {height: 361px; width: 499px; float: left; }

.home_gallery_large {width: 372px; height: 361px; float: left; margin-right: 1px;}

.home_gallery_thumb {width: 126px; float: left; height: 361px;}

.home_content_wrapper {width: 415px; float: left; margin-left: 1px; background-color: #b18b6b; height: 361px; overflow: hidden;}

.home_contact_wrapper {background-color: #866a53; width: 372px; height: 241px; float: left;}

.home_rotating_image {width: 541px; height: 241px; float: left; margin-left: 1px;}

.home_content {padding: 20px; color: #fff;}

.footer {
	width: 901px;
	display: block;
	margin: 0px auto;
	padding: 10px 0px;
	margin-bottom: 10px;
	font-size: 10px;
}

.footer_left {width: 500px; float: left;}

.footer_right {width: 401px; float: right; text-align: right;}

.footer a:link,
.footer a:visited,
.footer a:active { color: #fff; font-weight: normal;}
.footer a:hover {}

.gallery_container {height: 361px; display:block; overflow: hidden;}

.ticker_container {height: 261px; display:block; overflow: hidden;}
.ticker_container ul {padding: 0px; margin: 0px; list-style: none;}

.gallery_nav {}
.gallery_nav a:link,
.gallery_nav a:active,
.gallery_nav a:visited {
	color: #624d38; 
	font: 50px 'ChunkFiveRegular', Arial, sans-serif; 
	width: 126px; 
	background-color: #472e15; 
	display: block; 
	text-align: center; 
	height: 50px;
	padding: 0px;
	margin: 0px;
}

.gallery_nav a:hover {color: #fff;}

