*, *:before, *:after{
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;

  margin:0;
  padding:0;
}

.clearfix{
	clear:both;
}

a img{
	outline:none;
	border:none;
}

ul{
	list-style:none;
}

h3{
	font-family:Verdana;
	font-size:16px;
	color:#12110f;
	text-transform:uppercase;
}

html{

}

body{
	background-color:#ffffff;
	font-family:Arial, sans-serif;
}

.wrapper{
	width:940px;
	margin:0 auto;
}

/*HEADER*/
#header-top{
	
}

#header-top .wrapper{
	padding-left:80px;
}

#logo{
	float:left;
	margin-top:12px;
}

ul#contact-info{
	float:right;
	margin-top:28px;
}

ul#contact-info li{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-align:right;
	margin-bottom:1px;
}

ul#contact-info li img{
	margin-right:12px;
	vertical-align:middle;
}

ul#contact-info li a{
	color:#0980d1;
}

#header{

}

#slogan{
	float:left;
	width:285px;
	height:28px;
	line-height:28px;
	background:#fbfbfb;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f8f8f8));
	background-image: -webkit-linear-gradient(#ffffff, #f8f8f8);
	background-image: -moz-linear-gradient(#ffffff, #f8f8f8);
	background-image: -ms-linear-gradient(#ffffff, #f8f8f8);
	background-image: -o-linear-gradient(#ffffff, #f8f8f8);
	background-image: linear-gradient(#ffffff, #f8f8f8);
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	-webkit-box-shadow:0 2px 5px #c4c4c4;
	-moz-box-shadow:0 2px 5px #c4c4c4;
	box-shadow:0 2px 5px #c4c4c4;
	text-align:center;
	font-family:Verdana;
	font-size:16px;
	color:#363636;
	margin-bottom:20px;
}

#mainmenu{
	float:right;
}

#mainmenu ul li{
	float:left;
}

#mainmenu ul li a{
	font-family:Verdana;
	font-size:11px;
	color:#010101;
	text-decoration:none;
	text-transform:uppercase;
	padding:8px 30px;
	border-right:1px solid #bcbebc;
}

#mainmenu ul li:last-child a{
	border-right:none;
	padding-right:31px;
}

#mainmenu ul li a:hover,
#mainmenu ul li.current-menu-item a{
	background:#2aaf61;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4bc77f), to(#0a9844));
	background-image: -webkit-linear-gradient(#4bc77f, #0a9844);
	background-image: -moz-linear-gradient(#4bc77f, #0a9844);
	background-image: -ms-linear-gradient(#4bc77f, #0a9844);
	background-image: -o-linear-gradient(#4bc77f, #0a9844);
	background-image: linear-gradient(#4bc77f, #0a9844);
	color:#ffffff;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;
	border-right:none;
	padding-right:31px;
}

#slider{
	width:940px;
	height:324px;
	overflow:hidden;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}

#slider-inner{
	width:10000px;
}

#slider-inner ul{
	position:relative;
}

#slider-inner ul li{
	float:left;
	position:relative;
}

.text-box{
	width:454px;
	height:187px;
	position:absolute;
	top:115px;
	left:18px;
	background-color:rgba(208,208,208, .9);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:10px 20px;
}

.text-box p{
	font-size:13px;
	color:#000000;
	text-shadow:1px 1px 1px #ffffff;
	margin-bottom:7px;
}

.text-box-title{
	font-size:18px;
}

.text-box-title span{
	font-size:25px;
	color:#046f29;
}

.more{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	text-shadow:1px 1px 1px #f7c82c;
	padding:6px 16px;;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #040404;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background:#ecb600;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8bf00), to(#dfac00));
	background-image: -webkit-linear-gradient(#f8bf00, #dfac00);
	background-image: -moz-linear-gradient(#f8bf00, #dfac00);
	background-image: -ms-linear-gradient(#f8bf00, #dfac00);
	background-image: -o-linear-gradient(#f8bf00, #dfac00);
	background-image: linear-gradient(#f8bf00, #dfac00);
	float:right;
}

/*MAIN*/
#main{
	padding-bottom:20px;
	overflow:hidden;
}

#info{
	overflow:hidden;
	border-bottom:1px solid #cacaca;
	margin-top:14px;
	padding-bottom:21px;
}

#info h3{
	margin-bottom:12px;
}

#phones,
#request,
#new{
	float:left;
	padding:0 14px 0 19px;
}

#phones{
	width:310px;
	border-right:1px solid #cccccc;
}

#phones ul{
	margin-top:25px;
}

#phones ul li{
	font-family:Verdana;
	font-size:16px;
	color:#12110f;
}

#request{
	width:285px;
	border-right:1px solid #cccccc;
}

#request a{
	font-family:Verdana;
	font-size:18px;
	font-weight:700;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
	background:#10b554;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#18e16c), to(#08873b));
	background-image: -webkit-linear-gradient(#18e16c, #08873b);
	background-image: -moz-linear-gradient(#18e16c, #08873b);
	background-image: -ms-linear-gradient(#18e16c, #08873b);
	background-image: -o-linear-gradient(#18e16c, #08873b);
	background-image: linear-gradient(#18e16c, #08873b);
	display:inline-block;
	padding:5px 19px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	text-align:center;
	text-shadow:1px 1px 1px #088b3d;
	margin-left:18px;
	position:relative;
}

#request a:before{
	content:'';
	display:block;
	width:45px;
	height:67px;
	background:url('images/feedman.png');
	position:absolute;
	top:0;
	left:-32px;
}

#new{
	width:345px;
}

.icon{
	float:left;
	width:65px;
	height:65px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#ecb600;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8bf00), to(#dfac00));
	background-image: -webkit-linear-gradient(#f8bf00, #dfac00);
	background-image: -moz-linear-gradient(#f8bf00, #dfac00);
	background-image: -ms-linear-gradient(#f8bf00, #dfac00);
	background-image: -o-linear-gradient(#f8bf00, #dfac00);
	background-image: linear-gradient(#f8bf00, #dfac00);
	-webkit-box-shadow:0 1px 1px #020202;
	-moz-box-shadow:0 1px 1px #020202;
	box-shadow:0 1px 1px #020202;
	text-align:center;
	margin-right:20px;
}

.icon img{
	margin-top:10px;
}

#category{
	padding:8px 0;
	overflow:hidden;
	background:#f8f8f8;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	text-align:center;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), color-stop(0.5, #f8f8f8), to(#ffffff));
	background-image: -webkit-linear-gradient(left, #ffffff, #f8f8f8 50%, #ffffff);
	background-image: -moz-linear-gradient(left, #ffffff, #f8f8f8 50%, #ffffff);
	background-image: -o-linear-gradient(left, #ffffff, #f8f8f8 50%, #ffffff);
	background-image: linear-gradient(left, #ffffff, #f8f8f8 50%, #ffffff);
}

.cat-box{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:142px;
	height:93px;
	border:1px solid #dfdfdf;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background:#f6f6f6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
	background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
	background-image: -moz-linear-gradient(#ffffff, #eeeeee);
	background-image: -ms-linear-gradient(#ffffff, #eeeeee);
	background-image: -o-linear-gradient(#ffffff, #eeeeee);
	background-image: linear-gradient(#ffffff, #eeeeee);
	margin:0 3px;
}

.cat-box img{
	display:block;
	margin:14px auto 0;
}

.cat-box a{
	font-family:Verdana;
	font-size:11px;
	color:#12110f;
	text-transform:uppercase;
	text-decoration:none;
}

/*CONTENT*/
#content{
	border-top:1px solid #cacaca;
	padding-top:30px;
}

#content h1{
	font-size:12px;
	font-weight:700;
	margin-bottom:15px;
}

#content h2{
	margin-bottom:35px;
	font-size:22px;
	font-weight:700;
	color:#930;
	text-transform:uppercase;
}

#content h3{
	margin:35px 0;
}

#content h3.page-title{
	margin-bottom:35px;
	font-size:16px;
	font-weight:700;
	color:#4469a5;
	text-transform:uppercase;
}

#content p{
	margin-bottom:15px;
	font-size:12px;
	color:#444444;
}

#content ul{
	margin-bottom:15px;
	list-style:none;
}

#content ul li{
	padding-left:8px;
	position:relative;
	font-size:12px;
	color:#444444;
}

#content ul li:before{
	content:'-';
	display:block;
	position:absolute;
	left:0;
	top:0;
}

.more-link{
	font-family:Verdana;
	font-size:12px;
	color:#099d46;
	padding-top:16px;
}

#about,
#news,
#services{
	float:left;
	margin-right:20px;
}
 
#about h3,
#news h3,
#services h3{
	padding-bottom:4px;
	border-bottom:1px solid #cccccc;
	margin-bottom:20px;
}

#about{
	width:360px;
}

#about p{
	font-family:Verdana;
	font-size:12px;
	color:#4f4f4f;
	margin-bottom:16px;
}

.no_bb{
	border-bottom:none !important;
	margin-top:20px;
}

#news{
	width:267px;
}

.new{
	margin-bottom:28px;
	position:relative;
}

.new:before{
	content:'';
	display:block;
	width:18px;
	height:21px;
	background:url('images/new-last.png');
	position:absolute;
	left:0;
	top:0;
}

.new p{
	font-size:12px;
	color:#a7a7a7;
	padding-left:34px;
	margin-bottom:16px;
}

#services{
	margin:50px 0 0;
	width:273px;
	display:table;
	border-collapse:separate;
    border-spacing:0 6px;
}

#services div{
	display:table-row;
}

#services a{
	font-size:16px;
	font-weight:700;
	color:#12110f;
	text-transform:uppercase;
	text-decoration:none;
	width:255px;
	height:69px;
	/*display:inline-block;*/
	display: table-cell;
	text-align:center;
	border:1px solid #dfdfdf;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background:#f5f5f5;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
	background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
	background-image: -moz-linear-gradient(#ffffff, #eeeeee);
	background-image: -ms-linear-gradient(#ffffff, #eeeeee);
	background-image: -o-linear-gradient(#ffffff, #eeeeee);
	background-image: linear-gradient(#ffffff, #eeeeee);
	margin-bottom:12px;
	vertical-align:middle;
}

.feedback{
	color:#118942 !important;
	padding-top:12px;
}

.feedback img{
	display:block;
	margin:0 auto;
}

/*FOOTER*/
#footer{
	height:77px;
}

#footer .wrapper{
	border-top:1px solid #cccccc;
	padding-top:21px;
}

#copyright{
	font-family:Verdana;
	font-size:11px;
	color:#737373;
	float:left;
}

#footermenu{
	float:right;
}

#footermenu ul li{
	float:left;
}

#footermenu ul li a{
	font-family:Verdana;
	font-size:11px;
	color:#010101;
	text-decoration:none;
	text-transform:uppercase;
	padding:8px 30px;
	border-right:1px solid #bcbebc;
}

#footermenu ul li:last-child a{
	border-right:none;
	padding-right:31px;
}

#footermenu ul li a:hover,
#footermenu ul li.current-menu-item a{
	background:#2aaf61;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4bc77f), to(#0a9844));
	background-image: -webkit-linear-gradient(#4bc77f, #0a9844);
	background-image: -moz-linear-gradient(#4bc77f, #0a9844);
	background-image: -ms-linear-gradient(#4bc77f, #0a9844);
	background-image: -o-linear-gradient(#4bc77f, #0a9844);
	background-image: linear-gradient(#4bc77f, #0a9844);
	color:#ffffff;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;
	border-right:none;
	padding-right:31px;
}

/*FEEDBACK*/
form.feedback{
	background:#2b88bb;
	padding:15px;
	color:#ffffff;
	font-size:15px;
	width:500px;
}

form.feedback label,
form.feedback input,
form.feedback textarea{
	display: block;
}

form.feedback input,
form.feedback textarea{
	margin-bottom: 15px;
}

form.feedback label,
form.feedback input,
form.feedback textarea{
	display: block;
}

form input[type="text"]{
	width:325px;
	border:1px solid #a7a6aa;
	height:22px;
}

a.doSend{
	color:#ffffff;
	font-weight:bold;
}

/*REQUEST*/
form table{
	width:550px;
}

table {
	width:auto;
	border-collapse:collapse;
	margin-bottom:0.5em;
	border-top:2px #888888 solid;
	border-bottom:2px #888888 solid;
}

tbody td{
	border-bottom:1px solid #eeeeee;
}

th,
td{
	padding:0.5em;
}

tr:hover{
	background:#fff8f8;
}

form span{
	display:block;
	font-size:10px;
}

form textarea{
	width:300px;
	border:1px solid #a7a6aa;
	height:70px;
}

textarea,
pre,
code,
kbd,
samp,
var,
tt{
	font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}

form sup{
	color:red;
}

sub,
sup{
	font-size:11px;
}

.form_error{
	color:red;
	font-size:10px;
	display:none;
}

/*NEWS*/
div.item{
	margin-bottom:10px;
}

.date{
	color:#d21f21;
}

.name{
	font-size:14px;
	font-weight:700;
}

.description,
.description a{
	color:#09c;
	text-decoration:none;
}

.name a:hover,
.description a:hover{
	text-decoration:underline;
}