@import url(main.css);

#empresa, #produtos, #noticias, #dist-oficial {
	float: left;
}

/* ==[ Empresa ]========================================== */
#empresa { width: 133px; }
	#empresa h2 { margin: 0 1px 0 0; }
	#empresa h2 a { background-image: url(../img/design/home/empresa-title.gif); }
	/*#empresa img { display: none; }*/
	#empresa a.empresa {
		/*background: #FFF url(../img/design/home/empresa.jpg) no-repeat left top;*/
		display: block;
		width: 133px;
		height: 130px;
	}
	#empresa a.empresa:hover {
		background-position: left bottom;
	}

	#empresa .slide {
		width: 133px;
		height: 130px;
	}
/* ==[ Produtos ]========================================== */

#produtos { width: 405px; }
#produtos h2 { margin: 0 5px 0 0; /* damn ie*/ }
#produtos h2 span { background-image: url(../img/design/home/produtos-title.gif); }
#produtos h3 {
	background: #FFF no-repeat right bottom;
	float: left;
	font-size: 1.1em;
	height: 130px;
	margin: 0;
	width: 135px;
}
	#produtos h3 a {
		background: #008200 url(../img/design/produtos/categoria-titulo-bg.png) repeat-x center bottom;
		/*border-bottom: 1px solid #4D944D;*/
		color: #FFF;
		display: block;
		margin: 0 0 0 1px;
		padding: 4px;
	}
	#produtos h3 a:hover {
		/*background-color: #C00;*/
		color: #92C792;
	}

/* ==[ Not�cias ]========================================== */

#noticias {
	/*clear: both;*/
	width: 310px;
}
#noticias h2 a {
	background-image: url(../img/design/home/noticias-title.gif);
}

#noticias .noticia {
	background: #FFF url(../img/design/noticia-icon.gif) no-repeat left 2px;
	padding: 0 0 0 26px;
	margin: 10px;
	font-size: 1.1em;
}
#noticias .campanha {
	background-image: url(../img/design/campanha-icon.gif);
}
	.noticia small {
		color: #666;
		text-transform: uppercase;
	}
	.noticia h3 {
		font-size: 1.2em;
		margin: 0 0 4px 0;
	}

	.noticia h4 {
		margin: 0;
	}

	#noticias p {
		margin: 0;
	}

/**/

#dist-oficial {
	width: 228px;
	text-align: center;
}
	#dist-oficial h2 {
		border-left: 1px solid #FFF;
	}
	#dist-oficial h2 span {
		background-image: url(../img/design/home/dist-oficial-title.gif);
	}

	#dist-oficial ul {
		list-style: none;
		margin: 0;
		padding: 10px 0 0 5px;
	}
	#dist-oficial li {
	}
		#dist-oficial a {
			display: block;
			float: left;
			font-size: 1.1em;
			width: 110px;
			padding: 0 0 5px 0;
		}
		#dist-oficial .marca-produtos {
		}

	h3#servicos {
		background: #FFF url(../img/design/servicos-titulos.png) no-repeat left top;
		height: 230px;
		text-indent: -1000em;
	}