/* CSS Document */

span.clearFull {
	clear:both;
	display:block;
}

body{ 
	background:#F7DD97 url(../imagens/bg.jpg) repeat-x;
}

/*GRID*/
/* ---------------------------------------------------------------------------------- */

#hd{
	width:775px; 
	height:220px;
	margin:0px auto; 
	position:relative;
}

#bd{
	width:755px;
	height:450px;
	border:1px solid;
	margin:0px auto; 
}


#footer{
	width:755px;
	padding:10px;
	margin:0px auto; 
}

/*Head*/
/* ---------------------------------------------------------------------------------- */

#hd h1{
	font-size:50px;
	font-weight:bold;
}


#hd span {
	display:none;
}

#hd #logo{
	display:block;
	width:775px;
	height:194px;
	background:transparent url(../imagens/hd04.jpg) no-repeat; 
	position:absolute;
}

/*Menu*/
/* ---------------------------------------------------------------------------------- */

#menu{
	position:relative;
	bottom: -198px;
	right: -120px;	
}

	#menu ul li{
	float: left;
	right: 20px;
	padding:0px 25px 0px 25px ;
}

#menu a {
	background-image:url(../imagens/menu02.gif);
	background-repeat:no-repeat;
	display: block;
	height:18px;
}

#menu span {
	display:none;
}

#hd #menu #menuHome {width: 50px; background-position: 0px 0px;}
#hd #menu #menuHome:hover {background-position: 0px -22px;}

#hd #menu #menuDicas{width: 44px; background-position: -270px 0px;}
#hd #menu #menuDicas:hover{background-position: -270px -22px;}

#hd #menu #menuEcologia {width: 70px; background-position: -90px 0px;}
#hd #menu #menuEcologia:hover {background-position: -90px -22px;}

#hd #menu #menuEconomia {width: 80px; background-position: -180px 0px;}
#hd #menu #menuEconomia:hover  {background-position:-180px -22px;}

#hd #menu #menuContato{width: 66px; background-position: -360px 0px;}
#hd #menu #menuContato:hover {background-position: -360px -22px;}

/*Corpo*/
/* ---------------------------------------------------------------------------------- */

#bd{
	background: transparent url(../imagens/economia.jpg) no-repeat; 
	border:solid 10px #F7A414;
}

/*Conteudo*/
/* ---------------------------------------------------------------------------------- */

#economia h1{	
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#economia b{
    font-weight: bold;
}

#economia{
	color: #000000;
	text-align: justify;
	padding:10px 20px 15px 15px;
}

#economia p{
	color: #000000;
	text-align: justify;
	font-size: 16px;
}


/*Rodapé*/
/* ---------------------------------------------------------------------------------- */


#footer{
	width:755px;
	padding: 3px;
	margin:0px auto; 
	font-weight: bold;
	color: #000000;
	font-size: 16px;
}