body{
	margin: 0;
	font: 12px Verdana, Geneva, sans-serif;
	color: #555;
	min-width: 1000px;
}
a{
	color: #383838;
	text-decoration: none;
}
a:hover{color: #c06;}
#header{
	height: 1%;
	border-bottom: 1px solid #dadada;
	padding: 0 0 5px;
	margin: 0 0 50px;
}
#header:after{
	content: "";
	clear: both;
	overflow: hidden;
	display: block;
}
#logo{
	float: left;
	margin: 28px 0 0 22px;
	background: url(../images/logo.gif) no-repeat;
	width:133px;
	height:52px;
	text-indent: -9999px;
	overflow: hidden;
}
#logo a{
	display:block;
	height:100%;
}
.main-navigation{
	float: left;
	padding: 63px 0 0 53px;
	margin: 0;
	list-style: none;
}
.main-navigation li{
	float: left;
	padding: 0 84px 0 0;
	position: relative;
}
.main-navigation li.active a{color: #c06;}
.main-navigation div{
	position: absolute;
	left: 10px;
	top: 23px;
	width: 800px;
}
.main-navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #eee;
	line-height: 20px;
	float: left;
}
.main-navigation ul li{
	float: left;
	padding: 0 35px;
}
#main{
	overflow: hidden;
	height: 1%;
}
#slideshow{
	text-align:center;
	width: 800px;
	height: 300px;
	margin: 0 auto 120px;
	background: url(../images/bg8.jpg) no-repeat;
	overflow: hidden;
}
.slideshow-block{
    margin: 60px auto 0;
    padding: 0 15px 0 0;
    position: relative;
    width:  130px;
}
#slideshow img{
    top: 0;
    left: 0;
    padding: 0;
	width: 130px;
	height: 200px;
}
#footer{
	border-top: 1px solid #dadada;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 7px 0 50px;
}
#footer .footer-holder{
	position: relative;
	left: 50%;
	float: left;
}
#footer .footer-frame{
	position: relative;
	left: -50%;
	float: left;
}
#footer .footer-logo{
	float: left;
	background: url(../images/footer-logo.gif) no-repeat;
	width: 79px;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
}
#footer .footer-logo a{
	display: block;
	height: 100%;
}
#footer ul{
	float: left;
	font-size: 10px; 
	color: #888;
	margin: 10px 0 0 5px;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#footer ul li{
	float: left;
	padding: 0 7px;
	margin: 0 1px 0 -1px;
	background: url(../images/separator.gif) no-repeat 0 50%;
}
.about-block{
	margin: 0 auto 120px;
	width: 458px;
}
.social-networks{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.social-networks .holder{
	position: relative;
	left: 50%;
	float: left;
}
.social-networks ul{
	position: relative;
	left: -50%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-networks ul li{float: left;}
.imageflow{
	margin: 0 auto 120px;
	width: 994px;
	height:507px;
}
/*alex*/
.services-holder{
	width: 500px;
	margin: 0 auto 120px;
}
.contactMain{
	text-align:center;
	padding: 30px 0 80px;
}
.seviceBlock{
	width: 500px;
	display: table;
	height: 85px;
}
.serviseBlockRight p{
	margin: 0;
	font-size: 13px;
}
.serviseBlockLeft, .serviseBlockRight{
	width:200px;
	float:left;
	height: 85px;
	display: table;
	position: relative;
}
.serviseBlockRight{width:300px;}
.serviseBlockLeft .holder, 
.serviseBlockRight .holder{
	display: table-cell;
	vertical-align: middle;
}
* html .serviseBlockLeft .holder, 
* html .serviseBlockRight .holder{
	position: absolute;
	top: 50%;
}
* +html .serviseBlockLeft .holder, 
* +html .serviseBlockRight .holder{
	position: absolute;
	top: 50%;
}
* html .serviseBlockLeft .holder img, 
* html .serviseBlockRight .holder p{
	position: relative;
	display: block;
	top: -50%;
}
* +html .serviseBlockLeft .holder img, 
* +html .serviseBlockRight .holder p{
	position: relative;
	display: block;
	top: -50%;
}