/* Footer */
.Footer {
	background:#000;
	font-size:13px;
	color:#fff;
	position:relative;
	}
	.Footer a {
		color:#fff;
		}
		.Footer a:hover {
			color:#fff;
			text-decoration:underline;
		}
	.Footer .WidthPage {
		background:url(/man/images/footerImg.jpg) no-repeat center 0;
		}
	.Footer .footer_left {
		/*background:url(/man/images/footer_dotted.gif) repeat-y right top;*/
		float:left;		
		padding-bottom:37px;
		}
	.Footer .footer_right {
		/*background:url(/man/images/footer_dotted.gif) repeat-y left top;*/
		float:right;
		width:175px;
		margin-left:-2px;
		overflow:hidden;		
		}
		.Footer .footer_map {
			vertical-align:top;
			margin-top:19px;
			padding-bottom:37px;
			}		
		.Footer .footer_map li {
			padding:0 0 6px 23px;
			}	
			.Footer .footer_map .footer_title { padding-left:0; }		
		.Footer .service_list {
			float:left;
			padding-right:30px;
			vertical-align:top;
			margin-top:19px;
			}
		.service_list a {
			color:#bcbcbc;
			font-size:12px;
			}
		.Footer .service_list a:hover { text-decoration:underline; color:#bcbcbc; }
			.Footer .service_list li {
				padding-bottom:6px;
				}
			.Footer .service_list .footer_title {
				padding-bottom:16px;
				}
				.footer_title, .footer_title a  {
					font-size:14px;
					font-weight:700;
					padding-bottom:2px;
					color:#fff;
				}
				.footer_title a {
					text-decoration:underline;					
					}
				.Footer .service_list .footer_title a:hover {
					color:#c80302;
					}
.Footer .logo_in_footer {
	position:absolute;
	bottom:10px;
	width:121px;
	height:27px;
	background:url(/man/images/spriteFooter.png) no-repeat 0 0;
	margin-left:23px;
	}
.Footer .copyright {
	position:absolute;
	bottom:15px;
	font-size:11px;
	}
	.Footer .copyright a {
		text-decoration:underline;
		}
	.Footer .copyright a:hover {
		text-decoration:none;
		}
	.Footer .footer_map .ic_up, .Footer .footer_map .ic_rss_subscribe, .Footer .footer_map .ic_mobile {
		padding-left:0;
		}
	.Footer .footer_map .ic_up a, .Footer .footer_map .ic_rss_subscribe a, .Footer .footer_map .ic_mobile a {
		padding-left:23px;
		background-image:url(/man/images/spriteFooter.png);
		background-repeat:no-repeat;
		display:inline-block;
		line-height:15px;
		}
	.Footer .ic_up a {
		background-position:4px -45px;
		}
	.Footer .ic_rss_subscribe a {
		background-position:0 -76px;
		}
	.Footer .ic_mobile a {
		background-position:2px -109px;
		}
/* end Footer */

/* socFooter */
.Footer .footer_map .socFooter {
	margin:5px 0 10px -23px;
	border-bottom:1px solid #292929;
	padding-bottom:11px;
	}
	.socFooter a {
		background-image:url(/man/images/spriteFooter.png);
		background-repeat:no-repeat;
		display:inline-block;
		width:17px;
		height:17px;
		margin-right:1px;
		margin-right:4px !ie;	
	}
		.socFooter .icFacebook { background-position:0 -142px; }
		.socFooter .icVkontakte { background-position:-21px -142px; }
		.socFooter .icTwitter { background-position:-42px -142px; }
		.socFooter .icMobile { background-position:-62px -142px; }
		.socFooter .icApple { background-position:-83px -142px; }
		.socFooter .icAndroid { background-position:-103px -142px; }
		.socFooter .icMail { background-position:-123px -142px; }
		.socFooter .icRss { background-position:-143px -142px; } 
		
		.socFooter .icFacebook:hover { background-position:0 -163px; }
		.socFooter .icVkontakte:hover { background-position:-21px -163px; }
		.socFooter .icTwitter:hover { background-position:-42px -163px; }
		.socFooter .icMobile:hover { background-position:-62px -163px; }
		.socFooter .icApple:hover { background-position:-83px -163px; }
		.socFooter .icAndroid:hover { background-position:-103px -163px; }
		.socFooter .icMail:hover { background-position:-123px -163px; }
		.socFooter .icRss:hover { background-position:-143px -163px; }
/* socFooter */