/* css reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{margin:0;padding:0;}table{}fieldset, img{border:0px none;}address, caption, cite, code, dfn, em, strong, th, var{font-style:normal;font-weight:normal;}ol, ul {list-style:none;}caption, th {text-align:left;}h1, h2, h3, h4, h5, h6{font-size:100%;}q:before, q:after{}

/* generic styles */
body {
	background:black;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	position:relative;
	width:100%;
	height:100%;
}

a, a:visited {
	color:white;
}

.cl {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}

.center {
	text-align:center;
}

strong, .strong {
	font-weight:bold;
}

.align-left {
	float:left;
	width:auto;
}

.align-right {
	float:right;
	width:auto;
}

/* wrapper & the three orange backgrounds */
#wrapper {
	position:relative;
	width:864px;
	height:100%;
	margin:0 auto;
}

#wrapper-top {
	position:absolute;
	top:0px;
	left:-180px;
}

#wrapper-left {
	position:absolute;
	top:212px;
	left:-179px;
}

#wrapper-right {
	position:absolute;
	top:212px;
	left:864px;
}

/* header, logo & top menu */
#header {
	position:relative;
	width:864px;
	height:212px;
}

#logo {
	display:block;
	position:absolute;
	width:155px;
	height:81px;
	bottom:3px;
	left:0px;
}

#header ul {
	position:absolute;
	width:700px;
	height:36px;
	bottom:0px;
	right:0px;
	font-size:11px;
	color:#3F1C0A;
	text-transform:uppercase;
	background:url(images/top-menu_bg.jpg) no-repeat top left;
}

#header ul li {
	display:inline;
	line-height:24px;
}

#header ul li.top-menu-home {
	padding-left:52px;
}

#header ul li.top-menu-services {
	padding-left:63px;
}

#header ul li.top-menu-hotrods {
	padding-left:50px;
}

#header ul li.top-menu-forsale {
	padding-left:51px;
}

#header ul li.top-menu-downloads {
	padding-left:60px;
}

#header ul li.top-menu-contact {
	padding-left:65px;
}

#header ul li a {
	font-size:11px;
	color:#3F1C0A;
	text-transform:uppercase;
	text-decoration:none;
}

#header ul li a:hover {
	text-decoration:underline;
}

/* containers for the main content area */
#container {
	position:relative;
	width:864px;
	background:url(images/container-middle.jpg) repeat-y top left;
}

#container-top {
	position:relative;
	width:864px;
	background:url(images/container-top.jpg) no-repeat top left;
}

#container-bottom {
	position:relative;
	width:864px;
	background:url(images/container-bottom.jpg) no-repeat bottom left;
	padding-top:10px
}

/* Flash/image intros */
#banner {
	position:relative;
	width:844px;
	height:422px;
	margin:0 auto;
	margin-bottom:3px;
}

/* footer */
#footer {
	position:relative;
	width:390px;
	padding:10px 0px 100px 0px;
	text-align:center;
}

#footer ul {
	font-size:10px;
	color:#B67739;
	margin-bottom:5px;
}

#footer ul li {
	display:inline;
}

#footer ul li a {
	font-size:10px;
	color:#B67739;
	text-decoration:none;
}

#footer ul li a:hover {
	text-decoration:underline;
}

#footer p {
	font-size:8px;
	margin-bottom:5px;
}

/* big car */
#big-car {
	position:absolute;
	bottom:-120px;
	right:-190px;
}

.smallbox {
	position:relative;
	width:397px;
	background:url(images/smallbox-middle.jpg) repeat-y top left;
}

.smallbox-top {
	position:relative;
	width:397px;
	background:url(images/smallbox-top.jpg) no-repeat top left;
}

.smallbox-bottom {
	position:relative;
	width:397px;
	background:url(images/smallbox-bottom.jpg) no-repeat bottom left;
}

.smallbox p.title {
	height:25px;
	line-height:24px;
	font-size:12px;
	text-align:right;
	padding-right:8px;
}

.calendar {
	margin-left:25px;
	margin-bottom:20px;
}

.up-to-date {
	margin-left:25px;
	background:url(images/up-to-date_bg.jpg) repeat-y top left !important;
	margin-bottom:17px
}

.calendar-inner {
	padding:8px;
	margin:10px 0;
}

.calendar-inner p.left {
	width:385px;
	float:left;
	font-size:10px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.calendar-inner p.right {
	width:275px;
	float:left;
	padding:0px 0px 0px 5px;
	margin:0px 0px 10px 0px;
}


.up-to-date-description {
	width:150px;
	padding:10px;
	float:left;
}

.up-to-date-description p {
	line-height:1.6em;
}

.up-to-date-form {
	width:210px;
	padding:15px 5px;
	float:left;
}


.up-to-date-form label {
	height:27px;
	line-height:27px;
	font-size:11px;
	font-weight:bold;
}

.up-to-date-form input.textbox {
	padding:4px;
	font-size:12px;
	color:#333;
	border:none;
	background:white;
	margin-left:5px;
	width:140px;
}

.up-to-date-form fieldset {
	margin-bottom:10px;
}

.up-to-date-form fieldset.submit {
	padding-top:15px;
	padding-left:100px;
}

#myspace {
	margin-left:25px;
	height:90px;
}

#polaroid {
	position:absolute;
	width:353px;
	height:303px;
	top:440px;
	left:465px;
	background:url(images/polaroid.png) no-repeat top left;
}

#polaroid img {
	position:absolute;
	top:43px;
	left:22px;
}

#polaroid p {
	position:absolute;
	top:260px;
	left:190px;
	font-size:9px;
	color:#B67739;
}

.contact-us {
	margin-left:25px;
	margin-bottom:20px;
	background:url(images/contactus_bg.jpg) repeat-y top left !important;
}

.contact-us-text {
	padding:15px 0;
}

.title2 {
	color:white;
	font-size:20px;
	font-weight:bold;
}

.title3 {
	color:white;
	font-size:20px;
	margin-bottom:0px;
	display:block;
}

.title4 {
	color:white;
	font-size:11px;
}

.title5, .title5 a {
	color:#B67739;
	font-size:11px;
}

.services {
	margin-left:25px;
	background:url(images/contactus_bg.jpg) repeat-y top left !important;
}

.services-text {
	overflow:scroll;
	overflow-x:hidden;
	height:328px;
	padding:15px;
}

.services-text h4 {
	font-size:12px;
	margin-bottom:10px;
}

.services-text h4 a {
	text-decoration:none;
	color:#B67739;
}

.services-text h4 a:hover {
	text-decoration:underline;
}

.services-text p {
	margin-bottom:10px;
}

.bigbox {
	position:relative;
	width:819px;
	background:url(images/bigbox-middle.jpg) repeat-y top left;
	margin-left:22px
}

.bigbox-top {
	position:relative;
	width:819px;
	background:url(images/bigbox-top.jpg) no-repeat top left;
}

.bigbox-bottom {
	position:relative;
	width:819px;
	background:url(images/bigbox-bottom.jpg) no-repeat bottom left;
}

.bigbox p.title {
	height:25px;
	line-height:24px;
	font-size:12px;
	text-align:center;
}

#desc {
	margin-left:22px;
	width:370px;
	padding:20px 0 30px 0;
	font-size:10px;
}

#desc h3 {
	margin-bottom:12px;
	font-size:12px;
}

#desc p {
	text-align:justify;
	line-height:1.5em;
	margin-bottom:15px;
}