#content {
	overflow:visible;
}

#content .column-left{
	width:60%;
	position:relative;
	z-index:-1;
}

#content .column-right{
	width:40%	
}

#content .icons_navigation {
	overflow:hidden;
}

#content .icons_navigation li{
	height:140px;
	width:28%;
	margin-right:0px;
}


#content #video_stories li {
	height:auto;
	padding-bottom:15px;
}

#product_big {
	position:absolute;
	right:0px;
	top:20px;
	z-index:-1;
}

#newslist {
	width:100%;
	margin-bottom:50px;
}

#newslist:after {
	content:'.';
	visibility:hidden;
	height:0px;
	clear:both;
	display:block;
}

#newslist h3{
	color:#3B9100;
	font-size:1.4em;
	margin-bottom:15px;
}

#newslist dl{
	float:left;
	font-size:0.85em;
	width:18%;
	margin-right:2%
}

#newslist dl.last{
	margin-right:-100%;
}

#newslist dl a {
	position:relative;
	display:block;
	font-size:1.1em;
}

#newslist .play{
	position:absolute;
	left:-23px;
	top:2px;
	background:url('../i/play.png') no-repeat left top;
	height:18px;
	width:18px;
}

.last_question {
	background-color:#e4e1ce;
	padding:20px;
	position:relative;
	margin-left:-25px;
}

.last_question .button{
	position:absolute;
	right:95px;
	bottom:-35px;
	padding:6px 16px;
	background:url('../i/green_button.png') no-repeat left top;
	color:#fff;
}

.last_question .arr{
	display:block;
	width:56px;
	height:41px;
	position:absolute;
	bottom:-41px;
	margin-left:100%;
	left:-70px;
}

#banner {
	width:660px;
	margin:100px auto 0px auto;
}

#content .last_question {
	width:auto;
}

