* {
   padding: 0px;
   margin: 0px;
}
body {
   background: #ffffff;
   padding: 0px;
   margin: 0px;
   font: normal 100.01% Tahoma;
   color: #403f3f;
   background: #cecece url("../images/bg-3.gif") left top repeat-x;
}
a {
	color: #403F3F;
}
a img {
   border: none;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

.clear {
   clear: both;
   height: 0px;
   line-height: 0px;
   overflow: hidden;
}
.pre-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.wrapper {
   width: 1000px;
   margin: 0 auto;
   padding-top: 20px;
}

table.header{
	width: 100%;
	border-collapse: collapse;
}

	table.header td.left {
		padding-right: 20px;
		width: 240px;
		text-align: center;
		vertical-align: top;
		
	}
	
		table.header td.left .logo-wrapper{
			width: 253px;
			height: 90px;
			position: relative;
		}
			
			table.header td.left a.logo{
				left: -13px;
				display: block;
				position: absolute;
			}
		
		table.header td.right .right-wrapper {
			float: right;
			margin-right: 40px;
		}

table.content{
	border-collapse: collapse;
	background: url("../images/bgstar1.png") right 20px no-repeat;
}

	table.content td {
	   
	}

	table.content td.left {
		padding-right: 20px;
		width: 240px;
		color: #000;
		vertical-align: top;
	}
	
		table.content td.left div.margined{
			margin: 0px auto;
			width: 185px;
		}
	
	table.content td.center {
	   color: #000000;
	   font-size: 80%;
	   width: 485px;
	   max-width: 485px;
	   padding-top: 30px;
	   padding-right: 30px;
	   vertical-align: top;
	}
	
		table.content td.center .pic-wrapper {
			width: 65px;
			height: 280px;
			float: right;
		}
	
	table.content td.right {
	   width: 180px;
	   padding-top: 340px;
	   font-size: 70%;
	   color: #000000;
	   vertical-align: top;
	}
	
	table.content td.right p {
	   margin: 3px 0px;
	}
	
	table.content td.contact {
	   vertical-align: bottom;
	   padding: 20px 0px 15px 0px;
	}
	
table.bgstar1 {
	background: url("../images/bgstar1.png") right 20px no-repeat;
}

table.bgstar2 {
   background: url("../images/bgstar2.png") right 20px no-repeat;
}

table.bgstar3 {
   background: url("../images/bgstar3.png") right 20px no-repeat;
}

table.bgstar4 {
   background: url("../images/bgstar4.png") right 20px no-repeat;
}

table.bgstar5 {
   background: url("../images/bgstar5.png") right 20px no-repeat;
}

.menu {
   list-style-type: none;
   padding: 0px 20px 30px 0px;
   margin: 0px auto;
   display: -moz-inline-stack;
   display: inline-block;
   zoom: 1;
   *display: inline;
   width: auto;
   float: right;
   border-bottom: solid 1px #7f7f7f;
   background: url(bg-7.gif) right bottom no-repeat;
   position: relative;
}
.menu li.first-level {
   display: -moz-inline-stack;
   display: inline-block;
   zoom: 1;
   *display: inline;
   text-align: center;
   /*min-width: 91px;
   max-width: 91px;
   //max-width: 110px;
   _width: 91px;*/
   width: 91px;
   font-size: 80%;
   padding: 0px 15px;
   _padding: expression(this.previousSibling==null ? '0px 15px 0px 0px' : '0px 15px');
   position: relative;
   vertical-align: top;
  
}

.menu > li.first-level:first-child {
   padding: 0px 15px 0px 0px;
}
.menu li.first-level a {
   text-decoration: none;
   color: #403f3f;
   display: block;
   outline: none;
   padding: 20px 0px 0px 0px;
   background: url("../images/bg-1.gif") center top no-repeat;
   
}

.menu li.first-level > a {
	text-transform: uppercase;
	z-index: 0;
}

.menu li.first-level a:hover, .menu li.first-level a.active {
   color: #e50088;
   text-decoration: underline;
   background: url("../images/bg-2.gif") center top no-repeat;
}
.menu .submenu {
	display: none;
	position: absolute;
	/*width: 200px;*/
	left: 20px;
	z-index: 1000;
}
.menu .submenu ul {
	display: block;
	float: none;
	margin: 0;
	padding: 10px 5px 5px;
	border: 1px solid #E0E0E0;
	background: transparent url("../images/submenu-bg.png") repeat left top;
	_background: #FFFFFF;
	behavior: url(js/iepngfix.htc);
	text-align: left;
	list-style: none;
	font-size: 80%;
}
.menu .submenu ul li {
	display: block;
	zoom: 1;
	width: auto;
	margin: 0 5px 5px;
	padding: 0;
	//padding: expression(this.previousSibling==null ? '0px 0px 0px 5px' : '0px');
	background: none;
	text-align: left;
	list-style: none;
}
.menu .submenu ul li a {
	margin: 0;
	padding: 0;
	background: none;
	white-space: nowrap;
}
.menu .submenu ul li a.active,
.menu .submenu ul li a:hover {
	background: none;
}
.logo {
   float: left;
}
.icons_panel {
   float: right;
   margin: 13px 10px 0px 0px;
   
}
.icons_panel form {
   height: 17px;
   border: solid 1px #8d8d8d;
   overflow: hidden;
   width: 147px;
   float: right;
   padding: 0px;
   margin: 0px;
}
.icons_panel form input {
   border: none;
   height: 17px;
   width: 130px;
   float: left;
   color: #5b5b5b;
   font-size: 70%;
   margin: 0px;
   padding: 0px;
   //width: 128px;
   //border: solid 1px #ffffff;
}
.icons_panel form input.button {
   width: 17px;
   border: none;
}


.vmenu a {
   color: #403f3f;
   display: -moz-inline-stack;
   display: inline-block;
   zoom: 1;
   *display: inline;
   padding: 1px 0px 1px 13px;
}
.vmenu a.active,
.vmenu a:hover {
   background: url("../images/bg-1.gif") left center no-repeat;
}
.vmenu2 {
   margin: 0px 0px 40px 0px;
   text-transform: uppercase;
   font-size: 80%;
   min-height: 180px;
   height: auto !important;
   height: 180px;
}
.vmenu2 a:hover {
   color: #e60088;
}
.vmenu2 a.active {
   color: #e60088;
   font-size: 130%;
   background: url("../images/bg-1.gif") left center no-repeat;
   padding: 3px 0px 3px 13px;
}
.vmenu3 {
   margin: 0px 0px 40px 0px;
   text-transform: uppercase;
   font-size: 80%;
   /*min-height: 200px;
   height: auto !important;
   height: 200px;*/
}
.vmenu3 a:hover {
   color: #e60088;
}
.vmenu3 a.active {
   color: #e60088;
   font-size: 130%;
   background: url("../images/bg-1.gif") left center no-repeat;
   padding: 3px 0px 3px 13px;
}

.icons {
   list-style-type: none;
   padding: 0px;
   margin: 0px;
   float: right;
   margin: 2px 10px 0px 0px;
   width: 90px;
}
.icons li {
   float: left;
}
.icons a {
   display: block;
   outline: none;
   height: 17px;
   width: 30px;
}
.icons a.home {
   background: url("../images/bg-5.gif") left top no-repeat;
}
.icons a.mail {
   background: url("../images/bg-5.gif") -30px top no-repeat;
}
.icons a.map {
   background: url("../images/bg-5.gif") -62px top no-repeat;
}

.tail {
   /*height: 100px;*/
   padding-bottom: 20px;
   border-top: solid 1px #707070;
   position: relative;
}
.tail .tail-left {
   float: left;
   width: 200px;
   padding-left: 30px;
}
	.tail .tail-left .copyright{
		margin-top: 20px;
		padding-left: 35px;
		color: #535252;
		font-size: 70%;
		line-height: 1.2em;
	}
.tail .creator {
   float: right;
   width: 220px;
   text-align: center;
   color: #535252;
   font-size: 70%;
   line-height: 1.2em;
   padding: 2.6em 0 0;
}
.tail .creator a {
   text-decoration: none;
   color: #535252;
}
.tail .contact {
   margin: 0px 230px;
   color: #010101;
   font-weight: bold;
   font-size: 70%;
   line-height: 1.2em;
   padding: 1.2em 0 0;
}
.tail .contact .inner1 {
   display: -moz-inline-stack;
   display: inline-block;
   zoom: 1;
   *display: inline;
   vertical-align: top;
   width: 64%;
}
.tail .contact .inner2 {
   display: -moz-inline-stack;
   display: inline-block;
   zoom: 1;
   *display: inline;
   vertical-align: top;
   width: 34%;
   /*text-align: center;*/
  line-height: 3.6em;
}
.tail .contact a {
   color: #010101;
   text-decoration: none;
}
.tail .creator a:hover, .tail .contact a:hover {
   text-decoration: underline;
}
.tail .counter {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 20px;
}
h1 {
   font-weight: normal;
   color: #e50088;
   font-size: 180%;
}
h2 {
   font-weight: normal;
   color: #000000;
   font-size: 130%;
   margin: 15px 0px;
}
h2 a {
   color: #000000;
}

.news-item h2, .news-item h2 a {
   color: #e50088;
}
h3 {
   color: #e60088;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 100%;
   margin: 0px 0px 0px 0px;
}
p.date {
   font-weight: bold;
   margin: 0px;
}
a.more {
   color: #e60088;
}

a.road {
   display: block;
   outline: none;
   width: 154px;
   height: 137px;
   color: #e60088;
   background: url("../images/bg-9.gif") center center no-repeat;
   padding: 37px 0px 0px 0px;
   font-size: 80%;
   text-align: center;
}

td.center p {
	margin: 1em 0;
	text-align: justify;
}
td.center hr {
	margin: 2em auto;
	border: none;
	border-top: 1px solid #999999;
}
td.center ul {
	margin: 1em 1em 2em 1em;
	padding: 0;
	list-style: none;
}
td.center ul li {
	margin: 0 0 1em 0;
	padding-left: 10px;
	list-style: none;
	background: transparent url("../images/bg-1.gif") no-repeat 0 4px;
}
td.center a.doc-icon {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 2px 2px 2px 20px;
}
td.center a.img {
	background: transparent url("../images/doc-icons/image.png") no-repeat 2px top;
	behavior: url(js/iepngfix.htc);
}
td.center a.pdf {
	background: transparent url("../images/doc-icons/pdf.png") no-repeat 2px top;
	behavior: url(js/iepngfix.htc);
}
td.center a.vector {
	background: transparent url("../images/doc-icons/vector.png") no-repeat 2px top;
	behavior: url(js/iepngfix.htc);
}
td.center .parent-text {
	color: #777777;
}

.description {
	margin: 5px 10px 10px;
	font-size: 80%;
	font-style: italic;
	color: #777777;
}

a.yes, a.no {
	display: inline-block;
	outline: none;
	margin: 0px 50px 0px 0px;
	zoom: 1;
}

table.content td.left a.price-button {
	width: 179px;
	margin-top: 50px;
	margin: 50px auto 0px;
	height: 44px;
	display: block;
	background: url("../images/button_price_white.png") no-repeat;
}
table.content td.left a.price-button:hover {
	background: url("../images/button_price.png") no-repeat;
}


	
div.superstar {
	width: 1282px;
	height: 794px;
	background: url("../images/bg_index.png") left bottom no-repeat;
	margin-top: 40px;
}

.hide {
	display: none;
}

span#ya_widget {
	float: right;
	display: block;
	margin-right: 93px;
	margin: -4px 93px 0 0;
	height: 28px;
}

div.block_left {
	max-width: 240px;
	margin: 20px auto 0px;
	overflow: hidden;
	text-align: center;
}

div.vertical-menu {
	font-size: 12px;
	width: 183px;
	/*margin: 50px auto 0;*/
	margin: 20px auto 0;
}

	div.vertical-menu table.headline{
		width: 183px;
		height: 38px;
		background: url("../images/vert_menu_1_h1_bg.png") no-repeat;
		margin-bottom: 7px;
		border-collapse: collapse;
	}
	
		div.vertical-menu table.headline td {
			color: #fff;
			font-weight: bold;
			padding-left: 25px;
			padding: 0px 5px 0 28px;
			vertical-align: middle;
			text-align: left;
		}

	div.vertical-menu ul{
	   list-style-type: none;
	}
		
		div.vertical-menu li {
			display: block;
			margin-left: 11px;
			padding: 7px 0px 7px 18px;
			width: 154px;
		}
		
		div.vertical-menu li + li{
			background: url("../images/vert_menu_1_bg.png") repeat-x;
		}
		
		div.vertical-menu a {
			text-decoration: none;
			color: #000;
		}
		
		div.vertical-menu a:hover {
			text-decoration: underline;
			color: #E60088;
		}
		div.vertical-menu a.active{
			color: #E60088;
		}
	
ul.vertical-menu-2{
   list-style-type: none;
   font-size: 12px;
   margin-top: 20px;
   padding: 0;
}

	ul.vertical-menu-2 li {
		margin-top: 6px;
	}
	
	ul.vertical-menu-2 a {
	   color: #000;
	   background: url("../images/bg-1.gif") left center no-repeat;
	   display: block;
	   padding-left: 20px;
	   text-decoration: none;
	}
	
	ul.vertical-menu-2 a.active, ul.vertical-menu-2 a:hover {
	   color: #E4379E;
	   background: url("../images/bg-2.gif") left center no-repeat;
	}
	
ul.vertical-menu-3{
   list-style-type: none;
   font-size: 12px;
   margin: 15px 0 0 10px;
}

	ul.vertical-menu-3 li {
		margin-top: 6px;
	}
	
	ul.vertical-menu-3 a {
	   color: #000;
	   display: block;
	   text-decoration: none;
	   font-weight: bold;
	}
	
	ul.vertical-menu-3 a.active, ul.vertical-menu-3 a:hover {
	   color: #E4379E;
	}
	
.s-news {
	font-size: 11px;
	margin: 20px 20px 0 0;
}

	.s-news-item {
		margin-top: 15px;
	}
	
		.s-news-h1{
			text-decoration: underline;
			font-size: 14px;
			font-weight: normal;
			color: #000;
			display: block;
		}
		
		.s-news-date {
			font-weight: bold;
		}
		
		.s-news-text {
			margin-top: 3px;
		}
		
		.s-news-more {
			color: #E60088;
			margin-top: 10px;
			display: block;
		}
		.s-news-more:hover {
			text-decoration: none;
		}
		
.s-faq {
	margin: 20px 5px 0 0;
}

	.s-faq-item {
		margin-top: 20px;
	}
	
		.s-faq-h1{
			text-decoration: underline;
			font-size: 14px;
			font-weight: normal;
			color: #000;
			display: block;
		}
		
		.s-faq-quest{
			color: #E60088;
			font-size: 12px;
			font-weight: bold;
		}
		
		.s-faq-answ {
			font-size: 11px;
			margin-top: 5px
		}
		
		.s-faq-more {
			margin-top: 5px;
			display: block;
			font-weight: bold;
			font-size: 11px;
			color: #000;
			text-decoration: none;
		}
		
		.s-faq-more:hover {
			text-decoration: underline;
		}
		
		.s-faq-ask {
			color: #E60088;
			margin-top: 10px;
			display: block;
			font-size: 11px;
		}
		
		.s-faq-ask:hover {
			text-decoration: none;
		}

.make_call_order {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 100;
}
	.make_call_order .show_form{
		background: url("../images/order_call.png") no-repeat 0 0;
		height: 342px;
		width: 36px;
		float: left;
		cursor: pointer;
	}

	.make_call_order .form_order{
		background: url("../images/order_call_bg.png") repeat-x 0 0;
		height: 287px;
		width: 198px;
		padding-top: 55px;
		float: left;
		display: none;
	}

		.make_call_order .form_order .form_fields{
			padding: 18px 16px;
			font-size: 11px;
		}
		
		.make_call_order .form_order .form_fields p{
			margin: 0px;
			margin-left: 5px;
			margin-bottom: 0px;
			padding: 0;
			text-align: left;
			color: #FFf !important;
		}
		
		.make_call_order p.error{
			margin: 0;
		}
		
		.make_call_order .form_order .form_fields input{
			border: none;
			height: 22px;
			width: 162px;
			padding: 0px;
		}
		.make_call_order .form_order .form_fields textarea{
			border: none;
			height: 42px;
			width: 162px;
			padding: 0px;
			font: 11px Tahoma;
		}
		
		a.back_to_callorder_form {
			color: #fff;
		}
		#make_callorder {
			margin-top: 7px;
		}
		
.basket-info {
	width: 185px;
	margin: 20px auto 0px;
}

	.basket-info .to-basket {
		display: block;
		padding-right: 28px;
		line-height: 24px;
		background: url("../images/basket_info.png") no-repeat right top;
		font-size: 14px;
		color: #C50171;
		float: left;
		font-weight: bold;
		text-decoration: none;
	}
	
	.basket-info .to-basket:hover {
		text-decoration: underline;
	}
	.basket-info .txt {
		margin: 0px;
		font-size: 12px;
		padding: 0px;
		
	}
	
	.left-banner-block-top {
		width: 240px;
		text-align: center;
		overflow: hidden;
		margin-left: -27px;
		margin-top: 20px;
	}
	.left-banner-block-bottom {
		width: 240px;
		text-align: center;
		overflow: hidden;
		margin-left: -27px;
		margin-top: 20px;
	}
	
	.left-banner-block-bottom img,
	.left-banner-block-bottom object,
	.left-banner-block-top img,
	.left-banner-block-top object {
		max-width: 240px
	}
	.right-banner-block {
		width: 180px;
		text-align: center;
		overflow: hidden;
		margin-top: 20px;
	}
	.right-banner-block img,
	.right-banner-block object {
		max-width: 180px;
	}

.call_order {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 100;
	min-height: 290px;
	height: 290px;
}
	.call_order .call_order_title{
		position: relative;
		height: 100%;
		width: 35px;
		float: left;
		cursor: pointer;
	}
		.call_order .call_order_title table{
			height: 100%;
			width: 35px;
			border-collapse: collapse;
		}

		.call_order .call_order_title .call_order_title_top{
			background: url("../images/newmain/call_form_title_top.png") no-repeat 0 0;
			height: 17px;
		}

		.call_order .call_order_title .call_order_title_bot{
			background: url("../images/newmain/call_form_title_bot.png") no-repeat 0 0;
			height: 16px;
		}

		.call_order .call_order_title .call_order_title_main{
			background: url("../images/newmain/call_form_title_bg.png") repeat-y;
			vertical-align: middle;
			padding-left: 8px;
		}
	.call_order .call_order_content{
		width: 190px;
		float: left;
		min-height: 290px;
		background: url("../images/newmain/call_form_bg.png") repeat-x;
	}
		.call_order .call_order_content .back_to_callorder_form{
			font-size: 11px;
			color: #fff;
			display: block;
			text-align: right;
			outline: none;
		}
		.call_order .call_order_content .call_order_icon {
			float: left;
			margin-left: 15px;
			width: 79px;
			height: 71px;
			margin-top: 15px;
			background: url("../images/newmain/call_form_icon.png") no-repeat 0 0;
		}
		.call_order .call_order_content .call_order_slogan {
			float: right;
			margin-right: 15px;
			width: 80px;
			color: #fff;
			margin-top: 35px;
			font-size: 11px;
			text-align: right;
		}
		.call_order .call_order_content form{
			padding: 10px 15px;
			font-size: 11px;
		}
			.call_order .call_order_content form p{
				color: #fff;
				margin-bottom: 4px;
				margin-top: 0;
			}
			.call_order .call_order_content form input{
				border: 1px solid #4b4b4b;
				width: 156px;
				padding: 2px;
				color: #000;
			}
			.call_order .call_order_content form textarea{
				border: 1px solid #4b4b4b;
				width: 156px;
				padding: 2px;
				color: #000;
			}
			.call_order .call_order_content form select{
				border: 1px solid #4b4b4b;
				width: 156px;
				padding: 2px;
				color: #000;
			}
	#call_order_selector .interest{
		font-size: 17px;
		color: #fff;
		margin-top: 33px;
		text-transform: uppercase;
		text-align: center;
	}
	#call_order_selector a{
		background: url("../images/newmain/call_form_sel_2.png") no-repeat;
		display: block;
		width: 161px;
		height: 75px;
		font-size: 15px;
		text-decoration: none;
		color: #242424;
		margin: 15px auto;
	}
	#call_order_selector a div{
		display: table-cell;
		vertical-align: middle; 
		text-align: center;
		width: 131px;
		height: 75px;
		padding: 0 15px;
	}
	#call_order_selector a:hover{
		background: url("../images/newmain/call_form_sel_1.png") no-repeat;
		color: #fff;
		text-decoration: none;
	}

		
