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

body{
	background-image:url(../imagens/layout/detalhe_topo.png);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:scroll;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
}

p { font:normal 12px Verdana, Arial, Helvetica, sans-serif; }

h1{ font:normal 16px Verdana, Arial, Helvetica, sans-serif; } /* PARA CABEÇALHOS DE PRODUTOS */

h2{ font:normal 14px Verdana, Arial, Helvetica, sans-serif; } /* PARA CABEÇALHOS DE CONSIDERAÇÕES SOBRE PRODUTO */

h3{ font:normal 18px Verdana, Arial, Helvetica, sans-serif; } /* PARA AVISOS */

.centralizar{
	width:753px;
	margin:0px auto;
}

#topo{
	width:753px;
	height:auto;
}

.topo1{
	background-image:url(../imagens/layout/topo1.png);
	width:753px;
	height:66px;
}

.topo_botao{
	background-image:url(../imagens/layout/topo_botoes.png);
	width:753px;
	height:73px;
}

/* CUSTOMIZAÇÃO DOS BOTÕES SUPERIORES */
#botoes_sup ul{
	margin:0px;
	padding:0px;
	text-align:right;
	position:relative;
	top:28px;
	right:50px;
}

#botoes_sup li{
	list-style:none;
	display:inline;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left:50px;
}

#botoes_sup #bt_servicos{
	margin-right:-10px;
}

#botoes_sup #bt_empresa{
	margin-right:-3px;
}

#botoes_sup #bt_home{
	margin-right:8px;
}

#botoes_sup a{
	color:rgb(69,69,69);
	text-decoration:none;
}

#botoes_sup a:hover{
	color:#990000;
}
/* FIM DA CUSTOMIZAÇÃO DOS BOTÕES SUPERIORES */

.topo_pesquisa{
	background-image:url(../imagens/layout/topo_pesquisa.png);
	width:753px;
	height:52px;
}

.conteudo{
	width:753px;
	height:300px;
	display:table-cell;
}

.rodape{
	background-attachment:scroll;
	background-image:url(../imagens/layout/detalhe_topo.png);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	height:80px;
	text-align:center;
	margin-top:20px;
}

.rodape div a{
	text-decoration:none;
	color:#333333;
}

.rodape div a:hover{ text-decoration:underline; }

