#conteudo { padding: 0 10px 0 10px; }

#banner {
	display: block;
	width: 720px;
	height: 171px;
}

#conteudo h3 { 
	color: #941c16; 
	font-size: 19px;
	font-weight: normal;
}

#empresa h3 { background: transparent url(../img/layout/geral/bg_titulo_a-empresa.png) 0 bottom no-repeat; }
#produtos-em-destaque h3 { background: transparent url(../img/layout/geral/bg_titulo_produtos-em-destaque.png) 0 bottom no-repeat; }
#novidades-e-eventos h3 { background: transparent url(../img/layout/geral/bg_titulo_novidades-e-eventos.png) 0 bottom no-repeat; }

/* ----- Empresa ----- */
#empresa {
	float: left;
	display: inline;
	width: 300px;
	margin-left: 20px;
	text-align: justify;
}
#empresa img { margin-bottom: 8px; }
#empresa a {
	display: block;
	text-indent: -1000em;
	overflow: hidden;
	background: transparent url(../img/layout/geral/bt_conheca-nossa-empresa.gif) 0 0 no-repeat;
	width: 166px;
	height: 33px;
	margin-top: 10px;
}

/* ----- Produtos em Destaque ----- */
#produtos-em-destaque {
	float: right;
	display: inline;
	width: 335px;
}
#produtos-em-destaque ul,
#produtos-em-destaque ul li {
	float: left;
	display: inline;
	margin: 0;
}
#produtos-em-destaque ul { margin-bottom: 20px; }
#produtos-em-destaque ul li.linha { 
	display: block; 
	width: 	290px; 
	border-bottom: 1px solid #F9F3F3;
}
#produtos-em-destaque ul li { margin: 0 15px 15px 15px; width: 132px }
#produtos-em-destaque ul li a,
#produtos-em-destaque ul li a span,
#produtos-em-destaque ul li a em { 
	display: block;
	text-decoration: none;
	color: #444;
}
#novidades-e-eventos ul li a em,
#produtos-em-destaque ul li a em { 
	font-size: 11px; 
	color: #286E9B;
	font-style: normal;
	margin-top: 4px;
}
#produtos-em-destaque ul li a img {
	display: block;
	margin: 0 auto;
	padding: 1px;
	background-color: #FFF;
}
#produtos-em-destaque ul li a:hover span,
#produtos-em-destaque ul li a:hover em { text-decoration: underline; }
#produtos-em-destaque ul li a:hover img { background-color: #DDD; }
#produtos-em-destaque a.mais-produtos {
	background: transparent url(../img/layout/geral/bt_mais-produtos.gif) 0 0 no-repeat;
	display: block;
	width: 93px;
	height: 28px;
	text-indent: -1000em;
	overflow: hidden;
}

/* ----- Novidades e Eventos ----- */
#novidades-e-eventos {
	float: left;
	display: inline;
	width: 300px;
	margin-left: 20px;
	margin-top: 12px;
	text-align: justify;
}
#novidades-e-eventos ul,
#novidades-e-eventos ul li {
	display: block;
	list-style: none;
	margin: 0;
}
#novidades-e-eventos ul { margin-bottom: 20px; } 
#novidades-e-eventos ul li { 
	border-bottom: 1px solid #F9F3F3; 
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#novidades-e-eventos ul li.last { border: none; }
#novidades-e-eventos ul li a { text-decoration: none; color: #444; }
#novidades-e-eventos ul li a img { 
	float: left; 
	margin: 4px 8px 4px 0;
	padding: 1px;
	background-color: #FFF;
}
#novidades-e-eventos ul li a strong { display: block; color: #333; }
#novidades-e-eventos ul li a i { font-style: normal; font-weight: normal; }
#novidades-e-eventos ul li a span { display: block; margin: 4px 0 6px 0; }
#novidades-e-eventos ul li a:hover i,
#novidades-e-eventos ul li a:hover strong,
#novidades-e-eventos ul li a:hover span,
#novidades-e-eventos ul li a:hover { text-decoration: underline; }
#novidades-e-eventos ul li a:hover img { background-color: #EEE; }

#novidades-e-eventos a.mais-novidades {
	background: transparent url(../img/layout/geral/bt_mais-novidades.gif) 0 0 no-repeat;
	display: block;
	width: 103px;
	height: 28px;
	text-indent: -1000em;
	overflow: hidden;
}


