h3.block_title { 
	font-size: 16px; 
	font-weight: bold; 
	margin: 0 0 10px 0;  
}

div.block p { }

/* Welcome */
div#welcome { 
	background: url(../IMG/SITE/bg/index/bg_bemvindo.png) no-repeat; 
	height: 320px; 
	margin: 5px 0 0 0; 
	padding: 10px 10px; 
}

div#welcome p { 
	font-size: 12px; 
	color: #463529; 
	margin: 0 0 10px 0; 
}

/* Newsletter */
div#newsletter { 
	height: 142px; 
	padding: 10px 10px; 
	overflow: hidden; 
}

div#newsletter p { 
	color: #463529; 
	font-size: 12px; 
	overflow: auto; 
}

div#newsletter form { 
	margin: 10px 0 0 0; 
	overflow: auto; 
}

div#newsletter form p { 
	width: 220px; 
	margin: 0 0 5px 0; 
	overflow: auto; 
}

div#newsletter form p span { 
	position: relative; 
	background: url(../IMG/SITE/bg/index/input_newsletter.jpg) no-repeat; 
	width: 190px; 
	height: 20px; 
	display: block; 
	float: left; 
}

div#newsletter form p span input { 
	background: #FFF; 
	color: #463529; 
	width: 175px; 
	height: 14px; 
	margin: 5px 0 0 10px; 
	*margin-top: 2px; 
	border: none;
	font-size: 11px; 
}

div#newsletter .newsletter { 
	background: #FFF; 
	color: #bb3d31; 
	width: 20px;
	margin: 3px 0 0 0; 
	border: none; 
	float: right; 
	cursor: pointer; 
	text-transform: uppercase;
	font-size: 10px;
}

div#newsletter .newsletter:hover { 
	text-decoration: underline;
}

div#newsletter  div#error_newsletter{
color:#FF0000;
font-weight:bold;
}

/* Main Highlights */
div#main_highlights { 
	width: 730px; 
	height: 100%; 
	margin: 5px 0 10px 0; 
	overflow: hidden; 
	display: block;
}

/* Featured Products */
div#featured_products { 
	position: relative; 
	color: #463428;
	width: 730px; 
	height: 162px; 
	display: block; 
	overflow: hidden; 
	clear: both;
}

div#featured_products div.destaques { 
	position: relative; 
	width: 350px; 
	height: 162px; 
	margin: 0 0 0 15px; 
	float: left; 
}

div#featured_products img { 
	position: absolute;
	margin: 40px 0 0 0; 
	top: 0px;
	right: 0px;
}

div#featured_products div.destaques h3 { 
	font-size: 16px; 
	font-weight: bold; 
	margin: 13px 0 10px 0;  
}

div#featured_products div.destaques p { 
	font-size: 12px; 
	max-width: 250px;
}

div#featured_products div.destaques a.more { 
	color: #bb3d31; 
	font-size: 10px; 
	font-weight: bold; 
	text-transform: uppercase; 
	margin: 10px 0 0 150px; 
	clear: left; 
	float: left; 
}
