/* =photo frame */
.photo_frame {
	height: 108px;
	float: left;
	margin: 4px 16px 0 0;
	overflow: hidden;
	position: relative;
	width: 107px;
}
	.frame {
		background: url(../img/frame.png) no-repeat 0 0;
		height: 108px;
		left: 0;
		position: absolute;
		top: 0;
		width: 107px;
		z-index: 2;
	}
	.photo_frame img {
		left: 0;
		position: absolute;
		top: 0;
		z-index: 1;
	}
.big_photo_frame {
	height: 220px;
	float: left;
	margin: 4px 16px 0 0;
	overflow: hidden;
	position: relative;
	width: 220px;
}
	.big_photo_frame .frame {
		background: url(../img/big_frame.png) no-repeat 0 0;
		height: 220px;
		left: 0;
		position: absolute;
		top: 0;
		width: 220px;
		z-index: 2;
	}
	.big_photo_frame img {
		left: 0;
		position: absolute;
		top: 0;
		z-index: 1;
	}	
/* /photo frame */
/* =news */
	.news {
		margin: 0
	}
	.news li {
		background: none;
		margin: 0;
		padding: 0 0 15px;
	}	
	.news div {
		overflow: hidden;
	}
	.news p {
		margin: 8px 0;
		overflow: hidden;
	}
	.news .post {
		font-size: 12px;
		font-style: italic;
	}
	.news a {
		font-size: 12px;
		font-weight: bold;
	}
	.news p a {
		font-size: 11px;
		font-weight: normal;
	}
	.news img {
		float: left;
		margin: 0 20px 0 0;
	}
	.news .date {
		color: #868f9b;
		font-size: 11px;
	}
	.news .logo {
		float: left;
		margin: 0 18px 0 0;
		width: 177px;
		text-align: center;
	}
	.news .logo img {
		float: none;
		margin: 0 auto;
	}
	.news li:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	.news li {display: inline-block;}
	/* Hides from IE-mac \*/
	.news li {display: block;}
	/* End hide from IE-mac */
.team h1 {
	margin: 0;
}
.team .post {
	font-size: 12px;
	font-style: italic;
	margin: 0 0 15px;
}
/* /news */
/* =feedback */
.the_form  {
	width: 530px;
}
	.the_form label {
		display: block;
		float: left;
		margin: 0 0 7px;
		padding: 0 10px 0 0;
		text-align: right;
		width: 110px;
	}
	.the_form input, .the_form textarea {
		border-top: 2px solid #0b4da2;
		border-bottom: 1px solid #5e9cec;
		border-left: 1px solid #5e9cec;
		border-right: 1px solid #5e9cec;
		float: left;
		margin: 0 0 7px;
		width: 400px;
	}
	.the_form img {
		float: left;
	}
	.the_form input.captcha {
		margin: 20px 0 0 10px;
		width: auto;
	}
	.the_form input.noshow {
		background: none;
		border: none;
		color: #fff;
		display: inline;
		font-size: 1px;
		line-height: 1px;
		height: 1px;
		width: 1px;
	}
	.the_form .butt {
		margin: 0 0 0 108px;
		text-decoration: none;
	}
	.the_form .butt span {
		display: inline-block;
		text-align: center;
		width: 100px;
	}
	.send {
		padding: 10px 0 0 0;
	}
/* =feedback */
.partners li {
	background: none;
	float: left;
	font-size: 14px;
	height: 120px;
	margin: 0 20px 20px 0;
	padding: 0;
	text-align: center;
	width: 200px;
}
.partners img {
	display: block;
	margin: 0 auto;
}
.partners a:link, .partners a:visited, .partners a:active { text-decoration: none;}
/* =gallery */
.gallery {
	margin: 0;
}
.gallery li {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
}