/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background-image:url(images/bg.png);
	background-repeat:repeat;
}
a{
	color:#666;
	text-decoration:none;
	-moz-transition: color 0.2s 0.02s ease;
	-o-transition: color 0.2s 0.02s ease;
	-webkit-transition: color 0.2s 0.02s ease;
}
a:hover{
	color:#016E8C;
}
h2{
	font-size:1em;
	font-family: sans-serif;
	font-style:italic;
	font-weight:normal;
}
img{
	border:none;
}
img.left{
	float:left;
	padding: 5px 10px 5px 7px;
}
img.zoom{
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
img.zoom:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
input[type="text"] {
	height: 20px;
}
.button{
	text-decoration:none; text-align:center; 
 	padding: 2px 10px 4px 10px;
 	border:none; 
 	font:14px Verdana, Geneva, sans-serif; 
 	font-style: italic;
 	color:#ffffff; 
 	background-color:#981318; 
 	background-image: -moz-linear-gradient(top, #981318 0%, #490103 100%); 
 	background-image: -webkit-linear-gradient(top, #981318 0%, #490103 100%); 
 	background-image: -o-linear-gradient(top, #981318 0%, #490103 100%); 
 	background-image: -ms-linear-gradient(top, #981318 0% ,#490103 100%); 
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#490103', endColorstr='#490103',GradientType=0 ); 
 	background-image: linear-gradient(top, #981318 0% ,#490103 100%);   
 	-webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 	-moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 	box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
}
.button:hover{
	color:#E5FFFF; 
 	background-color:#4d0205; 
 	background-image: -moz-linear-gradient(top, #4d0205 0%, #981318 100%); 
 	background-image: -webkit-linear-gradient(top, #4d0205 0%, #981318 100%); 
 	background-image: -o-linear-gradient(top, #4d0205 0%, #981318 100%); 
 	background-image: -ms-linear-gradient(top, #4d0205 0% ,#981318 100%); 
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#981318', endColorstr='#981318',GradientType=0 ); 
 	background-image: linear-gradient(top, #4d0205 0% ,#981318 100%);   
 	-webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 	-moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 	box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;   
}
.button:active{
	color:#E5FFFF; 
	background-color:#981318; 
 	background-image: -moz-linear-gradient(top, #981318 0%, #490103 100%); 
 	background-image: -webkit-linear-gradient(top, #981318 0%, #490103 100%); 
 	background-image: -o-linear-gradient(top, #981318 0%, #490103 100%); 
 	background-image: -ms-linear-gradient(top, #981318 0% ,#490103 100%); 
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#490103', endColorstr='#490103',GradientType=0 ); 
 	background-image: linear-gradient(top, #981318 0% ,#490103 100%);   
 	-webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 	-moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 	box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
 }
.search-block {
	position: absolute;
	top: 7px;
	right: 20px;
}
.header-menu li{
	width:14px;
	height:35px;
	float: left;
	text-decoration: none;
	list-style: none;
	padding-right: 10px;
}
.header-menu li:hover{
	background-image: url(images/activ.png);
	background-repeat:no-repeat;
	background-position:top;
}
.header{
	overflow: hidden;
	padding-bottom: 7px;
	background-color: white;
}
.main{
	width:1024px;
	margin:0 auto;
	position:relative;
}
.main-left-shadow{
	position:absolute;
	z-index: 2;
	top:0;
	left:-9px;
	background-image:url(images/main-left-shadow.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:342px;
	width:9px;
}
.main-right-shadow{
	position:absolute;
	top:0;
	right:-9px;
	background-image:url(images/main-right-shadow.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:335px;
	width:9px;
}
.header-line{
	height:5px;
	background-image:url(images/header-bg.png);
	background-repeat:repeat;
}
.header-logo{
	float:left;
	margin:10px 0 0 20px;
}
.header-menu{
	position:relative;
}
ul.header-menu{
	position:absolute;
	top: -7px;
	left:30px;
}
.header-contact{
	float:right;
	margin: -35px 20px 0 0;
	text-align: right;
}
.header-contact p{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.5;
	font-style:italic;
	font-size:24px;
}
.header-contact span{
	font-size:16px;
	font-style:italic;
}
.header-search{
	background-image:url(images/header-bg.png);
 	width:390px;
    height:40px;
    position: relative;
    left:50%;
    top:0;
    margin:0 0 0 -188px;	
}
.search-left-bg{
	background-image:url(images/search-left.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	position:absolute;
	width:15px;
	height:40px;
	top:0;
	left:0;
}
.search-right-bg{
	background-image:url(images/search-right.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	position:absolute;
	width:15px;
	height:40px;
	top:0;
	right:0;
}
.red-line{
	background-image:url(images/red-line.png);
	background-repeat:repeat-x;
	height:4px;
}
.prezent{
	position:relative;
	height:258px;
	background-image:url(images/prezent.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.schedule{
	position:absolute;
	background-image:url(images/schedule-bg.png);
	background-repeat:repeat;
	top:0;
	left:40px;
	width:190px;
	height:63px;
	padding: 0 20px 0 0;
}
.schedule-body{
	background-image:url(images/clock.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0 0 0 25px;
	background-color:#fff;
}
.schedule-body p {
	font-style: italic;
	line-height: 1.4;
	font-weight: bold;
	padding-left: 5px;
}
.schedule-body span {
	font-style: italic;
	line-height: 1.4;
	font-size:12px;
}
.bur{
	position:absolute;
	bottom:-20px;
	left: 380px;
	width:267px;
	height:304px;
}
.feedback{
	position:absolute;
	background-image:url(images/schedule-bg.png);
	background-repeat:repeat;
	top:1px;
	right: 40px;
	padding: 0 0 10px 25px;
}
.feedback-body{
	background-color:#FFF;
	padding: 0 5px;
}
.feedback-body span{
	font-style: italic;
	line-height: 1.4;
	font-size:12px;
}
.feedback-body p{
	font-style: italic;
	line-height: 1.4;
	font-weight: bold;
}
.phone{
	position:absolute;
	width:46px;
	height:79px;
	top:-15px;
	right:290px;
	background-repeat:no-repeat;
	background-position:top left;
}
.navigation{
	position:relative;
	background-image:url(images/menu-bg.png);
	background-repeat:repeat-x;
	background-position:top;
	height:47px;
}
.navigation-body{
	margin:0 150px;
}
.menu{
} 
.menu li{
	background-image:url(images/li-bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	display:table-cell; 
	width:auto; 
	text-align:center; 
	padding: 30px 0 0 0;
}
.menu li:hover{
	background-image:url(images/li-activ-bg.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	text-shadow:2px 2px 2px #333;
}
.menu li a{
	width: 1000px;
	position: relative;
	bottom: 10px;
	vertical-align: middle;
	display: table-cell;
	font: 14px Verdana, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	-moz-transition: color 0.2s 0.02s ease;
	-o-transition: color 0.2s 0.02s ease;
	-webkit-transition: color 0.2s 0.02s ease;
}
.menu li a:hover{
	display:block;
	width:1000px;
	vertical-align:middle;
	display:table-cell;
	font: 14px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration:none;
}
.menu-shadow{
	position:absolute;
	bottom:-20px;
	left:0;
	background-image:url(images/menu-shadow.png);
	background-repeat:no-repeat;
	background-position:top;
	width:1024px;
	height:20px;
}
.centr{
	overflow:hidden;
	background-image:url(images/centr-bg.png);
	background-repeat:repeat-y;
	background-position:right;
}
#contetntwrapper{
	float:left;
	width:100%;
}
#content{
	margin:0 200px 0 230px;
	display:block;
	height:100%;
}
.slideshow{
	background-color:#2C4453;
	margin: 0 5px;
}
.slideshow-body{
	position:relative;
	width:556px;
	height:232px;
	margin:0 auto;
	padding:7px 0;
}
.slideshow-next{
	position: absolute;
	width: 23px;
	height: 37px;
	top: 90px;
	right: 15px;
}
.slideshow-prev{
	position: absolute;
	width: 23px;
	height: 37px;
	top: 90px;
	left: 15px;
}
.slideshow-body-title{
	position:absolute;
	background-repeat:repeat;
	top:10px;
	left:45px;
	width:300px;
}
.slideshow-body-title h2{
	background-color:#812525;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:24px;
	line-height:1.3;
	padding:3px 10px;
}
.slideshow-body-title p{
	background-color:#46566B;
	color: #FFF;
	padding:3px 10px;
	font-size:14px;
	font-style:italic;
	margin-top:5px;
}
.slideshow-body-navigation{
	position:absolute;
	bottom:7px;
	left:225px;
	background-image:url(images/slideshow-navigation.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:127px;
	height:35px;
}
ul.slide-menu {
	margin: 12px 0 0 32px;
}
ul.slide-menu li {
	list-style: none;
	float: left;
	width: 12px;
	height: 12px;
	background-image:url(images/slideshow-nav.gif);
	background-repeat:no-repeat;
	margin-right: 5px;
}
ul.slide-menu li:hover {
	background-image:url(images/slideshow-nav-activ.gif);
	background-repeat:no-repeat;
}
.img-menu{
	text-align:center;
	background-color: #2C4453;
	padding: 0 8px 8px 8px;
	margin:0 5px;
	display: inline-block;
}
.img-menu-block{
	float: left;
	padding:0 3px;
}
.block-head{
	background-image: url(images/img-menu-block-bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:136px;
	height:104px;
	position:relative;
}
.block-head{
	position:relative;
}
.block-head-img{
	position: absolute;
	bottom: 5px;
	left: 35px;
}
.block-link{
	width:128px;
	height:35px;
	position:relative;
	background-image: url(images/discount-bg2.png);
	background-repeat:repeat;
	margin-left: 4px;
}
.block-link a{
	color: #FFF;
	font-style: italic;
	font-size: 16px;
	line-height: 1;
}
.block-link-left{
	background-image:url(images/block-link-left.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:12px;
	height:35px;
	position:absolute;
	top:0;
	left:0;
}
.block-link-right{
	background-image:url(images/block-link-right.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:12px;
	height:35px;
	position:absolute;
	top:0;
	right:0;
}
.content-doc{
	margin:20px;
}
.item-title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	margin:10px 0;
}
.item-description p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:italic;
	margin:10px 0;
}
.item-text p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
ul.item-text li{
	margin:10px 0 10px 25px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.item-footer{
	text-align:center;
}
.content-line{
	background-image:url(images/content-line.png);
	background-repeat:repeat-x;
	height:6px;
}
.content-menu{
	height:310px;
	background-color:#E0E0E0;
}
.cont-menu-block{
	width: 290px;
	height: 140px;
	float: left;
	margin: 3px;
	padding-top: 10px;
}
.cont-menu-block img{
	margin: 40px 0 0 5px;
}
.cont-menu-block p{
	font-weight:bold;
	text-decoration: underline;
	font-size:14px;
	font-style:italic;
	padding: 10px 0;
	color:#282828;
}
.cont-menu-block span{
	font-size:14px;
	font-style:italic;
	color:#5F5F5F;
	font-weight: normal;
}
.cont-menu-txt{
	float:right;
	width:220px;
}



#left-bar{
	float:left;
	width:230px;
	margin-left:-100%;
	height:100%;
	display:block;
}
.left-bar-body {
	padding: 20px 6px 10px 11px;
}
.left-menu{
	padding: 5px 0 10px 0;
}
.left-menu h2{
	font-size:14px;
	padding: 2px 0 0 22px;
	margin-left: 5px;
	font-weight:bold;
	background-image:url(images/left-bar-menu-list.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.left-menu li {
	margin-left: 35px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	font-size:12px;
	padding:2px 0;
	color:#5F5F5F;
}
.blue-line{
	background-image:url(images/left-bar-line.png);
	background-repeat:repeat;
	height:6px;
}
.left-price{
	background-image:url(images/price-bg.png);
	background-repeat:repeat-y;
	height:67px;
	margin-bottom:10px;
}
.price-img{
	background-image:url(images/price-img.png);
	background-repeat: no-repeat;
	background-position:top left;
	height:57px;
}
.price-img p{
	padding-left:60px;
	font-style:italic;
}
.price-img h2{
	padding:10px 0 3px 65px;
	font-style: normal;
	font-weight:bold;
	font-family: "Arial Black", Gadget, sans-serif;
}
.left-discount{
	background-image: url(images/discount-bg.png);
	background-repeat:repeat-y;
	width:213px;
	height:63px;
}
.left-red-line{
	height:3px;
	background-image:url(images/left-red-line.png);
	background-repeat:repeat-y;
}
.discount-link{
	position:relative;
	background-image:url(images/left-red-line.png);
	background-repeat:repeat-y;
	height:24px;
	margin-top: 3px;
	text-align:center !important;
	vertical-align:middle;
}
.discount-shadow{
	position:absolute;
	bottom:-5px;
	background-image: url(images/discount-shadow.png) ;
	background-repeat:no-repeat;
	background-position:top center;
	width:214px;
	height:5px;
}
.discount-link a{
	color:#FFF;
	font-style:italic;
}
.discount-url{
	background-image:url(images/discount-bg2.png);
	background-repeat:repeat;
	height:55px;
	position:relative;
	margin-bottom: 6px;
}
.discount-url h3 {
	color: #FFF;
	font-size: 24px;
	font-family: serif;
	text-align: right;
	position: absolute;
	bottom: 3px;
	right: 3px;
}
.left-vk{
	background-color:#FFF;
	width:205px;
	height:400px;
	margin:0 auto;
}
#right-bar{
	float:left;
	width:200px;
	margin-left:-200px;
	display:block;
	height:100%;
}
.right-bar-body{
	padding: 5px 5px 0 5px;
}
.consult{
	width:182px;
	height:140px;
	border:2px rgba(142, 142, 142, 0.56) dotted;
	margin:0 2px 5px 2px;
}
.ears{
	text-align: center;
}
.ears img {
	padding-top: 10px;
}
.ears p{
	background-image:url(images/list-right.png);
	background-repeat:no-repeat;
	background-position:left;
	font-style:italic;
	font-size:16px;
	color:#1D1D1D;
	margin: 0 0 10px 5px;
	padding-left: 5px;
}
.online-order p{
	font-style: italic;
	font-size: 18px;
	color: #1D1D1D;
	margin-left: 7px;
	padding: 5px 5px;
	width: 110px;
	float: left;
}
.ears-descr{
	font-size: 12px;
	background-color: #515151;
	color: #fff;
	padding: 3px 5px;
	font-style: italic;
}
.online-order{
	background-image:url(images/price-bg.png);
	background-repeat:repeat-y;
	height:56px;
}
.online-order img {
	float: right;
}
.news, .use{
	margin-bottom:8px;
}
.news-head-title{
	background-color:#006E8C;
	height:15px;
	color:#FFF;
	text-align:center;
	font-size: 18px;
	font-style:italic;
	padding:3px;
	margin-top:3px;
}
.news-head-bg{
	background-image:url(images/news-head-bg.png);
	background-repeat:no-repeat;
	background-position:top;
	height:15px;
}
.news-data{
	background-image:url(images/news-data.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin:5px 0 3px 10px;
	padding-left:19px;
	color:#929292;
	height:15px;
	font-style:italic;
	font-size:10px;
}
.news-title{
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
	color:#252525;
	margin: 0 10px;
	line-height:1.4;
}
.news-description {
	font-size: 11px;
	padding: 3px 10px 7px 10px;
	font-family:Arial, Helvetica, sans-serif;
}
.news-line{
	background-color:#D9D9D9;
	margin:0 auto;
	width:175px;
	height:5px;
}
.use-title{
	background-image: url(images/list-red.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin-left: 5px;
	padding: 5px 5px 0 20px;
	text-decoration:underline;
	font-style:italic;
	font-size:12px;
	color:#000;
	line-height:1.4;
	font-weight:bold;
}
.use-description {
	font-style: italic;
	font-size: 12px;
	color: #252525;
	padding: 5px 10px;
	line-height: 1.4;
}
.use-description span{
	font-style:italic;
	text-decoration:underline;
	color:#000;
	font-weight:bold;
}
.back{
	background-image: url(images/feedback-bg.png);
	background-repeat:repeat;
	height:280px;
	margin-left: 5px;
	position:relative;
}
.back-menu1, .back-menu2, .back-menu3{
	float:left;
	width: 180px;
	margin:0 0 0 15px;
}
.back-menu1 li, .back-menu2 li{
	list-style:none;
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	margin: 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	font-size:12px;
}
.back-menu1 li{
	background-image:url(images/block1-li.png);
}
.back-menu2 li{
	background-image:url(images/block2-li.gif);
	padding-left:15px;
}
.back-menu1 li:hover{
	background-image:url(images/block1-li-hover.png);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:underline;
}
.back-menu2 li:hover{
	background-image:url(images/block2-li-hover.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	text-decoration:underline;
}
.back-menu2 li{
	list-style:none;
}
.back-menu3{
	background-image:url(images/block3.png);
	background-repeat:no-repeat;
	background-position:left;
}
.back-menu3 a{
	font-style: italic;
	font-size: 14px;
}
.back-menu3 a:hover{
	text-decoration:underline;
}
.back-menu3 p{
	margin: 30px 0;
	padding-left: 45px;
}
.back-form{
	float: right;
	width:414px;
	height:258px;
	background-image:url(images/forma-bg.png);
	background-repeat:no-repeat;
	position:relative;
	text-align:center;
	margin-top: 5px;
}
.back-form p{
	color: #fff;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:16px;
}
.form-body, .form-txt{
	position:absolute;
	max-width:200px;
}
.form-txt{
	top: 47px;
	left: 40px;
	text-align: left;
}
.form-txt p{
	margin-bottom: 17px;
	padding-top: 0;
	color:#FFF;
	font-size:14px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.form-body{
	top:40px;
	right: 30px;
	text-align: left;
}
.back-form input[type="text"] {
	margin-bottom: 10px;
}
input.form {
	background-image: url(images/csg-542ae3f0ea758.png);
	background-position: 0 0;
	width: 98px;
	height: 27px;
	margin-top: 10px;
	border: none;
	padding: 3px 7px;
	color: #fff;
	background-color:#AE131A;
	text-decoration: underline;
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
input.form:hover{
	background-image: url(images/csg-542ae3f0ea758.png);
	background-position: 0 -77px;
	width: 98px;
	height: 27px;
}
input.form:active{
	background-position: 0 -154px;
	width: 98px;
	height: 27px;
}
.back-footer{
	position:absolute;
	bottom:5px;
	left:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	line-height:1.5;
}
.back-footer p{
	font-size:24px;
	font-style: italic;
	font-size: 14px;
}
.back-footer span{
	color:#335F7D;
}
.footer{
	height:70px;
	background-image:url(images/footer-bg.png);
	background-repeat:repeat-x;
	margin-left: 5px;
	position:relative;
}
.footer-to-top{
	text-align:center;
	position:absolute;
	background-image:url(images/back-to-top.png);
	background-repeat:no-repeat;
	width:127px;
	height:48px;
	bottom:0;
	left: 450px;
}
.footer-to-top img{
	margin-top:10px;
}
.footer-to-top a{
	font-style:italic;
}
.footer-left{
	float:left;
	margin: 10px 0 0 30px;
}
.footer-left p{
	color:#97B3C1;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
}
.footer-left span{
	color:#FFF;
}
.footer-right{
	float:right;
	margin:20px 10px 0 0;
}