body {
	background: #43788e url(../images/main_bg_home.png) repeat-x top;
}

/* home promo */

#home_promo {
	color: #fff;
	/***** change sima: changed the height *****/
	/*height: 308px;*/
	height: 230px;
	position: relative;
}
#home_promo p {
	margin: 0;
	padding: 0;
	/***** change sima: changed the font-size and the line-height *****/
	/*font-size: 14pt;
	line-height: 17pt;*/
	font-size: 11pt;
	line-height: 13pt;
}
#home_promo h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	/***** change sima: changed the font-size *****/
	/*font-size: 26pt;*/
	font-size: 16pt;
	color: #fff;
}
#home_promo #home_promo_text {
	/***** change sima: changed the width *****/
	/*width: 550px;*/
	width: 600px;
	height: 268px;
	/***** change sima: changed the padding *****/
	/*padding: 40px 0 0 10px;*/
	padding: 30px 0 0 10px;
	overflow: hidden;
}
#home_promo #home_promo_pict {
	background: url(../images/home_pict1.jpg) no-repeat;
	/***** change sima: changed the image size *****/
	/*width: 342px;
	height: 308px;*/
	width: 255px;
	height: 230px;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -13px;
	.margin-top: -9px;
}
#home_promo_text_slogan {
	color: #c5dee8;
	/***** change sima: changed the font-size *****/
	/*font-size: 12pt;*/
	font-size: 11pt;
	border-bottom: 1px solid #7da9bc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/***** change sima: home article ticker *****/
#mt_spancontant {
	font-size: 11pt;
	line-height: 13pt;
	padding-top: 5px;
}

/* home selection */

#home_sel {
	margin-bottom: 3px;
}
#home_sel a {
	margin-right: 8px;
	display: inline;
	float: left;
}

/* home boxes */

#homeboxes {
	_width: 946px;
	/***** change sima: moved the homeboxes downwards *****/
	padding-top: 5px;
}
#homeboxes .graybox_content_inner {
	/***** change sima: changed the height *****/
	/*height: 170px;*/
	height: 315px;
}
.home_col {
	float: left;
	width: 290px;
	/***** change sima: commented out the padding *****/
	/*padding: 0 10px 0 0;*/
	position: relative;
	height: 100%;
	/***** change sima: added a small margin, so that the client slider has got almost the same space on both sites *****/
	margin-left: 2px;
}
/***** change sima: separate definitions for the video and the clients because of the different width *****/
.video {
	float: left;
	width: 360px;
	position: relative;
	height: 100%;
	margin-top: -2px;
}
.clients {
	float: left;
	width: 235px;
	position: relative;
	height: 100%;
}
#homeboxes .separator {
	float: left;
	height: 100%;
	/***** change sima: changed margin-right from 10 to 8, so that it fits also in IE 5 and 6 *****/
	margin-right: 9px;
	/***** change sima: added a margin-left *****/
	margin-left: 8px;
}
#b_viewall {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.home_colbot {
	position: relative;
}
.home_colbot_list {
	width: 100%;
	/***** change sima: changed the height *****/
	/*height: 110px;*/
	height: 253px;
	overflow: hidden;
	font-size: 12px;
	line-height: 14px;
}
.home_colbot_list a {
	display: block;
	margin-bottom: 0px;
}
.home_colbot_list span {
	color: #555;
	margin: 1px 0 3px 0;
	display: block;
	font-size: 11px;
}
.home_colbot .readmorez {
	position: absolute;
	/***** change sima: changed the bottom *****/
	/*bottom: 0;*/
	bottom: -8px;
	/***** change sima: changed the alignment *****/
	/*right: 10px;*/
	right: 0px;
}
.home_colbot .home_colbot_fade {
	background: url(../images/bg_fade.png) repeat-x;
	height: 20px;
	width: 100%;
	position: absolute;
	z-index: 3;
	bottom: 26px;
}

/***** change sima: added a scrollbar *****/
div.home_colbot_list {
    overflow: auto;
    overflow-x: hidden;
}
