@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    background-attachment: scroll;
    background-image: url(/img/geral/bg-home.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    font-family: verdana;
    font-size: 11px;
    line-height: 18px;
    min-height: 800px;
}

#main{
    min-height: 800px;
    height: 1000px;
}
.titulo-pagina{
    text-align: left;
    padding: 23px;
    float: left;
    width: 955px;
    font-family: arial;
    font-size: 26px;
    color: #FFF;
    margin-bottom: 50px;
}
.subtitulo{
    font-family: arial;
    font-size: 22px;
    color: #333;
}
.paginacao{
    text-align: center;
    float: left;
    width: 955px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #001A53;
}
.paginacao .link{
    color: #001A53;
    text-decoration: none;
}
/*----------------------------------------------------------------header------------------------------------------------------*/
.header{
    height: 448px;
    width: 990px;
}
.header .logo{
    float: left;
    height: 109px;
    width: 450px;
}
.header .fone{
    float: right;
    height: 72px;
    width: 540px;
}
.header .saudacao{
    float: right;
    height: 36px;
    width: 517px;
    text-align: right;
    padding-right: 5px;
    padding-top: 10px;
    font-weight: bold;
    color: #006;
}
.header .menu{
    float: left;
    height: 290px;
    width: 450px;
    background-attachment: scroll;
    background-image: url(/img/header/menu.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
.header .menu .conteudo{
    width: 185px;
    padding: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 119px;
    text-align: center;
}
.header-menu-link{
    font-size: 11px;
    color: #FFF;
    font-family: verdana;
    text-decoration: none;
}
.header .menu .conteudo ul{
    margin-top: 39px;
    margin-left: 0px;
    padding-left: 0px;
    width: 185px;
    float: left;
}
.header .menu .conteudo ul li{
    list-style-type: none;
    height: 20px;
    width: 185px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
    background-attachment: scroll;
    background-image: url(/img/header/bg-li-menu.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.header .banner{
    float: right;
    height: 290px;
    width: 540px;
}
/*----------------------------------------------------------------conteudo------------------------------------------------------*/
.conteudo{
    width: 955px;
    padding-right: 10px;
    padding-left: 25px;
    padding-bottom: 35px;
}
/*----------------------------------------------------------------footer------------------------------------------------------*/
.footer{
    float: left;
    height: 270px;
    width: 100%;
    background-color: #DBE3E6;
    background-attachment: scroll;
    background-image: url(/img/footer/bg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 60px;
}
.footer-in{
    height: 270px;
    width: 990px;
    background-attachment: scroll;
    background-image: url(/img/footer/bg-footer-in.gif);
    background-repeat: no-repeat;
    background-position: center top;
    font-family: verdana;
    font-size: 11px;
    text-align: left;
}
.footer-in .logo{
    float: left;
    height: 80px;
    width: 257px;
}
.footer-in .endereco{
    float: left;
    height: 190px;
    width: 250px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 7px;
}
.footer-in .bar-logos{
    float: right;
    height: 200px;
    width: 733px;
    text-align: right;
}
.footer-in .copy{
    float: left;
    height: 40px;
    width: 580px;
    padding-top: 30px;
}
.footer-in .desenvolvedor{
    float: right;
    height: 70px;
    width: 153px;
}

/*----------------------------------------------------------------home------------------------------------------------------*/
.home-empresa{
    float: left;
    width: 580px;
    text-align: left;
    margin-top: 15px;
}
.home-titulo{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    font-family: arial;
}
.home-servicos{
	float: right;
	width: 340px;
	margin-top: 5px;
	text-align: left;
}
.home-servicos ul{
    margin-left: 0px;
    padding-left: 0px;
}
.home-servicos ul li{
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 24px;
    padding-top: 3px;
    padding-bottom: 5px;
    background-attachment: scroll;
    background-image: url(/img/geral/bg-li-servicos-home.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: #FFF;
}
.home-obras{
    float: left;
    width: 580px;
    margin-top: 80px;
    text-align: left;
}
.home-obras .titulo{
    background-attachment: scroll;
    background-image: url(/img/geral/bg-titulo-obras-home.gif);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 62px;
    width: 490px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    font-family: arial;
    padding-top: 8px;
    padding-left: 60px;
}
.home-obras .img{
    float: left;
    background-color: #CCC;
    height: 113px;
    width: 150px;
    border: 2px solid #A4AFB3;
    margin-left: 27px;
}
.home-orcamento{
    float: right;
    width: 340px;
    text-align: left;
    margin-top: 60px;
}
.home-link{
    color: #000;
    text-decoration: none;
}
