#carregando {
	position: absolute; 
	overflow: visible; 
	padding-top: 100px; 
	top:0px;
	left: 0px; 
	width: 100%; 
	height: 900px; 
	background: #FFFFFF; 
 	z-index: 99;
 	text-align: center;
}

#esquerda {
	position: relative;
	width: 364px;
	height: 559px;
	float: left;
}
#logo {
	position: relative;
	float: left;
	width: 364px;
	height: 200px;
	background: url("../img/cabecalho.png") no-repeat 50% 50%;
}

#eventos {
	position: relative;
	float: left;
	width: 344px;
	height: 249px;
	text-align: justify;
	background: #FFFFFF url("../img/destaque_fundo.gif") no-repeat 0 0;
	padding: 80px 10px 30px 10px;
}

p.eventos {
	font: bold 110% Verdana;
	color: red;
	padding-bottom: 20px;
	text-align: center;
}

p.eventos_data {
	font: bold 60% Verdana;
	color: #797979;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: justify;
}

p.eventos_data a {
 	color: #797979;
}

p.eventos_titulo {
	font: bold 70% Verdana;
	color: #000000;
	padding-left: 0px;
	padding-right: 10px;
	text-align: justify;
}

p.eventos_titulo a {
	text-decoration: none;
	color: #000000;
}

p.eventos_todos {
	font: bold 60% Verdana;	
	padding-top: 10px;
	padding-bottom: 10px;
 	padding-left: 30px;
}

p.eventos_todos a {
	color: #000000;
}

p.eventos_todos a:hover {
	color: #00923f;
}

#direita {
	position: relative;
	width: 402px;
	height: 559px;
	float: right;
	*top: 4px;
	padding-right: 2px;
}

#foto {
	position: relative;
	float: right;
	width: 400px;
	height: 400px;	
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#round_cima {
	position: absolute;
	background: url("../img/round_cima.gif") no-repeat 0 0;
	width: 400px;
	height:35px;
	z-index: 3;
}

#round_baixo {
	position: absolute;
	background: url("../img/round_baixo.gif") no-repeat 0 0;
	width: 400px;
	height:35px;
	z-index: 3;
	top: 370px;
}

#newsletter {
	position: relative;
	float: right;
	width: 400px;
	height: 150px;
	background: url("../img/newsletter.gif") no-repeat 0 0;
	padding: 80px 0px 0px 0px;
}

p.news_text {
	font: bold 80% Verdana;
	padding-left: 30px;
}

p.botao_news {
	padding-left: 40px;
}

#ofertas {
	position: relative;
	width: 769px;
	min-height: 250px;
	_height: 250px;
	text-align: center;
	background: url("../img/ofertas.png") no-repeat 0 0;
}

p.ofertas_titulo {
	text-align: left;
	padding-left: 50px;
	padding-top: 25px;
	color: #FFFFFF;
	font: bold 100% Verdana;
}

.ofertas_validade {
	text-align: left;
	padding-top: 25px;
	color: #FFFFFF;
	font: bold 65% Verdana;
}

.ofertas_vertodas {
	color: #FFFFFF;
	font: bold 75% Verdana;
	padding-left: 450px;
}

.ofertas_vertodas a {
	color: #FFFFFF;
}

#ofertas_centro {
	position: relative;
	text-align: left;
	top: 15px;
}

p.prod_foto {
	text-align: center;
	background: #FFFFFF;
	width: 172px;
	height: 100px;
}

p.prod_nome {
	padding-top: 10px;
	font: bold 70% Verdana;
	height: 30px;
	color: #000000;
	text-align: center;
}

p.prod_qtde {
	font: bold 55% Verdana;
	color: #6e6e6e;
	text-align: center;
}

p.prod_preco {
	padding-top: 10px;
	padding-bottom: 10px;
	font: bold 90% Verdana;
	color: #ff5700;
	text-align: center;
}