body{
	font-size: 80%;
	padding: 0;
	margin: 0;
	color: #ffffff;
	background: #000000;
	}

body, table{
	font-family: tahoma, sans-serif;
	}

input, form, textarea{
	font-family: tahoma, sans-serif;
	}

em, i{
	font-family: arial, sans-serif;
	}

img {
	border: 0px;
/*
	margin: 0px;
*/
	}
	
table, form, input, textarea, select{
	font-size: 1em;
	}

b, strong{
	}

h1, h2, h3, h4, h5, h6{
	}

h1, h2, h3{
	font-weight: normal;
	}

h1{
	margin: 0 0 0.2em 0;
	}

h2{
	font-size: 1.6em;
	margin-bottom: 0;
	}

h3{
	font-size: 1.4em;
	margin-top: 2em;
	margin-bottom: 0.25em;
	}

h4{
	margin-bottom: 0;
	}

h5{
	}

h6{
	}

p{
	margin-top: 1ex;
	margin-bottom: 1.2em;
	line-height: 1.7em;
	}

.small,
div.image p, div.image_popup p {
	font-size: 0.9em;
	}

.smallest {
	font-size: 0.8em;
}

.big,
table.dec caption, table.pricelist caption {
	font-size: 1.2em;
	}

.biggest {
	font-size: 1.4em;
}

form{
	padding: 0;
	margin: 0;
	}

a{
	color: #ffffff;
}


a:hover, a.hover{
	color: #ff9000;
	text-decoration: underline !important;
}

.sel a,
a.sel {
	color: #ff9000;
	text-decoration: none;
	}

a.sel:hover{
	color: #ffffff;
}

ul li{
	list-style-type: none;
	background: url("../img/li.gif") 5px 0.55em no-repeat;
	padding-left: 16px;
	padding-bottom: 1ex;
}

ul{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 1em;
}

table.dec, table.pricelist {
	border-collapse: collapse;
	}

table.dec th,
table.pricelist th {
	background: #3f474c;
	color: #ffffff;
	padding: 0.5ex 1ex 0.5ex 1ex;
	text-align: left;
	}

table.dec th.sel,
table.pricelist th.sel{
	background-color: #a4a4a4;
	}

table.dec th a,
table.pricelist th a{
	color: #ffffff !important;
	text-decoration: none;
	}

table.dec th.sel a,
table.pricelist th.sel a{
	font-weight: bold;
	color: #000000;
	}

table.dec td,
table.pricelist td{
	padding: 0.5ex 1ex 0.5ex 1ex;
	border-bottom: 1px solid #3f474c;
	}
	
table.dec tr.nobrd td{
	border: none !important;
}

table.dec td a,
table.pricelist td a{
	text-decoration: none;
	}

table.dec tr.even td,
table.pricelist tr.even td{
	background-color: #f2f2f2;
	border-bottom: 1px solid #f6f6f6;
	}

table.dec tr.btop td,
table.pricelist tr.btop td{
	border-top: 1px solid #f6f6f6;
	}

table.dec caption, table.pricelist caption{
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	text-align: left;
	}

table.dec table td, table.dec table th,
table.pricelist table td, table.pricelist table th{
	border: none;
	background: none;
	padding: 0;
	}

.norlborder{
	border-left: none;
	border-right: none;
	}

.t100{width: 100%; border-collapse: collapse;}
.bcoll{border-collapse: collapse;}

.v_t{vertical-align: top !important;}
.v_b{vertical-align: bottom !important;}
.v_m, .v_c{vertical-align: middle !important;}

.h_l{text-align: left !important;}
.h_r{text-align: right !important;}
.h_m, .h_c{text-align: center !important;}

table.pad0 td, tr.pad0 td, td.pad0{ padding: 0; }
table.nopad td, tr.nopad td, td.nopad{ padding: 0; }

.price, .red {
	color: #ed2127;
	}

div.price {
	white-space: nowrap;
}

div.price a{
	color: #ff0000;
	}

div.image {
	float: left;
	margin: 1ex 2ex 1ex 0;
	}

div.image img, div.image_popup img, div.content p img, td.contentSpan img, td.contentLeft img, td.contentRight img, img.border {
	/*border: 1px solid #656668;*/
	}

div.noborder div.image img, .noborder{
	border: none !important;
	}
	
.noul {
	text-decoration: none;
}

div.image p, div.image_popup p {
	font-size: 0.75em;
	margin-top: 0.25ex;
	margin-bottom: 0ex;
 	padding-top: 2px;
 	font-style: italic;
	}
	
div.image p a,
div.image_popup p a{
	text-decoration: none;
}

div.clb { clear: both; }

.nowrap {
	white-space: nowrap;
}

.controller, .pointer {
	cursor: pointer;
}

.jquery_enabled {
	display: none;
}

.error {
	display: inline;
	position: absolute;
	margin-left: 10px;
	color: #EF0000;
}

.print {
	display: none;
	}

@media print{
	.print {
		display: block;
		}

	.noprint {
		display: none;
		}
	}

/*
hardcore debugger
*/

/*
td {border: 2px solid red;}
td td {border: 2px solid green;}
td td td {border: 2px solid blue;}

div {border: 1px solid yellow;}
p {border: 1px solid orange; width: 100%;}
*/



div.main_column {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0 0 20px 0;
	position: relative;
}

div.header {
	position: absolute;
	width: 1000px;
	z-index: 1000;
}

img#logo, img.png32 {
	behavior: url("css/iepngfix.htc");
}

div.menu_top {
	position: absolute;
	left: 20px;
	width: 750px;
	height: 70px;
	border-bottom: 2px solid white;
}

div.menu_top div.item{
	float: left;
	margin-right: 15px;
	padding-top: 55px;
	text-transform: uppercase;
	position: relative;
}

div.menu_top div.item a{
	text-decoration: none !important;
}

div.menu_top div.item a:hover{
	text-decoration: underline !important;
}

div.submenu {
	display: none;
	background: #000000;
	border-bottom: 2px solid #ffffff;
	padding: 5px 0px 5px 10px;
	position: absolute;
	left: 0px;
	top: 70px;
}

div.submenu div.item {
	float: none;
	margin-right: 15px;
	padding: 0.5ex 0 0.5ex 0;
	text-transform: uppercase;
	white-space: nowrap;
}

img#logo {
	position: absolute;
	right: 0px;
	top: 0px;
}

div.content {
	position: relative;
	height: expression("1px");
}

/*
div.block { background: #121212 url("../img/block_bg.gif") right bottom no-repeat; }
div.block_tl { background: url("../img/block_tl.gif") left top no-repeat; }
div.block_tr { background: url("../img/block_tr.gif") right top no-repeat; }
div.block_bl { background: url("../img/block_bl.gif") left bottom no-repeat; }
div.block_br { background: url("../img/block_br.gif") right bottom no-repeat; }
div.block_pad { padding: 10px 10px 10px 10px; position: relative; }
*/

div.block {
	background: #121212 url("../img/block_bg.gif") right bottom no-repeat;
	padding: 10px 10px 10px 10px;
	position: relative;
	display: block;

/*
	height: expression('1px');
*/
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

div.flash_gallery {
	position: absolute;
	width: 800px;
	height: 500px;
	top: -100px;
	left: 50px;
	z-index: 10101;
	background: #000000;
	border: 1px solid #333333;
	display: none;
}

img.close {
	position: absolute;
	left: 775px;
	top: 10px;
	z-index: 501;
}

div.stylist_photo {
	min-height: 372px;
	padding-left: 278px;
	height: expression("372px");
}

div.stylist_desk {
	width: 400px;
	padding-left: 32px;
}

div.stylist_example {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 170px;
}

div.avatar {
	padding-left: 110px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

div.stylist_example img {
	margin: 4px 0 10px 0;
}

div.gallery img {
	margin-left: 5px;
	margin-bottom: 5px;
}

ul.metro_li li{
 background: url('../img/contacts/pink.gif') left 0.3em no-repeat;
 padding-left: 24px;
}

div.footer {
	position: relative;
	height: expression("1px");
}

div.bottom_gradient{
	height: 10px;
	background: url("../img/bottom_gradient.jpg") 20px top no-repeat;
}

div.social_links {
	position: absolute;
	right: 26px;
	bottom: 0px;
}

div.social_links img{
	margin-left: 5px;
}

div.path {
	margin-bottom: 1em;
}

.orange {
	color: #ff9000 !important;
}

@font-face { font-family: "Rubl Sign"; src: url(http://www.artlebedev.ru/;-)/ruble.eot); }
span.rur { text-transform: uppercase; // text-transform: none;}    
span.rur span { position: absolute; overflow: hidden; width: .45em; height: 1em; margin: .1ex 0 0 -.55em; // display: none; }
span.rur span:before { content: '\2013'; }

div.person {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
	height: 260px;
	width: 140px;
}

div.person img{
	display: block;
}
