/* AQUI COMECA O MENU */
.site .conteudo {
	width: 737px;
	background-color: #fff;
	margin-top: 0px;
	padding-bottom:10px;
}

.site .conteudo .menu {
	width: 712px;
	background:url(../imagens/bg_menu.jpg) top left;
	background-repeat:repeat-x;
	margin:0 0 0 13px;
	padding: 0;
}

.site .conteudo .menu  li{
	height:42px;
	float:left;
	list-style: none;
}

.site .conteudo .menu span{
	display: none;
}

.site .conteudo .menu .botao_home a {
	height:42px;
	width:57px;
	background:url(../imagens/menu_01.gif) top left;
	float:left;
}

.site .conteudo .menu .botao_home a:hover {
	height:42px;
	width:57px;
	background:url(../imagens/menu_01.gif) bottom left;
	float:left;
}

.site .conteudo .menu .botao_quemsomos a {
	height:42px;
	width:103px;
	background:url(../imagens/menu_02.gif) top left;
	float:left;
}

.site .conteudo .menu .botao_quemsomos a:hover {
	height:42px;
	width:103px;
	background:url(../imagens/menu_02.gif) bottom left;
	float:left;
}

.site .conteudo .menu .botao_organicos a {
	height:42px;
	width:149px;
	background:url(../imagens/menu_03.gif) top left;
	float:left;
}

.site .conteudo .menu .botao_organicos a:hover {
	height:42px;
	width:149px;
	background:url(../imagens/menu_03.gif) bottom left;
	float:left;
}

.site .conteudo .menu .botao_noticias  a{
	height:42px;
	width:80px;
	background:url(../imagens/menu_04.gif) top left;
	float:left;
}

.site .conteudo .menu .botao_noticias a:hover {
	height:42px;
	width:80px;
	background:url(../imagens/menu_04.gif) bottom left;
	float:left;
}

.site .conteudo .menu .botao_encontrar a {
	height:42px;
	width:135px;
	background:url(../imagens/menu_05.gif) top left;
	float:left;
}

.site .conteudo .menu .botao_encontrar a:hover {
	height:42px;
	width:135px;
	background:url(../imagens/menu_05.gif) bottom left;
	float:left;
}

.site .conteudo .menu .botao_contato a {
	height:42px;
	width:80px;
	background:url(../imagens/menu_06.gif) top left;
	float:left;
}

.site .conteudo .menu .botao_contato a:hover {
	height:42px;
	width:80px;
	background:url(../imagens/menu_06.gif) bottom left;
	float:left;
}

.site .conteudo .menu .botao_mapa a {
	height:42px;
	width:108px;
	background:url(../imagens/menu_07.gif) bottom left;
	float:left;
}

.site .conteudo .menu .botao_mapa a:hover {
	height:42px;
	width:108px;
	background:url(../imagens/menu_07.gif) bottom left;
	float:left;
}

.site .conteudo .menu .separacao {
	float:left;
}
/* AQUI FIM DO MENU */


/* PAGINAS */
.site .conteudo .home .meio {
	width: 737px;
	height: 107px;
	margin-left:-13px;
	_margin-left: 0px;
	background: url(../imagens/titulo-mapa-do-site.jpg) top left no-repeat;
}

.site .conteudo .home .info {
	width:737px;
	background-image:url(../imagens/bg_mato_info.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-left:-13px; _margin-left:0px;
}

.site .conteudo .home .info strong{
	font-weight: normal;
}

.site .conteudo .home .info .bannerCadastro{
	display: block;
	width: 302px;
	height: 186px;
	background: url(../imagens/img_cadastro.jpg) center top no-repeat;
}

.site .conteudo .home .info .noticias {
	width: 398px;
	height:326px;
	background-image:url(../imagens/bt_noticias_quemsomos.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:13px; _margin-left:7px;
	float:left;
}

.site .conteudo .home .info .noticias .txt {
	margin-top:20px;
	margin-left:40px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.5;
	padding:0;
}

.site .conteudo .home .info .noticias .txt a {
	color:#323900;
	text-decoration:none;
}

.site .conteudo .home .info .noticias .txt a:hover {
	text-decoration:underline;
}


.site .conteudo .home .info .vendas {
	float:left;
	margin-left:12px;
	width:307px;
}

.site .conteudo .home .info .vendas .banner {
	width:307px;
	height:131px;
	background-image:url(../imagens/bg_venda.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.site .conteudo .home .info .vendas .banner img {
	float:right;
	margin-right:28px;
	margin-top:90px;
}
/* AQUI FIM DA HOME */