html {
	margin: 0; padding: 0; text-align: center;
}

body {
	margin: 0;
    padding: 0;
    text-align: center;
    background-color: #B8900E;
}

p {
	font: 14px Arial;
	color: black;
	text-align: justify;
	margin: 10px 0 10px 0;
}

h2 {
	font: 22px Arial;
	font-weight: bold;
	color: #573B1B;
	margin: 0 0 5px 0;
}

h3 {
	font: 20px Arial;
	font-weight: bold;
	color: #573B1B;
	margin: 0 0 5px 0;
}

h4 {
	font: 18px Arial;
	font-weight: bold;
	color: #573B1B;
	margin: 0 0 5px 0;
}

h5 {
	font: 16px Arial;
	font-weight: bold;
	color: #573B1B;
	margin: 0 0 5px 0;
}

hr {
	border: 1px solid #AE9B66;
	margin: 5px 0 5px 0;
}

ul {
	font: 14px Arial;
	color: black;
	text-align: left; 
}

li {
	font: 14px Arial;
	color: black;
	text-align: left; 
	margin-left: 7px;
	line-height: 15px;
	margin-bottom: 6px;
}

#main {
	margin: 0 auto;
	width: 1000px;
	display: block;
	clear: none;
	text-align: center;
}

#header {
	display: block;
	width:  1000px;
	height: 180px;
	clear: none;
	background: url(../images/header.jpg) no-repeat center top;
	z-index: 1;
}

#mmenu {
	width: 1000px;
	height: 53px;
	display: block;
	clear: none;
	float: left;
	margin: 127px 0 0 0;
	padding: 0;
	z-index: 1000;
}

#mmenu ul {
	margin: 0;
	padding: 0;
	z-index: 2000;
}

#mmenu li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	height: 51px;
	overflow: hidden;
	z-index: 1001;
}

#mmenu li img {
	z-index: 1002;
}

#accountMenu {
	width: 500px;
	height: 20px;
	display: block;
	float: right;
	clear: both;
	margin: 0 45px 0 20px;
	padding: 2px;
	z-index: 2001;
}

#accountMenu p {
	text-align: right;
	font: 10px Arial;
	color: #F2E5A2;
	margin: 0;
	padding: 0;
}

#accountMenu a {
	text-decoration: none;
	color: #F2E5A2;
	font-weight: bold;
}

#accountMenu a:Hover {
	text-decoration: underline;
	color: #E8D6AE;
}

#fullContent {
	display: block;
	float: left;
	width: 958px;
	margin: 0 0 0 20px;
	padding: 0;
	z-index: 1001;
}

#fullContent #bottomNavRight {
	text-align: right;
	width: 400px;
	float: right;
	clear: none;
	vertical-align: middle;
	padding: 5px 0 5px 0;
	margin: 0 0 4px 0;
}

#fullContent #bottomNavLeft {
	width: 200px;
	height: 40px;
	padding: 2px 0 5px 0;
	clear: none;
	float: left;
	margin: 0 0 4px 0;
}

#fullContent #bottomNavLeft p {
	font: 10px Arial;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

#fullContent #ssep {
	width: 98%;
	text-align: left;
	clear: both;
	padding: 0 0 0 20px;
	font: 13px "Arial";
	color:#573B1B;
	font-weight: bold;
	border: 0;
	border-bottom: 1px solid #573B1b;
}
#fullContent #smap {
	width: 200px;
	float: left;
	clear: none;
	padding: 10px;
	margin: 5px 10px 10px 25px;
}

#fullContent #smap p {
	margin: 3px 0 5px 2px;
	font: 11px "Arial";
	color: #573B1B;
	text-align: left;
}

#fullContent #smap a {
	color: #573B1B;
	font: 11px "Arial";
	text-decoration: none;
}

#fullContent #smap a:Hover {
	text-decoration: underline;
}

#fullContent #topContent {
	display: block;
	width: 958px;
	height: 29px;
	margin: 0;
	padding: 0;
	background: url(../images/top_content.jpg) no-repeat top right;
}

#fullContent #bottomContent {
	display: block;
	width: 958px;
	height: 232px;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	background: url(../images/bottom_content.jpg) no-repeat bottom right;	
}
#fullContent #bgContent {
	display: block;
	float: left;
	width: 958px;
	height: auto;
	margin: 0;
	padding: 0;
	background: url(../images/content_bg.jpg) repeat-y;
}

#mainContent {
	display: block;
	width:  948px;
	float: left;
	background: url(../images/flames_bg.jpg) no-repeat top right;
	margin: 0 5px 0 0;
	padding: 2px;
	text-align: left;
}

#mainContent #hotRod {
	width: 950px;
	height: 321px;
	overflow: hidden;
	clear: none;
	float: left;
	margin-top: -175px;
	margin-left: 2px;
	padding: 0;
	background: url(../images/home_drc1000_hot_rod.jpg) no-repeat top right;
}

#mainContent #aboutLogos {
	display: block;
	width: 238px;
	float: right;
	clear: none;
	text-align: center;
	margin: 10px 50px 15px 50px;
}

#mainContent #aboutHeader {
	display: block;
	width: 450px;
	float: left;
	clear: none;
	margin: 10px 0 15px 60px;
	padding: 0 100px 5px 0;
}

#mainContent #aboutContent {
	display: block;
	width: 450px;
	float: left;
	clear: none;
	padding: 0 75px 5px 0;
	margin: 10px 0 15px 60px;
	border: 0;
	border-right: 2px solid #AE9B66;
}

#homeFlashDsp {
	width: 450px;
	height: 450px;
	float: right;
	display: block;
	clear: none;
	text-align: center;
	margin: 10px 25px 0 0;
	visibility: visible;
}

#showFlash {
	visibility: visible;
}

#hiddenFlashElement {
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

#homeImagePad {
	clear: none;
	display: block;
	position: relative;
	width: 451px;
	height: 583px;
	top: -50px;
	left: -95px;
	background: url(../images/drc1000_pad_bg.png) no-repeat top center;
	z-index: 5;
	margin: 0; 
	padding: 0;
}

.atc_cart {
	margin-left: 40px;
}

.atc_cart td {
	font: 14px Arial;
	border-bottom: 1px solid #573B1B;
	text-align: left;
	color: #573B1B;
}
