#footer {
	clear: both;
	padding: 12px 0 0;
	margin: 45px auto 0;
	background: url(../../img/site/footer-top.png) no-repeat top;
	width: 580px;
	text-align: center;
}

#footer-body {
	background: #fff;
	padding: 0 10px;
	overflow: hidden;
}

#footer-body div {
	float: left;
	width: 110px;
	overflow: hidden;
}

#footer-body div a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	padding: 0 5px;
}
#footer-body ul a {
	color: #37525c;
}

#footer-body div a,
#footer-body td {
	background: url('../../img/separador_rodape.gif') no-repeat center left;
}

#footer-body div.first-child a,
#footer-body div.first-child td {
	background: none;
}

#footer-body a img {
	border: none;
}

.clear {
	float: none;
}

/* IE 7 e 6 */
#footer table {
	height: 100%;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
}

#footer-body td {
	vertical-align: middle;
	text-align: center;
	padding: 0;
}

#footer-body td a {
	padding: 0;
	background: none;
	display: inline;
}
