#ahem {
	font-weight: bold;
}

/* Default page and font stuff */

body {
	margin: auto;
	background: #000000 url('images/main/bg_car.jpg') no-repeat;
}

body, p, td, ol, ul, li, blockquote, h2, h3, h4 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

textarea, pre, tt, code, kbd, samp {
	font-family: monospace;
	font-size: 13px;
}

/* Defailt alignment */

body, p, td, ol, ul, li, blockquote {
	text-align: left;
	vertical-align: top;
}

/* Heading styles */

h1 {
	font-size: 18px;
	color: #B9752C;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 14px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

/* White space rules */

h1, h2, h3, h4, p, ul, ol, blockquote, hr, .para, .mag {
	padding: 0;
	margin: 0;
	margin-bottom: 0.8em;
}

h1 {
	margin-top: 1.5em;
}

p + h2, ul + h2, table + h2, div + h2, blockquote + h2, hr + h2 {
	margin-top: 1.5em;
	margin-bottom: 0.4em;
}

p + h3, ul + h3, table + h3, div + h3, blockquote + h3, hr + h3 {
	margin-top: 1.5em;
	margin-bottom: 0.4em;
}

p + h4, ul + h4, table + h4, div + h4, blockquote + h4, hr + h4 {
	margin-top: 1.5em;
	margin-bottom: 0.4em;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	font-style: italic;
	margin-left: 1em;
	margin-right: 1em;
}

/* Form style */

input, select, textarea {
	background: #EEEEEE;
	color: #333333;
	border-color: #999999 #FFFFFF #FFFFFF #999999;
	font-size: 12px;
	font-family: monospace;
}

.button {
	background: #333333;
	color: #3FABE9;
	font-weight: bold;
	border-color: #FFFFFF #999999 #999999 #FFFFFF;
}

/* Other misc stuff */

hr {
	height: 1px;
	border: none;
	color: #B9752C;
	background: #B9752C;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
}

a:link, a:visited, a:active {
	color: #3FABE9;
	text-decoration: none;
}

a:hover {
	color: #3FABE9;
	text-decoration: underline;
}

/* Page layout styles */

#body, #main {
	width: 100%;
	height: 100%;
}

#topbar {
	float: left;
	height: 64px;
}

#menu {
	margin: 54px 0 0 322px;
}

#menu .bullet {
	margin: 0 13px 0 13px;
}

#car {
	margin: 14px 0 0 27px;
}

#content {
	margin: 75px 0 40px 52px;
	width: 500px;
}

/* specific classes */

div.img-cars {
	float: right;
	margin-left: 10px;
}

div.img-cars div {
	margin-bottom: 10px;
	border: 1px solid #B9752C;
}

p.copy {
	font-size: 11px;
	clear: both;
	margin-top: 4em;
}

#str-Footer {
	margin: 0 auto 30px auto;
	padding-top: 30px;
	width: 851px;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	color: #2a2a2a;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
}

#str-Footer a:link, #str-Footer a:visited, #str-Footer a:active {
	color: #2a2a2a;
	text-decoration: none;
	font-weight: bold;
}

#str-Footer a:hover {
	color: #2a2a2a;
	text-decoration: underline;
	font-weight: bold;
}