#clientsmain{
	width:844px;
	height:495px;
	background-color:#009cc6;
	padding:28px;
}
#clientsmain #contentsection{
	background:#ffffff url('../images/clients_header.png') 50px 38px no-repeat;



	width:749px;
	height:316px;
	background-color:#ffffff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	padding:149px 45px 30px 50px;
}

#clientsmain #contentsection #logolist{
	padding:15px 0 25px;
	width:749px;
	height:300px;
}
#clientsmain #contentsection #logolist li{
	float:left;
	width:164px;
	height:108px;
	margin:5px 9px 10px;
	overflow:hidden;
	background-position:50% 50%;
	background-repeat:no-repeat;
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6));
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6));
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
#clientsmain #contentsection #logolist li img{
	width:164px;
	height:108px;
}

