﻿/* ________________________________________________________________________________________

        DEFAULTS GO HERE
________________________________________________________________________________________________
*/

body
{
    background-color: whitesmoke;
    font-family: Tahoma, Arial;
    font-size: small;
    color: Black;
    width: 900px;
    margin: 10px auto 10px auto;
}
a
{
    color: Red;
    font-size: 10px;
}
a:hover
{
    color: Black;
}

/* ________________________________________________________________________________________

        CLASSES GO HERE
________________________________________________________________________________________________
*/



.site_div
{
    background-color: White;
    border: solid 1px black;
}

.header_div
{
    background-color: silver;
    color: White;
    font-size: x-large;
}
.telephone_header_div
{
    background-color: silver;
    color: black;
    font-size: x-large;
    font-weight: bold;
}
.search_header_div
{
    background-color: black;
    color: White;
}

.logo_div
{
}

.menu_div
{
    height: 60px;
}

.feedback
{
    margin: 2px;
    padding: 2px;
    border: solid 1px orange;
    font-weight: bold;
}

.content_div
{
    border: solid 1px silver;
    padding: 8px;
}

.footer_div
{
    text-align: left;
    vertical-align: middle;
    background-color: black;
    color: White;
    padding: 10px;
}
.footer_div a
{
    cursor: pointer;
    color: white;
    text-decoration: none;
}
.footer_div a:hover;
{
    cursor: pointer;
    color: red;
    text-decoration: none;
}
.default td
{
    background-image: url(images/menu_br.jpg);
}
.default a
{
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.menu_link
{
    text-align: right;
    vertical-align: top;
    padding-right: 2px;
    padding: 4px;
    background-color: White;
    border-right: solid 1px silver;
    font-size: 10pt;
    color: Black;
    width: 130px;
    font-weight: bold;
}

.menu_link_home
{
    font-size: 8pt;
    color: #C4AD52;
    font-weight: bold;
}
.menu_link_cars
{
    font-size: 8pt;
    color: #FF7522;
    font-weight: bold;
}
.menu_link_comm
{
    font-size: 8pt;
    color: #310791;
    font-weight: bold;
}
.menu_link_finance
{
    font-size: 8pt;
    color: #F51D30;
    font-weight: bold;
}
.menu_link_contact
{
    font-size: 8pt;
    color: black;
    font-weight: bold;
}
.menu_link a
{
    cursor: pointer;
    color: Black;
    text-decoration: none;
}

.menu_link a:hover;
{
    cursor: pointer;
    color: Black;
    text-decoration: none;
}
.home_head
{
    font-size: 24px;
    margin-bottom: 15px;
    color: #4E1800;
    font-family: HandelGothic BT, Arial, Sans-Serif;
}
.finance_head
{
    font-size: 24px;
    margin-bottom: 15px;
    color: #F51D30;
    font-family: HandelGothic BT, Arial, Sans-Serif;
}
.contact_head
{
    font-size: 24px;
    margin-bottom: 15px;
    color: #000000;
    font-family: HandelGothic BT, Arial, Sans-Serif;
}
.commercial_head
{
    font-size: 24px;
    margin-bottom: 15px;
    color: #310791;
    font-family: HandelGothic BT, Arial, Sans-Serif;
}
.reg_label_cell
{
    width: 200px;
}
.email a
{
    color: Red;
    font-size: small;
}
.email a:hover
{
    color: Black;
}

