/* CSS de configuração do site */

body{
	margin: 0px;
	background-color: #F0EADD;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* Box principal do site */
#box_principal {
	width: 779px;
	background: #FFFFFF;
	position: relative;
	float: left;
}

/* Coluna principal esquerda do site */
#coluna_esquerda {
	float: left;
	width: 173px;
	min-height: 420px;
}
#coluna_esquerda #espaco_superior{
	height: 20px;
	background: #F0EADD;
}

/*Configuração dos boxes laterais (cadastre-se, indique e onde comprar)*/
.box_lateral{
	float: left;
	height: 80px;
	margin-left: 5px;
}
.box_lateral span{
	margin-left: 50px;
	background: url(../img/ico_marcador_clique_aqui.jpg) no-repeat 0px 3px;
	padding-left: 12px;
	color: #666666;
	font-weight: bold;
}
.box_lateral a{
	color: #666666;
	text-decoration: none;
}

/*Configuração do box central */
#box_central{
	float: left;
	width: 606px;
	min-height: 420px;
	margin-bottom: 20px;
}

/*Configurações do banner*/
#banner{

	width: 606px;
	height: 273px;
	margin-bottom: 10px;
}
#banner #texto_banner{
	position: absolute;
	font-size: 13px;
	top: 236px;
	left: 200px;
	color: #333333;
	white-space: nowrap;
}


#box_conteudo{
	width: 585px;
	_width: 575px;
	min-height: 400px;
	padding-left:5px;
	margin-bottom: 20px;
}

#fotos_slimbox img{
	cursor: pointer;
}

/*Configuração do rodapé*/
#rodape{
	position: relative;
	float: left;
	background-color: #333333;
	width: 779px;
	height: 19px;
	padding-top: 5px;
	color: #FFFFFF;
}

#rodape a{
	color: #FFFFFF;
	text-decoration:none;
}

#logo_3pixel{
	position: absolute;
	top: 3px;
	left: 750px;
}

/*--*/