@import url('prettyPhoto.css');


#article-contain {
	float:left;
	clear:both;
	width:958px;
	background-color:#FFF;
	margin: 130px 0 0 0;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;

}

#return-casestudies {
	float:left;
	margin: -43px 0 0 0;
	cursor:pointer;
}

#article-left {
	float:left;
	width:450px;
	clear:left;
	padding: 0 0 20px 0;
	margin: 0 0 20px 20px;
	/*border-bottom:3px solid #000;*/
}

#article-left ul {
	clear:both;
	width: 100%;
	overflow: hidden;
}

#article-left a {
	color:#7ab800;
	font-weight:bold;
	text-decoration:none;
}

#article-left a:hover {
	color:#7ab800;
	font-weight:bold;
	text-decoration:underline;
}

#article-left ul li {
	float:left;
	color:#7ab800;
	width:170px;
	list-style-type:disc;
	line-height:20px;
	font-size:11px;
	margin: 0 0 10px 15px;
	clear:left;
	width:400px;
}

#article-left ul li span {
	color:#121212 !important;
}

#article-left h1 {
	float:left;
	padding: 30px 0 5px 0;
	font-size:18px;
	color:#0b0b0b;
	width:450px;
}

#article-left h2 {
	float:left;
	padding: 20px 0 0 0;
	font-size:18px;
	color:#373737;
	font-weight:normal;
	line-height:25px;
	clear:both;
	width:450px;
}

#article-contact {
	float:left;
	clear:left;
	width:450px;
	margin:0 0 0 20px;
	width:450px;
}

#article-contact h3 {
	float:left;
	font-size:14px;
	color:#121212;
	margin: 0 0 10px 0;
	width:450px;
}

#article-left p {
	/*float:left;*/
	/*padding: 20px 0 0 0;*/
	font-size:12px;
	color:#373737;
	font-weight:normal;
	line-height:20px;
	/*clear:both;*/
	width:450px;
	padding:0 0 20px 0;
}


#article-left p span {
	float:left;
	background-color:#7ab800;
	font-size:16px;
	color:#FFF;
	font-style:italic;
	width:133px;
	padding:20px 10px 20px 10px;
	margin: 15px 20px 10px 0;
	line-height:26px

}

#article-left p span.name {
	float:left;
	color:#2b3e05;
	font-size:12px;
	font-weight:bold;
	background-color:none;
	margin: 0 0 0 0;
	padding:10px 0 0 0;
	font-style:normal;
}


/* DIFFERENT STYLES TO PAD CASESTUDIES */


#case-article-left {
	float:left;
	width:450px;
	clear:left;
	padding: 0 0 20px 0;
	margin: 0 0 20px 20px;
	border-bottom:3px solid #000;
}

#case-article-left ul {
	clear:both;
	width: 100%;
	overflow: hidden;
}

#case-article-left a {
	color:#7ab800;
	font-weight:bold;
	text-decoration:none;
}

#case-article-left a:hover {
	color:#7ab800;
	font-weight:bold;
	text-decoration:underline;
}

#case-article-left ul li {
	float:left;
	color:#7ab800;
	width:170px;
	list-style-type:disc;
	line-height:20px;
	font-size:11px;
	margin: 0 0 10px 15px;
	clear:left;
	width:400px;
}

#case-article-left ul li span {
	color:#121212 !important;
}

#case-article-left h1 {
	float:left;
	padding: 30px 0 0 0;
	font-size:18px;
	color:#0b0b0b;
	width:450px;
}

#case-article-left h2 {
	float:left;
	padding: 20px 0 0 0;
	font-size:18px;
	color:#373737;
	font-weight:normal;
	line-height:25px;
	clear:both;
	width:450px;
}



#case-article-left p {
	/*float:left;*/
	/*padding: 20px 0 0 0;*/
	font-size:12px;
	color:#373737;
	font-weight:normal;
	line-height:20px;
	/*clear:both;*/
	width:450px;
}


#case-article-left p span {
	float:left;
	background-color:#7ab800;
	font-size:16px;
	color:#FFF;
	font-style:italic;
	width:133px;
	padding:20px 10px 20px 10px;
	margin: 15px 20px 10px 0;
	line-height:26px

}

#case-article-left p span.name {
	float:left;
	color:#2b3e05;
	font-size:12px;
	font-weight:bold;
	background-color:none;
	margin: 0 0 0 0;
	padding:10px 0 0 0;
	font-style:normal;
}



/* end */

#article-contact p {
	width:450px;
	float:left;
	line-height:20px;
	color:#373737;
	margin: 0 0 20px 0;
	clear:both;
}

#article-contact p span { 
	font-weight:bold;
}


#article-contact a {
	color:#7ab800;
	text-decoration:none;
	font-weight:bold;
}

#article-contact a:hover {
	text-decoration:underline;
}

#article-right {
	float:right;
	padding:20px;
	background-color:#fff;
	margin: -100px -1px 0 0;
	width:420px;
	border-right: 1px solid #ececec;
}

#article-right #video {
	width:420px;
	border:1px solid #f2f2f2;
	background-position:center;
	margin: 0 0 15px 0 ;
}

#article-right #video #play {
	width:420px;
	height:259px;
	background-image:url('../images/article-play.png');
	background-repeat:no-repeat;
	background-position:160px 80px;
	cursor:pointer;

}

.next {
	width:16px;
	height:80px;
	float:right;
	background-image:url('../images/carousel-right.jpg');
	cursor:pointer;
	margin: 0 0 0 0px;
}

.prev {
	width:16px;
	height:80px;
	float:left;
	background-image:url('../images/carousel-left.jpg');
	cursor:pointer;
	margin: 0 4px 0 0;
}

.anyClass {
	float:left;
	width:380px;
}

.anyClass ul {
	float:left;
	width:384px;
	overflow:hidden;
	height:80px;
}


.anyClass ul li {
	float:left;
	margin: 0 4px 0 0;
	width:92px;
	height:80px;

}


.anyClass ul li img {
	height:80px;
	width:92px;
}


.anyClass ul li:hover {
	float:left;
	margin: 0 4px 0 0;
	cursor:pointer;
	
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


.technical-rule {
	width:420px;
	margin: 20px 0 20px 0;
	border-top:3px #000 solid;
	float:left;
	clear:both;	
}

.technical-rule h4 {
	float:left;
	font-size:14px;
	color:#121212;
	margin: 20px 0 0 0;
	width:350px;
}

#article-right h5 {
	float:left;
	font-size:11px;
	color:#121212;
	margin: 10px 0 10px 0;
	line-height:20px;
}



#acrticle-right ul.tech {
	float:left;
	
}

#article-right .tech li {
	float:left;
	color:#7ab800;
	width:170px;
	list-style-type:disc;
	line-height:20px;
	font-size:11px;
	margin: 0 0 10px 15px;
	clear:left;
	width:400px;
}

#article-right span {
	color:#121212;
	
}

#download-pdf {
	float:left;
	background-color:#7ab800;
	margin: 25px 0 0 0;
	cursor:pointer;
	width:400px;
	padding:8px 10px 8px 10px;
}

#download-pdf span {
	float:left;
	color:#FFF;
	font-weight:bold;
	margin: 13px 0 0 2px;
}

#download-pdf img {
	float:right;
}

#article-left .advantage ul {
	float:left;
}

#article-left .advantage li {
	float:left;
	clear:left;
	color:#7ab800;
	line-height:18px;
	margin: 8px 0 0 15px;
	list-style-type:disc;
	width:440px;
}

#article-left .advantage span {
	color:#121212;
	
}

#sub-sectors {
	float:left;
	margin: -40px 0 0 -1px;
	cursor:pointer;
	width:281px;
	height:40px;
	background-image:url('../images/sectors-filter-sub.jpg');
	position:relative;
	z-index:0;
}

#sub-newsector {
	float:left;
	margin: -40px 0 0 282px;
	cursor:pointer;
	width:215px;
	height:40px;
	background-image:url('../images/sectors-filter-sector.jpg');
	position:relative;
	z-index:0;
}



#sub-sectors .extras-contain {
	position:absolute;
	top:20px;
	left:23px;
	cursor:default;
	display:none;
	color:#1a1a1a;
	text-shadow:#FFF 0px 1px 0px;
	z-index:200;
}

#sub-sectors .extras-contain span {
	float:left;
	margin: -28px 0 0 0;
	clear:both;
	font-size:14px;
	width:238px;
	text-align:center;
	padding:0 26px 0 20px;
	font-weight:bold;

}

#sub-sectors .extras-contain img {
	float:left;
	clear:both;
}

#sub-sectors .extras-contain .extras-body {
	float:left;
	clear:both;
	width:284px;
	background-image:url('../images/resource-extras-body.png');
	background-repeat:repeat-y;
}

#sub-sectors .extras-contain .extras-body ul {
	width:238px;
	float:left;
	clear:both;
	padding:0 26px 0 20px;
}

#sub-sectors .extras-contain .extras-body li {
	width:238px;
	text-align:center;
	float:left;
	padding:10px 0 10px 0;
	clear:both;
}

#sub-sectors .extras-contain .extras-body li.borderbottom {
	width:238px;
	text-align:center;
	float:left;
	padding:10px 0 10px 0;
	clear:both;
	border-bottom:1px solid #d9d9d9;
}

#sub-sectors .extras-contain .extras-body li.top {
	width:238px;
	text-align:center;
	float:left;
	padding:8px 0 10px 0;
	clear:both;
}

#sub-sectors .extras-contain .extras-body li.bottom {
	width:238px;
	text-align:center;
	float:left;
	padding:10px 0 6px 0;
	clear:both;
}

#sub-sectors .extras-contain .extras-body li a {
	text-decoration:none;
	color:#1a1a1a;
	font-size:13px;
	font-weight:bold;
}

#sub-sectors .extras-contain .extras-body li a:hover {
	text-decoration:underline;
	font-weight:bold;
}

/**/

#sub-newsector .extras-contain {
	position:absolute;
	top:20px;
	left:-54px;
	cursor:default;
	display:none;
	color:#1a1a1a;
	text-shadow:#FFF 0px 1px 0px;
	z-index:200;
}

#sub-newsector .extras-contain span {
	float:left;
	margin: -28px 0 0 0;
	clear:both;
	font-size:14px;
	width:238px;
	text-align:center;
	padding:0 26px 0 20px;
	font-weight:bold;

}

#sub-newsector .extras-contain img {
	float:left;
	clear:both;
}

#sub-newsector .extras-contain .extras-body {
	float:left;
	clear:both;
	width:284px;
	background-image:url('../images/resource-extras-body.png');
	background-repeat:repeat-y;
}

#sub-newsector .extras-contain .extras-body ul {
	width:238px;
	float:left;
	clear:both;
	padding:0 26px 0 20px;
}

#sub-newsector .extras-contain .extras-body li {
	width:238px;
	text-align:center;
	float:left;
	padding:10px 0 10px 0;
	clear:both;
}

#sub-newsector .extras-contain .extras-body li.borderbottom {
	width:238px;
	text-align:center;
	float:left;
	padding:10px 0 10px 0;
	clear:both;
	border-bottom:1px solid #d9d9d9;
}

#sub-newsector .extras-contain .extras-body li.top {
	width:238px;
	text-align:center;
	float:left;
	padding:8px 0 10px 0;
	clear:both;
}

#sub-newsector .extras-contain .extras-body li.bottom {
	width:238px;
	text-align:center;
	float:left;
	padding:10px 0 6px 0;
	clear:both;
}

#sub-newsector .extras-contain .extras-body li a {
	text-decoration:none;
	color:#1a1a1a;
	font-size:13px;
	font-weight:bold;
}

#sub-newsector .extras-contain #extras-body li a:hover {
	text-decoration:underline;
	font-weight:bold;
}

.technical-rule span {
	float:right;
	margin: 20px 0  0 0;
}

.technical-rule span a {
	font-size:12px;
	color:#7ab800;
	font-weight:bold;
	text-decoration:none;
	background-image:url('../images/profile-right-arrow.jpg');
	background-repeat:no-repeat;
	background-position:right 3px;
	padding: 0 15px 0 0 ;
}

.technical-rule span a:hover {
	text-decoration:underline;
}

#article-right p {
	line-height:20px;
	font-size:11px;
	float:left;
	clear:both;
	width:420px;
}


#article-right .view-more {
	float:left;
	clear:both;
	line-height:20px;
	color:#7ab800;
	margin: 10px 0 20px 0;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	width:420px;
}

#article-right .view-more:hover {
	text-decoration:underline;
}

#related-casestudies {
	float:left;
	clear:both;
	border-top:3px solid #000;
	padding:10px 0 0 0;
	margin: 15px 0 0 0 ;
	width:420px;
}

#related-casestudies h5 {
	float:left;
	width:300px;
	font-size:14px;
	margin: 8px 0 30px 0;	
}

#related-casestudies  span {
	float:right;
	margin: 12px 0 0 0;
}

#related-casestudies  span a {
	font-size:12px;
	color:#7ab800;
	font-weight:bold;
	text-decoration:none;
	background-image:url('../images/profile-right-arrow.jpg');
	background-repeat:no-repeat;
	background-position:right 3px;
	padding: 0 15px 0 0 ;
}

#related-casestudies  span a:hover {
	text-decoration:underline;
}



.related-case {
	float:left;
	clear:both;
	width:420px;
	height:126px;
	background-position:center;
	position:relative;
	cursor:pointer;
	margin: 0 0 20px 0;
}

.related-case:hover span {
	background-image:url('../images/related-bg.png');
	background-position:left -34px;
}


.related-case span {
	position:absolute;
	bottom:0px;
	left:0px;
	background-image:url('../images/related-bg.png');
	background-repeat:repeat-x;
	padding:10px 10px 10px 10px;
	width:400px;
	color:#FFF !important;
	font-size:14px;
	font-weight:bold;
	width:400px;
}




