/* Case Study page redesign */



#layer-case-study .style-main-panel{	
	padding: 0;
	margin: 0;
}

#layer-case-listings ul{
	list-style-type: none;
	padding: 0;
	margin: 0;	
}

#layer-case-listings ul li{
	min-height: 289px;
	background: #fff url(/graphics/casestudy/bg-listing-gradient.jpg) center bottom repeat-x;
	padding: 20px 30px 20px 30px;
}

#layer-case-listings ul li .style-img-box{
	float: left;
	margin-right: 30px;
	width: 29%;
}

#layer-case-listings ul li .style-img-box .img-top{
	height:9px;
	background: transparent	url(/graphics/casestudy/bg-cs-img-shadow-top.png) left top no-repeat;
	padding: 0;
	margin: 0;	
}

#layer-case-listings ul li .style-img-box .img-middle{
	width: 289px;	
	background:	url(/graphics/casestudy/bg-cs-img-shadow-middle.png) left top repeat-y;
	padding: 0;
	margin: 0;
}


#layer-case-listings ul li .style-img-box .img-bottom{
	width: 289px;
	height:9px;
	background: transparent	url(/graphics/casestudy/bg-cs-img-shadow-bottom.png) left bottom no-repeat;
	padding: 0;
	margin: 0;
	
}

#layer-case-listings .layer-desc{
	float: right;
	width: 66%;
}

#layer-case-listings .layer-desc h3{
	color: #0086c2;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 25px;
	
}

#layer-case-listings .layer-desc p{
	margin-bottom: 25px;
}

#layer-case-listings .layer-desc img.btnread{
	float: right;
}

#layer-case-listings p.client_details{
	float: left;
}

#layer-case-details{
	background: url(/graphics/casestudy/bg-page-gradient.jpg) bottom repeat-x;
	width: 95%;
	padding: 10px 0 20px 25px;
	margin: 0 auto;
}

* html #layer-case-details{
	background: url(/graphics/casestudy/bg-page-gradient.jpg) bottom repeat-x;
	width: 95%;
	padding: 10px 0 20px 25px;
	margin: 0 auto;
} 

#layer-case-details ul{
	list-style-image: url(/graphics/casestudy/ico-bullet-round-grey.gif);
}

#layer-case-details .style-col1{
	width: 59%;	
	float: left;
}

#layer-case-details .style-col2{
	width: 35%;	
	float: right;
}

#layer-case-details .style-col1 h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;	
}

#layer-case-details .style-img-box {
	margin-bottom: 20px;
	padding: 0;	
}

#layer-case-details .style-img-box .img-top{
	height:9px;
	background: transparent	url(/graphics/casestudy/bg-cs-img-shadow-top.png) left top repeat-x;
	padding: 0;
	margin: 0;	
}

#layer-case-details .style-img-box .img-middle{
	width: 289px;	
	background:	url(/graphics/casestudy/bg-cs-img-shadow-middle.png) left top repeat-y;
	padding: 0;
	margin: 0;	
}


#layer-case-details .style-img-box .img-bottom{
	width: 289px;
	height:9px;
	background: transparent	url(/graphics/casestudy/bg-cs-img-shadow-bottom.png) left bottom no-repeat;
	padding: 0;
	margin: 0;	
}

#layer-case-details .adverts{
	margin-top: 10px;
	margin-bottom: 20px;
}

#layer-case-details .adverts img{
	float: left;
	margin-right: 5px;
	border: 0;
}

#layer-case-details .style-other-cs{	
	background: #fff;
	margin-top: 30px;
	display: block;
	padding: 10px 0 1px 10px;
}

#layer-case-details .style-other-cs .title-bar{
	background: url(/graphics/casestudy/other-cs-bar.gif) left top no-repeat;
	height: 38px;
	padding: 5px 0 3px 15px;
}

#layer-case-details .style-other-cs h3{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#layer-case-details .style-other-cs ul{
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#layer-case-details .style-other-cs ul li{
	background: url(/graphics/casestudy/thumb_bg.gif) left bottom repeat-x;
	padding: 0 5px 5px 0;
	margin-top: 20px;	
}

#layer-case-details .style-other-cs ul li img{
	float: left;
	margin-right: 10px;
}

#layer-case-details .style-other-cs ul li a{
	color: #0086c2;
}
#layer-case-study .style-return{
	width: 95%;
	margin: 15px auto;
}

.float_fix {clear: both; width: 100%; zoom:1;}

