@font-face {    
    font-family: 'MyriadPro-SemiboldIt';
    src: url('font/my.eot');
    src: url('font/my.eot?#iefix') format('embedded-opentype'),
         url('font/my.woff') format('woff'),
         url('font/my.ttf') format('truetype'),
         url('font/my.svg#myriad_pro_lightbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body
{
	padding:0;
	margin:0; 
	background-color:#d1d9e1;
	height: 100%;
}

h1
{
	color:#ed1c24;
	font: normal normal 400 15px/normal Arial;
}
p
{
	color:#3e4549;
	font: normal normal 400 12px/normal Arial;
}
.main
{
	background: url("../img/ground_main.png") repeat-x;
	overflow: hidden;
}
.form
{
	background: url("../img/bg.png") repeat;
	overflow: hidden;
}
.center
{
	width: 985px;
	margin: 0 auto 0;
}
.padding
{
	padding: 20px;
}
.padding_top
{
	padding-left: 9px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.top
{
	width: 963px;
	height: 78px;
	background-color:#FFFFFF;
	position: relative;
	margin: 0 auto 0;
}
	.top_r
	{
		position: absolute;
		width: 11px;
		height: 78px;
		background: url("../img/top_right.png") no-repeat;
		right: -11px;
	}
	.top_l
	{
		position: absolute;
		width: 11px;
		height: 78px;
		background: url("../img/top_left.png") no-repeat;
		left: -11px;
	}
	.logo
	{
		width:500px;
		height:40px;
		background: url("../img/header-logo-new-brand.gif") no-repeat;
		float: left;
	}
	.phone
	{
		color: #444444;
		display: block;
		font: normal normal 400 12px/normal MyriadPro-SemiboldIt;
		height: 12px;
		left: 265px;
		position: relative;
		top: 0px;
		width: 210px;
		float: left;
	}
		.logo_text 
		{ 
			color: #ed1c24;
			font-family: "Arial";
			font-size: 9px;
			font-weight: 400;
			left: 0px;
			letter-spacing: 1px;
			margin: 0px;
			padding-left: 0px;
			position: absolute;
			text-align: left;
			text-decoration: none;
			text-transform: uppercase;
			top: 0px;
			width: 240px;
		}
		.phone .call_us 
		{ 
			color: #ed1c24;
			font-family: "Arial";
			font-size: 9px;
			font-style: normal;
			font-weight: 400;
			letter-spacing: 1px;
			padding-left: 107px;
			text-transform: uppercase;
		}
		.phone_start 
		{ 
			color: #444444;
			display: block;
			font: normal normal 400 15px/15px MyriadPro-SemiboldIt;
			height: 15px;
			left: 0px;
			margin: 0px;
			padding: 0px;
			position: absolute;
			top: 12px;
			width: 24px;
		}
		.phone_end 
		{ 
			font-size: 37px;
			left: 28px;
			margin: 0px;
			padding: 0px;
			position: absolute;
			top: 6px;
		}
		
.content
{
	width: 100%;
	margin-top:20px;
	background-color:#FFFFFF;
	overflow: hidden;
	border-radius: 5px;
}
	.content p
	{
		font: normal normal 400 13px/normal Arial;
	}
	.left_block
	{
		width: 745px;
		float: left;
		text-align: justify;
	}
	.right_block
	{
		width:180px;
		position:relative;
		background-color: #f6f7f7;
		left:20px;
		top:-20px;
		font: normal normal 400 12px/normal "Verdana Regular";
		float:left;
	}
		.rb
		{
			position: absolute;
			background: url("../img/rb.png") no-repeat;
			width: 10px;
			height: 10px;
			bottom: 0px;
			right: 0px;
		}
		.rt
		{
			position: absolute;
			background: url("../img/rt.png") no-repeat;
			width: 10px;
			height: 10px;
			top: 0px;
			right: 0px;
		}
		.lb
		{
			position: absolute;
			background: url("../img/lb.png") no-repeat;
			width: 10px;
			height: 10px;
			bottom: 0px;
			left: 0px;
		}
		.lt
		{
			position: absolute;
			background: url("../img/lt.png") no-repeat;
			width: 10px;
			height: 10px;
			top: 0px;
			left: 0px;
		}
		.button_position
		{
			position: absolute;
			bottom:-15px;
			left:20px;
		}
		.padding_rb
		{
			padding:11px;
		}
		.padding_rb p
		{
			font: normal normal 400 12px/normal Arial;
			color:#5d7691;
		}
.bottom
{
	margin-top:20px;
	overflow: hidden;
	position: absolute;
}
	.block_bottom
	{
		float:left;
		width:230px;
		height: 118px;
		position: relative;
	}
	.block
	{
		width:230px;
		height: 118px;
		background-image: url("../img/block_bottom.png");
		top:0px;
		position: absolute;
	}
		.block_bottom img
		{
			margin-top: 20px;
			margin-left: 80px;
		}
			.text
			{
				padding-left: 25px;
				padding-right: 25px;
				text-align: center;
				margin-top: -7px;
			}
			.text p
			{
				color:#5d7691;
				font: normal normal 400 11px/normal "Arial";
			}
.footer
{
	background-color:#d1d9e1;
	padding: 0;
	margin: 0;
	height: 40px;
	width:100%;
	margin-top: 0px;
	margin-top:130px;
}
.address_direction div 
{ 
background: url("../img/direction_car.png") no-repeat transparent;
color: black;
padding-bottom: 10px;
padding-left: 50px;
padding-top: 10px;
}
.address_direction div.address_metro 
{ 
background: url("../img/direction_metro.png") no-repeat transparent;
}
.address_direction p
{
	margin-top: -5px;
}
table a 
{ 
color: #0070BA;
}
.salons
{
	font: normal normal 400 13px/normal "Arial";
}
.text a
{
	color:#5d7691;
}