body{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#252525;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#fff;
}

form {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.wrap{
	width:970px;
	margin:auto;
	position:relative;
	z-index:1;
}
.clear{
	clear:both;
	display:block;
}
img{
	border:0px;
}
.l-float{
	float:left;
}
.r-float{
	float:right;
}
a{
	color:#3588ad;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
button, select{
	cursor:pointer; 
	font-family:Tahoma, Geneva, sans-serif;
}
input, textarea, select{
	font-family:Tahoma, Geneva, sans-serif;
	border:1px solid #cccccc;
}
input, select, textarea, div  { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
input{
	background-color: #FFFFFF;
}
.header{
	background-image:url(../img/header-bg.gif);
	background-repeat:repeat;
	padding:15px 0;
}
.header .logo-group{
	width:400px;
	float:left;
}
.header .logo{
	display:inline-block;
	vertical-align:middle;
}
.header .desc{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.header .call{
	float:right;
	color:#575757;
}
.header .call .title{
	font-size:12px;
	margin-bottom:5px;
	color:#575757;
}
.header .call .item{
	color: #131313;
    font-size: 18px;
    line-height: 22px;
    margin-top: -3px;
    padding: 1px 0;
}
.header .call .item span{
	color:#575757;
}
.header .call .col{
	float:left;
	border-right:1px solid #575757;
	margin-right:10px;
	padding-right:15px;
}
.header .call .col.r{
	float:right;
	border:0;
	margin:0;
	padding:0;
}
.nav{
	background-image:url(../img/bg-nav.gif);
	background-repeat:repeat-x;
	border-top:1px solid #bebebe;
	border-bottom:1px solid #b0b0b0;
}
.nav ul{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}
.nav ul li{
	display:inline-block;
}
.nav ul li a{
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	background-image:url(../img/nav-border.png);
	background-repeat:no-repeat;
	background-position:right center;
	height:44px;
	line-height: 42px;
	padding:0 14px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 1);
}
.nav ul li a.activ{
	color:#000;
	text-shadow:0 0 0 #000;
}
.nav ul li a.activ:hover{
	text-shadow:0 0 0 #000;
	color:#000;
}
.nav ul li a:hover{
	text-shadow:0 0 0 #575757;
	color:#575757;
}
.search{
	float:right;
	width:213px;
	margin-top:8px;
	position:relative;
}
.search input{
	border-radius:3px;
	font-size:13px;
	color:#454545;
	border:1px solid #b2b2b2;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.2) inset;
	height:26px;
	padding:0 5px 1px;
	width:100%;
}
.search button{
	width:16px;
	height:16px;
	position:absolute;
	right: 8px;
    top: 5px;
	background: url("../img/search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border:0;
}
.content{
	background-image:url(../img/bg-content.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding-top:7px;
}
/*----------jcarousel-----------*/
.jcarousel-wrapper {
    position: relative;
	margin-bottom:15px;
}
.jcarousel {
    overflow: hidden;
    position: relative;
    width: 970px;
	height: 310px;
}
.jcarousel ul {
	margin:0;
	padding:0;
    position: relative;
    width: 20000em;
}

.jcarousel li {
    float: left;
}
.jcarousel-navigation {
	text-align:center;
	position:relative;
	padding-top:8px;
}
.jcarousel-pagination {
    display:inline-block;
	margin:0;
}
.jcarousel-pagination a {
	text-decoration:none;
	display:block;
	float:left;
	width:8px;
	height:8px;
	font-size:0;
	line-height:0;
	background-color:#fff;
	border-radius:150px;
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.7) inset;
	margin:0 3px;
}
.jcarousel-pagination a.active {
	background-color:#434343;
}
.jcarousel-pagination a:hover{
	background-color:#c8c8c8;
}
.jcarousel li .item{
	position:relative;
}
.jcarousel li .item img{
	display:inline-block;
}
.jcarousel-navigation .shadow{
	background-image:url(../img/shadow-slider.png);
	background-repeat:no-repeat;
	height:10px;
	position:absolute;
	top:0;
	width:100%;
}
.jcarousel li .item .desc{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(0, 0, 0, 0.4);
	padding:10px 170px;
	color:#fff;
	font-size:18px;
}
.jcarousel li .item .desc h2{
	margin:0 0;
	padding:0;
	font-weight:normal;
	text-transform:uppercase;
	font-size:18px;
}
.jcarousel li .item .desc p{
	margin:0;
	padding:0;
}
/*----------end-----------*/
.left{
	width:267px;
	float:left;
}
.left .group{
	margin-bottom:9px;
	border:1px solid #c7c7c7;
}
.left .group > h3{
	margin:0;
	text-transform:uppercase;
	font-size:14px;
	color:#585858;
	font-weight:normal;
	background-image:url(../img/bg-title.gif);
	background-repeat:repeat-x;
	background-color:#c8c8c8;
	padding:8px 15px 9px;
}
.left .group .desc{
	padding:15px;
}
.left .group ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.left .group ul a{
	display:block;
	border-bottom:1px dashed #dddddd;
	padding:6px 15px;
}
.left .group ul li:last-child a{
	border:0;
}
.left .group .news .item{
	margin-bottom:15px;
	font-size:12px;
}
.left .group .news .item p{
	margin:0;
}
.left .group .news .item h3{
	margin:0;
	font-size:12px;
	color:#585858;
	margin-bottom:5px;
}
.left .group .news .item h3 a{
	color:#585858;
}
.left .group .news .read-more{
	text-align:right;
}
.left .group .news .item:last-child{
	margin:0;
}
.right{
	float:right;
	width:680px;
}
.right .title{
	padding:6px 15px 8px;
	border-top:1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
	margin-bottom:15px;
}
.right .title h1{
	margin:0;
	font-size:18px;
	font-weight:normal;
	color:#585858;
}
.right p{
	margin-top:0;
}
.right ul{
	padding-left:20px;
}
.right ul li{
	padding-bottom:15px;
}
.right ul li:last-child{
	padding-bottom:0;
}
ul.list1 li{
	padding:0;
}
.footer{
	background-image:url(../img/bg-content.gif);
	background-repeat:repeat-x;
	background-position:left top;
	border-top:1px solid #c6c8c5;
	padding:25px 0;
	color:#575757;
	margin-top:20px;
}
.footer .col-l{
	float:left;
	font-size:11px;
	width:355px;
}
.footer .col-c{
	float:left;
	width:425px;
	margin-left:30px;
}
.footer .col-c ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.footer .col-c ul li{
	display:inline-block;
	font-size:12px;
}
.footer .col-c ul li a{
	display:block;
	background-image:url(../img/pic-list.png);
	background-repeat:no-repeat;
	background-position:left 6px;
	margin-right:15px;
	padding-left:10px;
}
.footer .col-r{
	float:right;
	width:120px;
}
.breadcrumbs {
    color: #808285;
    font-size:11px;
	margin-bottom:15px;
}
.b-block,.b-map{
	margin-bottom:20px;
}
.news-list{
	margin-bottom:20px;
}
.news-list .item{
	padding-bottom:20px;
}
.news-list .item .image{
	float: left;
    position: relative;
    width: 340px;
}
.news-list .item .image img {
    border: 6px solid #808285;
}
.news-list .item .image span {
    background: none repeat scroll 0 0 #f37021;
    color: #fff;
	font-size:12px;
    font-weight: bold;
    height: 26px;
    left: 221px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    bottom: 9px;
    width: 105px;
}
.news-list .item h2{
	font-size:16px;
	margin:0;
	margin-bottom:10px;
}
.news-list .item h2 a{
	color:#575757;
}
.news-list .item p{
	margin:0;
	margin-bottom:10px;
}
.pager {
	text-align:center;
	padding-bottom:15px;
}
.pager span {
	margin:0 2px;
	display:inline-block;
	width:22px;
	height:22px;
	line-height: 20px;
}
.pager a {
	color:#000;
	text-decoration:none;
}
.pager .current {
	color:#fff;
	background:#808285;
}
.pager a:hover{
	text-decoration:underline;
}
.right .summary{
	font-style:italic;
	margin-bottom:15px;
}
.right .summary h2{
	margin:0;
	font-size:14px;
}
.txt-left {
    float: left;
    padding-bottom: 20px;
    width: 452px;
	font-size:12px;
}
.txt-right {
    float: right;
    padding-bottom: 20px;
    width: 209px;
}
.right h2{
	font-size:14px;
	margin-top:0;
}
.filter{
	margin-top:12px;
}
.filter .input {
	float:left;
	width:172px;
	padding-right:34px;
}
.filter .text {
	width:340px;
	padding-top:12px;
}
.filter .text input {
	width:100%;
}
.filter label {
	display:block;
	color:#f37021;
	font-weight:bold;
	padding-bottom:5px;
}
.filter .select select {
	width:100%;
}
.filter .button {
	float:left;
}
.filter .button input{
	border:0;
}
.ads-group table {
    margin-bottom: 20px;
    width: 680px;
	border-collapse: separate;
    border-spacing: 0;
	
}
.ads-group th {
    background: none repeat scroll 0 0 #f37021;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.ads-group td:last-child {
    border-right: 0 none;
}
.ads-group .empty td {
    font-size: 0;
    height: 0;
    padding: 8px 0 0;
}
.ads-group td {
    vertical-align: top;
}
.ads-group caption, .ads-group th, .ads-group td {
    font-weight: normal;
    text-align: left;
}
.ads-group td {
    border-right: 1px solid #f37021;
    font-size: 11px;
    padding: 0 4px;
    vertical-align: top;
}
.a-center {
    text-align: center;
}
.ads-group .line td {
    background: none repeat scroll 0 0 #aeafb1;
    font-size: 0;
    height: 0;
    padding: 2px 0 0;
}
.partners {
    margin-bottom: 20px;
    width: 100%;
	border-collapse: separate;
    border-spacing: 0;
}
.partners td {
    border-bottom: 2px solid #aeafb1;
    font-size: 12px;
    padding: 15px 0;
    vertical-align: top;
}
.partners h2, .partner h2 {
    font-size: 14px;
    padding-bottom: 5px;
	margin:0;
}
.partners p{
	margin:0;
}
.media .item{
	float: left;
    padding: 0 14px 23px 0;
    width: 340px;
}
.media .item .image{
	margin-bottom:5px;
}
.media .item .image img {
    border: 6px solid #808285;
	display:inline-block;
}
.search-results{
	padding-top:20px;
}
.search-results .item h2{
	margin:0;
	font-size:14px;
	font-weight:normal;
}
.search-results .item{
	margin-bottom:20px;
}
.search-results .item h2{
	font-size:16px;
	margin:0;
	margin-bottom:10px;
}
.search-results .item p{
	margin:0;
	margin-bottom:10px;
}
.add-form .item{
	margin-bottom:10px;
}
.add-form .item label {
    display: block;
    float: left;
    width: 76px;
}
.add-form .item select {
    display: block;
    margin-left: 76px;
    width: 142px;
}
.add-form .item input {
    width: 111px;
}
.add-form textarea {
    height: 120px;
}
.add-form .text input, .add-form textarea {
    box-sizing: border-box;
    display: block;
    margin-left: 76px;
    width: 429px;
}
.add-form .item span {
    color: #58595b;
    display: block;
    font-size: 0.8em;
    margin-left: 76px;
    padding-top: 4px;
}
.add-form .button p {
    color: #f37021;
    float: left;
    font-size: 0.8em;
    padding-top: 5px;
}

.add-form .button input {
    float: right;
	border:0;
}
.add-form .button {
    width: 505px;
}
.media .photo {
    float: left;
    position: relative;
}
.media .photo div {
   	height: 27px;
    left: 14px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 25px;
}
.media .photo img {
    border: 6px solid #808285;
	display:block;
}
.media .photo div.next {
    left: auto;
    right: 14px;
}
.media .photo div a {
    background: url("../img/arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 27px;
    width: 25px;
}
.media .photo div.next a {
    background-position: -25px 0;
}
.media .links {
    float: right;
    padding-top: 150px;
    width: 130px;
}
.media h1{
	font-size:14px;
	margin:0;
	margin-top:10px;
}
.navigator {
    padding-top: 15px;
    text-align: left;
}
.navigator a {
    background: none repeat scroll 0 0 #808285;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin-right:30px;
    padding: 3px 8px;
    text-decoration: none;
}
.image-news{
	float:left;
	position:relative;
	margin-bottom:15px;
}
.image-news img {
    border: 6px solid #808285;
	display:block;
}
.image-news span {
    background: none repeat scroll 0 0 #f37021;
    color: #fff;
	font-size:12px;
    font-weight: bold;
    height: 26px;
    right: 6px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    bottom: 6px;
    width: 105px;
}
.links-news {
    float: right;
    width: 150px;
}
.ymap {
	height:379px;
	width:100%;
}
.map {
	margin-bottom:15px;
}
.b-map .ymap {
	height:267px;
}
.b-map h2 {
	text-align:center;
	font-size:16px;
	margin-top:0;
}
.map-bal {
	max-width:200px;
}
.map-bal a {
	font-size:13px;
	font-weight:700;
}
.map-bal p {
	line-height:16px;
	color:#919191;
	margin-top:5px;
	font-size:12px;
}