/*________________________________  HOME HEADER  _____________________________*/
.home_hdr{
	margin:15px 0 0 0;
	overflow:hidden;
	height:190px;
	padding-bottom:5px;
	background:url(../img/b_shadow_d.gif) repeat-x 0 bottom;
}
/*________________________________  HOME BOXES  ______________________________*/
.home_boxes{
	padding:25px 0 0 0;
	padding-bottom:5px;
	overflow:hidden;
	background:url(../img/b_shadow_d.gif) repeat-x 0 bottom;
}
.home_box{
	width:239px;
	border-right:2px solid #B6B8BC;
	float:left;
	background:#EFF0F3;
	position:relative;
}
.home_boxes .last{
	border-right:0;
	width:237px;
}
.home_box h2{
	font-family:Arial;
	font-size:1.6em;
	height:25px;
	padding:10px 0 0 20px;
	color:#FFFFFF;
	background-color:#000000;
}
.home_box .box_content{
	clear:both;
}
.home_box .box_content img{
	float:left;
	padding:5px 5px 5px 0;
	width:120px;
	height:140px;
}
.home_box .box_content p{
	padding:16px 0 0 0;
	font-size:1.1em;
	font-family:Arial, Verdana;
	float:left;
	display:block;
	width:105px;
}
.home_box .more{
	clear:both;
	height:30px;
	background:url(../img/home_box_bg.gif);
}
.home_box .more a{
	background:url(../img/o_bull.gif) no-repeat 0 9px;
	font-size:1.2em;
	color:#0066FF;
	display:block;
	margin:0 0 0 20px;
	padding:8px 0 2px 20px;
}
.home_box .more a:hover{
  color:#3385FF;
}
.home_box .promo{
	position:absolute;
	top:-8px;
	left:180px;
}
/*________________________________  HOME NEWS & FORUM  _______________________*/
.home_bottom{
	clear:both; 
	padding:40px 0 0 20px;
	/* IvanK: display:inline-block;*/
}
.home_news_forum{
	float:left;
	width:600px;
	clear:both;
	overflow:hidden;

	
}
.home_news_forum .more{
	background:url(../img/o_bull.gif) no-repeat 0 1px;
	font-size:1.2em;
	color:#0066FF;
	display:block;
	margin:15px 0 35px 0 ;
	padding:0 0 2px 20px;
}
.home_news_forum .more:hover{
  color:#3385FF;
}
.home_news_forum h3{
	font-family:Arial;
	font-size:1.8em;
	line-height:1.1em;
	color:#F0790F;
	margin:0 0 10px 0;
	width:400px;
	float:left;
}
.home_news{
	list-style:none;
	clear:both;
}
.home_news li{

	background:url(../img/w_arrow_r.gif) no-repeat 4px 14px;
	border-bottom:1px solid #424649;
	padding:8px 0 8px 20px;
}
.home_news li a{
	color:#CCCCCC;
	font-size:1.3em;
}


.home_gallery{
	float:right;
	width:240px;
	padding-bottom:5px;
	background-image:url(../img/b_shadow_d.gif);
	background-repeat:repeat-x;
	background-position:0 bottom;
}
.home_gallery h4{
	font-family:Arial;
	font-size:1.8em;
	padding:10px 20px 10px 20px;
}
.home_gallery .gallery_content{
	padding:0 20px 10px 15px;
	font-size:1.2em;
}
.gallery_content strong{
	display:block;
	margin:10px 0 2px 0;
	font-size:0.9em;
}
.home_gallery .more{
	clear:both;
	height:30px;
	background-color:#DFE0E6;
}
.home_gallery .more a{
	background:url(../img/o_bull.gif) no-repeat 0 9px;
	font-size:1.2em;
	color:#0066FF;
	display:block;
	margin:0 0 0 20px;
	padding:8px 0 2px 20px;
}
.home_gallery .more a{
	color:#3385FF;
}

