﻿#page {
    background: #fff;

}

#banner {
    height: 124px;
    /*background: url('../images/banners/about.jpg') top left no-repeat;*/
    background: url('../images/banners/services.jpg') top left no-repeat;
    position: relative;
    zoom: 1;
}

#banner h1 {
    text-transform: uppercase;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 4em;
    line-height: 1em;
    letter-spacing: -4px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 25px;
    margin: 0;
}

h2 {
    text-transform: uppercase;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 2em;
    line-height: 1.1em;
    font-weight: bold;
    color: #b20007;
}

.leftcol {
    color: #222;
    font-size: 1.1em;
    line-height: 1.5em;
}

.leftcol a {
    color: #b20007;
}

/*.page_special_offers #banner { background: url('../images/banners/special_offers.jpg') top left no-repeat; }
.page_car_part_sales #banner { background: url('../images/banners/car_part_sales.jpg') top left no-repeat; }
.page_contact #banner { background: url('../images/banners/contact.jpg') top left no-repeat; }
.master_services #banner { background: url('../images/banners/services.jpg') top left no-repeat; }
*/
.leftcol ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    padding-left: 15px;
}

.leftcol ul li {
    padding: 0;
    padding-left: 13px;
    background: url('../images/bullet.jpg') left 8px no-repeat;
    margin: 2px 0;
}

.rightcol .imagebox {
    margin-left: 0;
    float: none;
    width: 275px;
    height: auto;
    background: #dddddd;
    margin-bottom: 14px;
    padding-bottom: 5px;
    color: #222;
}

.rightcol .imagebox h2 {
    margin-top: 5px;
}