body
{
	background-color: #DAE6D5;
    font-family: "Verdana", sans-serif;
    font-size: 8pt;
	margin-top: 0;
}

a
{
    text-decoration: none;
    color: #3AB00C;
}

a:hover
{
    color: #585858;
    text-decoration: underline;
}

div, td
{
    font-size: 8pt;
}

div.centered
{
    position:absolute;
    left:50%;
    margin-left:-390px;
}

div.header
{
    background-image: url("images/header.jpg");
    background-repeat: no-repeat;
    padding: 8px;
    width: 785px;
    height: 146px;
    margin-bottom: 0px;
}

div.menu
{
    height: 146px;
    margin-top: 13px;
    margin-left: -1px;
    word-spacing: -0.5pt;
}

div.body
{
    background-image: url("images/bg.jpg");
    background-repeat: repeat-y;
    padding: 20px;
    width: 756px;
    margin-top: -20px;
}

div.left
{
    float: left;
    width: 580px;
    margin-right: 10px;
}

div.findyourcar
{
    height: 450px;
}

select.findyourcar
{
    width: 150px;
    margin-bottom: 15px;
    font-size: 8pt;
}

input
{
    font-size: 8pt;
}

div.content
{
    height: 250px;
}

img.bullet
{
    vertical-align: middle;
    margin-right: 2px;
}

div.right
{
    float: left;
}

div.footer
{
	border-top: 1px #aeaeae dotted;
    margin-top: 10px;
	padding-top: 25px;
    font-size: 8pt;
    color: #B3B3B3;
    text-align: center;
    width: 745px;
    clear: both;
}

a.bottomLink
{
    color: #B3B3B3;
}

/* ----- Search Results Page Styles ----- */
div.searchresults
{
    width: 575px;
    margin-right: 10px;
    float: left;
}

h2.searchresults
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    background-color: #E2E2E2;
    padding: 2px;
    font-size: 10pt;
}

h3.searchresults
{
    font-size: 14px;
	color: #3BB10D;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h4.searchresults
{
    font-size: 11px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

img.carimage
{
    float: left;
    border: 1px #B3B3B3 solid;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px;
    width: 160px;
    height: 120px;
}

form.searchresults
{
    width: 100%;
    margin-bottom: 0px;
    background-color: #E2E2E2;
    padding: 2px;
    text-align: right;
}
input, select
{
	font-size: 12px;
}
legend
{
	color: #3bb10d;
	padding-bottom: 3px;
}
h2
{
    margin: 0;
    font-size: 11px;
	color: #2246cb;
}
