body{
	font:12px Tahoma, Geneva, sans-serif;
	background:#f6f6f6;
	color:#3d3d3d;
}
h1 {
	font:26px Tahoma, Geneva, sans-serif;
	color:#484848;
}
h2 {
	font:20px Tahoma, Geneva, sans-serif;
	color:#484848;
}
h3 {
	font:18px Tahoma, Geneva, sans-serif;
	color:#484848;
}
a {
	color:#628515;
	font:14px Tahoma, Geneva, sans-serif;
}
#container {
	width:979px;
	margin:auto;
}
#header {
	position:relative;
	height:135px;
}
.logo {
	width:110px;
	height:110px;
	margin:20px 95px 0 50px;
	/*background:url(../images/logo.png) 0 0 no-repeat;*/
	float:left;
	display:inline;
}
.right-header {
	float:left;
	width:720px;
	display:inline;
}
.slogan {
	font:22px "Times New Roman", Times, serif;
	color:#74bc04;
	float:left;
	margin-top:36px;
	display:inline;
	line-height:23px;
}
.slogan span {
	padding-left:70px;
}
.phones {
	font:18px "Times New Roman", Times, serif;
	color:#484848;
	margin:20px 25px 0 0;
	float:right;
	display:inline;
	line-height:26px;
}
.phones b {
	font-size:30px;
	color:#82af22;
	font-weight:normal;
}
.menu {
	font:16px Tahoma, Geneva, sans-serif;
	color:#f6f6f6;
	margin-top:17px;
	position:absolute;
	width: 716px !important;
	min-width: 716px !important;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	height: 36px;
}

	.menu a {
		font:16px Tahoma, Geneva, sans-serif;
		color:#f6f6f6;
		text-decoration:none;
		display:block;
		padding:7px 25px 10px 24px;
	}

	@media (min-width: 1199.98px) {
		.menu a {
			padding:7px 19px 10px 20px;
		}
	}


	.menu a:hover {
		background:url(../images/menu-active.jpg) center  repeat-x;
	}
	.menu ul {
		height:41px;
		background:url(../images/menu-bg.png) 0 0 repeat-x;
		white-space: nowrap;
		display: flex;
	}
	
	.menu li {
		height:36px;
		width: 20%;
		margin-top:3px;
		text-align:center;
		vertical-align:middle;
		border-left:1px solid #686868;
		border-right:1px solid #a1a1a1;
		list-style-type: none;
		/*
		display:inline;
		float:left;
		*/
	}
	.menu li.active {
		background:url(../images/menu-active.jpg) center  repeat-x;
	}
.menu-left {
	height:41px;
	width:7px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/menu-bg-left.png) 0 0 no-repeat;	
}
.menu-right {
	height:41px;
	width:7px;
	position:absolute;
	top:0;
	right:0;
	background:url(../images/menu-bg-right.png) 0 0 no-repeat;
}


/* begin Content */
.content {
	position:relative;
	margin-top:14px;
}
.background-tree {
	background:url(../images/background-tree.png) 0 0 no-repeat;
	position:absolute;
	top:161px;
	right:-60px;
	width:242px;
	height:275px;
	z-index:-1;
}
.block {
	position:relative;
}
	.block-top-left {
		background:url(../images/block-top-left.png) 0 0 no-repeat;
		width:5px;
		height:4px;
		position:absolute;
		top:0;
		left:0;
	}
	.block-top-right {
		background:url(../images/block-top-right.png) 0 0 no-repeat;
		width:5px;
		height:4px;
		position:absolute;
		top:0;
		right:0;
	}
	.block-bottom-left {
		background:url(../images/block-bottom-left.png) 0 0 no-repeat;
		width:5px;
		height:4px;
		position:absolute;
		bottom:0;
		left:0;
		_bottom:-11px; /* IE 6 fix */
	}
	.block-bottom-right {
		background:url(../images/block-bottom-right.png) 0 0 no-repeat;
		width:5px;
		height:4px;
		position:absolute;
		bottom:0;
		right:0;
		_bottom:-11px; /* IE 6 fix */
	}
	.block-content {
		border:1px solid #d7d7d7;
		background-color:#FFF;
	}

.leftbar {
	display:inline;
	float:left;
	width:246px;
	position:relative;
}
	.leftbar .block {
		margin-bottom:10px;
	}
	.left-menu {
		padding:12px 2px 5px 6px;
		background:url(../images/left-menu-bg.png) 80px -30px no-repeat;
	}
		.left-menu h3 {
			background:url(../images/arrow-menu.png) 0 4px no-repeat;
			padding-left:19px;
			padding-bottom:3px;
			font-size: 14px;
			font-weight: bold;
			text-decoration: underline;
		}
		.left-menu h3:hover {
			text-decoration: none;
		}
		.left-menu ul {
			margin-bottom:15px;
		}
		.left-menu li {
			list-style-type:none;
			font:14px Tahoma, Geneva, sans-serif;
			color:#5c791c;
			margin:4px 0 0 26px;
		}
		.left-menu a {
			color:#5c791c;
		}	
	.left-banner {
		padding:3px;
	}


.main-content {
	display:inline;
	float:left;
	padding-left:10px;
	width:714px;
	position:relative;
}
	.main-block1 {
		padding:12px;
		text-align:justify;
		background:url(../images/main-block1-bg.png) top right no-repeat;
	}
		.main-block1 p {
			margin-top:15px;
			/* text-indent:20px; */
		}
	img.left {
		float:left;
		padding-right:12px;
	}
  .main-block-img{
    float:right;
    width: 177px;
    margin: 10px 0 10px 15px;
  }
	
	h1 {
		background:url(../images/h2-arrow.png) 0 7px no-repeat;
		padding-left:27px;
		padding-bottom:14px;
	}
	.main-block-2 {
		width:353px;
		float:left;
		display:inline;
		position:relative;
		margin-top:6px;
	}
		.main-block-2-cont {
		    height:496px;
			padding:12px;
			background:url(../images/main-block2-bg.png) bottom right no-repeat;
		}
		.main-block-2-cont img.left {
		        margin-bottom: 20px;
			padding-right:29px;
			margin-top:-3px;
		}
		.main-block-2-cont p {
			margin-top:10px;
			/* text-align:justify; */
			padding-right:7px;
		}
		.main-block-2-cont hr {
			border-top:1px solid #ddcfb6;
			border-bottom:0;
			border-left:0;
			border-right:0;
			height:0;
			margin:10px 0 15px 3px;
			_margin:5px 0 10px 3px;
		}
		.main-block-2-all{
			display:block;
			text-align:right;
			margin-top:20px;
		}
	
	.main-block-3 {
		position:relative;
		float:left;
		display:inline;
		margin:6px 0 10px 7px;
		width:353px;
	}
		.main-block-3-cont {
			padding:12px 12px 18px 34px;
		}
		.main-block-3-cont h2 {
			margin-left:-22px;
		}
		.main-block-3-cont a {
			color:#3d3d3d;
		}
		.main-block-3-cont hr {
			border-top:1px dotted #dfd6d8;
			border-bottom:0;
			border-left:0;
			border-right:0;
			height:0;
			margin:15px 0 15px 0;
			_margin:6px 0 6px 0;
		}
		*+html .main-block-3-cont hr { /* IE 7 fix */
			margin:6px 0 8px 0;
		}

     .main-block-1{
        margin-top: 6px;

     }
     .text-popular{
         padding:5px;
     }
     .main-block-1-cont .bx_container{
        width:590px !important;
     }

	.main-block-4-cont,.main-block-1-cont {

		padding:4px 8px 8px 8px;
	}
		.main-block-4-cont h2,.main-block-1-cont h2 {
			background:none;
			padding:0 0 10px 0;
			margin:0;
		}
		.bx_wrap {
			position:relative;
			height:80px;
			padding:0;
			margin:0 0 0 55px;
		}
		.carousel li {
			border-right:1px dotted #4e4e4e;
			margin:0;
			width:auto;
			height:78px;
		}
		.carousel li img {
			padding:0 15px 0 0;
		}

		a.prev {
			position:absolute;
			left:-53px;
			top:33px;
		}
		a.next {
			position:absolute;
			left:603px;
			top:33px;
		}
		.bx_container {
			width:690px;
		}

#footer {
	position:relative;
	top:7px;
	_top:-8px;
	background:url(../images/footer-bg.png) 0 0 repeat-x;
	height:120px;
	width:971px;
}
*+html #footer { /* IE 7 fix */
	top:-8px;
}
	.footer-left {

		position:absolute;
		top:0;
		left:0;
		background:url(../images/footer-left.png) 0 0 no-repeat;
		height:120px;
		width:68px;
	}
	.footer-right {
		position:absolute;
		top:0;
		right:0;
		background:url(../images/footer-right.png) 0 0 no-repeat;
		width:7px;
		height:120px;
	}
	.footer-bg-left {
	     z-index:-1; 
		width:119px;
		height:124px;
		position:absolute;
		top:10px;
		left:-62px;
		background:url(../images/footer-bg-left.png) 0 0 no-repeat;
	}
	.footer-bg-right {
		position:absolute;
		right:0;
		top:-7px;
		width:234px;
		height:138px;
		background:url(../images/footer-bg-right.png) 0 0 no-repeat;
	}
	.f-cont {
		padding:23px 0 0 20px;
		width:523px;
	}
	#footer a {
		font:12px Tahoma, Geneva, sans-serif;
		color:#4e4c3d;
	}
	.unreal {
		position:absolute;
		top:30px;
		right:10px;
		width:385px;
		text-align:right;
		height:63px;
		padding-top:35px;
	}
	.unreal a {
		text-decoration:none;
	}
	.unreal img {
		vertical-align:middle;
		padding-left:5px;
		margin-top:-33px;
	}
	
	
	
/* ABOUT page */
	.about-block1 {
		padding:10px 23px 15px 18px;
		text-align:justify;
		background:url(../images/about-block-bg.png) top right no-repeat;
	}
		.about-block1 p {
			margin-top:15px;
		}
		.about-block1 h2 {
			margin-left:10px;
			padding-left:35px;
			padding-bottom:0;
		}
		.about-block1 img.left {
			padding-right:7px;
		}
.navigator {
	font:12px Tahoma, Geneva, sans-serif;
	color:#666666;
	padding:2px 0 12px 12px;
}
	.navigator a {
		font:12px Tahoma, Geneva, sans-serif;
		color:#628515;
	}


/* ACTION page */
		.about-block1 hr {
			border-top:1px solid #ddcfb6;
			border-bottom:0;
			border-left:0;
			border-right:0;
			height:0;
			margin:10px 0 15px 3px;
			_margin:5px 0 10px 3px;
		}
		.about-block1.action img.left {
			padding:0 20px 0 2px;
			margin-top:-3px;
		}
		.about-block1.action h2 {
			padding-bottom:15px;
		}
		
.bott-nav {
	text-align:center;
	margin:30px 0 10px 0;
}
	.bott-nav a {
		font:12px Tahoma, Geneva, sans-serif;
		padding:4px 7px 4px 7px;
		border:1px solid #FFF;
		word-spacing:0;
	}
		.bott-nav a.active, .bott-nav a:hover {
			border: 1px solid #e0e0e0;
		}
		.bott-nav a.nav-prev {
			margin-right:30px;
		}
		.bott-nav a.nav-next {
			margin-left:30px;
		}
		
		
/* CATALOG page */
		.about-block1.catalog img.left {
			padding:0 20px 0 2px;
			margin-top:-3px;
		}
.catalog-block {
	display:inline;
	float:left;
	width:315px;
}
	.catalog-block a {
		font:12px Tahoma, Geneva, sans-serif;
		font-weight:bold;
	}
	.catalog-block b a {
		text-decoration:none;
		font:16px Tahoma, Geneva, sans-serif;
		font-weight:bold;
	}
.spacing {
	display:inline;
	float:left;
	width:40px;
	height:1px;
}


/* CATALOG2 page (table) */
.catalog2 {
	margin-top:0px;
	width:100%;
	text-align:left;
}
	.catalog2 a {
		font:12px Tahoma, Geneva, sans-serif;
		font-weight:bold;
		text-decoration:none;
	}
	.catalog2 b a {
		font-size:16px;
		font-weight:bold;
	}
	.catalog2 th {
		height:30px;
		background-color:#f3f9e6;
		vertical-align:middle;
		text-align:left;
		max-width:185px;
	}
	.catalog2 td {
		padding:5px 10px 5px 0;
		/*max-width:120px;*/
		vertical-align:middle;
		border-bottom:1px solid #ddcfb6;
	}
	.catalog2 tr.last td {
		border-bottom:0;
	}
	#mainblok h1 {
	 font-size: 19px;
   margin-top: 10px;
   background:none
  }
	#mainblok h2 {
	 padding-top: 0;
	 padding-bottom: 0;
	 margin-top: 10px;
	 font-size: 17px;
    }
	#mainblok p {
	  padding: 3px 0 3px 0;
	  margin: 0;
	}
	#left_seo {
	 padding:5px;
	  font-size: 11px;
    }
	#left_seo a {
	  font-size: 11px;
	  color:#3d3d3d;
    }
  #mainblok_bottom ul, #mainblok_bottom ol{
    margin-left:30px;
  }
#mainblok_bottom h2 {
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-top: 10px;
	font: 18px Tahoma, Geneva, sans-serif;
  color: #484848;
  background: none;
}
	#mainblok_bottom p {
	  padding: 3px 0 3px 0;
	  margin: 0;
	}
	#mainblok_bottom a {
	  font-size: 13px;
	  color:#3d3d3d;
    }
	#mainblok_bottom strong {
	  font-weight: normal;
    }
	#content_txt h1,  #content_txt h2,  #content_txt h3 {
	 padding-top: 0;
	 padding-left: 0;
	 padding-bottom: 0;
	 margin: 10px 0 0 0;
	 font-size: 17px;
	 background: none;
    }
	#content_txt ul {
	 padding: 10px 10px 10px 20px;
	 margin: 0;
    }
	#content_txt li {
	 padding: 0;
	 margin: 0;
   }
   #content_txt img {
	 border: 1px solid #ccc;
   }

   
  	#content_news h1,  #content_news h2,  #content_news h3 {
	 padding-top: 0;
	 padding-left: 0;
	 padding-bottom: 0;
	 margin: 15px 0 0 0;
	 font-size: 17px;
	 background: none;
    }
	#content_news ul {
	 padding: 10px 10px 10px 20px;
	 margin: 0;
    }
	#content_news li {
	 padding: 0;
	 margin: 0;
   }
.n-link{
  font: 12px Tahoma, Geneva, sans-serif;
  color: #3D3D3D;
  text-decoration: none;
  cursor: default;
}
img.grey-border{
  border-width: 2px;
  border-color: #CCC;
  border-style: solid;
}
.popular img{
    /* width:90px; */
	height:100px;
}
.popular-item{
    height:115px;
}
.art-img-pub {
	border:none;max-width:280px;margin:7px;border-radius: 15px;float: left;margin-right: 10px;
}
.art-img-publist {
	border-radius:8px;float: left;margin:0 10px 10px 0;
}
#content_news ol li {
	margin:10px 20px 0 20px;
}