@charset "UTF-8";
/* CSS Document */

.clientsContent{
	width:980px;
	margin:0 auto;
}
.clientsContent .top{
	position:relative;
	margin-top:10px;
	height:204px;
	padding:5px;
	width:970px;
	background:url(../images/clientsClas.png) center top no-repeat;
}

.clientBlock{
	width:970px;
	height:51px;
	position:relative;
}
.clientBlock .logosMask{
	position:absolute;
	width:710px;
	height:47px;
	top:0;
	left:225px;
	overflow: hidden;
}
.holder{
	position:relative;
}
.clientBlock .logosMask .logosHolder{
	height:47px;
	min-width:710px;
	position:absolute;
}
.logosBlock{
	width:710px;
	height:43px;
	float:left;
}
.logosBlock a {
	display:block;
	float:left;
	height:43px;
	margin:4px 1px 2px;
	width:116px;
}
.logosBlock a:hover {
	background-position:bottom left;	
}
.logosBlock a.selected{
	background-position:bottom left;
}
a.arrowBtn{
	position:absolute;
	right:-3px;
	top:17px;
	width:21px;
	height:20px;
	display:block;
	line-height:1;
	background:url(../images/clientsArrow_2.gif) 0 -20px no-repeat;
}
a.arrowBtn_left{
	position:absolute;
	right:0;
	top:17px;
	width:21px;
	height:20px;
	display:block;
	background:url(../images/clientsArrow_left_2.gif) 0 -20px no-repeat;
}
a.arrowBtn:hover, a.arrowBtn_left:hover{
	background-position:0 0;
}

.clientsContent .bottom{
	position:relative;
	clear:both;
	min-height:300px;
	margin-top:20px;
}
.clientsContent .bottom .leftContent{	
	background:url(../images/topHeadersBG.png) top left no-repeat;
	width:690px;
	padding:15px;
	float:left;
	min-height:300px;
	position:relative;
}
.clientsContent .bottom .leftContent h1{
	font-size:18px;
	font-weight:normal;
	color:#256a9c;
}
.clientsContent .bottom .leftContent p{
	line-height:2;
	padding:10px 0;
}

.clientsContent .bottom .rightContent{
	background:url(../images/clientsSep.gif) left top no-repeat;
	width:230px;
	padding-left:20px;
	float:right;
	min-height:300px;
	height:300px;
}
.clientsContent .bottom .rightContent p{
	padding:10px 0;
}
.clas_name{
	position:absolute;
	width:200px;
	height:47px;
	left:7px;
}
.clas_Selected{
	background-position:bottom left;
}
a.hide{
	display:none;
}
#preloader{
	position:absolute;
	width:32px;
	height:32px;
	right:0;
	top:0;
	display:none;
}