div#topmodule_container {
	position:relative;
	float:left;
	margin-top:12px;
	margin-left:15px;
	width:885px;
	height:156px;
}

.topmodule_blue,
.topmodule_orange,
.topmodule_white,
.topmodule_wide_blue,
.topmodule_wide_orange,
.topmodule_wide_white,
.topmodule_full_blue,
.topmodule_full_orange,
.topmodule_full_white {
	position:relative;
	float:left;
	height:156px;
	overflow:hidden;
	width:282px;
	margin-right:12px;
	text-align:left;
}

.topmodule_blue,
.topmodule_orange,
.topmodule_white {
}

.topmodule_wide_blue,
.topmodule_wide_orange,
.topmodule_wide_white {
	width:576px;
	margin-right:12px;
}

.topmodule_full_blue,
.topmodule_full_orange,
.topmodule_full_white {
	width:870px;
	margin:0;
}

.topmodule_blue {
	background:url(../images/topmodule_blue.png) 0 0 no-repeat;
}

.topmodule_wide_blue {
	background:url(../images/topmodule_wide_blue.png) 0 0 no-repeat;
}

.topmodule_full_blue {
	background: url(../images/topmodule_full_blue.png) 0 0 no-repeat;
}

.topmodule_orange {
	background:url(../images/topmodule_orange.png) 0 0 no-repeat;
}

.topmodule_wide_orange {
	background:url(../images/topmodule_wide_orange.png) 0 0 no-repeat;
}

.topmodule_full_orange {
	background:#fff url(../images/topmodule_full_orange.png) 0 0 no-repeat;
}

.topmodule_white {
	background:url(../images/topmodule_white.png) 0 0 no-repeat;
}

.topmodule_wide_white {
	background:url(../images/topmodule_wide_white.png) 0 0 no-repeat;
}

.topmodule_full_white {
	background:url(../images/topmodule_full_white.png) 0 0 no-repeat;
}

.topmodule_blue h3,
.topmodule_orange h3,
.topmodule_white h3 {
	margin-top:8px;
	width:270px;
	border:none;
}

.topmodule_wide_blue h3,
.topmodule_wide_orange h3,
.topmodule_wide_white h3 {
	margin-top:8px;
	width:564px;
	border:none;
}

.topmodule_full_blue h3,
.topmodule_full_orange h3,
.topmodule_full_white h3,
.banner_full h3 {
	margin-top:8px;
	width:858px;
	border:none;
}

.topmodule_blue h3,
.topmodule_wide_blue h3,
.topmodule_full_blue h3 {
	color:#fff;
	background:#87A9C7 url(../images/heading_blue.png) 0 0 no-repeat;
	border:none;
}

.topmodule_orange h3,
.topmodule_wide_orange h3,
.topmodule_full_orange h3 {
	margin-top:0;
	color: #CF7005;
	background:#FCCA94 url(../images/heading_bg.png) 0 0 no-repeat;
	border:none;
}

.topmodule_white h3,
.topmodule_wide_white h3,
.topmodule_full_white h3,
.banner_full h3 {
	color:#fff;
	background:#989898 url(../images/heading_grey.png) 0 0 no-repeat;
	border:none;
}

.topmodule_inside_normal,
.topmodule_inside_wide,
.topmodule_inside_full {
margin:8px 18px 8px 8px;
height:140px;
}

.topmodule_inside_normal {
width:266px;
}

.topmodule_inside_wide {
width:560px;
}

.topmodule_inside_full {
width:860px!important;
}