@charset "iso-8859-1";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.centro {
	width: 940px;
	margin: auto;
	display: table;
}
#geral {

}
#cabecalho {
	background: url(../img/bg_cabecalho.jpg) repeat-x;
	height: 390px;	
}
#menu {
	background: url(../img/bg_menu.jpg) repeat-x;
	font-size: 21px;
	font color: #090009;
	height: 50px;
	line-height: 50px;
	text-align:center;
}
#menu ul li {
	list-style: none;
	list-style-type: none;
	display: inline-table; 
}
#menu li {
	padding-left : 65px;
	padding-right: 65px;
}
#menu a, a:link {
	text-decoration:none;
	color:#333;
}
#menu a:visited {
	text-decoration:none;
	color:#333;
}
#menu a:hover {
	text-decoration: underline;
	color:#333;
}
#menu a:active {
	text-decoration:none;
	color:#333;
}
#conteudo {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	background: url(../img/bg.jpg) repeat-x;
}
#destaques {
	width: 640px;
	height: 257px;
	border: 1px solid #C0C0BE;
	background: #FFF;
	margin-right: 20px;
	float: left;
}
.titulos {
	background:url(../img/bg_titulos.jpg) repeat-x;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
}

.conteudos {
	padding: 10px;
}
#marcas {
	border: 1px solid #C3C3C1;
	background: #FFF url(../img/marcas.jpg) no-repeat center bottom;
	padding: 1px;
	width: 280px;
	height: 257px;
	float: left;
}
#newsletter {
	margin-top: 20px;
	border: 1px solid #C3C3C1;
	background: #FFF;
	padding: 1px;
	width: 280px;
	height: 186px;
	float: left;
}
#atendimento {
	margin-top: 20px;
	border: 1px solid #C3C3C1;
	background: #FFF url(../img/bg_atendimento.jpg) bottom right no-repeat;
	padding: 1px;
	width: 325px;
	height: 186px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
#enquete {
	margin-top: 20px;
	border: 1px solid #C3C3C1;
	background: #FFF;
	padding: 1px;
	width: 280px;
	height: 186px;
	float: left;
}
#internas {
	border: 1px solid #C3C3C1;
	background: #FFF;
	padding: 1px;
	width:100%;
	min-height: 450px;
}
#form {
	float: left;
	width: 344px;	
}
#contato {
	margin-left: 50px;
	float: left;
	padding-left: 20px;
	width: 500px;
}
#rodape {
	background: url(../img/bg_rodape.jpg) repeat-x bottom;
	height: 120px;
	margin-top: 20px;
}
#imgRodape, #endereco {
	float:left;
}
#endereco {
	padding-top: 40px;
	margin-left: 20px;
}
#desenv {
	float: right;
	padding-top: 50px;	
}
.tRodape {
	font-size: 18px;	
}
.news {
	width: 100%;	
}
.aDireita {
	float: right;	
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	/* Hack's para Chrome e Safari*/
}
