html, body
{
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color:#4f4f4f;
	font-family: Verdana, Tahoma, Trebuchet MS, Sans-Serif;
	font-size: 13px;
	line-height:18px;
}

body
{
	/*background:url(../images/bg.jpg) top center;*/
	min-height: 100%;
	height: auto !important;
	position: relative;
}
/* НАСТРОЙКА */
	table	{border: 0px; /*border-collapse:collapse;*/}
	img 	{border:0 none;}
	a		{outline: none;}

	h1, h2, h3, h4 {font-weight: bold;}
	h1 {	font-size: 2em;}
	h2 {	font-size: 1.6em;}
	h3 {	font-size: 1.3em;}
	h4 {	font-size: 1.1em;}
	pt { width: 0,5px;}

/* ССЫЛКИ */
	a:link,
	a:visited,
	a:active {text-decoration: underline; color: #1103d4;}
	a:hover {text-decoration: underline;	color: #761c59;}

/* НАВИГАЦИЯ */
.navigation {
	font-size: 12px;
	color: #004E75;
	margin:0 0 6px 10px;
  text-align: left;
	background:#fe9bcd url(../images/navigation_bg.png) repeat-y top right;
	height:25px;
	border-bottom:3px solid #000;
	padding:10px 10px;
	text-align:middle;
}

.navigation a{
    color:#004E75;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
	font-size: 13px;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
.navigation a:hover {
	color:white;
	font-size: 13px;
}
.navigation h3 {
	font-size: 26px;
	font-weight:bold;
	color: #fff;
	padding: 0 0 2px;
	margin:0;
  text-align: left;
}

/* ССЫЛКА В ШАПКЕ */
.home_box {
	height: 65px;
	left: 23px;
	position: relative;
	top: 53px;
	width: 336px;
}
.home_box a {
	display: block;
	height: 65px;
	width: 336px;
}

/*--------- основной каркас ---------*/
#wraper {
	margin:0 auto;
	width:993px;
	padding-bottom:1px;
}
/*--------- шапка и верхнее меню ---------*/
#header{
    margin-top:15px;
    width:993px;  
}


/*--------- контент ---------*/	

#content
  {
    overflow: hidden;
  }

#content_text_index {
	width:300px;
	border-top: 2px solid #a6c400;
	text-align: left;
	
}
#content_text {
	margin-left: 201px;
	text-align: left;
	
}
.wraper_content {
	padding:0px;
	/* margin-left:7px;
	width:658px; */
	background-color:white;
	overflow:hidden;
	margin-right: 3px;
}

	#content_text ul li {
		list-style: none outside none;
		padding-left: 15px;
		background: url(../images/li.png) no-repeat 0 6px;
	}
	#content_text ul li a {
		text-decoration: underline;
	}
	#content_text ul li a:hover {
		text-decoration: underline;
	}

/*--------- левое меню ---------*/
#left_col{
	float: left;
	width: 201px;
	margin-top:-3px;
}
	.menu_left {
		width:298px;
		
	}
	.block_name,
	.block_name_news{
		color: #f78907;
		display: block;
		font-size: 24px;
		text-align: left;
		padding: 7px 0 0px 0px;
		border-top: 2px solid #a6c400;
	}
	.block_param 	{
		color: #57575a;
		display: block;
		font-size: 13px;
		text-align: left;
		padding: 0px 0px 15px 0px;
		border-bottom: 2px solid #a6c400;
		margin-bottom:40px;
	}
	.block_param ul {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		list-style: none;
	}
	.block_param ul li a {
		color: #4f4f4f;
		font-size: 14px;
		font-weight: 700;
		text-decoration: none;
		display: block;
		padding: 7px 0 3px 0;
	}
	.block_param ul li
	{
		border-bottom: 1px solid #f78907;
		margin-right:13px;
	}
	.block_param ul li:last-child
	{
		border-bottom: none;
	}
	.block_param ul li a:hover
	{
		color: #f78907;
	}
	/*--------- Поиск -------------------------*/
	.search
	{
		border-bottom: 2px solid #A6C400;
		border-top: 2px solid #A6C400;
		padding: 5px 0;
		height: 22px;
		font-size: 12px;
		position: relative;
		margin-bottom: 40px;
		text-align: left;
		overflow: hidden;
	}
	
		.search input.search_area
		{	
			width:165px;
			height:22px;
			padding:0 5px 0 0;
			margin:0;
			border: 0px solid #a6c400;		
/* 			border-right: 2px solid #a6c400; */
			position: absolute;
			top: 5px;
			left: 0px;
		}
		.search_btn
		{
			width: 35px;
			height: 22px;
			overflow: hidden;
			background: url(../images/search_btn.png) no-repeat center center;
			margin: 1px 1px 1px 1px;
			position: absolute;
			top: 5px;
			right: 0px;
		}
		.search_btn input	
		{
			width:100%;
			height:20px;
			opacity:0.0;
			cursor:pointer;
			filter:alpha(opacity=0);
		}

	/*--------- левая колонка новости ---------*/
	.right_sidebar
	{

	}
		.news_head a,
		.news_head a:link,
		.news_head a:active,
		.news_head a:visited
		{
			 padding: 5px 12px 5px 0;
			display: block;
			color: #4f5d61;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			border-top: 1px dotted #afb8be;
		}
		.news_head a:hover
		{
			color: #f78907;
		}
		.news_text
		{
			 padding: 0px 5px 10px 0px;
			display: block;
			font-size: 12px;
			text-decoration: none;
		}

#footer  {
	width: 100%;
	padding-bottom:125px;
	/*background:url(../images/footer_bg_bottom.jpg) no-repeat bottom center;*/
	margin-bottom:20px;
}
	#footer_block 	{
		padding: 3px;
		text-align: left;
		overflow:hidden;
		position:relative;
		height:15px;
	} 
		/* КОПИРАЙТ */
		.copyright
		{
			width:600px;
			margin:0 auto;
			padding:0;
			font-size: 13px;
			color: #fff;
			text-align: center;
			display:block;
		}
		.saitex {
			position:absolute;
			bottom:0px;
			right:0px;
			padding: 0;
		}
		/* ССЫЛКИ САЙТЭКС */
		.saitex a:link,
		.saitex a:visited,
		.saitex a:active {
			font-weight: normal;
			font-size: 11px;
			text-decoration: none;
			color:#049ec4;
		}
		.saitex a:hover {
			color:#fff;
		}
		


.slider-nav-item {
	width:10px;
	height:10px;
	margin-right:8px;
	float:left;
	background:#d4e281;
	cursor:pointer;
}

.slider-nav-item-active {
	background:#fff;
}

.slider-nav {
	height:10px;
	position:absolute;
	bottom:0;
	right:0;
	padding-bottom:20px;
}

.tw_icon {
	width:32px;
	height:32px;
	background:url(../images/twitter-bg.png) no-repeat center center;
	position:absolute;
} 