/**********************************************
MAIN
**********************************************/
#main {
    margin: 0;
    padding: 0;
    width: 748px;
}


#main .search_bar{
    background: url(../../Images/search_bar.gif) no-repeat;
    float: left;
    clear: left;
    width: 748px;
    margin: 0;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
}

#main .search_bar .search_box{
    float: right;
    margin: 5px 3px 5px 3px;  
    padding: 0;
}

#main .search_bar .search_box input.text_size{
    height: 12px;
}


#main .nav_box{
    background: url(../../Images/home_nav_box_bg.jpg) repeat-x;
    float: left;
    width: 205px;
    height: 300px;
    display: block;
}

#main .content{
    clear: both;
    background: url(../../Images/home_main_bg.jpg) top no-repeat #EAEFF6;
    display: block;
    }

#main .bucket{
    background: url(../../Images/bucket.gif) no-repeat;
    display: block;
    float: left;
    margin: 0;
    color: #fff;
    padding: 0 15px;
    overflow: visible;
    height: 258px;
    }

#main .content_inner{
    display: block;
    font-size: 11px;
    width: 215px;
    padding-right: 4px;
    line-height: 125%;
    color: #fff;
    }

#main .content_inner a{
    color: #fff;
    display: block;
    }

#main h2{
    font-size: 12px;
    font-weight: bold;
    padding: 12px 0 0 20px;
    background: url(../../Images/white_arrow.gif) 0  100% no-repeat;
    margin: 0;
    color: #fff;
    }

.toolbox{
    float: right;
    clear: both;
    width: 150px;
    font-size: 12px;
    display: block;
    margin-left: 50%;
    position: absolute;
    top: 140px;
    left: 215px;
    padding: 0;
    }

.toolbox a{
    color: #fff;
    display: block;
    line-height: 20px;
    padding: 0 0 0 13px;
}

.toolbox a:hover{
    text-decoration: none;
}

.UAgecko .toolbox{
    top: 130px;
}

.UAgecko .toolbox a{
    line-height: 24px;
}

font.cmx-Yellow{
    color: #FDE72B;
}
