﻿body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    color: #666666;
    font-family: Arial, Helvetica, Sans-Serif;
    background: url(images/topbg.jpg) top repeat-x;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    color: #535353;
    width: 500px;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 7px;
    padding-bottom: 7px;
}
h2 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
h3 {
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    float: left;
    margin-right: 5px;
}
a {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #333333;
    text-decoration: underline;
}
p {
    margin-top: 0px;
}
.container {
    width: 800px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.header {
    background: url(images/header.jpg) no-repeat;
    width: 800px;
    height: 152px;
}
.notesbar {
    width: 800px;
    background: url(images/notegrad.jpg) no-repeat top;
    padding: 10px 0px 0px 0px;
    height: 30px;
    font-size: 11px;
    color: #999999;
}
.leftside {
    width: 280px;
    float: left;
    margin: 0px 20px 10px 0px;
}
.rightside {
    width: 500px;
    float: left;   
}
.navheader {
    width: 260px;
    background: url(images/navheader.jpg);
    height: 25px;
    padding: 10px 0px 0px 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}
.navon {
    background-color: #36aee0;
    height: 35px;
    width: 280px;
    color: #ffffff;
    font-weight: bold;
    border: none;
    margin: 0px;
    text-align: left;
    padding-left: 20px;
}
.navoff {
    background: url(images/navbg.jpg);
    height: 35px;
    width: 280px;
    color: #666666;
    font-weight: bold;
    border: none;
    margin: 0px;
    text-align: left;
    padding-left: 20px;
}
.navoff:hover {
    background: #36aee0;
    color: #ffffff;
}

/* - - - - - */
.widelight {
    width: 480px;
    background: url(images/navbg.jpg) top repeat-x;
    margin-bottom: 5px;
    padding: 10px 10px 10px 10px;
    display: block;
    color: #666666;
    text-decoration: none;
    border: 1px solid #cccccc;
}
.carsleft {
    width: 330px;
    float: left;
}
.carsright {
    width: 150px;
    float: left;
    color: #a21919;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}
.details {
    width: 250px;
    float: left;
    margin-top: 5px;
    line-height: 18px;
}
.details strong {
    color: #444444;
}
.gallery {
    width: 230px;
    float: left;
    margin-top: 10px;
}
.footercont {
    margin-top: 20px;
    width: 100%;
    border-top: 1px solid #999999;
    height: 80px;
    padding: 0px auto 0px auto;
    background: url(images/footerbg.jpg) top;
    text-align: center;
    font-size: 11px;
}
.button {
    width: 90px;
    background: url(images/buttonbg.jpg) repeat-x #ffffff;
    height: 26px;
    font-size: 11px;
    color: #000000;
    display: block;
    text-decoration: none;
    padding: 2px 0px 0px 0px;
    text-align: center;
    border: 1px solid #cccccc;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.button:hover {
    background: url(images/buttonbgon.jpg) repeat-x;
}
.contLeft {
    width: 100px;
    float: left;
    line-height: 25px;
}
.contRight {
    width: 300px;
    float: left;
}
.formBox {
    width: 250px;
    margin-bottom: 3px;
}
.thinlight {
    width: 260px;
    background: url(images/navbg.jpg) top repeat-x;
    margin-top: 10px;
    padding: 10px 10px 0px 10px;
    display: block;
    color: #666666;
    text-decoration: none;
    border: 1px solid #cccccc;
    line-height: 18px;
}