@charset "utf-8";
/* CSS Document */


/* FOOTER --------------------------------------------*/

#footer{
	background-image:url(../images/bg_footer.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	text-align:left;
	height:100px;
	margin-top:50px;
	padding:15px 0 0 250px;
}

#menu-footer{
	width:500px;
	line-height: 30px;
}

#footer #menu-footer li a {
	font-family: tahoma;
	font-size: 0.85em;
	color: #84c447;
	list-style:none;
	float:left;
	text-decoration:none;
	font-weight: bold;
}

#footer #menu-footer li {
	font-size: 0.8em;
	color: #84c447;
	list-style:none;
	float:left;
	font-weight: bold;
}

#footer #menu-footer li a:hover {
	text-decoration:underline;
	font-family: tahoma;
	font-size: 0.85em;
	color: #84c447;
	list-style:none;
	float:left;
	text-decoration:underline;
	font-weight: bold;
}

#endereco{
	width:500px;
}

#footer p{	
	width:500px;
	text-align:left;
	font-family:tahoma;
	color:#84c447;
	font-size:0.7em;
}

#footer p a{
	text-decoration:none;
	color:#84c447;
}

#footer p a:hover{
	text-decoration:underline;
	color:#84c447;
}