﻿html{
	overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, h6, a, ul, li, p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma;
}
h2{
  clear: both;
  color: #000000;
  font: 18px Tahoma;
  padding: 0 0 10px;
}

body {
	font-family: Verdana;
	font-size: 10px;
	color: black;
	background-color: white;
	font-family: Tahoma, Arial;
	min-height: 100%;	
}
img {
	border: 0px;
}

ul, li {
	list-style: none;
}

a {
	color: #000;
	outline: none;
}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
}
.header, .content, .footer {
	width: 970px;
	position: relative;
	margin: 0 auto;
}

.header {
	height: 175px;
}
.header .logo {
    display: block;
    left: 0;
    position: absolute;
    top: 18px;
}
.header .icons {
	position: absolute;
	right: 0;
	top: 3px;
	height: 28px;
}
.header .icons a {
	background-image: url("../img/header_icons.png");
    background-position: 0 0;
    display: block;
    float: right;
    height: 40px;
    margin-left: 12px;
    width: 55px;
}
.header .icons a.call {
	background-position: 0 0;
}
.header .icons a.call:hover {
	background-position: 0 -41px;
}
.header .icons a.write {
	background-position: 55px 0;
}
.header .icons a.write:hover {
	background-position: 55px -41px;
}

.header .icons a.say {
	background-position: 110px 0;
}
.header .icons a.say:hover {
	background-position: 110px -41px;
}


.header .phone {
	position: absolute;
	right: 0px;
	top: 46px;
	text-align: right;
}
.header .phone h2{
	color: #000000;
    font-size: 17px;
    margin: 0;
    padding: 0;
}
.header .phone p{
	color: #A6A6A6;
    display: block;
    font-size: 10.5px;
    margin-top: 0;
}
.header .menu {
	position: absolute;
	left: 8px;
	bottom: 32px;
	width: 100%;
	height: 38px;
}
.header .menu ul{
	background-image: url("../img/head_menu_2.png");
    height: 32px;
    left: -8px;
    position: absolute;
    top: 38px;
    width: 970px;
	overflow: hidden;
} 
.header ul.menu ul.first{
	background-image: url("../img/head_menu_2_first.png");
}
.header .menu ul li{
	height: 32px;
	padding-top: 9px;
}
.header ul.left_menu ul.inside a {
	text-decoration: none;
	color: #000;
}
.header ul.left_menu ul.inside a:hover {
	text-decoration: none;
	color: #fff;
}
.header .menu li {
	height: 26px;
	display: block;
	float: left;
	padding-top: 12px;
}
.header .menu li.select {
	background-image: url(../img/head_menu_select.png);
	background-position: 0 -38px;
}
.header .menu li.select .left{
	background-image: url("../img/head_menu_select.png");
    background-position: 0 0;
    float: left;
    height: 38px;
    left: -8px;
    position: relative;
    top: -12px;
    width: 8px;
}
.header ul.left_menu li.select.first .left{
	height: 42px;
	background-image: url(../img/head_menu_first.png);
	z-index: 10;
}
.header .menu li.select .right{
	background-image: url("../img/head_menu_select.png");
    background-position: 0 -76px;
    float: right;
    height: 38px;
    margin-top: -12px;
    position: relative;
    right: -8px;
    width: 8px;
}
.header .menu a {
	text-transform: uppercase;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 14px;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
.header .menu a:hover {	
	text-decoration: underline;
}
.header .menu li.select a, .header .menu li.select a:hover {
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.header .menu li#current_menu.select a{
	text-decoration: none;
}
.header .menu li#current_menu a{
	text-decoration: underline;
}
.header .menu li ul li {
    padding-left: 6px;
    padding-right: 6px;
}
.header .menu li#current_menu ul li a {
    text-decoration: none;
}
.header .menu li.select a {
	color: white;
}
.header .menu li.select a:hover {
	color: white;
}

.header .menu li.select ul li a {
	color: black;
}
.header .menu li.select ul li a.current {
	color: white;
}
.header .menu li.select ul li a:hover {
	color: white;
}

.content {
	padding-top: 17px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	min-height: 100%;
	overflow: hidden;
}
.content .slider {
	width: 970px;
	height: 452px;
	position: relative;
}
.content .menu {
	width: 970px;
	position: absolute;
	top: 370px;
	z-index: 100;
}
.content .slider img{
}
.content .menu a {
	display: block;
	width: 241px;
	height: 36px;
	background-image: url(../img/slider_bot_btn.png);
	background-position: 0 0;
	font-size: 18px;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding-top: 14px;
	float: left;
	margin-left: 1px;
}
.content .menu a:hover {
	background-position: 0 -50px;
	color: #fff;
}
.content .menu b {
	display: table-cell;
	width: 1px;
	height: 50px;
}

.content .slider .buttons {
	margin-left: 650px;
    top: 240px;
    position: absolute;
    width: 320px;
}
.content .slider .buttons a{
	display: block;
	float: right;
	width: 136px;
	height: 28px;
	background-image: url(../img/btn.png);
	margin-right: 20px;
	font-size: 16px;
	text-decoration: none;
	padding-top: 4px;
	text-align: center;
}
.content .slider .buttons a:hover{
	color: #f7941d;
}

.content .slider h2 {
	font-size: 24px;
    margin-left: 560px;
    position: absolute;
    text-align: right;
    top: 145px;
    width: 380px;
 }

.content .control {
	position: absolute;
	top: 45px;
	left: 750px;
	z-index: 99;
}
.content .control a {
	display: block;
	float: left;
	width: 41px;
	height: 41px;
	margin-left: 6px;
	background-image: url(../img/slider_btn.png);
	background-position: 0 0;
}
.content .control a:hover, .content .control a.active {
	background-position: 0 -41px;
}
.content .slider .metamorf,.content .slider .metamorf_b {
    height: 452px;
    margin-left: 0;
    position: absolute;
}
.content .slider .metamorf_b {
	/*margin-top: -452px;*/
	visibility: hidden;
	opacity: 0;
}

.content .left {
	width: 245px;
	position: relative;
	margin-right: 30px;
	float:left;
}
.content .left ul.left_menu{
	width: 245px;
	margin-bottom: 30px;
}
.content .left ul.left_menu li{
	display: block;
	width: 245px;
	margin-bottom: 10px;
	position: relative;
	clear: both;
	overflow: hidden;
}
.content .left ul.left_menu li a{
	font-size: 12px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	height: 15px;
}
.content .left ul.left_menu li.selected a {
	text-decoration: none;
	display: block;
	background-color: #FFF9DD;
	padding-bottom: 3px;
    padding-top: 2px;
}
.content .left ul.left_menu li.selected ul a {
	background-color: transparent;
	text-decoration: none;
}
.content .left ul.left_menu li img{
	position:absolute;
	top: 3px;
	right: 0px;
}
.content .left ul.left_menu ul {
	margin-bottom: -3px;
    margin-top: 5px;
	clear: both;
	width: 245px;
	position: relative;
	height: auto;
}
.content .left ul.left_menu ul li{
	clear: both;
    height: auto;
    margin-bottom: 0;
} 
.content .left ul.left_menu ul li a{
	color: #7A7A7A;
    display: block;
    padding: 2px 5px;
    width: 100%;
}
.content .left ul.left_menu ul li.selected a {
	text-decoration: none;
	background-color: #f4f4f4;
}

.content .left ul.left_menu ul li a:hover{
	background-color: #f9e47f;
}
.content .left ul.left_menu ul li a:hover{
	color: black;
}
.content .left ul.left_menu ul li.select a{
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 5px;
	width: auto;
	float:left;
}
.content .left ul.left_menu ul li.select a{
	border-bottom: 1px solid #f9e47f; 
	height: 12px;
}
.content .left ul.left_menu ul li.select:hover a{
	background-color: none;
}
.content .left ul.left_menu ul li.select a:hover{
	background-color: white;
	color: #7A7A7A;
}

.content .left h2 {
	font-size: 12px;
	background-color: #fff9dd;
	padding: 5px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.content .left .news {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 15px;
	padding-left: 5px;
}
.content .left .news i {
	font-size: 12px;
	color: #6d6d6d;
	margin-right: 15px;
}
.content .left .news a {
	font-size: 12px;
}
.content .left .banner{
	width: 245px;
	height: 310px;
	margin-top: 50px;
	background-color: #d9ddde;
}



.content .right {
	width: 695px;
	position: relative;
	float:left;
}
.content .right ul{
	margin: 0 0 20px 10px;
}
.content .right ul li{
	color: #000000;
	font: 11px Tahoma;
	height: 100%;
	list-style-type: none;
	padding: 0 0 0px 0px;
}
.content .right ol{
	margin: 0 0 20px 10px;
}
.content .right ol li{
	color: #000000;
	font: 11px Tahoma;
	height: 100%;
	list-style-type: decimal;
	padding: 0 0 0px 10px;
}
.content .right img.head{
	margin-bottom: 50px;
}

.content .right h1{
	font-size: 18px;
	margin-bottom: 10px;
}
.content .right p {
	font-size: 12px;
	margin-bottom: 15px;
}
.content .right table {
	font-size: 12px;
}

.content .right ul {
	margin-left: 30px;
	margin-top: 10px;
}
.content .right ul li{
	list-style-image: url(../img/list_style.png);
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 17pt;
}
.content .right ol {
	list-style-type: decimal;
}
.content .right ol li{
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 17pt;
	padding-left: 0px;
}
/*
.content .right ol li ul li{
	padding-left: 10px;
}*/

.footer {
	height: 60px;
	background-color: #f1f1f2;
	position: relative;
	margin: 0 auto;
}

.content .footer {
	height: 60px;
	background-color: #f1f1f2;
	position: relative;
	bottom: 0px;
	left: 0;
	margin-left: 0;
	float: left;
	margin-top: 20px;
}

.footer ul.bottom_menu {
	position: absolute;
	left: 15px;
	top: 10px;
}
.footer ul.bottom_menu li {
	display: block;
	margin-right: 3px;
	float: left;
}
.footer ul.bottom_menu li a{
	font-size: 12px;
	text-decoration: none;
}
.footer p.copyright{
	position: absolute;
	left: 15px;
	top: 30px;
	font-size: 12px;
}
.footer .links {
	position: absolute;
	right: 10px;
	top: 15px;
}
.footer .links a{
	float: right;
	margin-left: 6px;
}
.footer .city {
	position: absolute;
	right: 210px;
	top: 25px;
}
.footer .city a {
	display: block;
	float: left;
	font-size: 12px;
	text-decoration: underline;
	margin-left: 7px;
} 
.footer .city a img {
	display: block;
	background-image: url(../img/footer_arrow.png);
	width: 9px;
	height: 8px;
	text-decoration: none;
	margin-top: 5px;
	border: 0px;
} 
.footer input.search {
	border: 1px solid black;
	font-size: 14px;
	color: #000;
	position: absolute;
	left: 360px;
	top: 15px;
	padding-left: 5px;
	width: 150px;
	height: 20px;
}

.left_menu ul{
	display: none;
}
.left_menu ul.opened{
	display: block;
}

.left_menu span.left_arrow{
	width: 9px;
	height: 9px;
	display: block;
	float: right;
	background: url(/img/left_arrow.png) 0 -9px no-repeat;
	margin-top:-10px;
	position:absolute;
	right:5px;
}
.left_menu span.opened{
	background-position: 0 0;
}

.news a.more{
	display: block;
}
span.date{
	color: #808080;
	font-style: italic;
}


.scout-form h2 { font:bold 11px Tahoma; padding-bottom:10px; color:#000000; }
.scout-form h3 { font:bold 13px Tahoma; padding-bottom:5px; color:#000000; }
form.scout-form { margin:0 5px; }

img.border,  img.border { border: 1px solid #cccccc; }
img.item_left, img.item_left { float: left; border: 1px solid #cccccc; margin: 5px 10px 5px 0; }

.scout-form .r td { padding-bottom: 5px; }
.scout-form .h { margin-bottom:30px; }
.scout-form .h td { vertical-align:middle; }
.scout-form .h td h2 { padding:0; }
.scout-form .h td select { width:67px; margin-left:20px; }
.scout-form .t td { vertical-align:top; }
.scout-form .label, .scout-form .smalllabel { width:200px; font:bold 13px Tahoma; color: #808080; }
.scout-form .smalllabel { width:50px; text-align:center }
#town { width:60px; text-align:right; font:bold 11px Tahoma; color:#711c1c; }
.scout-form .r td.label { padding-top: 0px; vertical-align: middle;}
.scout-form .label span { color:#555; }
.scout-form .input input, .scout-form .smallinput input { border: 1px solid #cccccc; padding: 4px;}
.scout-form .input, #submit { padding-left:24px; }
#submit input { 
	background: url(/img/send.png) 0 0 no-repeat; 
	width:117px; 
	height:29px;
	border: 0;
	cursor: pointer;
}
#submit_call input { 
	background: url(/img/order.png) 0 0 no-repeat; 
	width:150px; 
	height:34px;
	border: 0;
	cursor: pointer;
}
.scout-form .input  input, .input  textarea, .input  select { width:272px; }
.scout-form .smallinput  input { width:100px; }
.scout-form .input  textarea { height:93px; border: 1px solid #cccccc; padding: 4px; width: 300px; resize: none;}
.scout-form .input  select { width:310px; font-size:11px; }
.scout-form .input span { vertical-align:top; margin-left:5px; color:#982a2a; }
.scout-form div.field-info { font:normal 10px Tahoma; color:#777; margin:2px 0 0 2px;}

.wrong{ background-color:red; color:#fff; }
.er_text{ opacity:0; color:red; font-size:10px; height:0px; }

.success{
	font-size: 20px;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
}

.togglable, .opinion td {
  font: 13px/18px Tahoma;
}
.togglable, .block_bott_border {
  padding: 5px 0;
  padding-bottom: 30px;
}
.togglable h5 {
  margin-top: 10px;
  text-decoration: underline;
}
h3, h3 a {
  color: #5A6C70;
  font: 18px Tahoma;
  padding: 0 0 10px;
}

.header .menu ul a {
	padding-left: 10px;
	padding-right: 10px;
}

.header .menu ul a:hover, .header .menu ul a.current {
	color: white;
	text-decoration: none;
}
.content .right h1 {
	font-size: 20px;
	color: #f8a018;
}
.content .right h2 {
	font-size: 18px;
	color: #1a1a1a;
}
.content .right h3 {
	font-size: 16px;
	color: #1a1a1a;
}
.content .right h4 {
	font-size: 14px;
	color: #1a1a1a;
}
.content .right h5 {
	font-size: 12px;
	color: #1a1a1a;
	font-weight: bold;
}
.content .right h6 {
	font-size: 12px;
	color: #1a1a1a;
	text-decoration: underline;
}

.content .right p em {
	font-family: Tahoma, Arial;
	font-size: 13px;
}

.content .right a {
	color: #008ec1;
	text-decoration: underline;
} 
.content .right a:visited {
	color: #f7941d;
	text-decoration: underline;
} 
.content .right p {
	line-height: 17pt;
	font-size: 12px;
}

div.msg{
	margin-top: 10px;
	padding:5px;
	border: 1px solid green;
}
.vacancies h5{
	cursor: pointer !important;
}



.nav {
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 12px;
	height: 20px;
}
.nav a {
	font-size: 12px;
}
.nav .points {
	float: left;
	padding: 2px 5px 2px 5px;
}
.nav .page {
	float: left;
	padding: 2px 5px 2px 5px;
}

.nav .current {
	float: left;
	padding: 2px 5px 2px 5px;
	color: white;
	background-color: orange;
}


div.subscribe{
	width: 193px;
	height: 27px;
	cursor: pointer;
	background: url(/img/subscribe.png) 0 0 no-repeat;
}
div.subscribe:hover{
	background-position: 0 -27px;
}
table.subscribe{
	width: 480px;
}
table.subscribe th{
	color: #f6931d;
}
table.subscribe input[type=text]{
	border: 1px solid #dcdcdc;
	margin-left: 10px;
}
table.subscribe input[type=submit]{
	border: 1px solid #808080;
	background-color: #dcdcdc;
	font-size: 12px;
}

.outer .ok, .outer .already{
	display: none;
	text-align: center;
	font-size: 14px;
}
.outer .thanks{
	color: #f6931d;
	margin-top: 5px;
}

.ft {
	margin-top: 80px;
}
.slider.slider_b {
	position: static;
}
.scout-form input {
	width: auto;
}
.scout-form .r td {
	font-size: 12px;
}

.scout-form .input input, .input textarea, .input select {
	width: auto;
}

.scout-form .r td.input input{
	width: 300px;
} 


.scout-form .r td.radio input{
	width: auto;
} 


/*Новый год*/
.ny_branch {
	background-image: url(../images/ny_branch.png);
	width: 220px;
	height: 62px;
	position: absolute;
	bottom: 32px;
	right: 0px;
	z-index: -100;
}
.ny_snow {
	background-image: url(../images/ny_snow.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}
.ny_snow.s2 {
	background-image: url(../img/ny_snow_content.png);
	width: 460px;
	height: 200px;
	z-index: -1;
	bottom: 32px;
}
/*update 15.12.11*/

.banner_overlay {
	position: absolute;
	width: 700px;
	height: 100px;
	top: 12px;
	right: 0px;
	z-index: 20;
}

.content_banner {
	position: relative;
}
.content_banner img {
	display: block;
	z-index: -5;
	margin-left: 2px;
}
.content_banner a {
	display: block;
	z-index: -4;
}


/*update*/
.content .right .togglable h3 {
	padding-bottom: 16px;
}

.togglable.vacancies {
	padding-bottom: 5px;
}

.outer li {
	list-style-type: circle;
	list-style-image: url(../img/list_style.png);
	list-style-position: inside;
}

.rss {
	position: absolute;
	top: -5px;
	right: 0px;
}











