
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	Mayer - Tecno | Soluções Inteligentes em TI
	Departamento de Desenvolvimento de Sistemas
	Projeto: Portal Mayer Saúde
	Documento: CSS do Menu de Navegação Footer (RODAPÉ)
	Arquivo: footer.css
	xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/

.footer{
	width:						920px;
	height:						25px;
	float:						left;
	
	background:					#98CAE5;
	
	font-family:				"Verdana", Arial, Helvetica, sans-serif;
	font-size:					12px;
	color:						#336E7D;
	font-weight:				bold;
	text-align:					center;
	
	margin-top:					10px;
	margin-bottom:				10px;
	padding-top:                10px;
	}

.footer-desc{
	width:						920px;
	height:						overflow;
	
	font-family:				"Verdana", Arial, Helvetica, sans-serif;
	font-size:					10px;
	color:						#999;
	text-align:					center;
	letter-spacing:				1px;
	
	}


.base-footer{
	width:						880px;
	height:						220px;
	float:						left;
	
	background: 				url(../imagens/img19.png) no-repeat;
	}
	
.box-ans{
	width:						180px;
	height:						72px;
	float:						left;
	
	margin-top:					46px;
	margin-left:				60px;
	
	background:					url(../imagens/img20.png) no-repeat;
	}


.base-footer-menu{
	width:						840px;
	height:						40px;
	float:						left;
	
	margin-top:					40px;	
	margin-left:				20px;
	margin-right:				20px;
	
	background:					url(../imagens/img21.png) repeat-x;
	}

.box-footer-menu{
	width:						640px;
	height:						overflow;
	
	float:						left;

	font-family:				"Verdana", Arial, Helvetica, sans-serif;
	font-size:					13px;
	letter-spacing:             2px;
	color:						#005A9B;	
	list-style:					none;
	text-align:					center;
	margin-left:				150px;
	}

*{
	padding:                    0px;
	margin:                     0px;
	}
		
.box-footer-menu li{
	width:						overflow;
	float:						left;
	text-decoration:			none;
	margin-top:					10px;
	margin-left:				5px;
	}

.box-footer-menu li a{
	width:						overflow;
	text-decoration:			none;
	color:						#005A9B;
	}

.box-footer-menu li a:hover{
	text-decoration:			none;
	color:						#FFFFFF;					
	}
	 
.box-footer-text{
	width:						880px;
	height:						overflow;
	float:						left;
	
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					10px;
	color: 						#666666;
	text-align:					center;
	letter-spacing:				1px;
	
	margin-top:					10px;	
	}


