/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: Verdana;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: content-box; -webkit-box-sizing: border-box; }
html { min-height: 100%; margin-bottom: 1px; } /* Set height to 100% + 1px to force scroll bar in FF */
#ht { position: absolute; top: -2000px; width: 700px; } /* Hidden Text - Look up. WAAAY Up */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body { margin: 0px 0px 0px 0px; background: #762123 url('../images/layout/bg.jpg'); }
hr { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; border-bottom-style: none; height: 1px; overflow: hidden; }
textarea, select, select * { color: #333333; font-size: 12px; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ol { margin-left: 30px; }


ul li { list-style-type: square; }

.bordered { border: 1px solid #33CCFF; }

h1, h2, h3, h4, h5 { font-family: Arial; font-weight: bold; }

h1, h1 a { color: #772123; font-size: 16px; margin: 0px 0px 15px 0px; }
h2, h2 a { color: #000000; font-size: 14px; margin: 0px 0px 15px 0px; }
h3, h3 a { color: #000000; font-size: 12px; margin: 0px 0px 15px 0px; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { font-size: 12px; color: #000000;  line-height: 17px; }
a  { color: #000000; font: normal 12px Verdana; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }



/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

#main { width: 926px; margin: 0px auto; }

#header { height: 92px; background: url('../images/layout/header-bg.jpg'); margin-top: 10px; }
#logo { float: left; margin-left: 30px; border: none; margin-top: 10px; float: left;  }

#nav { width: 520px; float: right; text-align: right; margin-right: 30px; font-size: 16px; color: #7a2426; margin-top: 60px; }
#nav a { color: #FFFFFF; font-size: 16px; font-weight: normal; }

#body { background: #ffcb4f url('../images/layout/footer-bg.gif') no-repeat bottom left; min-height: 300px; }

#footer { text-align: center; margin-top: 5px; }
#footer-links { font-size: 11px; color: #d58326; }
#footer-links a { font-size: 11px; color: #FFFFFF; }

#footer p { color: #FFFFFF; font-size: 12px; }
#footer a { color: #FFFFFF; font-size: 12px; }


#cont  { margin: 0px 30px 0px 30px; padding-top: 20px; }


#showroom_list { width: 420px; }
#showroom_list a { display: block; width: 125px; margin-right: 12px; float: left; line-height: 24px; }

#contact_info {
	float: right;
	width: 500px;
}
#contact {
	float: left;
}
#contact_form {}
#contact_form th {
	text-align: right;
	vertical-align: top;
	padding: 0 10px 0 0;
}
#contact_form input {
	width: 200px;
	padding: 5px;
}
#contact_form textarea {
	width: 200px;
	padding: 5px;
}
#contact_form #btn {
	width: auto;
	float: right;
}

