
    html, body
    {
        margin: auto;
    }

    body
    {
        background-color: #8B8B8B;
        background-image: url('../art/bg_rpt.jpg');
        background-repeat: repeat-x;
        padding-top: 40px;
        font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
        font-size: 12px;
        color: #333333;
    }

    a
    {
        color: #000052;
        text-decoration: none;
    }

    a:hover
    {
        text-decoration: underline;
    }

    h1
    {
        font-size: 20px;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
        margin-bottom: 20px;
    }

    h2
    {
        font-size: 14px;
        margin: 0px;
        padding: 0px;
        line-height: 20px;
    }

    img
    {
        border: none;
    }

    ui
    {
        list-style: square;
    }

    #page
    {
        width: 700px;
        margin: auto;
        margin-bottom: 40px;
    }

    #header
    {
        background-image: url("../art/logo.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-color: #CCCCCC;
        width: 100%;
        height: 80px;
        border-top: solid 5px #FFFFFF;
        border-left: solid 5px #FFFFFF;
        border-right: solid 5px #FFFFFF;
    }

    #page-a
    {
        background-color: #EAEAEA;
        background-image: url("../art/page-a_bg.jpg");
        width: 100%;
        float: left;
        border-left: solid 5px #FFFFFF;
        border-right: solid 5px #FFFFFF;
        border-bottom: solid 5px #FFFFFF;
        margin-bottom: 40px;
    }

    #content
    {
        padding: 10px;
        float: left;
        width: 675px;
    }

    #navigation
    {
        float: left;
        height: 50px;
    }

    #navigation li
    {
        list-style: none;
        width: 174px;
        height: 20px;
        float: left;
        margin: 1px 1px 0px 0px;
    }

    #navigation a
    {
        display: block;
        text-align: center;
        background-color: #3C3B40;
        color: #FFFFFF;
        height: 18px;
        padding-top: 2px;
    }

    #navigation a:hover
    {
        background-color: #6699CC;
        text-decoration: none;
    }

    #navigation ul
    {
        padding: 0px;
        margin: 0px;
    }

    #error
    {
        color: #333333;
        background-color: #D5B6B6;
        float: left;
        width: 680px;
        padding: 5px;
        margin: 5px;
        display: inline;
    }

    .dealer_item
    {
        background-color: #FFFFFF;
        float: left;
        width: 315px;
        height: 170px;
        border: solid 1px #CCCCCC;
        padding: 5px;
        margin: 5px;
        display: inline;
    }

    .dealer_item:hover
    {
        border: solid 1px #6699CC;
        cursor: default;
    }

    .dealer_item .address
    {
        background-color: #F5F5F5;
        padding: 5px;
        height: 75px;
    }

    #history
    {
        clear: both;
        width: 680px;
        display: inline;
        padding: 10px;
    }

    #message
    {
        font-size: 16px;
        font-weight: bold;
    }

    .alert
    {
        background-color: #ffffff;
        border: solid 1px #666666;
        padding: 10px;
        text-align: center;
    }
    
    .slideshow
    {
        background-image: url("../art/slideshow_bg.jpg");
        background-repeat: no-repeat;
        
        width: 100%;
        height: 300px;
        text-align: center;
        padding-top: 15px;
    }
    
    p
    {
        text-align: justify;
        padding: 0px;
        margin: 10px 0px 10px 0px;
        line-height: 17px;
    }
    
    .downloads_box
    {
        margin: auto;
        width: 465px;
    }
    
    .download
    {
        background-image: url("../art/download_bg.jpg");
        background-repeat: no-repeat;
        height: 40px;
    }
    
    .download a
    {
        display: block;
        width: 340px;
        height: 100%;
        padding: 4px 80px 0px 40px;
        background-image: url("../art/download_btn_1.jpg");
        background-repeat: no-repeat;
        background-position: right;
    }
    
    .download a:hover
    {
        background-image: url("../art/download_btn_2.jpg");
    }
    
    .login_form 
    {
        width: 300px;
        margin: auto;
    }
    
    .login_form label
    {
        float: left;
        width: 100px;
        text-align: right;
        padding-top: 7px;
    }
    
    .login_form input
    {
        float: left;
        width: 180px;
        margin: 5px;
    }
    
    .login_form br
    {
        clear: both;
    }
    
/* LATEST PRODUCTS LIST
********************************************************************/

    #latest_products li 
    {
        float: left;
        list-style: none;
        width: 310px;
        padding: 10px 0;
    }
    
    #latest_products img
    {
        float: left;
        margin: 0;
        padding: 0;
    }
    
    #latest_products dl 
    {
        float: right;
        width: 150px;
        margin: 0;
        padding: 0;
    }
    
    #latest_products dt 
    {
        font-size: 16px;
        font-weight: bold;
    }
    
    #latest_products dd
    {
        padding: 0;
        margin: 0;
    }
    
    #latest_products a
    {                     
        display: block;
        margin: 10px 0 0 0;
        color: #2070BA;
    }