/* 
    Document   : site_estrutura
    Created on : 10/12/2012, 09:38:53
    Author     : USUARIO
    Description:
        Purpose of the stylesheet follows.
*/

body{
    background-color: #FFFFFF;
    text-align: center;
    font-family: Arial,Verdana;
    font-size: 12px;
}

a{
    text-decoration: none;
}

.topo{
    margin: 0 auto;
    height: 76px;
    background-image: url(../img/bg_topo.jpg);
    background-position: center;
    background-repeat: repeat-x;
}

#menu{
    width: 980px;
    margin: 0 auto;
    padding-top: 10px;
}

#menu a{
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    margin-left: 20px;
    background-image: url(../img/separador.png);
    background-position: left;
    background-repeat: no-repeat;
    width: 125px;
    height: 60px;
    text-align: center;
}

#menu a:hover{

    background: #022800;
}

#menu span{
    font-size: 10px;
    color: #ECECEC
}

#telefone_topo{
    float: left;
    background-image: url(../img/telefone.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 43px;
    height: 42px;
    margin-left: 20px;
    margin-right: 10px;
}

.numero_tel{
    float: left;
    color: #FFFFFF;
    text-align: left;
    line-height: 20px;
}

.logo{
    float: left;
    background-image: url(../img/logo.jpg);
    width: 190px;
    height: 95px;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.facebook{
    float: right;
    background-image: url(../img/facebook.gif);
    width: 40px;
    height: 40px;
    display: block;
    margin-top: 20px;
    margin-right: 20px;
}

.busca{
    float: right;
    margin-top: 20px;;
    background-image: url(../img/bg_busca.jpg);
    width: 280px;
    height: 40px;
    margin-right: 20px;
}

.texto_busca{
    border: none;
    width: 228px;
    float: left;
    margin-left: 1px;
    height: 24px;
    margin-top: 8px;
}

.btn_busca{
    float: left;
    height: 38px;
    background: none;
    cursor: pointer;
    width: 43px;
    border: none;
}

.sombra{
    background-image: url(../img/sobra.jpg);
    width: 980px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
}

#box_home{
    float: left;
    background-image: url(../img/bg_box_home.jpg);
    width: 311px;
    height: 276px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
}

#box_home h1,h2{
    font-size: 22px;
    float: left;
    display: block;
    font-weight: bold;
}

#box_home h1{
    color: #19792B;
}

#box_home h2{
    margin-left: 5px;
    color: #666666;
}

.separador_titulo{
    width: 279px;
    height: 1px;
    float: left;
    border-bottom: 1px solid #666666;
    margin-top: 10px;
    margin-bottom: 5px;
}
#box_home  p{
    width: 260px;
    float: left;
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
}
.btn_projetos{
    float: left;
    background-image: url('../img/btn_projetos.gif');
    display: block;
    width: 280px;
    height: 35px;
    margin-top: 15px;
}
.btn_produtos{
    float: left;
    background-image: url('../img/btn_produtos.jpg');
    display: block;
    width: 280px;
    height: 35px;
    margin-top: 15px;
}
.btn_orcamento{
    float: left;
    background-image: url('../img/btn_orcamento.jpg');
    display: block;
    width: 280px;
    height: 35px;
    margin-top: 15px;
}

.btn_videos{
    float: left;
    background-image: url('../img/VER_VIDEOS.jpg');
    display: block;
    width: 280px;
    height: 35px;
    margin-top: 15px;
}
.rodape{
    background-image: url('../img/bg_rodape2.jpg');
    background-position: center;
    background-repeat: repeat-x;
    height: 280px;
    margin-top: 20px;
}
#menu2{
    width: 743px;
    margin: 0 auto;
    padding-top: 79px;
}

#menu2 a{
    color: #FFFFFF;
    float: left;
    font-size: 22px;
    text-align: left;
    margin-left: 20px;

    background-position: left;
    background-repeat: no-repeat;
    width: 125px;
    height: 60px;
    text-align: center;
}

#menu2 span{
    font-size: 10px;
    color: #333333;
}
.busca2{
    float: right;
    margin-top: 30px;;
    background-image: url('../img/bg_busca2.png');
    width: 280px;
    height: 40px;
    margin-right: 20px;
    margin-right: 420px;
}
.agenciaw3{
    width: 60px;
    height: 20px;
    float: right;
    margin-top: 43px;
    margin-right: 38px;
}
.logo_rodape{
    float: left;
    width: 190px;
    height: 94px;
}
.campo{
    font-size: 12px;
    color: #333333;
    background: url('../img/campo.gif') no-repeat center;
    float: left;
    border: none;
    width: 252px;
    height: 32px;
}
.mensagem{
    font-size: 12px;
    color: #333333;
    background: url('../img/mensagem.gif') no-repeat center;
    float: left;
    border: none;
    width: 452px;
    height: 100px;
}
.btn_enviar{
    background: url('../img/btn_enviar.gif');
    float: left;
    width: 83px;
    height: 30px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 144px;
}