﻿body
{
    font-family: Verdana;
    font-size: 11px;
    line-height: 1.0em;
    color: #000000;
    background-color: #931f04;
    margin: 10px 10px 10px 10px;
    height: 100%;
    background-image: url(../images/site-bg.png);
    background-repeat: repeat-x;
}
a
{
    color: #951f08;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: none;
}
img
{
    border: none;
}
.longlandsorange
{
    color: #e36d03;
}

/* layout */
#container
{
    width: 800px;
    height: inherit;
    left: 50%;
    margin-left: -400px; /* half the width of the div */
    margin: 0px auto;
    height: 100%;
}

.longlands-header
{
    width: 800px;
    height: 169px;
    background-image: url(../images/longlands-cars-header.png);
    background-repeat: no-repeat;
}
.longlands-footer
{
    width: 800px;
    height: 22px;
    background-image: url(../images/longlands-cars-footer.png);
    background-repeat: no-repeat;
}
.longlands-cars-logo
{
    width: 309px;
    height: 116px;
    margin-top: 10px;
    margin-left: 30px;
}
.welcome-strap
{
    font-family: Verdana;
    font-size: 12pt;
    color: #ef8318;
    margin-left: 35px;
    margin-top: 10px;
}
.panels-container
{
    clear: both;
    width: 100%;
    background-color: #ffffff;
    min-height: 470px;
}
.panel-left
{
    float: left;
    width: 387px;
    text-align: center;
    margin-left: 10px;
}
.panel-right
{
    float: right;
    width: 387px;
    text-align: center;
    margin-right: 10px;
}
.panel-header
{
    width: 387px;
    height: 86px;
    background-image: url(../images/panel-header.png);
    background-repeat: no-repeat;
}

.welcome
{
    font-family: Verdana;
    font-size: 10pt;
    color: #000000;
}
.welcome-label
{
    font-family: Verdana;
    font-size: 16pt;
    color: #ef8318;
}
.panel-content
{
    width: 387px;
    height: 324px;
    background-image: url(../images/panel-content.png);
    background-repeat: no-repeat;
}

table, tr, td
{
    text-align: left;
    font-family: Verdana;
    font-size: 11pt;
    line-height: 1.1em;
}

.panel-footer
{
    width: 387px;
    height: 44px;
    background-image: url(../images/panel-footer.png);
    background-repeat: no-repeat;
    font-family: Verdana;
    font-size: 10px;
    color: #ffffff;
}

.footer
{
    clear: both;
    width: 100%;
    text-align: center;
    color: #ffffff;
}
.footer a
{
    color: #ffffff;
    text-decoration: none;
}
.footer a:hover
{
    color: #000000;
    text-decoration: none;
}