@charset "utf-8";

/*  Pod Box Corners, Drop Down boxes Corners */
.ph_tl { background-repeat: no-repeat; background-position: left top; }
.ph_tr { background-repeat: no-repeat; background-position: right top;}
.ph_bl { background-repeat: no-repeat; background-position: left bottom;}
.ph_br { background-repeat: no-repeat; background-position: right bottom;}


.LHS-2col .placeholder_box {
	margin: 0 20px;
	border-bottom: 2px solid #EAEAEA;
	padding: 0 0 20px 0;
}

.left-side-ph {	margin: 0 20px; }

.casestudy_holder {
	display: block;
	float: left;
	position: relative;
	margin: 0 .5em;
	width: 188px;
	height: 140px;
	overflow: hidden;
	text-decoration: none;
}

.casestudy_holder img {
	width: 100%;
}

.casestudy_holder .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 177px;
	padding: .5em;

	background: url(../images/transparency_50black.png) repeat;

	color: white;
	font-weight: bold;
	font-size: 90%;
	text-align: center;	
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	
}
