#container{
    margin: 15px auto;
    width: 761px;
    font-famiy: Arial, Helvetica, Sans-Serif;
    background-image: none;
    background: #FFF;
    }

#main{
    float: none;
    display: block;
    width: 751px;
    margin: 5px; 
    padding: 0;
    background: #FFF;
    }

.maincontent{
    display: block;
    }

.maintop{
    display: block;
    background: none;
    color: #000;
    font-size: 14px;
    padding: 0 0 5px 0;
    line-height: 1.5;
    }

.main_bucket_top, .bottom_right{
    width: 247px;
    display: block;
    float: left;
    }

.mid{
    margin: 0 5px;
}

.main_bucket_bottom{
    display: block;
    background: none;
    color: #000;
    font-size: 14px;
    padding: 0 0 5px 0;
    line-height: 1.5;
    }

.bottom_left{
    display: block;
    width: 499px;
    margin-right: 5px;
    float: left;
    }

.mainbottom{
    display: block;
    background: none;
    color: #000;
    font-size: 14px;
    padding: 0 0 5px 0;
    line-height: 1.5;
    }

.main_hdr{
    display: block;
    background: #000;
    padding: 2px 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFBE00;
    }

.main_bucket_inner{
    display: block;
    border: solid #000;
    border-width: 0 1px 5px 1px;
    padding: 5px;
    background: #FFEECD;
    }

.topheight{
    height: 165px;
    }

.main_bucket_inner img{
    display: block;
    float: left;
    margin-right: 5px;
    }

.main_hdr a{
    color: #FFBE00;
    text-decoration: none;
    }

.readmore{
    display: block;
    clear: both;
    background: url(/images/sblayout/red-arrow-home.gif) no-repeat 0 50%;
    padding-left: 15px;
    float: right;
    }

.dealerbox .main_hdr{
    background: #FF0000;
    }

.maconly{
    display: none;
    }

.UAiemac .maconly{
    display: block;
    }