#centre-content{	
float:left;
margin:10px 0;
padding:0;
width:100%;
}

#centre-content h1{
font-size:27px;
font-weight:normal;
margin:10px 0 10px 0;
padding:0 0 0 0;
text-align:left;
border-bottom:solid 0px gray;
color:#005684;
}

#centre-content h2{
clear:both;
font-size:23px;
margin:20px 0 15px 0;
padding:0 0 5px 0;
text-align:left;
color:#005684;
border-bottom:solid 2px #005684;
font-weight:bold;
width:100%;
}

.text{
display:inline-block;
float:left;
width:40%;
}

.image{
display:inline-block;
float:right;
margin:-10px 0 20px 25px;
}

#centre-content article{
overflow:hidden;
clear:both;
border-bottom:solid 1px #ccc;
}

#centre-content article.last_article{
border-bottom:none;
}

#centre-content h3{
clear:both;
font-size:20px;
font-weight:bold;
margin:20px 0 15px 0;
padding:0 0 5px 0;
text-align:left;
width:40%;
color:#cc2419;
}

#centre-content p{
font-size:17px;
font-weight:normal;
margin:0;
padding:0;
text-align:justify;
color:#555;
line-height:140%;
}

#introduction{
margin:10px 0;
background:transparent;
width:100%;
min-height:100px;
}

.read-more{
display:inline-block;
float:right;
font-size:10px;
margin-left:20px;
cursor:pointer;
margin-bottom:0;
margin-top:5px;
color:white;
background:#005684;
width:80px;
border-radius:5px;
padding:0 2px 1px 4px;
}

.close{
display:inline-block;
float:right;
font-size:11px;
margin-top:0px;
margin-right:10px;
cursor:pointer;
font-weight:bold;
padding:3px 5px;
border-radius:8px;
color:#fff;
padding:0px 4px;
border-radius:5px;
background:#005684;
	/*background-image: linear-gradient(bottom, #0094da 15%, #0072A8 70%);
	background-image: -o-linear-gradient(bottom, #0094da 15%, #0072A8 70%);
	background-image: -moz-linear-gradient(bottom, #0094da 15%, #0072A8 70%);
	background-image: -webkit-linear-gradient(bottom, #0094da 15%, #0072A8 70%);
	background-image: -ms-linear-gradient(bottom, ##0094da 15%, #0072A8 70%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.15, #0072A8),
		color-stop(0.70, #0072A8)
	);
	*/
}

.close:hover{
opacity:0.65;
}

a.datasheet-link{
text-decoration:none;
color:#007bc1;
}

a.datasheet-link:hover{
color:#999;
}

a[href$=".pdf"]{
background-image:url('../images/pdf.png');
background-repeat:no-repeat;
background-position:right;
padding-right:20px;
}




