﻿#home_header{
    position:relative;
    margin-bottom:20px;
    }
#banner{height:242px;}

#home_content{}
#content_left{
    float:left;
    width:639px;
    background-image:url(/media/home_bg.jpg);
    background-repeat:no-repeat;
    height:376px;
    }
#content_right{
    float:left;
    width:324px;
    }

#content_bucket1{
    float:left;
    width:310px;
    margin-right:10px;
    }
#content_bucket2{
    float:left;
    width:310px;
    }
#content_bucket3{
    width:310px;
    }
    
#bucket1_text, 
#bucket2_text{
    margin:70px 0 0 15px;
    height:184px;
    }
#bucket1_btn, #bucket2_btn{
    padding: 65px 0px 0px 89px;
    cursor:pointer;
    }     
#homeBanner .hideBanner{display:none;}    
#homeBanner img{
    cursor:pointer;
    }
#btnRight{
    position:absolute;
    top:247px;
    left:154px;
    cursor:pointer;
    }
#btnLeft{
    position:absolute;
    top:247px;
    left:25px;
    cursor:pointer;
    }
#banner_buttons{height:38px;}



