@charset "utf-8";
/* CSS Document */

*
{
	padding:0px;
	margin:0px;
}

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#736634;
}

a:link 
{
	color:#dddaa3;
	text-decoration:none;
}

a:visited
{
	color:#dddaa3;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#main_container
{
	text-align:center;
	background-image:url(background.jpg);
	background-repeat:repeat-x;
}

#site_container
{
	margin:0px auto 0px auto;
	text-align:left;
	width:950px;
}

#top
{
	height:120px;
	width:351px;
	float:left;
}

#menu
{
	height:120px;
	width:599px;
	font-size:12px;
	color: #ffffff;
	float:right;
	text-align:right !important;
}

#menu ul 
{
	list-style: none;
	padding-top: 6em;
}

#menu li 
{
	display: inline;
}

#menu a:link, #menu a:visited 
{
	padding: 0.4em 0.4em 0.4em 0.4em;
}

#header
{
	height:273px;
	width:950px;
}

#header_left
{
	background-image:url(welcome_area_back.jpg);
	background-repeat:no-repeat;
	width:499px;
	height:273px;
	float:left;
}

#header_right
{
	width:451px;
	height:273px;
	float:right;
}

.main_head
{
	font-size:1.5em;
	font-weight:normal;
	color:#883b1d;
	padding-left:55px;
	padding-top:10px;
}

.text_welcome
{
	font-size:0.8em;
	color:#000000;
	padding-left:55px;
	padding-top:10px;
	padding-right:45px;
}

#mid-band
{
	height:123px;
	width:950px;
}

.mid-band_product
{
	width:316px;
	float:left;
}

.mid-band_product #image
{
	float:left;
	padding-top:22px;
	padding-right:10px;
}

.text_product
{
	font-size:0.75em;
	color:#dddaa3;
	padding-right:10px;
	padding-top:25px;
}

#bottom
{
	background-image:url(bottom_background.jpg);
	background-repeat:repeat-y;
}

.bottom_portion
{
	background-image:url(bottom_head_back.jpg);
	background-repeat:no-repeat;
	width:316px;
	float:left;
}

.bottom_head
{
	font-size:1em;
	color:#dddaa3;
	padding-top:18px;
	text-align:center !important;
}

.bottom_text
{
	font-size:0.8em;
	color:#dddaa3;
	padding-top:25px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:15px;
}

.bottom_ul
{
	font-size:0.8em;
	color:#dddaa3;
}

#footer
{
	background-image:url(footer_background.jpg);
	background-repeat:repeat-x;
	height:91px;
}

.footer_text
{
	font-size:0.8em;
	color:#dddaa3;
	text-align:center !important;
	padding-top:30px;
}

.fake
{
	clear:both;
	visibility:hidden;
}