﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.0em;
    color: #000000;
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
    height: 100%;
    background-image: url(../images/bg-site.gif);
    background-repeat: repeat-x;
}
a
{
    color: #3C5A50;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: none;
}

/* layout */
#container
{
    width: 940px;
    height: inherit;
    left: 50%;
    margin-left: -470px; /* half the width of the div */
    margin: 0px auto;
    height: 100%;
    background-image: url(../images/bg-border.png);
    background-repeat: no-repeat;
}

#left-panel
{
    float: left;
    width: 200px;
    margin-left: 17px;
    margin-right: 15px;
}
#center-panel
{
    float: left;
    width: 491px;
    margin-right: 5px;
}
#right-panel
{
    float: right;
    width: 180px;
    margin-right: 30px;
    text-align: right;
}

/* header */
#header
{
    width: 100%;
    height: 117px;
}
.logo
{
    float: left;
    width: 389px;
}
.header-contact
{
    float:right;
    text-align: right;
    width: 389px;
    padding-top: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin-right: 30px;
}
.header-contact a
{
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}
.header-contact a:hover
{
    font-size: 13px;
    font-weight: bold;
    color: #46a6c2;
}

#flash-header
{
    clear: both;
    width: 100%;
    text-align: center;
    height: 224px;
}

/* main menu */
#main-menu
{
    clear: both;
    width: 100%;
    height: 35px;
    text-align: center;
    padding-top: 15px;
}
#main-menu a
{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-right: 13px;
    margin-left: 13px;
}
#main-menu a:hover
{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-right: 13px;
    margin-left: 13px;
}

/* left panel */
.range-header
{
    clear: both;
    padding:0;
    margin-left: 10px;
    width: 182px;
    height: 30px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-image: url(../images/panel-left-header.png);
    background-repeat: no-repeat;
    padding-top: 15px;
}
.range-content
{
    clear: both;
    padding:0;
    margin-left: 10px;
    width: 182px;
    background-image: url(../images/panel-left-bg.png);
}
.range-footer
{
    clear: both;
    padding:0;
    margin-left: 10px;
    width: 182px;
    height: 19px;
    background-image: url(../images/panel-left-footer.png);
    background-repeat: no-repeat;
}

.default-header
{
    margin-left: 10px;
    width: 182px;
    height: 30px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-image: url(../images/panel-left-def-header.png);
    background-repeat: no-repeat;
    padding-top: 15px;
}
.default-content
{
    margin-left: 10px;
    width: 182px;
    background-image: url(../images/panel-left-def-bg.png);
    background-repeat: repeat-x;
}
.default-footer
{
    margin-left: 10px;
    width: 182px;
    height: 19px;
    background-image: url(../images/panel-left-def-footer.png);
    background-repeat: no-repeat;
}
/* mailing list */
.default-content-mailer
{
    margin-left: 10px;
    width: 182px;
    background-image: url(../images/panel-left-def-bg.png);
    background-repeat: repeat-y;
}
.default-content-mailer label
{
    color: #ffffff;
    font-weight: bold;
    margin-left: 10px;
}
.default-content-mailer input
{
    color: #3c6b79;
    font-weight: bold;
    font-size: 11px;
    margin-top: 4px;
    margin-left: 10px;
    padding: 4px 4px 4px 4px;
    width: 83%;
}
.default-content-mailer select
{
    color: #3c6b79;
    font-weight: bold;
    font-size: 11px;
    margin-top: 4px;
    margin-left: 10px;
    padding: 4px 4px 4px 4px;
    width: 83%;
}
.mailer-submit
{
    text-align: right;
    padding-right: 10px;
    margin-top: 4px;
}
.disclaimer
{
    color: #ffffff;
    font-size: 11px;
    font-style: italic;
    padding-left: 15px;
    width: 90%;
}

/* view range */
.range-content ul
{
    list-style-type: none;
    line-height: 1.5em;
    margin-left: 30px;
}
.range-content a
{
    text-decoration: none;
    color: #000000;
    font-size: 12px;
}
.range-content a:hover
{
    text-decoration: none;
    color: #3c6b79;
    font-size: 12px;
}

/* center panel */
.copy-panel-top
{
    clear: both;
    padding:0;
    width: 100%;
    height: 18px;
    background-image: url(../images/content-panel-top.png);
    background-repeat: no-repeat;
    clear: both;
}
.copy-panel-bottom
{
    clear: both;
    padding:0;
    width: 100%;
    height: 18px;
    background-image: url(../images/content-panel-bottom.png);
    background-repeat: no-repeat;
}
.copy-panel
{
    clear: both;
    padding:0;
    width: 100%;
    background-image: url(../images/content-panel-center.png);
    background-repeat: repeat-y;
    font-size: 11px;
    line-height: 1.5em;
}
.padit15
{
    padding: 0px 15px 0px 15px;
}
.managers-top
{
    clear: both;
    padding:0;
    width: 100%;
    height: 47px;
    background-image: url(../images/managers-top.png);
    background-repeat: no-repeat;
}
.managers-bottom
{
    clear: both;
    padding:0;
    width: 100%;
    height: 18px;
    background-image: url(../images/content-panel-bottom.png);
    background-repeat: no-repeat;
}
.managers-panel
{
    clear: both;
    padding:0;
    width: 100%;
    background-image: url(../images/content-panel-center.png);
    background-repeat: repeat-y;
    text-align: center;
    height: 340px;
}

.quick-search-container
{
    width: 100%;
}
.quicks-label
{
    float: left;
    width: 140px;
    height: 92px;
    background-image: url(../images/quicks-label.png);
    background-repeat: no-repeat;
}
.quicks-fields
{
    float: left;
    width: 298px;
    height: 92px;
    background-image: url(../images/quicks-bg.png);
    background-repeat: repeat-x;
}
.quicks-submit
{
    float: right;
    width: 53px;
    height: 92px;
}

.makes-header
{
    width: 172px;
    height: 30px;
    background-image: url(../images/makes-header.png);
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
    clear: both;
}
.makes-content
{
    width: 162px;
    background-image: url(../images/makes-content.png);
    background-repeat: repeat-y;
    padding-left: 10px;
    clear: both;
    min-height: 580px;
}
.makes-footer
{
    width: 172px;
    height: 19px;
    background-image: url(../images/makes-footer.png);
    background-repeat: no-repeat;
    clear: both;
}
.make-badge
{
    float: left;
    width: 71px;
    height: 44px;
    margin: 2px 2px 2px 2px;
}
.make-badge img
{
    border: solid 1px #000000;
}

/* footer */
#footer
{
    clear: both;
    width: 100%;
    height: 15px;
    text-align: center;
    color: #000000;
    font-size: 11px;
    background-color: #3c6b79;
    padding-top: 5px;
}
#footer a
{
    color: #000000;
    text-decoration: none;
}
#footer a:hover
{
    color: #000000;
    text-decoration: underline;
}

/* manager choice*/
.managers-container
{
    float: left;
    text-align: center;
    width: 140px;
    min-height: 150px;
    margin: 4px 4px 4px 4px;
}
.managers-title
{
    font-weight: bold;
    color: #3c6b79;
    min-height: 30px;
}
.managers-image img
{
    border: solid 2px #3c6b79;
    margin-bottom: 5px;
}
.managers-price
{
    font-weight: bold;
    color: #3c6b79;
    font-size: 12px;
}

/* search results */
.search-container-top
{
    width: 100%;
    height: 18px;
    background-image: url(../images/content-panel-top.png);
    background-repeat: no-repeat;
    clear: both;
}
.search-container-bottom
{
    width: 100%;
    height: 18px;
    background-image: url(../images/content-panel-bottom.png);
    background-repeat: no-repeat;
    clear: both;
}
.search-container-result
{
    width: 100%;
    background-image: url(../images/content-panel-center.png);
    background-repeat: repeat-y;
    font-size: 11px;
    line-height: 1.5em;
    clear: both;
    min-height: 130px;
}
.search-container-result-t
{
    width: 100%;
    background-image: url(../images/content-panel-center.png);
    background-repeat: repeat-y;
    font-size: 11px;
    line-height: 1.5em;
    clear: both;
    min-height: 20px;
}
.result-image
{
    float: left;
    width: 130px;
}
.result-image img
{
    border: solid 2px #3c6b79;
    margin-left: 10px;
}
.result-copy
{
    float: right;
    width: 65%;
    margin-right: 10px;
    text-align: left;
}
.result-copy ul
{
    margin-left: 0px;
    list-style-type: none;
}

.detail-image
{
    float: left;
    width: 210px;
    margin-left: 10px;
}
.detail-image img
{
    border: solid 2px #3c6b79;
}
.detail-copy
{
    float: right;
    width: 35%;
    margin-right: 10px;
    text-align: left;
}
.detail-copy ul
{
    margin-left: 0px;
    list-style-type: none;
    width: 100%;
}
.detail-additional
{
    clear: both;
    width: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 15px;
}

/* quick search */
.search-left
{
    padding-top: 20px;
    padding-left: 15px;
    float: left;
    width: 50%;
}
.search-right
{
    padding-top: 20px;
    float: right;
    width: 40%;
}
#appForm input
{
    color: #3c6b79;
    font-weight: bold;
    font-size: 11px;
    margin-top: 4px;
    margin-left: 10px;
    padding: 4px 4px 4px 4px;
    width: 90%;
}
#appForm select
{
    color: #3c6b79;
    font-weight: bold;
    font-size: 11px;
    margin-top: 4px;
    margin-left: 10px;
    padding: 4px 4px 4px 4px;
    width: 83%;
}
.add-image
{
    float: left;
    text-align: center;
    width: 100px;
    min-height: 100px;
    margin: 4px 4px 4px 4px;
}
.add-imag img
{
    border: solid 2px #3c6b79;
    margin-bottom: 5px;
}