a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a:hover {
	text-decoration:underline;
}

*  {
    margin:0;
    padding:0;
}

html, body {height:100%;}

body {
	margin:0px;
	background-image:url(fundo.png);
	background-repeat: no-repeat;
	background-position:left top;
	background-color: #A6D0C6;
	
}
#estrutura {
	position:relative;
	background-color:#fff;
	border: 1px solid #62AE9A;
	width:950px;
	min-height:100%;
	height:auto;
	margin: 0 auto;
	}

#cabecalho {
	background:url("topo_jardim3.png") no-repeat;
	width:auto;
	height:150px;	
}

#menu {
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	display:table;
	
}

/*FORMATAÇÃO DO MENU */
#menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
	float: left;
	width: 100%;
	background-color: #B5E1D8;
	font:80% Verdana;
}

#menu ul li {display:inline;}

#menu ul li a {
	font: 12px Verdana, Geneva, sans-serif;
	text-decoration:none;
	float:left;
	padding: 2px 5px;
	border-bottom:3px solid #B5E1D8;
	margin-left:2px;
	background:#B5E1D8;
	color:#333;
	}
	
#menu ul li a:hover {
	border-bottom:3px solid #077E5E;
	background-color:#B5E1D8;
	color:#333;
}

/*TERMINA FORMATAÇÃO DO MENU */

#conteudo {
	width:auto;
	height:auto;
	margin-bottom:2px;
	padding:6px;
	

}

#slider {
	width:350;
	height:350;
	float:left;
	margin-left:10px;
	margin-top:10px;
		
}

#destaque_materia {
	float:right;
	position:absolute;
	left: 350px;
	top: 198px;
	width: 287px;
	
}
#produtos {
	position:absolute;
	float:right;
	left:644px;
	top:249px;
	width: 304px;
	height: 620px;
	border-bottom:1px dashed #ccc;
	
}

#rodape {
	font: 12px Verdana, Geneva, sans-serif;
	position:absolute;
	bottom:0;
	background-color:#B5E1D8;
	border-top: solid #ccc thin;
	margin:auto;
	width:100%;
	height:40px;
	clear:both;
	left: 0px;
	
	}
	
#banner_topo {
	position:absolute;
	left:649px;
	top:14px;
	width:243px;
	height:118px;
}

#banner_materia {
	position:absolute;
	left:651px;
	top:246px;
	width:262px;
	height:97px;
	float:right;
}

#especial {
	position:absolute;
	float:right;
	left:642px;
	top:880px;
	width:304px;
	height:377px;
	
}
#pesquisa {
	position:absolute;
	left:647px;
	top:189px;
	width:301px;
	height:48px;
}

/*FORMATAÇÃO IMAGENS */

.imagem {
	padding:3px;
	border:solid 1px #ccc;
}

.imagem_materia {
	padding:5px;
}

/*FORMATAÇÃO TEXTO */

.texto_materia {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
	font-weight: normal;
	text-align: left;

}
.titulo_materia {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #1E5A4C;
	font-weight: normal;
	
	
	
}
.texto_index {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#000;
	font-weight: normal;

	

}
.subtitulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #1E5A4C;
	font-weight: bold;
	
}
.borda_tabela {
	border-top: 1px dashed #ccc;
	margin-left:5px;
	
}
