﻿body
{
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-family: Trebuchet MS;
    color: #605d5c;
}
a
{
    text-decoration: none;
    color: #605d5c;
}
a:hover
{
    color: #84c225;
}
h1
{
    font-weight: normal;
    font-size: 18px;
    color: #605d5c;
}
.main
{
    width: 1001px;
    margin: 0 auto;
    background-image: url(../images/back4.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.header
{
    padding: 0 10px 0 10px;
}
.menu
{
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    color: #605d5c;
    float: left;
}
.rightmenu
{
    height: 25px;
    line-height: 25px;
    float: right;
}
.logo
{
    padding: 10px 0 10px 0;
    float: left;
}
.request
{
    float: right;
}
.contentbox
{
    width: 313px;
    padding: 10px;
    float: left;
}
.contentbox2
{
    width: 640px;
    padding: 10px;
    float: left;
}
.leftcolumn
{
    width: 666px;
    float: left;
}
.rightcolumn
{
    float: left;
    width: 333px;
}
.textbox
{
    padding: 2px;
    width: 300px;
    font: 11px Tahoma;
    border-top: 1px solid #AAA;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    background: #FAFAFA url(../images/tbback.gif) repeat-x;
    color: #555;
}
.quote
{
    width: 340px;
    margin: 0 auto;
}
.footer
{
    text-align: right;
    height: 20px;
    line-height: 20px;
}
.divider
{
    height: 1px;
    width: 100%;
    background-color: #ccc;
}
.clearfix
{
    height: 1px;
    clear: both;
}
#carousel
{
    width: 300px;
    height: 400px;
}
#carousel ul
{
    list-style: none;
    width: 900px;
    height: 400px;
    margin: 0;
    padding: 0;
    position: relative;
}
#carousel li
{
    display: inline;
    float: left;
}
.textholder
{
    text-align: left;
    font-size: 11px;
    font-family: Trebuchet MS;
    padding: 6px;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    background-color: #000;
}

