/* home.css */

#home_banner{
    width: 776px;
    height: 400px;
    /*background: url(../images/home/anuncie_aqui.gif) no-repeat 99% 50%;*/
}

#home_banner #banner_foto{
    width: 740px;
    height: 400px;
    background: url(../images/home/moldura_banner.png) no-repeat;
    float: left;
    display: inline;
    overflow: hidden;
}

#home_banner .imagens{
    display:block;
    height:383px;
    margin-left:7px;
    margin-top:7px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:724px;
}

#home_banner #banner_foto img{
    /*position: absolute;*/
    margin: 0px;
}

#home_banner #banner_icones{
    float: left;
    display: inline;
    width: 35px;
    margin-top: 21px;
}

#home_banner #banner_icones a{
    width: 35px;
    height: 29px;
    background: url(../images/home/ico_banner_off.jpg) no-repeat;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-family: "Trebuchet MS, Arial, Helvetica, sans-serif";
    display: block;
    color: #000;
    padding-top: 5px;
}

#home_banner #banner_icones .activeSlide{
    width: 35px;
    height: 29px;
    background: url(../images/home/ico_banner_on.jpg) no-repeat;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-family: "Trebuchet MS, Arial, Helvetica, sans-serif";
    display: block;
    color: #000;
    padding-top: 5px;
}

#home_banner #banner_icones a:hover,
#home_banner #banner_icones .activeSlide:hover{
    text-decoration: none;
}

#status_projeto{
    width: 723px;
    height: 43px;
    margin-top: 30px;
    margin-left: 22px;
    background: url(../images/home/status_projeto.gif) no-repeat;
}

#status_projeto table{
    margin-left: 309px;
}

#status_projeto table td{
    border-top: 1px solid #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
}

#status_projeto table li{
    float: left;
    display: inline;
    list-style: none;
    margin-left: 8px;
}
