	@charset "utf-8";
/* CSS Document */

section {
	background: #fff;
	padding: 0px 25px 25px 25px;
}

#destaque {
	position: relative;	
	color: #fff;
	width: 950px;
	height: 250px;
	margin: 0 0 20px 0;
	z-index: 1;
}
#slideshow {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	height: 250px;	
	width: 950px;
	border-top-left-radius: 200px 10px;
	border-top-right-radius: 200px 10px;
	overflow: hidden;	
}
#slideshow li {
	margin: 0;
	display: block;
	height: 250px;	
	width: 950px;
}
#pager {
	position: absolute;
	z-index: 100;
	top: 15px;
	right: 10px;
}
#pager a {
	padding: 1px 4px 2px 4px;
	background: #5b5b5c;
	display: block;
	float: left;
	clear: left;
	color: #fff;
	margin: 1px 0 6px 2px;
	border-radius: 7px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}
#pager a:hover, #pager a.activeSlide {
	background: #b92025;
	color: #a4f3ff;
	padding: 2px 6px 3px 6px;
	margin: 0 0 5px 0;
}
#destaque h2 {
	bottom: 65px;
	font-size: 2.0em;	
	padding: 10px;
}
#destaque h3 {
	bottom: 15px;
	font-size: 1.4em;
	padding: 5px 10px;
}
#destaque h2, #destaque h3 {
	
	display: block;
	position: absolute;
	left: 15px;
	text-align: right;
	color: #5b5b5c;
	font-weight: normal;
	background: url(../img/fundo-branco-80.png);
}
#destaque a.link {
	position: absolute;
	right: 20px;
	bottom: 13px;
	border-radius: 10px;
	height: 17px;
	padding: 4px 15px;
	color: #fff;
	box-shadow: -2px 3px 1px rgba(0,0,0,0.5);
	background: url(../img/fundo-botoes.png) center center repeat-x;
}

#esquerda {
	float: left;
	width: 40%;
}
.chamada.segunda {
	padding: 0 0 20px 0;
	background: #464648;
	color: #fff;
	overflow: hidden;
}
.chamada.segunda h2 {
	display: block;
	text-align: left;
	margin: 0 20px 20px 20px;
	font-size: 1.8em;	
}
#direita {
	float: right;
	width: 55%;
}
.produtos {
	width: 228px;
	margin: 20px 10px;
}
.produtos.par {
	float: left;
	clear: both;
}
.produtos.impar {
	float: right;	
}
.produtos h2 {
	font-size: 1.2em;	
	text-align: left;
}
span.mais a, span.tudo a {
	background: #454546;
	border-radius: 10px;
	color: #fff;
	padding: 4px 10px 4px 22px;
	float: right;
	margin: 10px 0 0 0;
	position: relative;
}
span.mais a:before, span.tudo a:before {
	content: '+';
	position: absolute;
	left: 8px;
	top: 3px;
	color: #fff;
}
span.tudo a {
	background: #c32d2d;
	margin-bottom: 10px;
}
hr.divisor {
	border-bottom: #b92025 1px dotted;
	margin: 10px auto;	
}
.chamada.segunda span.mais a {
	background: #f16922;
	margin: 0 20px 0 0;

}