*
{
	padding: 0px;
	margin: 0px;
}

body
{
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana;
	background: #000000;
}

img
{
	border: 0;
}

#page
{
	margin: 0px auto;
	width: 960px;
	background: url('../styleImages/backgrounds/pageBg.jpg') top left repeat-y;
}

#header
{
	margin: 0px auto;
	width: 960px;
	height: 60px;
	background: url('../styleImages/backgrounds/header-bg.jpg') top left repeat-x;
}

#cartoverview
{ 
	float: left;
	margin-left: 100px;
	height: 50px; 
	line-height: 55px; 
}

#header img
{
	float: right;
}

#topsection
{
	margin: 0px auto;
	width: 960px;
}

#topleft
{
	float: left;
	width: 260px;
	height: 240px;
	background: #262626;
}

#topleft ul
{
	margin-left: 25px;
	list-style-type: none;
}

#topleft ul li
{
	display: block;
}

#topleft ul li a
{
	float: left;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	display: block;
	height: 28px;
	line-height: 28px;
	width: 200px;
	text-indent: 40px;
	background: #262626 url('../styleImages/backgrounds/menu-bg.jpg') top left no-repeat;
}

#topleft ul li a:hover
{
	color: #aaca03;
	text-decoration: underline;
	background: url('../styleImages/backgrounds/menu-bg.jpg') bottom left no-repeat;
}

#topright
{
	float: right;
	width: 700px;
	height: 240px;
	background: #000000 url('../styleImages/backgrounds/car-refurb-body-parts.jpg') center repeat-x;
}

#pagespacer
{
	margin: 0px auto;
	width: 960px;
}

#spacerright
{
	float: right;
	width: 700px;
	height: 40px;
	margin-bottom: 6px;
	background: url('../styleImages/backgrounds/green-bg.jpg') center repeat-x;
}

#menu
{
	float: left;
	width: 260px;
	background: #3d3d3d;
}

#menu ul
{
	margin-left: 25px;
	list-style-type: none;
}

#menu ul li
{
	display: block;
}

#menu ul li a
{
	float: left;
	color: #ffffff;
	text-transform: capitalize;
	text-decoration: none;
	display: block;
	height: 28px;
	line-height: 28px;
	width: 200px;
	text-indent: 40px;
	background: url('../styleImages/backgrounds/bullet-arrow.jpg') left no-repeat;
	border-bottom: 1px solid #4a4a4a;
}

#menu ul li a:hover
{
	color: #39a0c3;
	text-decoration: underline;
}

#body
{
	float: right;
	clear: right;
	width: 700px;
	color: #FFF;
}

#body p
{
	line-height: 20px;
}

#footer
{
	line-height: 14px;
	text-transform: capitalize;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	width: 860px;
	height: 40px;
	background: #000;
	color: #999;
	text-decoration: none;
	padding: 20px 0;
}

#footer a
{
	color: #FFF;
	text-decoration: none;
}

#footer a:hover
{
	color: #AACA03;
	text-decoration: none;
}

/* Search Box */

.searchform
{ 
	float: left;
	padding-left: 40px;
	height: 50px; 
	line-height: 50px; 
}

.searchform input
{ 
	padding: 1px; margin-left: 2px; margin-right: 0px; vertical-align: middle;
}

.searchform spam
{ 
	float: left;
}

.searchform input
{ 
	border: 0px; height: 14px; padding: 4px; margin: 5px 0 0 0; font-family: verdana;
}

#searchsubmit
{ 
	border: none; width: 26px; height: 22px; cursor: hand; margin-left: -8px; background: url('../styleImages/backgrounds/searchsubmit.png') no-repeat left top; 
}

#searchsubmit:hover
{ 
	border: none; width: 26px; height: 22px; cursor: hand; margin-left: -8px; background: url('../styleImages/backgrounds/searchsubmit.png') no-repeat left bottom; 
}

.marginbottom, table
{
	margin-bottom: 12px;
}

/* End Searchbox */

#review p
{
	margin-bottom: 12px;
}

.green
{
	color: #009900;
	font-weight: bold;
}

.red
{
	color: #ff0000;
	font-weight: bold;
}

.formleft
{
	float: left;
	margin-top: 12px;
	line-height: 22px;
	width: 350px;
}

.formright
{
	float: right;
	margin-top: 12px;
	line-height: 22px;
	width: 300px;
}

.formleft p
{
	margin-bottom: 12px;
}

.formright ul
{
	margin-bottom: 12px;
	list-style-type: square;
	margin-left: 20px;
}

