body {
	margin: 0;
	padding: 0;
	width: auto;
	font-family: Tahoma, Verdana;
	color: #C4DCE8;

}
p {
	font-family: Arial;
	text-align: right;
	font-size: 12px;
	color: #000;

}
h3 {
	margin: 0;
	text-align: left;
	font-family: Arial;
	color: #D5E9EF;
	font-size: 16px;
}
img {
	border: 0;
}
p {
	margin:0;
}
strong {
	color:#BA0101;
}
#flash {  
 position: relative; /*or absolute*/   
 z-index: 0;   
 } 
/*	Контент *******************************************/
#content {
	top: -110px;
	position: relative;
	width: 1008px;
}
#content_left {
	width: auto;
	margin: 0 330px 0 10px;
	padding: 0;
	vertical-align: top;
}
#content_left p {
	color: #000000;
}
#content_left_2 p {
	color: #FFFFFF;
}
#content_right {
	width: 330px;
	float: right;

	text-align: left;
	font-family:Arial,Verdana;
	color: #000000;
	font-size: 10px;
}
#content_text {
	padding: 20px;
}
/* Меню на странице "О компании" 222222222222222 ***********************/
#menu_o-kompan {
	width: 300px;
	padding: 0;
	margin: 0px 0 0 0px;
	list-style: none;
}
#menu_o-kompan li {
	margin: 0 70px 1px 0;
	float: left;
}
#menu_o-kompan a {
	width: 140px;
	height: 11px;
	padding: 2px;

	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
    font-weight: bold; 
	color: #000000;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
	display: block;
}
#menu_o-kompan a:hover {

	color: #BA0101;
}
.title_7777_ten {
	margin: 0;
	padding: 0px 0 4px 0px;
	font-size: 28px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-shadow: 0 1px 1px rgba(255,255,255,0.8);
}
.title_7777_777 {
	margin: 0;
	padding: 0px 0 4px 0px;
	font-size: 22px;
	font-weight: normal;
	color: #BA0101;
}
.title_7777_77 {
	margin: 0;
	padding: 0px 0 4px 0px;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
}
.title_88 {
	margin: 0;
	padding: 0px 0 0px 0px;
	font-family: Arial;
	font-size: 19px;
	font-weight: normal;
	color: #000000;
	text-shadow: 0 1px 1px rgba(255,255,255,0.8);
}
/* Правое меню */
#menu_right {
	position: relative;
	width: auto;
	top: 17px;
	right: 24px;
	float: right;
	text-align: center;
	z-index: 100;
}
#menu_right a {
	margin-bottom: 15px;

	text-decoration: none;
	color: #83A0AF;
	font-family:Arial,Verdana;
	font-size: 10px;
	font-weight: bold;
	display: block;
}
#menu_right a:hover {
	color: #EEE;
}

#footer {
	left: 0;
	top: 0;
	height: 20px;
	padding: 10px 0;
	background: #144055;
	border-top: 1px solid #6D909F;
	font-family: Arial;
	color: #D5E9EF;
	font-size: 11px;
	position: relative;
}
#footer span {
	margin-left: 20px;
}
#footer .gm {
	margin-bottom: 15px;

	text-decoration: none;
	color: #D5E9EF;
	font-family: Arial,Verdana;
	font-size: 10px;
	font-weight: bold;
	right: 30px;
	position: absolute;
}
#footer .gm:hover {
	color: #FFFFFF;
}

#main {
	width:1008px;
	margin: 0px 0px 0 0px; /* центрирование блока по центру */
	/*border: 1px solid #FFFFFF; /* цвет рамки */
	position: relative;
/*	overflow: hidden; /* если при смене стороны профиля появляется движок в правой стороне браузера, то разкомментировать эту стороку */
}
#main_2 {
	width:1008px;
	margin: 0px 0px 0 0px; /* центрирование блока по центру */
	/*border: 1px solid #FFFFFF; /* цвет рамки */
	position: relative;
    overflow: hidden;
}
 /* если при смене стороны профиля появляется движок в правой стороне браузера, то разкомментировать эту стороку */
/********************** ШАБЛОН КНОПКИ *************************/
.btn {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	text-decoration: none;
	color: #000000;
	/*border-radius: 15px;   */
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.btn:before {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	content: '';
	opacity: 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.btn:hover {
	box-shadow: 0 0 0px #AAA;
}
.btn:hover:before {
	opacity: 1;
}

.btn__text {
	font-size: 18px;
	position: absolute;
	top:10px;
	right: 57px;		/* тут меняй с какого расттояния начнет появлятся текст */
	width: 0;
	padding: 3px 10px;
	opacity: 0;
	white-space: nowrap;
	/*background: #404040;*/
	/*border: 1px solid #9F9F9F;  */
	/*border-radius: 5px; */
	color: #FFFFFF;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.btn:hover .btn__text {
	opacity: 1;
	width: 110px;
}

.btn__text_right {
	left: 20px;		/* тут меняй с какого расттояния начнет появлятся текст */
}
.btn:hover .btn__text_right {
	left: 90px;
}
/*********************КНОПКА           , НАЗАД " ***********************/

/*********************КНОПКА           , НАЧАЛО КЛИПА САЙТА ***********************/
/*********************КНОПКА           , ГЛАВНОЕ МЕНЮ ***********************/
/*********************КНОПКА           , ВВЕДЕНИЕ  ***********************/
.btn-vvedenie {
	top:56px;	/* расстояние от верха экрана до кнопки */
	right:15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_vvedenie.png') no-repeat 0 0;
}
.btn-vvedenie:before {
	background: url('images/knop_vvedenie.png') no-repeat 0 -50px;
	color: #507C8F;
}
/*********************КНОПКА           , НАЗАД_2 "      ***********************/
.btn-nazad_3{
	top:5px;	/* расстояние от верха экрана до кнопки */
	right:15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_nazad_eng.png') no-repeat 0 0;
	z-index: 50;
}
.btn-nazad_3:before {
	background: url('images/knop_nazad_eng.png') no-repeat 0 -50px;
	color: #507C8F;
		z-index: 50;
}


.btn-nazad_4{
	top:5px;	/* расстояние от верха экрана до кнопки */
	right:7px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_nazad_eng.png') no-repeat 0 0;
	z-index: 50;
}
.btn-nazad_4:before {
	background: url('images/knop_nazad_eng.png') no-repeat 0 -50px;
	color: #507C8F;
		z-index: 50;
}


.btn-nazad_2 {
	top:5px;	/* расстояние от верха экрана до кнопки */
	right:15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_nazad.png') no-repeat 0 0;
	z-index: 50;
}
.btn-nazad_2:before {
	background: url('images/knop_nazad.png') no-repeat 0 -50px;
	color: #507C8F;
		z-index: 50;
}
.btn-nazad_22 {
	top:5px;	/* расстояние от верха экрана до кнопки */
	right:7px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_nazad.png') no-repeat 0 0;
	z-index: 50;
}
.btn-nazad_22:before {
	background: url('images/knop_nazad.png') no-repeat 0 -50px;
	color: #507C8F;
		z-index: 50;
}
.btn-nazad_222 {
	top:0px;	/* расстояние от верха экрана до кнопки */
	right:0px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/zakrit_2.png') no-repeat 0 0;
	z-index: 50;
}
.btn-nazad_222:before {
	background: url('images/zakrit_2.png') no-repeat 0 -31px;
	color: #507C8F;
		z-index: 50;
}
.btn-nazad_333 {
	top:0px;	/* расстояние от верха экрана до кнопки */
	right:0px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/zakrit_333.png') no-repeat 0 0;
	z-index: 50;
}
.btn-nazad_333:before {
	background: url('images/zakrit_333.png') no-repeat 0 -31px;
	color: #507C8F;
		z-index: 50;
}
/*********************КНОПКА           , INFO      ***********************/
.text_cteklo {
	font-size: 14px;
	position: absolute;
	top:35px;
	right: 135px;		/* тут меняй с какого расттояния начнет появлятся текст */
	width: 0;
	padding: 25px 45px;
	opacity: 0;
	white-space: nowrap;
	background: #000000;
	border: 1px solid #9F9F9F; 
    border-radius: 12px;
	color: #FFF;
/*	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;*/
}
.ntb-cteklo:hover .text_cteklo {
	display: block;
	top:0px;
	color: #FFFFFF;	
	opacity: 0.75;
	width: 710px;
	height: 120px;
	font-size: 16px;
}
.ntb-cteklo {
	top:118px;	/* расстояние от верха экрана до кнопки */
	right:15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_info_der.png') no-repeat 0 0;
}
.ntb-cteklo:before {
	background: url('images/knop_info_der.png') no-repeat 0 -50px;
	color: #507C8F;
}
/*********************КНОПКА  , OTDELKA   ВНЕШНЕЙ СТОРОНЫ " ***********************/
.btn-otdelka_vn {
	top:124px;	/* расстояние от верха экрана до кнопки */
	right: 535px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_otdelka_4.png') no-repeat 0 0;
}
.btn-otdelka_vn:before {
	background: url('images/knop_otdelka_4.png') no-repeat 0 -50px;
}
/*********************КНОПКА  , OTDELKA   ВНУТРЕННЕЙ СТОРОНЫ " ***********************/
.btn-otdelka_vnu {
	top:124px;	/* расстояние от верха экрана до кнопки */
	right: 341px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_otdelka_4.png') no-repeat 0 0;
}
.btn-otdelka_vnu:before {
	background: url('images/knop_otdelka_4.png') no-repeat 0 -50px;
}
/*********************КНОПКА           , INFO_2  "     ***********************/
.btn-info_2 {
	top:110px;	/* расстояние от верха экрана до кнопки */
	right: 15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_info.png') no-repeat 0 0;
}
.btn-info_2:before {
	background: url('images/knop_info.png') no-repeat 0 -50px;
}
/******************** КНОПКА    ," ВНЕШНЯЯ - ВНУТРЕННЯЯ СТОРОНА ***********************/
.btn-oborot {
	top: 107px;	/* расстояние от верха экрана до кнопки */
	right: 15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_oborot_2_a.png') no-repeat 0 0;
	cursor: pointer;
}
.btn-oborot:before {
	background: url('images/knop_oborot_2_a.png') no-repeat 0 -50px;
}
.btn-oborot_outside {
	background: url('images/knop_oborot_2_b.png') no-repeat 0 0;
}
.btn-oborot_outside:before {
	background: url('images/knop_oborot_2_b.png') no-repeat 0 -50px;
}
/********************** КНОПКА                , КЛИП" ***********************************************/
.btn-klip {
	top:158px;	/* расстояние от верха экрана до кнопки */
	right: 15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_klip.png') no-repeat 0 0;
}
.btn-klip:before {
	background: url('images/knop_klip.png') no-repeat 0 -50px;
}
/*********************КНОПКА           , OTDELKA " ************************************************/
.btn-otdelka {
	top:209px;	/* расстояние от верха экрана до кнопки */
	right: 15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_otdelka_4.png') no-repeat 0 0;
}
.btn-otdelka:before {
	background: url('images/knop_otdelka_4.png') no-repeat 0 -50px;
}
/*********************КНОПКА       СТЕКЛОПАКЕТ " ***********************/
.btn-cteklo {
	top:260px;	/* расстояние от верха экрана до кнопки */
	right: 15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_cteklopaket.png') no-repeat 0 0;
}
.btn-cteklo:before {
	background: url('images/knop_cteklopaket.png') no-repeat 0 -50px;
}
/*********************КНОПКА       УПЛОТНИТЕЛИ " ***********************/
.btn-uplot {
	top:311px;	/* расстояние от верха экрана до кнопки */
	right: 15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_uplotnit.png') no-repeat 0 0;
}
.btn-uplot:before {
	background: url('images/knop_uplotnit.png') no-repeat 0 -50px;
}
/*********************КНОПКА       ТЕРМО-МОСТЫ " ***********************/
.btn-termo {
	top:362px;	/* расстояние от верха экрана до кнопки */
	right: 15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_termoteh.png') no-repeat 0 0;
}
.btn-termo:before {
	background: url('images/knop_termoteh.png') no-repeat 0 -50px;
}
/********************* КНОПКА ФУРНИТУРА ***********************/
.btn-furnit {
	top:413px;	/* расстояние от верха экрана до кнопки */
	right: 15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_furnit.png') no-repeat 0 0;
}
.btn-furnit:before {
	background: url('images/knop_furnit.png') no-repeat 0 -50px;
}
/********************* КНОПКА       INFO      для дерева"     ***********************/
.btn-info {
	top:118px;	/* расстояние от верха экрана до кнопки */
	right: 15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_info_der.png') no-repeat 0 0;
}
.btn-info:before {
	background: url('images/knop_info_der.png') no-repeat 0 -50px;
}
/********************** КНОПКА ПАРТНЕРЫ ***********************************************/
.btn-partner {
	top:566px;	/* расстояние от верха экрана до кнопки */
	right: 15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_partner.png') no-repeat 0 0;
}
.btn-partner:before {
	background: url('images/knop_partner.png') no-repeat 0-50px;
}
/********************** КНОПКА ПАРТНЕРЫ _2***********************************************/
.btn-partner_2 {
	top:57px;	/* расстояние от верха экрана до кнопки */
	right: 15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_partner.png') no-repeat 0 0;
}
.btn-partner_2:before {
	background: url('images/knop_partner.png') no-repeat 0-50px;
}
/********************** КНОПКА СРАВНЕНИЕ ***********************************************/
.btn-cravnenie {
	top:515px;	/* расстояние от верха экрана до кнопки */
	right: 15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_cravnenie.png') no-repeat 0 0;
}
.btn-cravnenie:before {
	background: url('images/knop_cravnenie.png') no-repeat 0-50px;
}
/********************** КНОПКА ИЗДЕЛИЯ ***********************************************/
.btn-izdelia{
	top:464px;	/* расстояние от верха экрана до кнопки */
	right: 15px; /* расстояние от правого края блока с рамкой до кнопки */
	background: url('images/knop_izdelia.png') no-repeat 0 0;
}
.btn-izdelia:before {
	background: url('images/knop_izdelia.png') no-repeat 0-50px;
}
/********************** КНОПКА ОБЪЕКТЫ ***********************************************/
/**********************************ДЛЯ КНОПОК МЕНЮ ОТДЕЛКИ ВНУТР. И ВНЕШНЕЙ ЧАСТИ *******************/
 .text_otdelka_vn, .text_otdelka_vnu {
	top:-47px;
	white-space: nowrap;
	position: absolute;
	display: none;
	color: #FFFFFF;
	font-size: 18px;
}

/* Кнопка с поворотной стрелкой **********************/
.btn-oborot:hover .text_outside {
	display: block;
}
.btn-oborot:hover .text_inside {
	display: none;
}
.btn-oborot_outside:hover .text_inside {
	display: block;
}
.btn-oborot_outside:hover .text_outside {
	display: none;
}

.image_oborot, .image_inside, .image_outside {
	margin: 0px 0px 0px 50px; /* центрирование блока по центру */
	width: 633px;
	height: 633px;
}
.image_outside {
	display: none;
}
.image_oborot {
	position: relative;
}

/********************* КНОПКИ  (2 штуки)  В ВИДЕ ИЗОБРАЖЕНИЙ ПРОФИЛЕЙ (РАЗДЕЛ ОТДЕЛКА) *********/
.otdelka-left, .otdelka-right {
	position: relative;
	display: block;
	float: left;
	width: 40%;
	margin: 130px 0 0 35px;
	text-decoration: none;
}
.otdelka-left__image, .otdelka-right__image {
	position: absolute;
	left: 0px;
	top: 0;
	width: 400px;
	border-radius: 15px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	box-shadow: 0 0 20px 0 #FFF;
	opacity: 0.7;
	border: 1px solid #636363;
	cursor: pointer;
}
.otdelka-left__image:hover, .otdelka-right__image:hover {
/*	width: 102%;					/* закоментировать эти строки */
/*	margin: -1% 0 0 -1%;			/* чтобы не работало увеличение изображений */
	box-shadow: 0 0 30px 0 #FFF;
	-moz-box-shadow: 0 0 25px 0 #FFF;
	border: 1px solid #AAA;
	opacity: 1;
}
.otdelka-left__text, .otdelka-right__text {
	position: absolute;
	top: 20px;
	width: 100%;
	font-size: 25px;
	text-align: center;
	color: #FFF;
}

/********************* КНОПКИ   (4 штуки)   В ВИДЕ ИЗОБРАЖЕНИЙ (ОТДЕЛКА внутренняя) ***********************/
.otdelka-dub, .otdelka-kras {
	position: relative;
	display: block;
	float: left;
	width: 30%;
	margin: 100px 0 0 35px;
	text-decoration: none;
}
.otdelka-dub__image, .otdelka-kras__image {
	position: absolute;
	left: 120px;
	top: 0;
	width: 305px;
	border-radius: 15px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	box-shadow: 0 0 20px 0 #FFF;
	opacity: 0.7;
	border: 1px solid #636363;
	cursor: pointer;
}
.otdelka-dub__image:hover, .otdelka-kras__image:hover {
/*	width: 102%;					/* закоментировать эти строки */
/*	margin: -1% 0 0 -1%;			/* чтобы не работало увеличение изображений */
	box-shadow: 0 0 30px 0 #FFF;
	-moz-box-shadow: 0 0 20px 0 #FFF;
	border: 1px solid #AAA;
	opacity: 1;
}
.otdelka-dub__text, .otdelka-kras__text {
	position: absolute;
	top: 11px;
	left: 120px;
	width: 100%;
	font-size: 22px;
	text-align: center;
	color: #FFF;
}
/********************* КНОПКИ   (4 штуки)   В ВИДЕ ИЗОБРАЖЕНИЙ (ОТДЕЛКА внутренняя) ***********************/
.otdelka-jasen, .otdelka-cocna {
	position: relative;
	display: block;
	float: left;
	width: 30%;
	margin:335px 0 0 35px;
	text-decoration: none;
}
.otdelka-jasen__image, .otdelka-cocna__image {
	position: absolute;
	left: 120px;
	top: 0;
	width: 305px;
	border-radius: 15px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	box-shadow: 0 0 20px 0 #FFF;
	opacity: 0.7;
	border: 1px solid #636363;
	cursor: pointer;
}
.otdelka-jasen__image:hover, .otdelka-cocna__image:hover {
/*	width: 102%;					/* закоментировать эти строки */
/*	margin: -1% 0 0 -1%;			/* чтобы не работало увеличение изображений */
	box-shadow: 0 0 30px 0 #FFF;
	-moz-box-shadow: 0 0 20px 0 #FFF;
	border: 1px solid #AAA;
	opacity: 1;
}
.otdelka-jasen__text, .otdelka-cocna__text {
	position: absolute;
	top: 11px;
	left: 120px;
	width: 100%;
	font-size: 22px;
	text-align: center;
	color: #FFF;
}

/********************* КНОПКА  (1штука)   ИНФОРМАЦИЯ  ПОКРАСКИ (ЛАМИНАТ И ПОКРАСКА) ***********************/
.otdelka-lam {
	position: relative;
	display: block;
	float: left;
	width: 64%;
	margin: 335px 0 0 35px;
	text-decoration: none;
}
.otdelka-lam__image {
	position: absolute;
	left: 119px;
	top: 0;
	width: 644px;
	border-radius: 15px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	box-shadow: 0 0 20px 0 #FFF;
	opacity: 0.55;
	border: 1px solid #636363;
	cursor: pointer;
}
.otdelka-lam__image:hover {
/*	width: 102%;					/* закоментировать эти строки */
/*	margin: -1% 0 0 -1%;			/* чтобы не работало увеличение изображений */
	box-shadow: 0 0 20px 0 #FFF;
	border: 1px solid #AAA;
	opacity: 1;
}
.otdelka-lam__text {
	position: absolute;
	top: 11px;
	left: 120px;
	width: 100%;
	font-size: 22px;
	text-align: center;
	color: #FFF;
}
/*********************                 КНОПКА  (1штука)   ИНФОРМАЦИЯ  О ПОРОДАХ ДЕРЕВА                      ***********************/
.otdelka-porod {
	position: relative;
	display: block;
	float: left;
	width: 90%;
	margin: -420px 0 0 30px;
	text-decoration: none;
}
.otdelka-porod__image {
	position: absolute;
	left: 10px;
	top: 0;
	width: 90%;
	border-radius: 15px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	box-shadow: 0 0 20px 0 #FFF;
	opacity: 1;
	border: 1px solid #636363;
	cursor: pointer;
}
.otdelka-porod__image:hover {
/*	width: 102%;					/* закоментировать эти строки */
/*	margin: -1% 0 0 -1%;			/* чтобы не работало увеличение изображений */
	box-shadow: 0 0 40px 0 #FFF;
	border: 1px solid #AAA;
	opacity: 1;
}
.otdelka-porod__text {
	position: absolute;
	top: 11px;
	left: 120px;
	width: 100%;
	font-size: 22px;
	text-align: center;
	color: #FFF;
}
/*********************                                        НАБОР  ДУБА  16 ШТУК                      ***********************/
.dub_nabor {
	top:0px;	/* расстояние от верха экрана до кнопки */
	right:900px; /* расстояние от правого края блока с рамкой до кнопки */
}
/*********************ИЗОБРАЖЕНИЕ КРУПНО ШТАПИКОВ И МЕТАЛ. ЧАСТЕЙ " ***********************/

.image_oborot_2 {
	margin: 0 auto; /* центрирование блока по центру */
	width: 449px;
	height: 763px;
}

/*********************КНОПКА           , MOST_H " ***********************/
#btn-most_h {
	top:120px;	/* расстояние от верха экрана до кнопки */
	right:886px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 124px;
	height: 124px;
	padding: 0px;
	background: url('images/most_h.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-most_h:hover {
	background: url('images/most_h.png') no-repeat 0-124px;
	color: #507C8F;
}
/*********************КНОПКА           , DER_H_A  ШТАПИКИ ***********************/
#btn-der_h_a {
	top:120px;	/* расстояние от верха экрана до кнопки */
	right:759px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 124px;
	height: 124px;
	padding: 0px;
	background: url('images/der_h_a.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-der_h_a:hover {
	background: url('images/der_h_a.png') no-repeat 0-124px;
	color: #507C8F;
}
/*********************КНОПКА           , DER_H_B" ***********************/
#btn-der_h_b {
	top:120px;	/* расстояние от верха экрана до кнопки */
	right:634px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 124px;
	height: 124px;
	padding: 0px;
	background: url('images/met_cl_h.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-der_h_b:hover {
	background: url('images/met_cl_h.png') no-repeat 0-124px;
	color: #507C8F;
}
/*********************КНОПКА           , DER_H_C" ***********************/
#btn-der_h_c {
	top:120px;	/* расстояние от верха экрана до кнопки */
	right:507px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 124px;
	height: 124px;
	padding: 0px;
	background: url('images/der_h_c.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-der_h_c:hover {
	background: url('images/der_h_c.png') no-repeat 0-124px;
	color: #507C8F;
}
/****************************************************************************************************************/
/*********************КНОПКА           , MOST_M  ***********************/
#btn-most_m {
	top:120px;	/* расстояние от верха экрана до кнопки */
	right:381px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 124px;
	height: 124px;
	padding: 0px;
	background: url('images/most_m.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-most_m:hover {
	background: url('images/most_m.png') no-repeat 0-124px;
	color: #507C8F;
}
/*********************КНОПКА           , DER_M_A --- ШТАПИКИ ***********************/
#btn-der_m_a {
	top:120px;	/* расстояние от верха экрана до кнопки */
	right:254px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 124px;
	height: 124px;
	padding: 0px;
	background: url('images/der_m_a.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-der_m_a:hover {
	background: url('images/der_m_a.png') no-repeat 0-124px;
	color: #507C8F;
}
/*********************КНОПКА           , DER_M_B" ***********************/
#btn-der_m_b {
	top:120px;	/* расстояние от верха экрана до кнопки */
	right:128px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 124px;
	height: 124px;
	padding: 0px;
	background: url('images/der_m_b.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-der_m_b:hover {
	background: url('images/der_m_b.png') no-repeat 0-124px;
	color: #507C8F;
}
/*********************КНОПКА           , DER_M_C" ***********************/
#btn-der_m_c {
	top:120px;	/* расстояние от верха экрана до кнопки */
	right:2px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 124px;
	height: 124px;
	padding: 0px;
	background: url('images/der_m_c.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-der_m_c:hover {
	background: url('images/der_m_c.png') no-repeat 0-124px;
	color: #507C8F;
}
/******************************************************************************************************************************/



/*********************КНОПКА           , CLASSIC_H_MET ПРОФИЛЬ ***********************/
#btn-met_cl_h {
	top:247px;	/* расстояние от верха экрана до кнопки */
	right:886px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 124px;
	height: 124px;
	padding: 0px;
	background: url('images/met_cl_h.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-met_cl_h:hover {
	background: url('images/met_cl_h.png') no-repeat 0-124px;
	color: #507C8F;
}


/*********************КНОПКА           , CLASSIC_H_A " ***********************/
#btn-cl_h_a {
	top:247px;	/* расстояние от верха экрана до кнопки */
	right:788px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/cl_h_a.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-cl_h_a:hover {
	background: url('images/cl_h_a.png') no-repeat 0-98px;
	color: #507C8F;
}

/*********************КНОПКА           , CLASSIC_H_B " ***********************/
#btn-cl_h_b {
	top:247px;	/* расстояние от верха экрана до кнопки */
	right:661px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/cl_h_b.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-cl_h_b:hover {
	background: url('images/cl_h_b.png') no-repeat 0-98px;
	color: #507C8F;
}
/*********************КНОПКА           , CLASSIC_H_C " ***********************/
#btn-cl_h_c {
	top:247px;	/* расстояние от верха экрана до кнопки */
	right:535px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/cl_h_c.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-cl_h_c:hover {
	background: url('images/cl_h_c.png') no-repeat 0-98px;
	color: #507C8F;
}
/*********************КНОПКА           , CLASSIC_M_MET ПРОФИЛЬ ***********************/
#btn-met_cl_m {
	top:247px;	/* расстояние от верха экрана до кнопки */
	right:381px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 124px;
	height: 124px;
	padding: 0px;
	background: url('images/met_cl_m.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-met_cl_m:hover {
	background: url('images/met_cl_m.png') no-repeat 0-124px;
	color: #507C8F;
}

/*********************КНОПКА           , CLASSIC_M_A " ***********************/
#btn-cl_m_a {
	top:247px;	/* расстояние от верха экрана до кнопки */
	right:281px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/cl_m_a.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-cl_m_a:hover {
	background: url('images/cl_m_a.png') no-repeat 0-98px;
	color: #507C8F;
}

/*********************КНОПКА           , CLASSIC_M_B " ***********************/
#btn-cl_m_b {
	top:247px;	/* расстояние от верха экрана до кнопки */
	right:154px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/cl_m_b.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-cl_m_b:hover {
	background: url('images/cl_m_b.png') no-repeat 0-98px;
	color: #507C8F;
}
/*********************КНОПКА           , CLASSIC_M_C " ***********************/
#btn-cl_m_c {
	top:247px;	/* расстояние от верха экрана до кнопки */
	right:28px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/cl_m_c.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-cl_m_c:hover {
	background: url('images/cl_m_c.png') no-repeat 0-98px;
	color: #507C8F;
}
/*************************************  НОВАЯ  СТРОКА 2  ***************************************************************/

/*********************КНОПКА           , BASIS_H_MET ПРОФИЛЬ ***********************/
#btn-met_bas_h {
	top:373px;	/* расстояние от верха экрана до кнопки */
	right:886px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 124px;
	height: 124px;
	padding: 0px;
	background: url('images/met_bas_h.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-met_bas_h:hover {
	background: url('images/met_bas_h.png') no-repeat 0-124px;
	color: #507C8F;
}


/*********************КНОПКА           , BASIS_H_A " ***********************/
#btn-bas_h_a {
	top:373px;	/* расстояние от верха экрана до кнопки */
	right:788px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/bas_h_a.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-bas_h_a:hover {
	background: url('images/bas_h_a.png') no-repeat 0-98px;
	color: #507C8F;
}

/*********************КНОПКА           , BASIS_H_B " ***********************/
#btn-bas_h_b {
	top:373px;	/* расстояние от верха экрана до кнопки */
	right:661px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/bas_h_b.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-bas_h_b:hover {
	background: url('images/bas_h_b.png') no-repeat 0-98px;
	color: #507C8F;
}
/*********************КНОПКА           , BASIS_H_C " ***********************/
#btn-bas_h_c {
	top:373px;	/* расстояние от верха экрана до кнопки */
	right:535px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/bas_h_c.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-bas_h_c:hover {
	background: url('images/bas_h_c.png') no-repeat 0-98px;
	color: #507C8F;
}
/*********************КНОПКА           , BASIS_M_MET  ПРОФИЛЬ ***********************/
#btn-met_bas_m {
	top:373px;	/* расстояние от верха экрана до кнопки */
	right:381px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 124px;
	height: 124px;
	padding: 0px;
	background: url('images/met_bas_m.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-met_bas_m:hover {
	background: url('images/met_bas_m.png') no-repeat 0-124px;
	color: #507C8F;
}

/*********************КНОПКА           , BASIS_M_A " ***********************/
#btn-bas_m_a {
	top:373px;	/* расстояние от верха экрана до кнопки */
	right:281px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/bas_m_a.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-bas_m_a:hover {
	background: url('images/bas_m_a.png') no-repeat 0-98px;
	color: #507C8F;
}

/*********************КНОПКА           , BASIS_M_B " ***********************/
#btn-bas_m_b {
	top:373px;	/* расстояние от верха экрана до кнопки */
	right:154px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/bas_m_b.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-bas_m_b:hover {
	background: url('images/bas_m_b.png') no-repeat 0-98px;
	color: #507C8F;
}
/*********************КНОПКА           , BASIS_M_C " ***********************/
#btn-bas_m_c {
	top:373px;	/* расстояние от верха экрана до кнопки */
	right:28px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/bas_m_c.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-bas_m_c:hover {
	background: url('images/bas_m_c.png') no-repeat 0-98px;
	color: #507C8F;
}
/*********************************************************************************************************/

/*************************************  НОВАЯ  СТРОКА 3  *******************************************************************/

/*********************КНОПКА           , BASIS_H_MET   ПРОФИЛЬ" ***********************/
#btn-met_com_h {
	top:500px;	/* расстояние от верха экрана до кнопки */
	right:886px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 124px;
	height: 124px;
	padding: 0px;
	background: url('images/met_bas_h.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-met_com_h:hover {
	background: url('images/met_bas_h.png') no-repeat 0-124px;
	color: #507C8F;
}


/*********************КНОПКА           , BASIS_H_A " ***********************/
#btn-com_h_a {
	top:500px;	/* расстояние от верха экрана до кнопки */
	right:788px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/bas_h_a.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-com_h_a:hover {
	background: url('images/bas_h_a.png') no-repeat 0-98px;
	color: #507C8F;
}

/*********************КНОПКА           , BASIS_H_B " ***********************/
#btn-com_h_b {
	top:500px;	/* расстояние от верха экрана до кнопки */
	right:661px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/bas_h_b.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-com_h_b:hover {
	background: url('images/bas_h_b.png') no-repeat 0-98px;
	color: #507C8F;
}
/*********************КНОПКА           , BASIS_H_C " ***********************/
#btn-com_h_c {
	top:500px;	/* расстояние от верха экрана до кнопки */
	right:535px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/bas_h_c.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-com_h_c:hover {
	background: url('images/bas_h_c.png') no-repeat 0-98px;
	color: #507C8F;
}
/*********************КНОПКА           , COMBI_M_MET   ПРОФИЛЬ ***********************/
#btn-met_com_m {
	top:500px;	/* расстояние от верха экрана до кнопки */
	right:381px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 124px;
	height: 124px;
	padding: 0px;
	background: url('images/met_bas_m.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-met_com_m:hover {
	background: url('images/met_bas_m.png') no-repeat 0-124px;
	color: #507C8F;
}

/*********************КНОПКА           , COMBI_M_A " ***********************/
#btn-com_m_a {
	top:500px;	/* расстояние от верха экрана до кнопки */
	right:281px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/bas_m_a.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-com_m_a:hover {
	background: url('images/bas_m_a.png') no-repeat 0-98px;
	color: #507C8F;
}

/*********************КНОПКА           , COMBI_M_B " ***********************/
#btn-com_m_b {
	top:500px;	/* расстояние от верха экрана до кнопки */
	right:154px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/bas_m_b.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-com_m_b:hover {
	background: url('images/bas_m_b.png') no-repeat 0-98px;
	color: #507C8F;
}
/*********************КНОПКА           , COMBI_M_C " ***********************/
#btn-com_m_c {
	top:500px;	/* расстояние от верха экрана до кнопки */
	right:28px; /* расстояние от правого края блока с рамкой до кнопки */
	width: 98px;
	height: 98px;
	padding: 0px;
	background: url('images/bas_m_c.png') no-repeat 0 0;
	text-decoration: none;
	display: block;
	position: absolute;
}
#btn-com_m_c:hover {
	background: url('images/bas_m_c.png') no-repeat 0-98px;
	color: #507C8F;
}
/*********************************************************************************************************/
#menu_o-kompann {
	width: 300px;
	padding: 0;
	margin: 0px 0 0 0px;
	list-style: none;
}
#menu_o-kompann li {
	margin: 0 70px 1px 0;
	float: left;
}
#menu_o-kompann a {
	width: 200px;
	height: 11px;
	padding: 2px;

	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
    font-weight: bold; 
	color: #000000;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
	display: block;
}
#menu_o-kompann a:hover {

	color: #BA0101;
}