.home .container_parent {
	background: #ccc url('/plugins/home/dsg/home_top.gif') no-repeat top left;
}
.home .container_child {
	background: url('/plugins/home/dsg/home_bottom.gif') no-repeat bottom left;
	padding-bottom: 7px;
}

.home .container_menu {
	height: 30px;
	overflow: hidden;
	padding-left: 60px;
}
.home .container_menu a {
	float: left;
	width: 142px;
	height: 22px; /*30*/
	padding-top: 8px;
	margin-right: 3px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: no-repeat top center;
}
.home .container_menu a:hover,
.home .container_menu a.active {
	background-position: bottom center;
}
.home .container_menu a.blue {
	background-image: url('/plugins/home/dsg/button_blue.gif');
}
.home .container_menu a.red {
	background-image: url('/plugins/home/dsg/button_red.gif');
}
.home .container_menu a.black {
	background-image: url('/plugins/home/dsg/button_black.gif');
}
.home .container_menu a.green {
	background-image: url('/plugins/home/dsg/button_green.gif');
}

.home .container_content_parent {
	margin: 0 7px;
}
.home .container_content {
	background: no-repeat bottom center;
	min-height: 270px;
	height: auto !important;
	height: 270px;
}
.home .container_content_blue .container_content_parent {
	background: #00b2e4 url('/plugins/home/dsg/background_top_blue.gif') no-repeat top center;
}
.home .container_content_blue .container_content {
	background-image: url('/plugins/home/dsg/background_bottom_blue.gif');
}
.home .container_content_red .container_content_parent {
	background: #ff7800 url('/plugins/home/dsg/background_top_red.gif') no-repeat top center;
}
.home .container_content_red .container_content {
	background-image: url('/plugins/home/dsg/background_bottom_red.gif');
}
.home .container_content_black .container_content_parent {
	background: #717171 url('/plugins/home/dsg/background_top_black.gif') no-repeat top center;
}
.home .container_content_black .container_content {
	background-image: url('/plugins/home/dsg/background_bottom_black.gif');
}
.home .container_content_green .container_content_parent {
	background: #8fcb00 url('/plugins/home/dsg/background_top_green.gif') no-repeat top center;
}
.home .container_content_green .container_content {
	background-image: url('/plugins/home/dsg/background_bottom_green.gif');
}
.home .container_text {
	background: no-repeat bottom center;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	padding: 34px 0 0 35px;
	width: 470px;
}
.home .container_text a {
	color: #fff;
}
.home .container_text h2 {
	font-size: 15px;
	margin-bottom: 8px;
}
.home .container_image {
	float: right;
	padding: 36px 28px 0 0;
}
.home .container_buttons {
	clear: left;
	float: left;
	padding: 8px 0 0 35px;
}
.home .container_buttons a {
	float: left;
	height: 25px; /*32*/
	padding-top: 7px;
	background: no-repeat center center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-right: 22px;
}
.home .container_buttons .big {
	width: 113px;
}
.home .container_buttons .middle {
	width: 74px;
}
.home .container_buttons .small {
	width: 68px;
}

.home .container_content_blue .container_buttons .big {
	background-image: url('/plugins/home/dsg/button_big_blue.gif');
}
.home .container_content_blue .container_buttons .middle {
	background-image: url('/plugins/home/dsg/button_middle_blue.gif');
}
.home .container_content_blue .container_buttons .small {
	background-image: url('/plugins/home/dsg/button_small_blue.gif');
}
.home .container_content_red .container_buttons .big {
	background-image: url('/plugins/home/dsg/button_big_red.gif');
}
.home .container_content_red .container_buttons .middle {
	background-image: url('/plugins/home/dsg/button_middle_red.gif');
}
.home .container_content_red .container_buttons .small {
	background-image: url('/plugins/home/dsg/button_small_red.gif');
}
.home .container_content_black .container_buttons .big {
	background-image: url('/plugins/home/dsg/button_big_black.gif');
}
.home .container_content_black .container_buttons .middle {
	background-image: url('/plugins/home/dsg/button_middle_black.gif');
}
.home .container_content_black .container_buttons .small {
	background-image: url('/plugins/home/dsg/button_small_black.gif');
}
.home .container_content_green .container_buttons .big {
	background-image: url('/plugins/home/dsg/button_big_green.gif');
}
.home .container_content_green .container_buttons .middle {
	background-image: url('/plugins/home/dsg/button_middle_green.gif');
}
.home .container_content_green .container_buttons .small {
	background-image: url('/plugins/home/dsg/button_small_green.gif');
}