#footer .brand_logo{
	width: 816px;
	margin-left: 64px;
	float: left;
}

	#footer .brand_logo ul, #footer .brand_text ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#footer .brand_logo ul li{
		padding: 0;
		margin: 0;
		float: left;
		width: 58px;
		height: 52px;
		overflow: hidden;
		text-align: center;
		font-size: 9px;
		color: #555;
	}



#footer .brand_text{
	clear: left;
	float: left;
	width: 816px;
	margin-left: 64px;
}

	#footer .brand_text ul li{
		padding: 0;
		margin: 0;
		float: left;
		width: 58px;
		height: 11px;
		overflow: hidden;
		text-align: center;
		font-size: 9px;
		color: #555;
	}
	
	#footer .brand_text ul li a{
		font-size: 9px;
		color: #555;
		text-decoration: none;
	}

#footer .address{
	clear: left;
	float: left;
	width: 914px;
	text-align: center;
	background: #555;
	color: #fff;
	margin-top: 12px;
}
	
	#footer .address h3{
		margin: 0;
		padding: 0;
		padding: 4px;
	}


#footer .cities{
	clear: left;
	float: left;
	margin-top: 5px;
	text-align: center;
	width: 917px;
	color: #555;
	font-size: 8px;
	line-height: 18px;
}

	#footer .cities a{
		color: #555; 
		font-size: 9px;
		text-decoration: none;
	}
	#footer .cities a:hover{
		text-decoration: underline;
	}
