body{background:#e1f5dd}

.header .email{
	background: url(../images/email.png) no-repeat left center;
	}
.bx-pager a {
	background-image: url(../images/slider-paging.png);
}
.content ul li{
	background: url(../images/li-bg.png) left 7px no-repeat;
}	
.header .phone{
	background:url(../images/phone.png) no-repeat left center;
}
.mainpage .contacts a, .view_all_news, .catalog ul.lvl-2 li .title a:hover, .catalog ul.lvl-1 li  a:hover .title, .header .email a, .header .email, .breadcrumbs a, .news ul.lvl-2 li .title:hover, .content p a, .contacts-page .email a   {
	color: #2a9919;
}
.mainpage .contacts a:hover, .header .email a:hover, .content p a:hover, .contacts-page .email a:hover {
	color: #51bc41;
}
.catalog ul.lvl-2 li a:hover .img:before,  .gallery ul.lvl-1 .shadow, .gallery ul.lvl-2 .shadow{
	background:#2a9919;
	background: rgba(42,153,25,0.6);
}
.gallery ul.lvl-1 li .title{
	background:none;
}
.mainpage .contacts a:hover, .header .email a:hover, .content p a:hover, .breadcrumbs a:hover {
	color: #51bc41;
}
.header .online-btn, .online-form input[type=submit]{
	background: #55b840;
	background: -moz-linear-gradient(top,  #55b840 0%, #2a9919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55b840), color-stop(100%,#2a9919));
	background: -webkit-linear-gradient(top,  #55b840 0%,#2a9919 100%);
	background: -o-linear-gradient(top,  #55b840 0%,#2a9919 100%);
	background: -ms-linear-gradient(top,  #55b840 0%,#2a9919 100%);
	background: linear-gradient(to bottom,  #55b840 0%,#2a9919 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55b840', endColorstr='#2a9919',GradientType=0 );

}
.header .online-btn:hover, .online-form input[type=submit]:hover{
	background: #5bc845;
	background: -moz-linear-gradient(top,  #5bc845 0%, #39bb25 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bc845), color-stop(100%,#39bb25));
	background: -webkit-linear-gradient(top,  #5bc845 0%,#39bb25 100%);
	background: -o-linear-gradient(top,  #5bc845 0%,#39bb25 100%);
	background: -ms-linear-gradient(top,  #5bc845 0%,#39bb25 100%);
	background: linear-gradient(to bottom,  #5bc845 0%,#39bb25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc845', endColorstr='#39bb25',GradientType=0 );
}
ul.pagination li, .line, .container .left_col .menu ul li a{
	background:#e1f5dd;
}
ul.pagination li.active{
	background: #55b840;
	background: -moz-linear-gradient(top,  #55b840 0%, #2a9919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55b840), color-stop(100%,#2a9919));
	background: -webkit-linear-gradient(top,  #55b840 0%,#2a9919 100%);
	background: -o-linear-gradient(top,  #55b840 0%,#2a9919 100%);
	background: -ms-linear-gradient(top,  #55b840 0%,#2a9919 100%);
	background: linear-gradient(to bottom,  #55b840 0%,#2a9919 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55b840', endColorstr='#2a9919',GradientType=0 );
}
.slides li .content_slide{
	background: rgba(42,153,25,0.4);
}
.container .left_col .menu ul li a.active{
	color: #fff;
	background: #55b840!important;
	background: -moz-linear-gradient(top,  #55b840 0%, #2a9919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55b840), color-stop(100%,#2a9919));
	background: -webkit-linear-gradient(top,  #55b840 0%,#2a9919 100%);
	background: -o-linear-gradient(top,  #55b840 0%,#2a9919 100%);
	background: -ms-linear-gradient(top,  #55b840 0%,#2a9919 100%);
	background: linear-gradient(to bottom,  #55b840 0%,#2a9919 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55b840', endColorstr='#2a9919',GradientType=0 );
}
.container .left_col .menu ul li a:hover{
	background:#ddf0d9;
	color:#2d2d2d;
	filter:none;
}

.left-pager a.active{
	border: 2px solid #2a9919;
}
.footer{
	background: white;
	border-top: 2px solid #e1f5dd;
}
ul.pagination li a:hover{	
	color:#464646;
}
ul.pagination li:hover{	
	background:#ddf0d9;
}
ul.pagination li a{	
	color:#464646;
}
ul.pagination li.active a{
	color:#fff;
}


