/********************
Boxes
********************/
.box {
	padding: 8px 0 0 1px;
	border: 1px solid #EEF0F3;
	border-width: 1px 0;
	background: url(../images/box-principal.gif) repeat-x top;
}

.box .left {
	float: left;
	width: 286px;
	border: 1px solid #E1E7F0;
	border-width: 0 1px;
	border-right-color: #E6E9EF;
	background: url(../images/box-principal-esq.gif) no-repeat right top;
}

.box .right {
	float: right;
	width: 200px;
	background: url(../images/box-principal-dir.gif) no-repeat top;
}

.box, .box div { height: 194px; }
/********************
Fim: boxes
********************/


/********************
Destaques
********************/
#destaques h2 {
	text-indent: -9999px;
	height: 22px;
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #E6E9EF;
	background-position: 10px 6px;
	background-repeat: no-repeat;
}

	/********************
	Promocoes
	********************/
	#promocoes { position: relative; }
	
	#promocoes h2 { background-image: url(../images/promocoes.gif); }
	
	#promocoes h3 {
		color: #B00146;
		font-weight: normal;
		position: absolute;
		top: 127px;
		right: 8px;
		width: 105px;
	}
	
	#promocoes h3 strong { color: #60788A; }
	
	#promocoes img {
		display: block;
		width: 119px;
		height: 113px;
		margin-left: 40px;
	}
	
	#promocoes h4 {
		margin: 7px 8px 0;
		padding: 7px 0 0 3px;
		border-top: 1px dashed #C5CBD7;
	}
	
	#promocoes h4 a {
		color: #B00146;
		font-size: 1.1em;
		display: inherit;
		width: auto;
		height: auto;
		margin: 0;
	}
	
	#promocoes h4 a:hover { text-decoration: underline; }
	/********************
	Fim: promocoes
	********************/

	/********************
	Area de atuacao
	********************/
	#atuacao h2 {
		background-position: 10px 3px;
		background-image: url(../images/atuacao.gif);
	}
	
	#atuacao h3 {
		font-size: 1.1em;
		color: #B00146;
		padding: 0 18px 12px;
	}
	
	#atuacao p {
		color: #60788A;
		line-height: 1.6em;
		padding: 0 12px 0 18px;
	}
	/********************
	Fim: Area de atuacao
	********************/
/********************
Fim dos destaques
********************/


/********************
Chamada telemarketing
********************/
#chamada {
	width: 457px;
	height: 119px;
	margin: 15px auto;
	padding: 10px 0 0 11px;
	background: url(../images/moldura-banner.png) no-repeat;
}

#chamada img {
	display: block;
	width: 440px;
	height: 109px;
	overflow: hidden;
}
/********************
Fim: chamada telemarketing
********************/


/********************
Parceiros + Mais vendidos
********************/
#bottom {
	padding-top: 17px;
	border-bottom: none;
	background-position: bottom !important;
}

#bottom, #bottom div {
	height: 173px;
	background-position: 100% -30px;
}

#bottom h2 {
	text-indent: -9999px;
	height: 12px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 10px 0;
}

	/********************
	Parceiros
	********************/
	#parceiros h2 { background-image: url(../images/parceiros.gif); }
	
	#parceiros div {
		margin:25px 25px 12px 42px;				
	}
	
	#parceiros a {
		display: block;
		width: 216px;
		height: 92px;
		overflow: hidden;
		margin: 0 auto;
		padding: 13px 0 0 12px;
		background: url(../images/moldura-parceiros.png) no-repeat;
	}
	
	#parceiros a img {
		display: block;
		width: 198px;
		height: 79px;
		padding: 1px;
		overflow: hidden;
	}
	
	#parceiros a:hover img {
		padding: 0;
		border: 1px solid #CBCFD8;
	}
	/********************
	Parceiros
	********************/

	/********************
	Mais vendidos
	********************/
	#mais-vendidos h2 { background-image: url(../images/mais-vendidos.gif); }
	
	#mais-vendidos ul { padding: 0 8px; }
	
	#mais-vendidos li { margin-bottom: 8px; }
	
	#mais-vendidos li a {
		color: #336790;
		font-size: 1.1em;
		text-transform: uppercase;
		padding-left: 20px;
		background: url(../images/bullet-vinho.gif) no-repeat 5px 50%;
	}
	
	#mais-vendidos li a:hover { color: #A00140; }
	/********************
	Mais vendidos
	********************/
/********************
Fim: Parceiros + Mais vendidos
********************/
