/*h3{ 
	padding-left:10px;
	padding-top:5px;
	height:30px; 
	font-weight:normal;
}
.boxgrid{ 
	width: 450px; 
	height: 226px; 
	float:left; 
	background:#161613;
	overflow: hidden; 
	position: relative; 
	margin-bottom:20px;
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 0 10px; 
}
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	/*-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
.caption .boxcaption {
	top: 194px;
	left: 0;
}*/

#client_item{
	margin-bottom:30px;
}
#client_logo{
	float:left;
	width:90px;
	margin-right:8px;
	height:75px;
	filter : alpha(opacity=70); 
    -moz-opacity : 0.7; 
    opacity : 0.7;
}
#client_logo:hover{
	float:left;
	width:90px;
	margin-right:8px;
	height:75px;
	filter : alpha(opacity=100); 
    -moz-opacity : 1; 
    opacity : 1;
}
#client_content{
	float:left;
	width:350px;
}
h3{
	margin-top:-8px;
	margin-bottom:5px;
	font-size:13px;
	font-weight:bold;
}