*{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
img{
    border: none;
}
a{
    color: #555;
    text-decoration: none;
}
a:hover{
    color:#56020c ;
}
body{
    background: url("../imagens/internas/bg.jpg") top center no-repeat;
    text-align: center;
    font-family:Calibri,Verdana,Arial;
}
#mestre{
    width: 980px;
    height: auto;
    display: table;
    text-align: left;
    margin: auto;
    padding-bottom: 50px;

}
#topo{
    width: 100%;
    height: 550px;

    position: relative;
}
#menu{
    width: 255px;
    height: 320px;
    background: url("../imagens/internas/bg-menu.png") top center no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#menu ul li a{
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    background:  url("../imagens/internas/bg-li-a.png") bottom left;
    display: block;
    line-height: 0px;
    padding: 29px 0px 29px 0px;
    text-align: center;
    margin-left: -10px;
}
#menu ul li a:hover{
    background:  url("../imagens/internas/bg-li-a.png") top left;
}

#banner{
    width: 970px;
    height: 342px;
    position: absolute;
    left: 0px;
    bottom: 35px;
}
#banner img{
    position: absolute;
    left: 0px;
    top:0px;
}   
#chamada{
    width: 735px;
    height: 30px;
    position: absolute;
    right: 0px;
    bottom: -40px;
    display: table;
}
.chamada{
    width: 155px;
    height: 120px;
    background:  url("../imagens/internas/bg-chamadas.png") top center no-repeat;
    float: left;
    margin-right: 5px;
    padding: 10px;
    padding-bottom: 30px;
    text-decoration: none;
}
.chamada img{
    width: 100%;

}
.chamada h1{
    color: #fff;
    font-size: 11px;
    font-style: italic;
    font-family: georgia;
}
.chamada p{
    color: #fff;
    font-size: 14px;
    line-height: 14px;
   
}
#corpo{

    margin-top: 60px;
    display: table;
}
#colunaEsquerda{
    width: 250px;
    float: left;
    text-align: right;
    background:  url("../imagens/internas/bg-col-esq.png") top left repeat-y;
}
#colunaDireita{
    width: 720px;
    float: left;
    margin-left: 10px;

}
#colunaEsquerda h1 ,#colunaDireita h1  {
    color: #56020c;
    font-size: 20px;
    font-style: italic;
    font-family: georgia;
    margin-bottom: 10px;
}
#colunaDireita h1  {
    background: red;
    padding: 20px 5px 20px 15px;
    line-height: 0px;
      background:  url("../imagens/internas/bg-h1.jpg") top left no-repeat;
}
#colunaEsquerda a{
    width: 215px;
    display: block;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    background:  url("../imagens/internas/lista.png") right center no-repeat;
    padding: 5px 30px 5px 5px;
    border-bottom: dotted 1px #ddd;
}
#colunaEsquerda a:hover{
    background:  url("../imagens/internas/lista2.png") right center no-repeat;
}
#colunas{
    height: 280px;
    margin-top: 40px;
    background: url("../imagens/internas/bg-colunas.png") top center no-repeat;
}
.coluna{
    width: 230px;
    float: left;
    margin-right: 10px;
}
.coluna img{
    width: 230px;
}
h3{
    color: #56020c;
    font-size: 18px;
    font-style: italic;
    
}
h4{
    color: #9a1f2b ;
    font-size: 14px;
    font-style: italic;
     font-style: italic;
    font-family: georgia;
}
hr{
    height: 1px;
    border: none;
    background: #ddd;
    margin: 20px 0 20px 0;
    clear: both;
}
p{
    color: #555;
    margin-bottom: 20px;
}
.coluna h3{
    color: #56020c;
    font-size: 17px;
    font-style: italic;
}

#rodape{
    width: 100%;
    height: 136px;
    background: url("../imagens/internas/bg-rodape.jpg") top center no-repeat;
}
#dados{
    width: 970px;
    height: 100px;
   margin: auto;
    padding-top: 30px;
    text-align: right;
    
}
address{
   
    width: 200px;
    float: right
}
#dados-topo{
    width: 470px;
    height: auto;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 120px;
}
#formulario-contato label{
    width: 150px;
    display: block;    
color: #56020c;
}
#formulario-contato input , #formulario-contato textarea ,#formulario-contato  button{
    width: 300px;	
    padding: 8px;
    border: solid 1px #aaa;
    margin-bottom: 10px;
    text-shadow: -1px -1px 3px #dfdfdf; 
    font-style: italic;
    color: #555;
   
}

#formulario-contato  button{
    width: auto;	
    color: #222;

}
#formulario-contato  li{
    list-style: none;
    padding-left: 15px;
}
#formulario-contato  button:hover{
    text-shadow: -1px -1px 3px #fff; 
    color: #000;
   
    cursor: pointer;
}
.servicos , .cases img{
    float: left;
    margin: 0px 10px 10px 10px;
     box-shadow: 2px 2px 3px #999;
    -webkit-box-shadow: 2px 2px 3px #999;
    -moz-box-shadow: 2px 2px 3px #999;
    border: solid 2px #fff;
}