@charset "utf-8";
/* -------------------------------------------------*/
/* ---- GLOBAL STYLES
/* ---- Arranged Alphabetically
/* -------------------------------------------------*/

#page_container {
	width:780px;
	margin:0 auto 0 auto;
}
body {
	margin:0 0 10px 0;
	padding:0;
	text-align:left;
	background-image:url(/graphics/page_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#080808;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
	outline:none;
}
.clear {
	clear:both;
}

#header_container {
	height:241px;
}
#logo_container {
	height:161px;
}

#navigation_container {
	height:80px;
}

#middle_container_1_index {
	height:950px;
	background-image:url(/graphics/base_1_bg.gif);
	background-repeat:repeat-y;
}
#middle_container_1_about {
	height:600px;
	background-image:url(/graphics/base_1_bg.gif);
	background-repeat:repeat-y;
}
#middle_container_1_showroom {
	height:900px;
	background-image:url(/graphics/base_1_bg.gif);
	background-repeat:repeat-y;
}
#middle_container_1_contact {
	height:500px;
	background-image:url(/graphics/base_1_bg.gif);
	background-repeat:repeat-y;
}
#middle_container_2 {
	height:500px;
	background-image:url(/graphics/base_2_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#middle_left_column {
	padding:14px 0 0 23px;
	float:left;
	width:446px;
}
#middle_right_column {
	padding:14px 23px 0 0;
	float:right;
	width:260px;
}
#middle_showroom {
	padding:14px 23px 0 23px;
	float:left;
	width:735px;
}
#showroom_header {
	width:177px;
	float:left;
}
.showroom_navigation {
	float:right;
	width:350px;
	height:38px;
	text-align:right;
}
#showroom_navigation img {
	padding:11px 0 0 0;
}
.showroom_product {
	width:721px;
	height:201px;
	background-color:#76461e;
	border:7px #c89242 solid;
	margin:0 0 30px 0;
}
.showroom_p1 {
	border-right: 7px solid #c89242;
	float:left;
}
.showroom_p1 img {
	border-bottom: 1px solid #c89242;
}
.showroom_p2-3 {
	width:137px;
	float:left;
}
.showroom_p2 {
	border-right: 7px solid #c89242;
	border-bottom: 5px solid #c89242;
}
.showroom_p3 {
	border-right: 7px solid #c89242;
}
.showroom_info {
	width:300px;
	float:left;
	color:#FFFFFF;
}
.showroom_info h3 {
	margin:2px 0 0 5px;
}
.showroom_info p {
	margin:15px 5px 0 7px;
	font-size:12px;
}
.box_1 {
	width:431px;
	background-color:#76461e;
	border:7px #c89242 solid;
	margin:0 0 15px 0;
}
.box_2 {
	width:431px;
	background-color:#1b0805;
	border:7px #1b0805 solid;
	margin:0 0 15px 0;
}
.box_3 {
	width:431px;
	background-color:#5b1006;
	border:7px #76461e solid;
	margin:0 0 15px 0;
}
.box_right {
	background:url(/graphics/news_bg.gif) center repeat-y #1b0805;
	border:7px #ad2a11 solid;
	width:250px;
	float:right;
}
.box_text {
	color:#FFFFFF;
	font-size:14px;
	margin:3px 10px 5px 15px;
}
#footer_container {
	height:150px;
}
#footer_1 {
	height:40px;
}
#footer_credit {
	height:26px;
	text-align:left;
}
#footer_2 {
	height:84px;
}

.news_item {
	margin:10px 10px 30px 10px;
	font-size:11px;
	color:#FFFFFF;
}
.news_item img {
	margin:0 5px 0 0;
}

.about_image {
	margin:10px 0 20px 12px;
}
.about_image h6 {
	color:#FFFFFF;
	margin:0 13px 0 0;
	text-align:right;
}
.about_image p {
	color:#FFFFFF;
	font-size:12px;
	margin:5px 0 0 0;
}
.about_image h5 {
	color:#FFFFFF;
	margin:5px 0 10px 0;
}
.about_upstairs {
	color:#c89242;
}	
#contact_form {
	margin:20px 0 0 20px;
}
#contact_form label{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.contact_form_textfield {
	width:235px;
	height:30px;
	background-color:#1b0805;
	border:#ad2a11 2px solid;
	margin:0 0 10px 0;
	color:#76461E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
}
.contact_form_textarea {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:370px;
	height:145px;
	background-color:#1b0805;
	border:#ad2a11 2px solid;
}
#contact_form fieldset {
	border:none;
}
