/*CSS*/

@charset "utf-8";

/*standart*/
html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #25282F;
	
}

body * {
	font-size: 100%;
}

#container {
	width: 100%;  /* уменьшение полной ширины, равной 800 пикселам, на 20 пикселов позволяет учесть chrome-элементы браузера и избежать добавления горизонтальной полосы прокрутки. */
	margin: 0 auto; /* автоматические поля (совместно с шириной) выравнивают страницу по центру. */
} 



#telo {
	margin: 0 auto;
	width: 990px;
	padding: 0 auto;
}






h1 {
	color: #40475b;
	margin: 15px 0px;
	border-bottom: 1px solid #d9dade;
	padding-bottom: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	color: #333;
	margin: 15px 0px;
	border-bottom: 1px solid #d9dade;
	padding-bottom: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}



.h2 {
	color: #40475b;
	margin: 15px 0px;
	border-bottom: 1px solid #d9dade;
	padding-bottom: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}


h3 {
	color: #9CA2A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	margin: 0 auto;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-style: italic;
	text-align: left;
	color: #293553;
}



h5 {
	color: #40475b;
	margin: 15px 0px;
	border-bottom: 1px solid #d9dade;
	padding-bottom: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}



h6 {
	color: #40475b;
	margin: 15px 0px;
	border-bottom: 1px solid #d9dade;
	padding-bottom: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}



p {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: justify;
	padding: 2px 2px 2px 2px;
	
}


a {
	color: #9CA2A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;	
}

a:visited {
	color: #9CA2A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	
	
}

a:hover {
	color: #09F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}







.gal {
border: solid 4px black;
}
.gal:hover {
border: solid 4px #121212;
}



.link1 a {
	color: #9CA2A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.link1 a:visited {
	color: #9CA2A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;	
}
.link1 a:hover {
	color: #09F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}






.link2 a {
	color: #9CA2A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.link2 a:visited {
	color: #9CA2A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
}
.link2 a:hover {
color: #09F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;
}


	
	
.logo2 a {
	color: #9CA2A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.logo2 a:visited {
	color: #9CA2A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
}
.logo2 a:hover {
	color: #09F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;
}	
	
	
	
	
	
	
	
.nocall a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	color: #9CA2A4;
	font-style: normal;
}

.nocall a:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	color: #9CA2A4;
	font-style: normal;
}

.nocall a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	color: #43a1bb;
	font-style: normal;
}	
	
	
	
	
	
	
	
	




#container {
	width: 100%;
	margin: 0 auto;
	
}

#header {
	padding: 5px 5px 5px 5px;
	height: 80px;
	margin: o auto;
}


#sidebar1{
	float: left;
	width: 13em;
	margin: 11px 0px 0px 10px;
}





#Content {
	padding: 5px 0;
	margin: 10px 10px 10px 14em;
	position: relative;
	vertical-align: top;
	float: none;
	
}


#footer {
	height: 13em;
	vertical-align: bottom;
	clear: both;
}


#logo3 {
	width: 19em;
	height: 11em;
	float: right;
	position: relative;
	padding: 5px 5px 5px 5px;
	margin-top: 15px;
	margin-right: 5px;
	background-image: url(/images/kreslo.jpg);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
}












#clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#logo1 {
	width: 7em;
	height: 4em;
	float: left;
	position: relative;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	background-repeat: no-repeat;
	margin-left: 50px;
	
}

#logo2 {
	width: 150px;
	height: 120px;
	position: relative;
	float: right;
	background-image: url(/images/phone2.jpg);
	background-repeat: no-repeat;
	padding: 0 0px 0px 140px;
	margin-top: 1px;
	background-position: 0px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	font-style: normal;
	z-index: 5;
}

#logo2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}






#banner-company {

	
}









/*Menu list*/

#multi-derevo p {
   font-size: 1.2em;
  }
#multi-derevo a {
   color: #0066cc;
   text-decoration: none;
   outline: none;
  }

#multi-derevo a:hover {
   text-decoration: underline;
  }
#multi-derevo a:active, a:focus {

  }
#multi-derevo a.current {
	color: #333;
	font-weight: bold;
	background-color: #FF9;
  }

  /* Дерево многоуровневое
  -------------------------------- */
  #multi-derevo {
	font-size: 14px;
	width: 100%;
  }
#multi-derevo span { /* обертка пункта */
	text-decoration: none;
	display: block; /* растянем до правого края блока */
	margin: 0 0 0 1.2em;
	background-color: transparent; /* границы: низ и лево */
   }
#multi-derevo span a {/* тест элемента дерева */
      display: block; 
      position: relative;
      top: .95em; /* смещаем узел на середину линии */
      background-color: #fff; /* закраска в цвет фона обязательна иначе будет видно линию */
      margin: 0 0 .2em .7em; /* делаем промежуток между узлами, отодвигаем левее  */
      padding: 0 0.3em; /* небольшой отступ от линии */
     }
#multi-derevo h4 {/* заголовок дерева */
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 .25em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: oblique;
	padding-bottom: 5px;
	color: #333;
    }
#multi-derevo h4 a {
     display: block;
   }
#multi-derevo ul, li {
	list-style-image:none;
	list-style-position:inherit;
	list-style-type:none;
	margin:0;
	padding:2px;
   }
#multi-derevo ul li {
	line-height: 20px;
     }
#multi-derevo ul li ul {
        display: none; 
      }
#multi-derevo ul li ul li {
	margin: 0 0 0 1.2em; 
        }
#multi-derevo li.last {/* последний узел, соединительную линию к след. узлу убираем */
         border: none; 
        }
   .marker { /* маркер раскрытия списка в закрытом состоянии */
	border-color: transparent transparent transparent gray;
	border-style: solid;
	border-width: .25em 0 .25em .5em;
	margin: .35em .25em 0 0;
	float: left;
	width: 0px;
	height: 0px;
	line-height: 0px;
   }
   .marker.open {/* маркер раскрытия списка в открытом состоянии */
	border-color: #5280DC;
	border-width: .5em .25em 0 .25em;
   }
  /* IE 6 Fixup */
  * html #multi-derevo * { height: 1%;}
  * html .marker { border-style: dotted dotted dotted solid; }
  * html .marker.open { border-style: solid dotted dotted dotted; }
#list-nav {
	margin: 0px 0px 0px 0;
	height: 100%;
	width: 13em;
	float: left;
}

#list-nav ul {
	
	padding: 0px;

}

#list-nav li {
	padding: 1px;
	padding-left: 1px;
	padding-bottom: 5px;
	color: #9CA2A4;
	font-size: 10pt;

}
#footer-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	height: 4em;
	width: 40em;
	margin: 20px 10px 10px 0px;
	text-align: right;
	float: right;
	position: relative;
}

#footer-3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	height: 1em;
	width: 11em;
	margin: 80px 0 10px 0px;
	text-align: right;
	float: left;
	padding: 0;
	position: relative;
}



#box {
	height:250px;
	border-bottom-left-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	background-image: url(/images/banner-1.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 0;
	width: 30%;
	background-position: right;
	vertical-align: top;
}












#slider {
	width: 100%; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0 auto;
	padding: 0;
	height: 230px;
	max-height: 230px;
}
#sliderContent {
	width: 100%; /* important to be same as image width or wider */
	position: absolute;
	padding: 0;
	top: 1px;
	left: -1px;
	margin: 0 auto;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	width: 384px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	margin: 2px 3px 1px 2px;
}


.sliderImage img {
	width: 100%;
	min-width: 100%;	
}





.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul {
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	padding: 0 0 0 10px;
}


















ul.vert-one{
	margin:0;
	padding:0;
	list-style-type:circle;
	display:block;
	line-height:165%;
	width:100%;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
ul.vert-one li{
	margin:0;
	padding:0;
	border-top:0px solid;
	border-bottom:1px solid;
	background-color: #FFF;
	border-color: #D9DADE;
}
ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#06F;
	padding:0 0 0 20px;
	width:180px;
}
ul.vert-one li a:hover{
	background:url("/images/vert-one_arrow.gif") no-repeat 0 9px;
	text-decoration: underline;
}
ul.vert-one li a.current,ul.vert-one li a.current:hover{
	background:url("/images/vert-one_arrow.gif") no-repeat 0 9px;
	color: #F00;
	text-decoration: underline;
}








table {
	width: 100%;
	border-collapse: collapse;
	vertical-align: bottom;
}
table td {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table img {
	
}



.form-email {
	width: 350px;
	max-width: 350px;
	margin: 0 auto;
	padding: 0 auto;
	float: left;
}

.form-email p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	padding: 2px 3px 3px 2px;
}
#kreslo {
	background-image: url(/images/kreslo2.jpg);
	background-repeat: no-repeat;
	width: 280px;
	height: 120px;
	position: relative;
	float: right;
	margin: 0 auto;
	top: 88px;
}
#logo-footer {
	background-image: url(/images/logo2.jpg);
	width: 120px;
	height: 70px;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	float: left;
	top: 135px;
	left: 50px;
}


#text-footer {
	width: 400px;
	height: 20px;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9CA2A4;
	top: 165px;
	right: 5px;
}



#telefon-footer {
	width: 140px;
	height: 40px;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	top: 145px;
}

.text-new {
	color: #9CA2A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	padding: 2px 2px 2px 2px;
}

.text-new2 {
	color: #9CA2A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: lighter;
	padding: 2px 2px 5px 2px;
}





.text-new3 a {
	color: #9CA2A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5pt;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	margin: 0 auto;
	
}
.text-new3 a:visited {
	color: #9CA2A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5pt;
	font-weight: normal;
	margin: 0 auto;
	font-style: italic;
	text-decoration: none;	
}
.text-new3 a:hover {
	color: #09F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5pt;
	font-weight: normal;
	margin: 0 auto;
	font-style: italic;
	text-decoration: none;
}













.link-td a {
	color: #9CA2A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: underline;
	font-style: normal;
}
.link-td a:visited {
	color: #9CA2A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: underline;
	font-style: normal;
}
.link-td a:hover {
	color: #09F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: underline;
	font-style: normal;
}


.link1 a.current {
	color: #09F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}


















.nocall a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	color: #9CA2A4;
	font-style: normal;
}

.nocall a:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	color: #9CA2A4;
	font-style: normal;
}

.nocall a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	color: #09F;
	font-style: normal;
}	











/*-------Carousel-----------*/



div.jMyCarousel .prev{
	background: url('/images/carousel/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

div.jMyCarousel .next{
	background: url('/images/carousel/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}

div.jMyCarousel .up{
	background: url('/images/carousel/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('/images/carousel/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/** Carousel 2 **/
div.jMyCarousel{
	width: 750px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0;
	height: 200px;
	float: left;
}

div.jMyCarousel ul{
	background-color:#000;
	width: 100%;
	margin: 5px 5px 0 0;
	position: absolute;
	
}

div.jMyCarousel ul li{
	border:1px solid #444;
	padding: 5px 5px 5px 5px;
	line-height: 1;
	margin: 5px 5px 5px 5px;
	list-style-type: none;
	position: relative;
	width: 200px;
}



div.jMyCarousel ul li a {
	display:block;
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

div.jMyCarousel img {
	width: 100%;
	border: 0;
	}
	
	


div.jMyCarousel a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	color: #000;
	font-style: normal;
}

div.jMyCarousel a:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	color: #000;
	font-style: normal;
}

div.jMyCarousel a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	color: #000;
	font-style: normal;
}	

/*-------Carousel end-----------*/
















#panel1 {
	height: 24px;
	background-color: #000;
	padding: 1px 1px 1px 10px;
	color: #9CA2A4;
	border-bottom: 1px solid;
	border-color: #9CA2A4;
	width: 740px;
}

#des1 {
	height: 94px;
	background-color: #000;
	padding: 1px 1px 1px 1px;
	color: #9CA2A4;
	background-image: url(/images/23123.gif);
	background-repeat: no-repeat;
}


#box1 {
	height: 94px;
	background-color: #000;
	padding: 1px 1px 1px 1px;
	color: #9CA2A4;
	background-repeat: no-repeat;
	width: 100px;
	float: left;
	position: relative;
}



#ho1 {
	margin: 0 auto;
	width: 100%;
	height: 100px;
	}















/*-------Carousel 2-----------*/

div.jMyCarousel2 .prev{
	background: url('/images/carousel/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

div.jMyCarousel2 .next{
	background: url('/images/carousel/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}

div.jMyCarousel2 .up{
	background: url('/images/carousel/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel2 .down{
	background: url('/images/carousel/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

div.jMyCarousel2 {
	width: 136px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 10px 10px 0px 605px;
	height: 240px;
	background-color: #000;
	background-image: url(/images/24124eedqw.gif);
	background-repeat: no-repeat;
	color: #9CA2A4;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	background-position: 1pt;
	text-align: inherit;
}

div.jMyCarousel2 ul{
	background-color:#000;
	width: 100%;
	margin: 5px 5px 0 0;
	position: absolute;
	
}

div.jMyCarousel2 ul li{
	border:1px solid #444;
	padding: 5px 5px 5px 5px;
	line-height: 1;
	margin: 5px 5px 5px 5px;
	list-style-type: none;
	position: relative;
}



div.jMyCarousel2 ul li a {
	display:block;
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

div.jMyCarousel2 img {
	width: 100%;
	}
	

/*-------Carousel 2 end-----------*/














#panel2 {
	height: 24px;
	background-color: #000;
	padding: 0px 1px 1px 10px;
	color: #9CA2A4;
	border-bottom: 1px solid;
	border-bottom-color: #9CA2A4;
	width: 740px;
}

#des2 {
	height: 94px;
	background-color: #000;
	padding: 1px 1px 1px 1px;
	color: #9CA2A4;
	background-image: url(/images/23123.gif);
	background-repeat: no-repeat;
	width: 600px;
	margin: 0 auto;
	float: right;
	position: relative;
}

#box2 {
	height: 94px;
	background-color: #000;
	padding: 1px 1px 1px 1px;
	color: #9CA2A4;
	background-repeat: no-repeat;
	width: 100px;
	float: left;
	position: relative;
}



#ho12 {
	margin: 0 auto;
	width: 100%;
	height: 100px;
	}














div.panel3{
	width: 515px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 10px 10px 10px 225px;
	height: 230px;
	background-color: #000;
	background-image: url(/images/123123123.gif);
	background-repeat: no-repeat;
	text-align: inherit;
}

div.panel3 ul{
	background-color:#000;
	width: 100%;
	margin: 5px 5px 0 0;
	position: absolute;
	
}

div.panel3 ul li{
	border:1px solid #444;
	padding: 5px 5px 5px 5px;
	line-height: 1;
	margin: 5px 5px 5px 5px;
	list-style-type: none;
	position: relative;
}



div.panel3 ul li a {
	display:block;
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

div.panel3 img {
	width: 100%;
	}


/* ie */
*html #sidebar1 { display: inline; margin: 0; }
*html #Content { float: left; display: inline; padding: 5px 0; margin: 0 -100px 0 0; }
-,#Content { padding: 5px 1px; }

