/***
* HTML
*/

body{
      margin:0px;
      background:white;
}
a{
      text-decoration:none;
      color:gray;
}
a:hover{
      text-decoration:underline;
      color:blue;
}
img{
    border:none;
}
#tab_esq{
	text-align:right;
}
/***
* Estilos ID's
*/

#geral{
      position:absolute;
      width:840px;
      left:50%;
      margin-left:-420px;
}
#topo{
      background: url("../img/topo.jpg") no-repeat;
      height:171px;
}
#menu{
      background: url("../img/menu.jpg") no-repeat;
      height:38px;
}
#menu_texto{
	padding-left:42px;
      font:bold 15px arial;
      color:#FFCC00;
      letter-spacing:1px;
}
#menu_texto a{
      text-decoration:none;
      color:#FFCC00;
}
#menu_texto a:hover{
      text-decoration:none;
      color:#FFCC00;
}
#top{
      height:59px;
      background: url("../img/submenu.jpg") no-repeat;
}
#conteudo{
      background: url("../img/fundo.jpg") repeat-y;
      float:left;
      clear:both;
}
#esq{
      margin-left:45px;
      margin-right:45px;
      float:left;
}
#dentroEsq{
      width:500px;
      color:gray;
      font: 13px verdana;
}
#dir{
      margin-right:35px;
      float:left;
}
#dentroDir{
      font: 13px verdana;
      width:210px;
      color:gray;
}
#linha{
      border-bottom:1px dashed silver;
      margin-top:13px;
      margin-bottom:13px;
}
#rodape{
      background: url("../img/rodape.jpg") repeat-y;
      height:84px;
      clear:both;
}
#rodape_texto{
      padding-right:250px;
      padding-top:30px;
      text-align:center;
      font: 12px verdana;
      color:gray;
}
#botao{
	padding:10px;
	float:left;
	cursor:hand;
}
#suporte{
    padding:10px;
	margin-bottom:10px;
	border-top:1px solid #E2E2E2;
    border-bottom:1px solid #E2E2E2;
}
#preco{
    font-weight:bold;
    border-top:1px solid #E2E2E2;
    border-bottom:1px solid #E2E2E2;
    background:whitesmoke;
    color:tomato;
    padding:10px;
    text-align:center;
}
#destaque{
    border-bottom:1px solid #E2E2E2;
    color:#3C46A5;
    font:bold 17px verdana;
    padding-bottom:5px;
    margin-bottom:13px;
}
#servicos{
	float:left;
	width:330px;
	margin-bottom:20px;
}
#pictures{
	clear:both;
	float:left;
	width:150px;
	text-align:center;
	margin-right:20px;
	margin-bottom:10px;
}

#interrogacao{
    float:left;
    margin-right:15px;
    background: url("../img/interrogacao.jpg") no-repeat;
    width:114px;
    height:114px;
}
#bold{
    font-weight:bold;
}
#boleto{
    border-top:1px dashed silver;
    padding-top:40px;
    background: url("../img/boleto.jpg") no-repeat center;
    width:210px;
    height:88px;
    margin-top:20px;
    cursor: hand;
}