@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
body {
	background:url(../imgs/fundo_site.png) center top fixed;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
}
#topo {
	width:932px;
	height:197px;
	background:url(../imgs/topo.png) center top no-repeat;
	margin:0 auto;
}
#titulo {
	width:932px;
	height:64px;
	margin:0 auto;
}
#geral {
	width:872px;
	min-height:300px;
	margin:0 auto;
	background:url(../imgs/fundo_conteudo.png) center repeat-y;
	padding-left:30px;
	padding-right:30px;
}
#footer {
	width:872px;
	height:34px;
	background:#333333; center top no-repeat;
	margin:0 auto;
}
.produto {
	width:151px;
	height:151px;
	margin-left:20px;
	margin-top:15px;
	background:url(../imgs/fundo_produto.png) center top no-repeat;
	float:left;
}


.produto1 {
	width:151px;
	height:151px;
	margin-left:20px;
	margin-top:15px;
	background:url(../imgs/fundo_produto1.png) center top no-repeat;
	float:left;
}

.produto2 {
	width:151px;
	height:151px;
	margin-left:20px;
	margin-top:15px;
	background:url(../imgs/fundo_produto2.png) center top no-repeat;
	float:left;
}
