/*
    TurnWheel Designs (cc) 2008-2009
    http://turnwheel.com
    By Jackson Walker
    And Steven Bower
*/

#home_header {
    background: transparent url(/images/home_header.png) no-repeat top;
    width: 926px;
    height: 254px;
}
#home_header div {
    padding: 10px 5px 0px 0px;
}
#home_header div.fade {
    width: 430px;
    height: 120px;
    color: #4B4B4B;
    position: absolute;
    text-align: left;
    margin: 0;
}
#home_header .fade p {
    font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 1em;
    text-align: left;
    letter-spacing: 0.5px;
    padding: 0px 0 0 0px;
    margin-bottom: 18px;
}
#home_header .fade strong {
    font-weight: 600;
    font-size: 14px;
}
#home_header img {
    display: block;
    float: right;
    margin: 0;
    width: 440px;
    height: 234px;
}
#home_header ul {
    margin: 5px 10px 5px 50px;
}
#home_header li {
    list-style: bullet;
    padding: 2px 0 0 0;
    line-height: 1.5em;
    text-align: justify;
}
#home_header .left {
    padding: 0;
    width: 440px;
}

#home_top {
    width: 440px;
    margin: 10px 0px 0px 0px;
}
#home_top h2 {
    color: #4b4b4b;
    margin: 0px 0px 5px 5px;
    text-align: center;
}
#home_top h3 {
    margin: 0px 0px 0px 5px;
    text-align: center;
}
#home_foot {
    width: 440px;
    text-align: right;
    position: absolute;
    top: 350px;
}