﻿        body
        {
            margin: 0px;
            background: #D5DDE7 url('/Userfiles/Image/main-bg.png') repeat-x;
            font-family: Lucida Sans Unicode;
        }
        a
        {
            text-decoration: none;
        }
        .clear
        {
            clear: both;
            height: 0px;
            width: 0px;
        }
        .main-container
        {
            width: 980px;
            margin: auto;
        }
        #header
        {
            position: relative;
        }
        A.main-logo
        {
            display: block;
            width: 286px;
            height: 86px;
            background: url('/Userfiles/Image/hdr-logo.png') no-repeat;
            z-index: 8;
            position: absolute;
            top: 12px;
            left: -30px;
        }
        .title-bar
        {
            width: 1026px;
            margin-left: -46px;
            background: url('/Userfiles/Image/title-bar.png') repeat-x;
            height: 43px;
            text-align: right;
            font-size: 13px;
            color: #cc0000;
            padding-top: 12px;
        }
        A.title-anchor:link, A.title-anchor:visited
        {
            color: #cc0000;
            border-bottom: 1px #cc0000 dotted;
        }
        A.title-anchor:hover
        {
            color: #00f;
            border-bottom: 1px #00f dotted;
        }
        #content
        {
            background-color: #fff;
        }
        #home-content-top
        {
            width: 980px;
            height: 366px;
            background: url('/Userfiles/Image/night-photo.png') no-repeat;
            margin: 0px;
            position: relative;
        }
        .home-features
        {
            position: absolute;
            bottom: 0px;
        }
        .home-features > div
        {
            float: left;
            background: url('/Userfiles/Image/home-feature-bg.png') no-repeat;
            height: 140px;
            color: #fff;
            width: 320px;
        }
        .home-features div div
        {
            padding: 24px 20px;
        }
        .home-features div div P
        {
            margin: 0px;
            font-size: 10px;
        }
        .home-features div div P.title
        {
            font-size: 13px;
            margin-bottom: 6px;
            margin-top: 4px;
        }
        .home-feature-1
        {
            margin-left: 10px;
        }
        .home-feature-2
        {
        }
        .home-feature-3
        {
            margin-right: 10px;
        }
        A.btn-browse-vehicles
        {
            display: block;
            width: 160px;
            height: 28px;
            background: url('/Userfiles/Image/btn-browse-vehicles.png') no-repeat;
            z-index: 8;
            margin-top: 8px;
        }
        A.btn-vehicle-estimate
        {
            display: block;
            width: 210px;
            height: 28px;
            background: url('/Userfiles/Image/btn-vehicle-estimate.png') no-repeat;
            z-index: 8;
            margin-top: 8px;
        }
        A.btn-vehicle-valuation
        {
            display: block;
            width: 185px;
            height: 28px;
            background: url('/Userfiles/Image/btn-vehicle-valuation.png') no-repeat;
            z-index: 8;
            margin-top: 8px;
        }
        div#bottom-content-lhs
        {
            padding-left: 22px;
            padding-right: 40px;
        }
        div#bottom-content-lhs h1
        {
            color: #3450BA;
            font-size: 24px;
            font-family: Segoe UI;
            margin-top: 30px;
            margin-bottom: 20px;
        }
        div#bottom-content-lhs p
        {
            font-size: 12px;
            color: #1F2733;
            line-height: 165%;
        }
        div#bottom-content-lhs p.opener
        {
            font-size: 15px;
            color: #000;
        }
        #footer-container
        {
            background-color: #202933;
            height: 46px;
            margin-top: 1px;
        }
        #footer 
        {
            color: #fff;
            font-size: 11px;
            padding-top: 14px;
        }
        #footer a
        {
            color: #fff;
            text-decoration: none;
        }
        #footer a:hover
        {
            text-decoration: underline;
        }
        #footer2-container 
        {
            color: #1a1a1a;
            font-size: 9px;
            padding-top: 14px;
        }
        #footer2-container a
        {
            color: #1a1a1a;
            text-decoration: none;
        }
        #footer2-container a:hover
        {
            text-decoration: underline;
        }
        #phone-intro-form P
        {
            margin: 2px;
        }
