@charset "utf-8";
/* CSS Document */

body{
    margin:0px auto;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    text-align:center;
    background-image: url('../img/fundo.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment:fixed;
}

a{
    outline:none;	
    text-decoration:none;
}

#pagina{
    width: 1002px;
    min-height: 50px;
    margin: 0px auto;
}

#topoLogo{
    width: 1002px;
    height: 137px;
    float: left;
}

#sombraTopoPagina{
    width: 1002px;
    height: 17px;
    float: left;
    background-image: url('../img/sombraTopoPagina.png');
}

#sombraCentroPagina{
    width: 1002px;
    min-height: 50px;
    float: left;
    background-image: url('../img/sombraCentro.png');
    background-repeat: repeat-y;
}

#menu{
   width: 970px;
   height: 65px;
   float: left;
   margin-left: 16px;
   background-image: url('../img/fundoMenu.jpg');
}

#animacao{
   width: 970px;
   height: 265px;
   float: left;
   margin-left: 16px;
}

#imagemAnimacao{
    width: 970px; 
    height: 265px; 
    float: left;
}

#imagemAnimacao img{
    width: 970px; 
    height: 265px; 
}

#frase{
    width: 940px;
    height: 66px;
    float: left;
    margin-top: -90px;
    *margin-top: 175px;
    z-index: 10;
    font-family: Georgia, Aial, Tahoma;
    font-size: 25px;
    color: #FFFFFF;
    padding-left:15px;
    padding-right: 15px;
    position: absolute;
    *margin-left: -974px;
    background-image: url('../img/fundoFraseAnimacao.png');
}

#rodape{
    width: 970px;
    height: 269px;
    float: left;
    margin-left: 16px;
    background-image: url('../img/fundoRodape.jpg');
}

#newsletter{
    width: 303px;
    height: 175px;
    padding-left: 20px;
    padding-top: 35px;
    float: left;
}

.tituloNewsletter{
   font-size: 22px;
    color: #FFFFFF;
    text-align: left; 
}

#campoNome{
    width: 288px;
    height: 30px;
    float: left;
    margin-top: 14px;
    font-size: 15px;
    color: #828282;
    background-color: #FFFFFF;
}

.nomeNewsletter{
    width: 233px;
    border: 0px;
    font-size: 15px;
    color: #828282;
}

#campoEmail{
    width: 288px;
    height: 30px;
    float: left;
    margin-top: 10px;
    font-size: 15px;
    color: #828282;
    background-color: #FFFFFF;
}

.emailNewsletter{
    width: 233px;
    border: 0px;
    font-size: 15px;
    color: #828282;
}

#divisorItensRodape{
    width: 1px;
    height: 210px;
    float: left;
    background-image: url('../img/divisorItensRodape.jpg');
    background-repeat: no-repeat;
    background-position: top;
}

#atendimentoOnline{
   width: 291px;
    height: 175px;
    float: left;
    padding-left: 32px;
    padding-top: 35px;
}

.tituloAtendimentoOnline{
    font-size: 22px;
    color: #FFFFFF;
    text-align: left;
}

.fraseAtendimentoOnline{
    font-size: 15px;
    color: #CCCCCC;
    padding-top: 10px;
    text-align: left;
}

.emailAtendimentoOnline{
    font-size: 19px;
    color: #AC883E;
    padding-top: 12px;
    text-align: left;
}

#orcamentoOnline{
    width:279px;
    height: 177px;
    padding-left: 43px;
    padding-top: 33px;
    float: left;
}

.tituloOrcamentoOnline{
    font-size: 22px;
    color: #FFFFFF;
    text-align: left;
}

.fraseOrcamentoOnline{
    font-size: 15px;
    color: #CCCCCC;
    padding-top: 10px;
    text-align: left;
}

#rodapeRodape{
    width: 926px;
    height: 58px;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 19px;
    padding-right: 25px;
    float: left;
}

#bordaSuperiorRodape{
    width: 970px;
    float: left;
    background-image: url('../img/bordaSuperiorRodape.jpg');
    background-repeat: no-repeat;
}

#sombraRodapePagina{
    width: 1002px;
    height: 17px;
    float: left;
    background-image: url('../img/sombraRodapePagina.png');
}