@charset "utf-8";
/* 
    Document   : style
    Created on : Sep 23, 2012, 4:17:16 PM
    Author     : ravi
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

a, img {
    border:none;
}

body{
    margin:0;
    font-family: Tahoma, Verdana, Arial;
    background-color: #D9D9D9;
    background-image: url('../images/background_bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    font-size: 12px;
    color: #000;
    line-height: 12px;
}

#page {
    position: relative;
    width: 100%;
    min-height: 550px;
}

#page-inside {
    width: 1010px;
    height: auto;
    margin: auto;
    min-height: 153px;
}

#shade-left {
    float: left;
    width: 19px;
    background-image: url('../images/bg_shadow_left.png');
    min-height: 550px;
}

#page-content {
    float: left;
    width: 100%;
    min-height: 550px;
    /*background-color: #fff;*/
    background-image: url('../images/layout_side_shadow3.png');
}

#shade-right {
    float: left;
    width: 19px;
    background-image: url('../images/bg_shadow_right.png'); 
    min-height: 550px;   
}

#page-top-header {
    float: left;
    position: relative;
    width: 970px;
    min-height: 30px;
    color: #fff;
    background-color: #2A2A2A;
    border-bottom: 1px solid #ECECEC;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-left: 19px;
}

#page-header {
    float: left;
    position: relative;
    width: 970px;
    min-height: 99px;
    background-color: #040404;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-left: 19px;
}

#page-header-logo {
    float: left;
    width: 384px;
    height: auto;
}

#page-header-banner {
    float: left;
    width: 586px;
    height: auto;
}

#page-top-icons {
    width: 130px;
    float: left;
    padding-top: 5px;
    margin-left: 570px;
    margin-right: 10px;
}

#page-top-links {
    float: left;
    padding-top: 4px;
    width: 190px;
}

#page-top-links a {
    font-weight: bold;
    text-decoration: none;
    color: #bbb;
}

#page-top-links a:hover {
    color: #F78F1E;
}

#page-top-social{
    float: left;
    padding-top: 8px;
    width: 70px;
}

#page-top-social a{
    text-decoration: none;
}

#page-menu {
    float: left;
    width: 970px;
    /*background-color: #333333;*/
    background-image: url('../images/menu_slices_black.jpg');
    background-repeat: repeat;
    height: 35px;
    border-bottom: 5px solid #FFFFFF;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-left: 19px;
}

#page-banner {
    float: left;
    width: 960px;
    padding-left: 5px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 239px;
    margin-left: 19px;
}

.nivo-controlNav{
    position: relative;
    z-index: 9999;
    margin-right: 20px;
    float: right;
    margin-top: -60px;
}

#page-banner-shadow {
    float: left;
    width: 970px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background-image: url('../images/image_slider_shadow.png');
    height: 12px;
    margin-left: 19px;
}

#page-valuation {
    float: left;
    width: 960px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 135px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 19px;
}

#page-valuation-left {
    float: left;
    width: 11px;
    height: 135px;
    background-image: url('../images/side_left.png');
}

#page-valuation-middle {
    float: left;
    width: 938px;
    height: 135px;
    background-image: url('../images/mid_area.png');
}

#page-valuation-right {
    float: left;
    width: 11px;
    height: 135px;
    background-image: url('../images/side_right.png');
}

.page_valuate_dropdown{
    background-image: url('../images/dropdown_bg.png');
    width: 140px;
    padding: 5px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1;
    border: 1px solid #aaa;
    border-radius: 5px;
    height: 32px;
    -webkit-appearance: none;
    -moz-menulist: none;
}

#page-footer {
    float: left;
    position: relative;
    width: 970px;
    min-height: 177px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-left: 19px;
    padding-top: 10px;
}

#page-footer-inside {
    width: 960px;
    height: 171px;
    margin: auto;
    background-image: url('../images/footer_bg.png');
}

.footer-column , .footer-column2 {
    float: left;
}

.footer-column-title {
    width: 100%;
    float: left;
}

.footer-column-title img {
    padding-top: 10px;
}

.footer-column-title a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.footer-column-title p {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #F78F1E;
    font-size: 13px;
    font-weight: bold;
}

.footer-column-content {
    float: left;
    width: 100%;
}

.footer-column-content p, .footer-column-content2 p {
    margin: 0;
    color: #ddd;
    padding: 10px;
    line-height: 14px;
    font-size: 11px;
    text-align: justify;
}

.footer-column-content2 {
    float: left;
    width: 100%;
    text-align: right;
}

.footer-column-content ul {
    list-style: none;
    padding-left: 0;
}

.footer-column-content ul li {
    padding: 4px;
    padding-left: 0px;
}

.footer-column-content a {
    color: #ddd;
    text-decoration: none;
}

.footer-column-content a:hover {
    color: #FF6C1C;
}

#page-inner-content {
    float: left;
    position: relative;
    width: 970px;
    min-height: 99px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding-top: 10px;
    margin-left: 19px;
}

#page-inner-left {
    float: left;
    width: 296px;
    height: auto;
    margin-right: 10px;
    min-height: 226px;
    margin-left: 5px;
}

#page-inner-right {
    float: left;
    width: 651px;
    height: auto;
    min-height: 657px;
    background-image: url('../images/container_bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 9px;
}

.page-inner-right-title {
    float: left;
    width: 588px;
    padding-left: 35px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 20px;
    text-transform:uppercase;
}

.page-inner-right-content {
    float: left;
    width: 588px;
    padding-left: 35px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.page-inner-right-content p {
    margin: 0;
    padding: 0;
    color: #111;
    line-height: 14px;
    font-size: 12px;
    text-align: justify;
}

.page-inner-right-content a {
    font-size: 12px;
    color: #555;
    font-weight: bold;
    text-decoration: none;
}

.page-inner-right-content a:hover {
    color: #FF6C1C;
}

.page-about-section a {
    font-size: 11px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
}

.page-about-section a:hover {
    color: #FF6C1C;
}

#page-about {
    float: left;
    position: relative;
    width: 970px;
    min-height: 99px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding-top: 10px;
    margin-left: 19px;
}

#page-about-content {
    float: left;
    width: 645px;
    height: auto;
    border: 1px solid #ccc;
    background-color: #F1F1F1;
    margin-right: 10px;
    border-radius: 5px;
    min-height: 276px;
    margin-left: 5px;
}

#page-about-content2 {
    float: left;
    width: 300px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 226px;
}

#page-about-banner {
    float: left;
    width: 374px;
    height: auto;
}

.page-about-section {
    float: left;
}

.page-about-section p {
    margin: 0;
    color: #111;
    line-height: 20px;
    font-size: 12px;
    text-align: justify;
}

.page-about-section a {
    font-size: 11px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
}

.page-about-section a:hover {
    color: #FF6C1C;
}

#page-services {
    float: left;
    position: relative;
    width: 970px;
    min-height: 325px; /* 350px */
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-left: 19px;
    padding-top: 10px;
}

#page-services-inside {
    width: 960px;
    height: 284px;
    margin: auto;
    background-image: url('../images/service_bg_2.png');
}

.page-services-section {
    float: left;
    width: 100%;
}

.page-services-column {
    float: left;
    width: 240px;
    text-align: center;
}

.page-services-column a {
    font-size: 16px;
    color: #F78F1E;
    font-weight: bold;
    text-decoration: none;
}

#page-inner-content-inside {
    float: left;
    width: 958px;
    height: auto;
    min-height: 568px;
    background-image: url('../images/container_bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-left: 5px;
}

#page-inner-content-top {
    float: left;
    width: 958px;    
}

.page-inner-top-title {
    float: left;
    width: 353px;
    padding-left: 35px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.page-inner-top-links {
    float: left;
    padding-top: 25px;
    width: 505px;
    text-align: right;
}

.page-inner-top-links a {
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.page-inner-top-links a:hover {
    color: #F78F1E;
}

.vehicle-record-row {
    float: left;
    width: 630px;
    border-top: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}

.vehicle-record-row a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.vehicle-record-row a:hover {
    color: #F78F1E;
}

.terms_conditions p {
    font-size: 12px;
    line-height: 16px;
    width: 97%;
}