body, div, span, td, form {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0;
	margin: 0;	
}
#tudo {
	width: 780px;
	text-align: left;
}
#topo {

}
#centro {
	width: 780px;
	height: 1600px;
	background: url('img/fundo_degrade.jpg') 0 0 no-repeat;
}
#rodape {
	background: url('img/bg_rodape.png') 0 0 no-repeat;
	padding: 133px 30px 25px 120px;
}
.anuncio {
	width: 160px;
	float: left;
	margin: 20px;
}
.area_promocoes {
	width: 495px;
	margin: 20px 50px 10px 0px;
	float: right;
}
.area_promocoes div a:link, .area_promocoes div a:visited {
	color: #000;
	text-decoration: none;
}
.area_promocoes div a:hover, .area_promocoes div a:active{
	color: rgb(218,37,29);
	text-decoration: underline;
}
.esq, .dir {
	display: inline-block;
	width: 245px;
	height: 175px;
	background: url('img/quadro_promocao.png') right bottom no-repeat;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 0;
	border-width: 0 1px 1px 0;
	float: left;
}
.dir {
	border-width: 0 0 1px 0;
}
.esq .titulo, .dir .titulo {
	margin: 10px 10px 20px 10px;
	font-weight: bold;
}
.esq img, .dir img {
	margin: 0 10px 0 10px;
}
img {
	border: 0;
}
#menu {
	margin: 28px 0 15px 0;
}
#menu a {
	display: inline-block;
	height: 26px;
	background-repeat: no-repeat;
	text-decoration: none;
}
/*Definição de cada botão do menu*/
#menu .bt_compre_aqui { width: 165px; background-image: url('img/bt_compre.png'); margin-left: 15px; }
#menu .bt_compre_aqui:hover { background-image: url('img/bt_compre_over.png') }
#menu .bt_home { width: 65px; background-image: url('img/bt_home.png'); margin-left: 81px; }
#menu .bt_home:hover { background-image: url('img/bt_home_over.png') }
#menu .bt_quem_somos { width: 125px; background-image: url('img/bt_quem_somos.png'); margin-left: 26px; }
#menu .bt_quem_somos:hover { background-image: url('img/bt_quem_somos_over.png') }

#menu .bt_contato { width: 90px; background-image: url('img/bt_contato.png'); margin-left: 26px; }
#menu .bt_contato:hover { background-image: url('img/bt_contato_over.png') }
#menu .bt_localizacao { width: 115px; background-image: url('img/bt_localizacao.png'); margin-left: 28px; }
#menu .bt_localizacao:hover { background-image: url('img/bt_localizacao_over.png') }
.destaque {
	font-size: 12px;
	font-weight: bold;
	color: rgb(218,37,29);
}
.correios {
	margin-top: 5px;
	padding: 18px 235px 33px 235px;
	background: url('img/sedex.png') 0 0 no-repeat;
}
.correios .campo {
	border: 1px solid #194887;
	width: 160px;
	vertical-align: middle;
	color: #194887;
	text-align: center;
}
.correios .botao {
	background-color: #194887;
	text-weight: bold;
	color: #F5E11E;
	border: 1px solid #194887;
	padding: 0 10px 0 10px;
	height: 20px;
	vertical-align: middle;
}