html {
	height:100%;
}
body{
	height:100%;
	min-height:100%;
	margin:0;
	padding:0;
	color:#fff;
	font:100% Arial, Helvetica, Verdana, Sans-serif;
	background:#111111;
}
#container {
	height:100%;
	min-height:100%;
	width:1024px;
	margin:0 auto;
	position:relative;
}
#top {
	margin:0 auto;
	height:310px;
	width:1024px;
	background:url(/images/top-logo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#menu {
	left:0;
	height:708px;
	width:208px;
	position:absolute;
	z-index:200;
}
#content {
	min-height:433px;
	float:left;
	text-align:left;
	left:183px;
	padding:0;
	margin:0;
	padding-left:15px;
	margin-left:15px;
	width:820px;
	color:#fff;
	font:90% Arial, Helvetica, Verdana, Sans-serif;
	position:relative;
	z-index:100;
}
#carfooter {
	height:122px;
	width:1024px;
	text-align:center;
	position:relative;
	margin:0 auto;
	bottom:0px;
	background:url(/images/bottom-cars.jpg) top center;
	background-repeat:no-repeat;
	z-index:200;
}
#footer {
	height:24px;
	width:1024px;
	text-align:center;
	position:relative;
	margin:0 auto;
	bottom:0px;
}
.clear{
	clear:both;
}
hr{
	width:95%;
	height:2px;
	background-color:#D5D7D7;
	text-align:center;
}
h1{
	padding-top:15px;
	margin:0;
	font:140% Arial, Helvetica, Verdana, Sans-serif;
}
h2{
	margin:8px;
	color:#FFF;
	font:140% Arial, Helvetica, Verdana, Sans-serif;
}
h3{
	margin:8px;
	color:#FFF;
	font:120% Arial, Helvetica, Verdana, Sans-serif;
}
p{
	padding-left:10px;
	padding-right:20px;
}
img{
	padding-left:10px;
	padding-right:10px;
	border:0;
}
.template{
	padding:0px;
}
a:link, a:active, a:visited, a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer-bottom a:link, #footer-bottom a:active, #footer-bottom a:visited, #footer-bottom a:hover{
	color:#FFF;
	text-decoration:underline;
}
/* Menu Styles */
.menulist {
	margin:0;
	padding:0;
}
.menulist ul {
	padding:0px;
	margin:0px;
	top:37px;
	left:0px;
	display:none;
	position:absolute;
}
/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	white-space:nowrap;
	top:-1px;
	left:0px;
	margin-top:0;
	margin-left:100%;
}
.menulist li {
	margin-bottom:11px;
	float:left;
	height:41px;
	width:208px;
	display:inline;
	position:relative;
}
.menulist li a {
	float:left;
	height:41px;
	width:208px;
	text-indent:-9999px;
	overflow:hidden;
	color:#fff;
}
.menulist li a.home {
	background:url(/images/home.gif) top center;
}
.menulist li a.about {
	background:url(/images/about.gif) top center;
}
.menulist li a.gallery {
	background:url(/images/gallery.gif) top center;
}
.menulist li a.services {
	background:url(/images/services.gif) top center;
}
.menulist li a.contact {
	background:url(/images/contact.gif) top center;
}
.menulist li a.news {
	background:url(/images/news.gif) top center;
}
.menulist li a.bodykits {
	background:url(/images/bodykits.gif) top center;
}
.menulist li a.quote {
	background:url(/images/quote.gif) top center;
}
.menulist li a:hover {
	background-position:0 -41px;
}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	white-space:nowrap;
	background:#28368b;
}
.menulist ul li:hover {
	background:#28368b;
}
.menulist ul li a:link, .menulist ul li a:active, .menulist ul li a:visited{
	margin-left:16px;
	white-space:nowrap;
	background:#28368b;
}
/* Links inside the menu */
.menulist a:link, .menulist a:active, .menulist a:visited {
	margin-left:-12px;
	color:#FFF;
	font-weight:bold;
	background:transparent;
	text-decoration:none;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover{
	color:#FFF;
	text-decoration:underline;
}
/* Only style submenu indicators within submenus. */
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}
