/* rodape.css */

#container-rodape{
	width: 100%;
	clear: both;
	background: url(../images/commons/rodape-container.jpg) repeat-x 50% 0%;
}

#rodape{
	width: 1024px;
	margin: 0 auto;
}

#rodape #endereco{
	width: 604px;
	height: 52px;
	float: left;
	display: inline;
	color: #fff;
	padding-left: 34px;
	padding-top: 61px;
	padding-right: 20px;
}

#rodape #mapa{
	width: 132px;
	height: 60px;
	float: left;
	display: inline;
	font-size: 23px;
	background: url(../images/commons/bg-mapa.png) no-repeat;
	color: #fff;
	padding-left: 58px;
	padding-top: 53px;
}

#rodape #mapa .mapa{
	width: 141px;
	text-align: center;
	background: url(../images/commons/mapa-rodape.png) no-repeat 0% 100%;
	height: 61px;
}

#rodape #mapa a{
	color: #fff;
}

#rodape #mapa a:hover{
	text-decoration: none;
}

#rodape .quality{
	color: #fff;
	font-size: 11px;
	float: right;
	display: inline;
	margin-top: 61px;
}

#rodape .quality a{
	color: #fff;
}

#rodape .quality a:hover{
	text-decoration: none;
}

#rodape .quality img{
	vertical-align: middle;
	margin-right: 6px;
}

#rodape #mapa-container{
	width: 846px;
	padding-left: 178px;
	padding-top: 12px;
	display: none;
}

#rodape #mapa-container ul{
	float: left;
	display: inline;
	list-style-position: outside;
}

#rodape #mapa-container .institucional{
	width: 102px;
	margin-right: 68px;
}

#rodape #mapa-container .produtos{
	width: 129px;
	margin-right: 35px;
}

#rodape #mapa-container .orcamentos{
	width: 119px;
	margin-right: 47px;
}

#rodape #mapa-container .novidades{
	width: 130px;
	margin-right: 30px;
}

#rodape #mapa-container .contato{
	width: 78px;
}

#rodape #mapa-container li{
	color: #fff;
	margin-bottom: 3px;
}

#rodape #mapa-container li a{
	color: #fff;
}

#rodape #mapa-container li a:hover{
	text-decoration: none;
}

#rodape #mapa-container .titulo{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
