
.wrapper-centre {
	width: 996px;
	position: relative;
	margin: auto;
	overflow: hidden;
}

.blue_bar {

	background: #369fb2;
	font-size: 24px;
	color: #FFF;
	text-align: left;
	padding: 5px 10px;
	margin: 20px 0px;
	overflow: hidden;
	letter-spacing: 1px;
}
.blue_bar.bottom {
	position: relative;
	background: none;
	padding: 0;
	margin-top: 0;
	font-weight: bold;
}

.blue_bar.bottom span.text_left {
	width: 706px;
	padding: 5px 10px;
	background: #FFF url('../images/blue-bar-bottom-left.png') no-repeat;
}
.blue_bar.bottom span.text_right {
	position: absolute;
	width: 262px;
	padding: 5px 10px 5px 0px;
	text-align: right;
	background: #FFF url('../images/blue-bar-bottom-download.png') no-repeat;
}

.blue_bar.bottom span.text_right:hover {
	background-position: 0px -44px;
}

.blue_bar.bottom a {
	width: 272px;
	color: #FFF;
	text-decoration: none;
}


.blue_bar .text_left {
	float: left;
}
.blue_bar .text_right {
	float: right;
}

.blocks {
	clear: both;
	overflow: hidden;
}
.blocks.bottom {
	text-align: left;
	margin-bottom: 30px;
}
.blocks.bottom img {
	margin-right: 0px;
}

.blocks.bottom img.second {

	margin-right: 20px;

}

.blocks.bottom img.no-margin {
	margin: 0;
}
.block_left, .block_right {
	position: relative;
}

.block_left {
	float: left;
	margin-bottom: 18px;
}
.block_right {
	float:right;
	margin-bottom: 18px;
}

.block_left a, .block_right a {
	display: block;
}

.block_left .hover-img, .block_right .hover-img{
	display: none;
}

.block_left a:hover .hover-img, .block_right a:hover .hover-img {
	display: block;
}

.block_left .hover-img, .block_right .hover-img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.block_left.first .hover-img{
	top: auto;
	bottom: 3px;
	left: 0px;
}