/********************
 *  footer css
 * 
 ********************/
 
 #footer{
	margin: 0 0 0 0;
	width:  100%;
	position:  relative;
	background:  #414D56;
	border-top: 4px solid #1c1c1c;
	color:  white;
	padding: 1.5em 0 1.5em 0;
	min-height:60px;
	height:auto !important;
  	height:60px;
}

#footer p{
	font-size: 1.2em;
	line-height: 1.5em;
	margin:  0 1.5em 1.5em 0;
}

 #footer .hr{
	background: url(http://www.polarlake.com/images/hr_footer.gif) 0% 50% repeat-x;
	height:  1.5em;
	margin: 1.5em 0;
}
#footer a:link,  #footer a:active,  #footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #82b5e2;
	text-decoration: none;
}

#footer .wrapper{
	margin: 0 auto;
	width:  960px;
	position:  relative;
}

#footer .wrapper .contacts{
	margin-left: 160px;
	width:  800px;
	position:  relative;
}

#footer .wrapper .contacts p{
	font-size: 1.1em;
	line-height: 1.4em;
	margin:  0 1.4em 1.4em 0;
}
 #footer ul#footer_nav{
	list-style:  none;
	font-size:  1.2em;
	line-height: 1.5em;
	position:  absolute;
	right: 0px; top: 0;
	margin:  0; padding:  0;
}

#footer_nav li{
	margin:  0; padding: 0px 12px;
	float:  left;
	background: url(http://www.polarlake.com/images/end_nav_divide.gif) top right repeat-y;
}

#footer_nav li.end{
	margin:  0; padding: 0px 12px 0 12px;
	float:  left;
	background: transparent;
}

#footer .copy{
	margin: 0 0 1.5em 10px;
}

#footer img{
	margin: 0 5px;
	vertical-align: center;
}
 
 