﻿body
{
    margin: 0px;
    margin-bottom: 24px;
    background-image: url(../images/back.jpg);
    background-color: #000000;
    line-height: 15px;
    font-size: 12px;
    color: #ffffff;
}

*
{
    font-family: Verdana;
}

a
{
    color: #ffffff;
}

.divHeaderPlaceholder
{
    height: 50px;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    z-index: 2;
}

.divLanguagePickerPlaceholder
{
    padding-top: 10px;
    margin-right: 6px;
    text-align: right;
    color: #414141;
    font-size: 12px;
    height: 21px;
}

.divLanguagePickerPlaceholder input
{
    margin: 0px;
    padding: 0px;
    margin-right: 1px;
}

.divMenuPlaceholder
{
    color: #ffffff;
    border: 0px solid white;
    /*margin-left: 261px;*/
    margin-top: 14px;
    margin-left: 72px;
}

.divMenuItem
{
    background-image: url(../images/menuspacer.png);
    background-repeat: repeat-y;
    padding-left: 7px;
    margin-right: 31px;
    float: left;
}

.aMenuItem
{
    font-size: 17px;
    font-weight: bold;
    font-variant: small-caps;
    display: block;
    vertical-align: middle;
    line-height: 17px;
    color: #ffffff;
    text-decoration: none;
}

.spanMenuItemSub
{
    color: #888888;
    font-size: 11px;
    line-height: 14px;
    display: block;
    vertical-align: middle;
}

.divContentPlaceholder
{
    background-image: url(../images/back-contentplaceholder.png);
    border: solid 1px #141414;
    border-bottom: none;
    border-top: none;
    width: 890px;
    margin-left: 56px;
    min-height: 400px;
    overflow: hidden;
    padding: 16px;
    padding-right: 36px;
}

.divBrandsPlaceholder
{
    float: left;
    margin-top: 46px;
    margin-bottom: 64px;
}

.divFooterPlaceholder
{
    background-image: url(../images/back-contentplaceholder.png);
    padding: 16px;
    margin-left: 56px;
    border: solid 1px #141414;
    border-top: none;
    width: 910px;
}



.divTextPlaceholder, .divTextPlaceholderWide
{
    color: #ffffff;
    font-size: 12px;
    text-align: justify;
    line-height: 18px;
    width: 350px;
    float: left;
}

.divTextPlaceholder a, .divTextPlaceholderWide a
{
    color: #ffffff;
}

.divTextPlaceholder h1, .divTextPlaceholderWide h1
{
    padding: 0px;
    margin-bottom: 8px;
}

.divTextPlaceholderWide
{
    width: 850px;
    text-align: left;
}

.divPicturePlaceholder
{
    float: right;
}

.hrDealers
{
    border-top: 1px solid #414141;
    margin: 8px 0px 8px 0px;
}

th
{
    font-weight: normal;
    text-align: left;
    height: 30px;
    width: 130px;
}

.divError
{
    color: Red;
    font-weight:bold;
}

