

#middle_index_cont
{
	position:relative;
	height:495px;
	background:url(../../img/ec_index_main_bg.jpg) no-repeat;
}

ul
{
	margin-left:5px;
}

.green
{
	color:#6be015;
}

.index_blogs_cont,
.index_video_cont
{
	float: left;
	width: 300px;
	height: 300px;
	margin: 15px 0 10px 15px;
}

.caption_link,
.caption_link:hover 
{
	color: #fff;
	text-decoration: none;
}

.index_events_forums_cont
{
	float: left;
	width: 240px;
	height: 300px;
	margin: 15px 0 10px 15px;
}

.index_tab
{
	background: url('../../img/index_tab_inactive_mid.jpg') repeat-x bottom;
	height: 37px;
	margin: 0 6px;
}


.index_tab_right
{
	background: url('../../img/index_tab_inactive_right.jpg') no-repeat right;
}

.index_tab_left
{
	background: url('../../img/index_tab_inactive_left.jpg') no-repeat left;
}

.index_tab_active
{
	background: url('../../img/index_tab_active_mid.jpg') repeat-x bottom ;
	height:38px;
	margin: 0 6px;
}

.index_tab_right_active
{
	background: url('../../img/index_tab_active_right.jpg') no-repeat right;
}

.index_tab_left_active
{
	background: url('../../img/index_tab_active_left.jpg') no-repeat left;
}
