/* @charset "UTF-8"; */
/* CSS Document */

/***** Global Settings *****/

html, body
{
    border: 0;
    margin: 0;
    padding: 0;
}
body
{
    font: 100%/1.25 Arial, Helvetica, sans-serif;
    background: url(images/site-bg.jpg) repeat-x #006699;
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
h1
{
    padding: 30px 0 25px 0;
    letter-spacing: -1px;
    font-size: 2em;
}
h2
{
    padding: 20px 0;
    letter-spacing: -1px;
    font-size: 1.5em;
}
h3
{
    font-size: 1em;
    font-weight: bold;
}

/***** Common Formatting *****/

p, ul, ol
{
    margin: 0;
    padding: 0 0 1.25em 0;
}
ul, ol
{
    padding: 0 0 1.25em 2.5em;
}
blockquote
{
    margin: 1.25em;
    padding: 1.25em 1.25em 0 1.25em;
}
small
{
    font-size: 0.85em;
}
img
{
    border: 0;
}
sup
{
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}
sub
{
    position: relative;
    bottom: -0.2em;
    vertical-align: baseline;
}
acronym, abbr
{
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}

/***** Links *****/

a, a:link, a:visited, a:hover
{
    text-decoration: underline;
    color: #006699;
}
a:hover
{
    color: #09C;
}

/***** Forms *****/

form
{
    margin: 0;
    padding: 0;
    display: inline;
}
input, select, textarea
{
    font: 1em Arial, Helvetica, sans-serif;
}
textarea
{
    width: 100%;
    line-height: 1.25;
}
label
{
    cursor: pointer;
}

/***** Tables *****/

table
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0 0 1.25em 0;
    padding: 0;
    width: 980px;
}
table tr td
{
    padding: 2px;
}

/***** Wrapper *****/

#wrap
{
    width: 1000px;
    margin: 0 auto;
}

/***** Global Classes *****/

.clear
{
    clear: both;
}
.clearit
{
    clear: both;
    font-size: 1px;
    height: 1px;
}
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}

.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-justify
{
    text-align: justify;
}

.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}
.underline
{
    border-bottom: 1px solid;
}
.highlight
{
    background: #ffc;
}

.wrap
{
    width: 1000px;
    margin: 0 auto;
}

.img-left
{
    float: left;
    margin: 4px 10px 4px 0;
}
.img-right
{
    float: right;
    margin: 4px 0 4px 10px;
}

.nopadding
{
    padding: 0;
}
.noindent
{
    margin-left: 0;
    padding-left: 0;
}
.nobullet
{
    list-style: none;
    list-style-image: none;
}


/*** CUSTOMS ***/

#header
{
    margin-left: 0;
    margin: 0 0 0 0;
    background: url(images/site-tb.jpg) no-repeat center 0px;
    height: 85px;
    
}
#header-inner
{
    position: relative;
}
#logo
{
    display: block;
    position: absolute;
    top: 39px;
    left: 544px;
    text-decoration: none;
    border: none;
    width: 241px;
    height: 38px;
}
.logo
{
    display: block;
    position: absolute;
    top: 39px;
    left: 544px;
    text-decoration: none;
    border: none;
    width: 241px;
    height: 38px;
}
#extra-text1
{
    position: absolute;
    top: 42px;
    left: 28px;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

#banner
{
    background: url(images/site-s.png) repeat-y center 0px;
}
#banner-inner
{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 28px;
}
#nav a
{
    display: block;
    float: left;
}
#search
{
    background: url(images/search-bg.jpg);
    height: 170px;
    clear: both;
    position: relative;
    background-repeat: no-repeat;
    padding-left: 100px;
}
#search input
{
    border: none;
    outline: none;
}
#search .text-input1
{
    display: block;
    width: 150px;
    height: 34px;
    position: absolute;
    top: 39px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444;
    font-weight: bold;
    padding: 2px 14px 0px 10px;
}
#search .ddlist1
{
    display: block;
    width: 150px;
    height: 34px;
    position: absolute;
    top: 39px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444;
    font-weight: bold;
    padding: 0px 14px 0px 10px;
}

#search .text-input2
{
    display: block;
    width: 380px;
    height: 34px;
    position: absolute;
    top: 115px;
    left: 19px;
    background: url(images/input-search.jpg) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444;
    font-weight: bold;
    padding: 0px 14px 0px 10px;
}
#search .zip
{
    left: 19px;
    background: url(images/input-zip.jpg) no-repeat;
    border: 0;
}
#search .make
{
    left: 203px;
    background: url(images/input-make.jpg) no-repeat;
    border: 0;
}
#search .distance
{
    left: 387px;
    background: url(images/input-distance.jpg) no-repeat;
    border: 0;
}
#search .btn-find
{
    position: absolute;
    top: 29px;
    left: 585px;
}
#search .btn-search
{
    position: absolute;
    top: 105px;
    left: 445px;
}

#page
{
    background: url(images/site-s.png) repeat-y center 0px;
}
#page-inner
{
    width: 1000px;
    margin: 0 auto;
    overflow: auto;
}
#page-top
{
    background: url(images/pagetop-bg.jpg) no-repeat;
    height: 50px;
    clear: both;
    position: relative;
    background-position:center;
}
#page-top h1
{
    position: absolute;
    top: 17px;
    left: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFF;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    letter-spacing: normal;
    text-shadow: 2px 2px #069;
}
#bread
{
    position: absolute;
    top: 18px;
    right: 20px;
    text-align: right;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 2px 2px #069;
}
#bread a
{
    color: #FFF;
    text-shadow: none;
}
#home-left
{
    width: 450px;
    float: left;
    margin-left: 25px;
}
#home-right
{
    width: 450px;
    float: right;
    margin-right: 25px;
}
.box
{
    margin: 7px 0px;
}
.box-inner
{
    background: url(images/box-s.jpg) repeat;
    padding: 10px 25px;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
}
.box-sm
{
    margin: 7px 0px;
}
.box-sm-inner
{
    background: url(images/box-sm-s.jpg);
    padding: 3px 15px;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
}
.box table
{
    margin: 0px;
    background: url(images/box-bg.jpg) center 50% no-repeat;
}
.box table a
{
    text-decoration: none;
}
.box table a:hover
{
    text-decoration: underline;
}
.box-inner-states
{
    padding: 3px 15px;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
}
.box-inner-makes
{
    padding: 3px 15px;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
}
#sidebar-l
{
    float: left;
    width: 160px;
}
#page-inner-inner
{
    float: left;
    width: 436px;
}
#page-inner-inner-noleftcolumn
{
    float: left;
    width: 596px;
}
#page-inner-inner-noleftcolumn-norightcolumn
{
    float: left;
    width: 1000px;
}
#page-inner-inner-inner
{
    padding: 5px 5px;
    font-size: 14px;
}
.listbox
{
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}
#page h2, #page h2 a
{
    color: #B08D00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: normal;
    padding-bottom: 0px;
}
span.address
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    display: block;
    margin: 5px auto;
}
span.dealerinfo-address
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    display: block;
    margin: 5px auto;
}
span.phone
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    display: block;
    padding: 3px 0px;
}
.links
{
    padding: 5px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
}
.links a
{
    padding: 0px 2px;
}
#sidebar-r
{
    float: left;
    width: 164px;
}
.ad1
{
    text-align: center;
    margin: 10px auto;
    background: #FFFBEC;
    border: 1px solid #CABB7F;
    height: 600px;
    width: 160px;
    line-height: 600px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: #333;
}
.dealerinfoline
{
    padding-bottom: 0px;
    margin-top: -2px;
    padding-left: 0px;
    padding-right: 0px;
    background: #ddd;
    height: 2px;
    padding-top: 0px;
}


.sub-footer
{
    margin: 20px 0px 0px 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    line-height: 10px;
    color: #C7C7C7;
}
#footer 
{
    text-align:center;
}

#footer img
{
    padding-bottom: 10px;
    text-align: center;
}
#footer-inner
{
    margin: 0 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    line-height: 20px;
    padding-bottom: 20px;
    position: inherit;
    top: 0px;
}
#footer a
{
    color: #FFF;
}
.dealerbox
{
    border: thin outset #006699;
    padding: 0px 0px 0px 10px;
}

