#topo {
	width: 1000px;
	height: 205px;
	position: relative;
	margin: 0 auto;
}
#banner {
	position:relative;
	width:1000px;
	height:320px;
	margin: 0 auto;
}
#menu_principal {
	position:relative;
	width:1000px;
	height: 62px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: right;
	background-image: url(../img/bg_menu.png);
	background-repeat: no-repeat;
}





/* Page */

#page {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 15px 0px;
	background-image: url(../img/bg_lateral.jpg);
	background-repeat: repeat-y;
}
#conteudo_left {
	position:relative;
	width:257px;
	float: left;
	background-image: url(../img/bg_lateral_topo.jpg);
	padding-top: 15px;
	background-repeat: no-repeat;
}
#conteudo_right {
	position:relative;
	width:730px;
	float: right;
}
.produto {
	width: 237px;
	border: 1px #e7e7e7 solid;
	margin: 2px 2px 5px 2px;
	text-align: center;
	position: relative;
	float: left;
}
.foto {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 165px;
	width: 237px;
	}
.descricao {
	padding: 2px 5px 5px 5px;
	height: 52px;
	border-top: 1px #e7e7e7 solid;
	background-color: #F4F4F4;
}
.descricao p {
	text-align: center;
	line-height: 16px;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
.botao_descricao {
	position:absolute;
	width:100%;
	height:21px;
	left: 0px;
	top: 205px;
}
.destaque {
	position:relative;
	width:730px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	border-bottom: 1px #d1d1d1 solid;
	padding-bottom: 10px;
	height: 100px;
}
.conteudo_destaque {
	position:absolute;
	width:569px;
	height:100px;
	left: 160px;
	top: 0px;
}
.botao_maisdetalhe {
	position:absolute;
	width:81px;
	height:16px;
	left: 649px;
	top: 83px;
}
#rodape
 {
	clear: both;
	width: 100%;
	height: 155px;
	margin: 0px auto 0px auto;
	background-color: #1f1f1f;
}
#logo_rodape {
	position:absolute;
	width:192px;
	height:100px;
	z-index:1;
	left: 772px;
	top: 30px;
}

#rodape_conteudo {
	position:relative;
	width:1000px;
	height:130px;
	margin: 0 auto;
	padding-top: 15px;
	color: #FFFFFF;
}

#rodape   p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	line-height: normal;
	font-size: 13px;
	font-weight: bold;
}
#rodape   a {
	color: #FFFFFF;

}
