body,html {height:100%;}
body {
    margin:0;
    padding:0;
	font:14px/22px Georgia, "Times New Roman", Times, serif;
	color: #939393;
	background:#f7f7f7 url(../images/bg-body.jpg) no-repeat 50% 0;
	min-width: 1140px;
    overflow-y:scroll;
}
header, footer, article, section, hgroup, nav, figure {display:block;}
img {border-style:none;vertical-align:top;}
a {color: #575757;outline:none;text-decoration:underline;}
a:hover {color: #333;text-decoration: none;}
button::-moz-focus-inner {border: 0;padding: 0;}
input[type=text], input[type=password], input[type=file], input[type=submit], textarea{-webkit-appearance:none;}
form, fieldset {margin:0;padding:0;border-style:none;}
.row {width:100%;overflow:hidden;}
*+html .r {height:1%;}
.r:after {content:"";display:block;clear:both;}


.main {
    width:1104px;
    margin:0 auto;
	position:relative;
}

#header {
	z-index:10;
	position:relative;
	padding:124px 0 0 0;
	height:134px;
}

.logo {
	display:block;
	background: url(../images/logo.png) no-repeat;
	width:511px;
	height:106px;
	overflow:hidden;
	text-indent:-9999px;
	z-index:3;
	position:absolute;
	top:5px;
	left:0;
}
.lite {
	display:block;
	width:200px;
	z-index:3;
	position:absolute;
	top:25px;
	left:600px;
	text-align: center;
	font-size: 20px;
}
.lite a{text-decoration: none;}

.phone {
	position:absolute;
	top:19px;
	right:5px;
	font-size:31px;
	line-height: 40px;
	color:#575757;
	text-align: right;
	text-shadow:1px 1px 0 rgba(0,0,0,.1);
}
.phone span{font-size: 28px;}

#nav {
    z-index:99;
	width:100%;
	position:relative;
	display:table;
	border-radius:10px;
	background: url(../images/bg-nav-shadow.png) no-repeat 50% 100%;
	padding:0 0 15px;
}
#nav:after {
    content:"";
    display:block;
    clear:both;
}
#nav > li {
	height:71px;
	border-left:1px solid #e9e9e9;
	display:table-cell;
	behavior:url(js/PIE.htc);
	position:relative;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%);
	-pie-background: linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
}
#nav > li:first-child {
	border:0;
	text-align:center;
}
#nav > li:first-child,
#nav > li:first-child > span,
#nav > li:first-child > span a {
	border-radius:10px 0 0 10px;
	position:relative;
}
#nav > li:last-child,
#nav > li:last-child > span,
#nav > li:last-child > span a {
	border-radius:0 10px 10px 0;
	position:relative;
}
#nav > li > span {
	position:relative;
	display:block;
}
#nav > li > span > a {
	display: block;
	position: relative;
	padding:0 10px;
	line-height:71px;
	color:#575757;
	font-size:13px;
	text-decoration: none;
	text-align:center;
	text-transform:uppercase;
}
#nav > li.hover > span > a,
#nav > li.active > span > a,
#nav > li > span > a.active,
#nav > li.active > span > span {
	color:#fff;
	background: #a8bac8;
	background: -moz-linear-gradient(top,  #a8bac8 0%, #86929d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8bac8), color-stop(100%,#86929d));
	background: -webkit-linear-gradient(top,  #a8bac8 0%,#86929d 100%);
	background: -o-linear-gradient(top,  #a8bac8 0%,#86929d 100%);
	background: -ms-linear-gradient(top,  #a8bac8 0%,#86929d 100%);
	background: linear-gradient(to bottom,  #a8bac8 0%,#86929d 100%);
	-pie-background: linear-gradient(top,  #a8bac8 0%,#86929d 100%);
}
#nav ul {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	width:300px;
	text-align:left;
	font-size:13px;
	line-height:17px;
	background:#7d7d7d;
}
#nav ul ul {
	left:100%;
	top:0;
	background:#676767;
}
#nav ul li {
	position:relative;
}
#nav ul a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:5px 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#nav ul li.hover > a {
	background: #a8bac8;
	background: -moz-linear-gradient(top,  #a8bac8 0%, #86929d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8bac8), color-stop(100%,#86929d));
	background: -webkit-linear-gradient(top,  #a8bac8 0%,#86929d 100%);
	background: -o-linear-gradient(top,  #a8bac8 0%,#86929d 100%);
	background: -ms-linear-gradient(top,  #a8bac8 0%,#86929d 100%);
	background: linear-gradient(to bottom,  #a8bac8 0%,#86929d 100%);
	-pie-background: linear-gradient(top,  #a8bac8 0%,#86929d 100%);
}

/* slideshow basic styles */
div.slideshow {
	position: relative;
	height: 413px;
	margin:0 0 30px;
	padding:0 0 15px;
	background: url(../images/bg-nav-shadow.png) no-repeat 50% 100%;
}
div.slideset {
	background:#fff;
	border-radius:10px;
	behavior:url(js/PIE.htc);
	position:relative;
}
div.slideshow div.slide {
	position: absolute;
	z-index: 1;
	width:100%;
}
div.slideshow div.slide.active {
	z-index: 2;
}
div.slideshow img {
	border-radius:10px;
	behavior:url(js/PIE.htc);
	position:relative;
}
.pagination {
	position:absolute;
	bottom:15px;
	left:46px;
	text-align:center;
	z-index:5;
	padding:15px 29px 0;
	height:31px;
	
	border-radius:6px 6px 0 0;
	behavior:url(js/PIE.htc);
	background: #a8bac8;
	background: -moz-linear-gradient(top,  #a8bac8 0%, #86929d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8bac8), color-stop(100%,#86929d));
	background: -webkit-linear-gradient(top,  #a8bac8 0%,#86929d 100%);
	background: -o-linear-gradient(top,  #a8bac8 0%,#86929d 100%);
	background: -ms-linear-gradient(top,  #a8bac8 0%,#86929d 100%);
	background: linear-gradient(to bottom,  #a8bac8 0%,#86929d 100%);
	-pie-background: linear-gradient(top,  #a8bac8 0%,#86929d 100%);
}
.pagination li {
	display:inline-block;
	margin:0 0 0 6px;
	vertical-align:top;
}
.pagination li a {
	display:block;
	width:18px;
	height:18px;
	background: url(../images/slider_thumbs.png) repeat-x 0 0;
	border-radius:9px;
	behavior:url(js/PIE.htc);
	position:relative;
	overflow:hidden;
	text-indent:-9999px;
}
.pagination li.active a {
	background-position:0 100%;
}
div.slideshow .text {
	position:absolute;
	max-width: 750px;
	bottom:50px;
	right:0px;
	background: #fff;
	color: #000;
	opacity: 0.8;
	border-radius: 6px 0 0 6px;
	behavior:url(js/PIE.htc);
}
div.slideshow .h {
	font-size: 40px;
	line-height: 55px;
	padding: 0 0 0 15px;
	margin:0;
	font-weight:normal;
	text-align: right;
	color: #000;
}
div.slideshow .sh {
	padding: 0 0 0 15px;
	font-size: 40px;
	line-height: 55px;
	text-align: right;
	color: #000;
}

/* footer */
#footer {
	overflow:hidden;
	position:relative;
	font-size:12px;
	margin:0 -20px;
	padding:40px 20px 30px;
	border-top:1px solid #e5e5e5;
}
#footer .copy {
	float:left;
	margin:3px 0 0 0;
}
#footer .counters {
	float:right;
	margin:-4px 0 0;
}

/* middle part */
.middle {
	overflow:hidden;
	margin:0 0 20px;
}
.middle:after {
    content:"";
    display:block;
    clear:both;
}
.main-content {
	float:left;
	width:730px;
}
.sidebar {
	float:right;
	width:336px;
}
#one-col .main-content {
	width:100%;
}


h1,h2,h3,h4,.h {
    margin:1em 0 0.5em;
    font-size:24px;
    line-height:1.2em;
    color:#2a2929;
	font-weight:normal;
	text-align: left;
}
p {margin:0 0 1.2em 0;}
ul {margin:0;padding:0;list-style:none;}
address {font-style:normal;margin:0;padding:0;}

h1,
.main-content .h {
    font-size: 36px;
	margin:0 0 .5em;
}
h2 {
    font-size:25px;
	margin: 0 0 10px;
}
h3 {
    font-size:23px;
	margin: 0 0 10px;
}
h4 {
    font-size:19px;
	margin: 0 0 10px;
}
.content ul {
    margin:0 0 0px;
    padding:0 0 0 34px;
    list-style:disc;
}
.content ol {
    margin-top:0;
    margin-bottom:0px;
}
.content p {margin:0 0 16px;}

.content,
.main-content {
	font-size:15px;
	text-align: justify;
	color: #2a2929;
}

.news {
	margin:0 0 30px;
	background:#ececec;
	border-radius:10px;
	behavior:url(js/PIE.htc);
	position:relative;
	padding:24px 24px 10px;
	box-shadow:inset 0 0 25px rgba(0,0,0,.04);
}
.navi .h,
.news .h {
	margin:0 0 1em;
	font-size:30px;
}
.side-nav {
	font-size:14px;
	margin-top:-.6em;
}
.side-nav > li {
    padding:3px 0 5px 41px;
	background:url(../images/bullet.png) no-repeat 0 0;
	margin:0 0 12px;
}
.side-nav > li > a {
    display:block;
	text-decoration:none;
	font-size:17px;
}
.side-nav a:hover {text-decoration:underline;}
.side-nav ul a {text-decoration:none;}
.side-nav ul {
    margin:4px 0;
    line-height:18px;
    font-size:14px;
}
.side-nav ul ul {margin:4px 0 4px 12px;}
.side-nav ul li {
    padding:0 0 0 12px;
	background:url(../images/marker.png) no-repeat 0 7px;
}
.navi {margin:0 0 30px;}

.news li {
	margin:0 0 30px;
	border-top:1px solid #dedede;
	padding:46px 0 0;
}
.news li:after {
	content:"";
	display:block;
	clear:both;
}
.news li:first-child {border:0;padding-top:0;}
.news p {margin:0 0 1em;line-height:20px;}
.news .image {
	float:left;
	width:114px;
	margin:0 10px 0 -5px;
	padding:0 5px 6px;
	background: url(../images/bg-news-shadow.png) no-repeat 50% 100%;
}
.news .text {display:table;}
.news .ttl {font-size:25px;margin:0 0 10px;}
.news .ttl a {color:#575757;text-decoration:none;}
.news .ttl a:hover {text-decoration:underline;}

.more {
	display:inline-block;
	border-radius:6px;
	behavior:url(js/PIE.htc);
	position:relative;
	line-height:35px;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	padding:0 20px;
	background: #9c9c9c;
	background: -moz-linear-gradient(top,  #9c9c9c 0%, #565656 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c9c9c), color-stop(100%,#565656));
	background: -webkit-linear-gradient(top,  #9c9c9c 0%,#565656 100%);
	background: -o-linear-gradient(top,  #9c9c9c 0%,#565656 100%);
	background: -ms-linear-gradient(top,  #9c9c9c 0%,#565656 100%);
	background: linear-gradient(to bottom,  #9c9c9c 0%,#565656 100%);
	-pie-background: linear-gradient(top,  #9c9c9c 0%,#565656 100%);
	text-decoration:none;
	box-shadow: 1px 2px 8px -3px #7f7f7f;
}
.more:hover {
	color:#fff;
	background: #565656;
	background: -moz-linear-gradient(top,  #565656 0%, #9c9c9c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#9c9c9c));
	background: -webkit-linear-gradient(top,  #565656 0%,#9c9c9c 100%);
	background: -o-linear-gradient(top,  #565656 0%,#9c9c9c 100%);
	background: -ms-linear-gradient(top,  #565656 0%,#9c9c9c 100%);
	background: linear-gradient(to bottom,  #565656 0%,#9c9c9c 100%);
	-pie-background: linear-gradient(top,  #565656 0%,#9c9c9c 100%);
}

#usertable{
	width: 100%;
}

#usertable td{
	border: 1px solid #939393;
	text-align: center;
	padding: 5px;
}

#usertable th{
	border: 1px solid #939393;
	background-color: #939393;
	text-align: center;
	color: #fff;
	padding: 5px;
}

#usertable th.first, #usertable td.first{
	text-align: left;
}

.pager{
font-size:1em;
clear: left;
text-align: center;
margin: 30px;
}

.button{
	-moz-border-radius:6px;
	border-radius:6px;
	behavior:url(js/PIE.htc);
	position:relative;
	border:3px solid #9b9b9b;
	background: #9b9b9b;
	color: #fff;
}
.button:hover,.button1:hover{
	background: #565656;
	border:3px solid #565656;
}
.button1{
	-moz-border-radius:6px;
	border-radius:6px;
	behavior:url(js/PIE.htc);
	position:relative;
	border:3px solid #9b9b9b;
	background: #9b9b9b;
	color: #fff;
}

#none input[type=text]{width: 350px;}
#none input[type=tel]{width: 350px;}
#none textarea{width: 350px;}
#none input.kpch{width: 136px; margin: 0 0 5px 7px;}
#none .button1{width: 140px;}
#none input[type=submit].button{width: 350px;margin: 0 3px;}
.dall{display: block;}
.d1,.d2{display: inline-block;vertical-align: top;}
.d2{font-size: 13px; color: Red; padding: 10px 0 0 10px;}

#path {font-size: 12px; margin-bottom: 17px;}
#path a{font-size: 12px; text-decoration: none;}

#allnews {padding-bottom: 25px;clear: left;}

.vrght{text-align: right;}
.vleft{text-align: justify;}
.cntr{text-align: center;}



.images {
  margin: 0 -10px 0;
}

.img1,
.img2,
.img3,
.img4 {
  margin-bottom: 5px;
  text-align: center;
}

.img1 img,
.img2 img,
.img3 img,
.img4 img {
  width: 100%;
  height: auto;
}

.img1 a,
.img2 a,
.img3 a,
.img4 a {
  text-decoration: none;
}

.img1 {
  width: 99%;
}

.img2 {
  width: 48.5%;
}

.img3 {
  width: 31.5%;
}

.img4 {
  width: 23%;
}

.img1 img,
.img2 img,
.img3 img,
.img4 img,
.razdel .one img,
.imgcenter img {
  margin-bottom: 10px;
  border-radius: 8px;
}

.razdel {
  margin: 0 -10px;
}

.razdel .one {
  float: left;
  width: 22%;
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: center;
}

.razdel img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}

.razdel .name {
}

.razdel a {
  text-decoration: none;
}

.imgleft > a,
.imgright > a,
.imgcenter > a,
.image > a,
.razdel2 > a {
  position: relative;
  margin-bottom: 10px;
}

.imgleft {
  float: left;
  padding: 0 10px 0 0;
}

.imgleft + .imgleft {
  margin-left: 0;
}

.imgright {
  float: right;
  padding: 0 5px;
  margin-right: -5px;
}

.imgright + .imgright {
  margin-right: 0;
}

.imgcenter {
  /*width: 100%;*/
  text-align: center;
  margin: 0 auto;
  clear: both;
}

.imgcenter img {
  margin: 0 auto;
}

img.imgpictC {
  width: 35%;
  position: relative;
}
