@charset "UTF-8";
.footer {
	clear: both;
	margin: 0;
	background: url("/pict/bg_footer.png") repeat-x top;
}

.footer_container {
	position: relative;
	width: 950px;
	height: 70px;
	padding: 40px 0 0;
	text-align: left;
}

.footer_social {
	display: block;
	float: left;
	width: 130px;
}

a.twitter, a.facebook {
	display: block;
	float: left;
	padding-right: 10px;
	width: 45px;
	height: 35px;
	background: url("/pict/ico_facebook.png") no-repeat left top;
	text-decoration: none;
}
a.twitter {
	background-image: url("/pict/ico_twitter.png");
}

.footer_phone {
	display: block;
	float: left;
	width: 190px;
	font-size: 16px;
	padding-top: 10px;
}

.footer_email {
	display: block;
	float: left;
	width: 305px;
	font-size: 16px;
	padding-top: 8px;
}

.footer_mitci {
	position: absolute;
	left: 625px;
	top: 10px;
	width: 33px;
	height: 90px;
	background: url("/pict/mitci.png") no-repeat left top;
}

.footer_copyright {
	float: left;
	width: 275px;
	padding: 0 0 0 50px;
	font-size: 11px;
	line-height: 100%;
}

.footer_copyright p {
	margin: 0;
	padding: 0 0 6px;
}

.cleaner {
	display: block;
	clear: both;
}

