#footer
{
	width:100%;
	overflow:hidden;
    min-height:150px;
	background:url("../imgs/bg_footer.png") no-repeat;
	background-size:100%;
	margin-top:-5px;
	//padding-top:100px;
	//clear:both;
}
#footer #map
{
	width:60%;
	height:200px;
	margin:auto;
	margin-top:-100px;
	left:20%;
	z-index:99;
	position:absolute;
}
#footer #map img
{
	width:100%;
	height:100%;
	margin-bottom:25px;
}
#footer #top
{
	overflow:auto;
	padding:25px;

}
#footer #top #links ul
{
	width:20%;
	float:left;
	margin:0;
	margin-top:75px;
	padding:0;
	color:white;
	list-style-type: square;
}
#footer #top #links ul li
{
	list-style-type: square;	
	color:white;
	width:100%;
	font-size:15px;
	font-weight:bold;
	padding-bottom:10px;
}
#footer #top #links ul li.head
{
	margin-left:-25px;
	width:100%;
	list-style-type: none;
	font-weight:bold;
	font-size:17px;
	font-family: 'Arial Narrow', Arial, sans-serif;
	padding-bottom:10px;

}
#bott
{
	height:50px;
	background:rgb(220,220,220);
	width:100%;
	line-height:4;
	text-align:center;
	font-size:13px;
	position:relative;
	clear:both;
	
}
