/*
Layout
*/
body, div, h1, h2, h3
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body
{
	background-color: #856d61;
    background-image: url("/images/background.jpg");
}
div#blindnavmenu{
 position:absolute;
 left:-5000px;
 top:-5000px;
}
div#container
{
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
}
div#header_wrapper
{
	width: 945px;
	height: 123px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background: url("/images/header_shadow.png") repeat-y top right;
}
div#header_logo
{
	float:left;
	width: 945px;
	height: 123px;
}
div#header_haard
{
	float:left;
	width: 540px;
	height: 123px;
}
div#header_contact
{
	float:left;
	width: 185px;
	height: 123px;
}

div#content_wrapper
{
	width: 945px;
	margin: 0px 0px 0px 5px;
	background: url("/images/content_shadow.png") repeat-y;
}

div#header_border_wrapper
{
	width: 945px;
	height: 17px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background: url("/images/header_shadow.png") repeat-y top right;
}

div#header_border
{
	width:940px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	background: #fe5202;
}

div#content_menu
{
	float:left;
	width: 222px;
}
div#content_menu_text
{
	margin: 0px 10px;
}

div#content_menu_showroom a
{
    margin: 0px 0px 0px 0px;
    display: block;
	width: 208px;
	height: 184px;
	background: url("/images/showroom.jpg") no-repeat;
	margin: 0px 0px 0px 10px;
    text-indent: -5000px;
}

div#content_main
{
	float:left;
	width: 718px;
	margin: 0px 0px 10px 0px;
}

div#footer_wrapper
{
	width: 945px;
    height: 28px;
	margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
	background-image: url("/images/content_shadow.png");
	font-family: "Trebuchet MS",sans-serif;
    font-size: 11px;
    color: #4C3A30;
}
div#footer_wrapper a
{
	font-family: "Trebuchet MS",sans-serif;
    font-size: 11px;
    color: #4C3A30;
    text-decoration: none;
}
div#footer_wrapper b
{
    color: #B3303C;
}
div#footer_center
{
    display: block;
    padding: 8px 0px 8px 15px;
	float:left;
	width: 945px;
	background: url("/images/footer_line.jpg") no-repeat 12px 0px;
}
div#footer_center a.cre8ion
{
    margin-left: 320px;
}

div.clear
{
	clear:both;
}