html, body{
	height: 100%;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.2em;
	background: #626262;
}

a{
	font-size: 1em;
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a img{
	border: none;
}

h1{
	font-size: 1.6em;
	line-height: 1.1em;
}

h2{
	font-size: 1.4em;
	line-height: 1.1em;
}

h3{
	font-size: 1.2em;
	line-height: 1.1em;
}

hr{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-bottom: 1px solid #e0e0e0;
}

img.left{
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

img.right{
	display: block;
	float: right;
	margin: 0 0 10px 10px;
}

.clear{
	clear: both;
}

#wrapper{
	position: relative;
	width: 772px;
	left: 50%;
	top: 0;
	margin-left: -428px;
	padding: 0 47px 0 37px;
	background: #fff;
}

#nav{
	position: relative;
	left: -37px;
	width: 856px;
	height: 37px;
	background: #626262;
	z-index: 1000;
}
	#nav > ul{
		display: block;
		height: 37px;
		margin: 2px 0 -2px 37px;
		z-index: 1000;
	}
		#nav > ul > li{
			position: relative;
			display: block;
			float: left;
			margin-right: 32px;
		}
			#nav > ul > li > a{
				line-height: 37px;
				font-size: 0.75em;
				text-transform: uppercase;
				color: #fff;
				letter-spacing: 2px;
			}
			#nav > ul > li > a:hover{
				color: #cecece;
				text-decoration: none;
			}
			#nav > ul > li > ul{
				display: none;
				position: absolute;
				left: -8px;
				top: 37px;
				padding: 5px 8px;
				margin: 0;
				background: #818181;
				z-index: 1000;
			}
				#nav > ul > li > ul > li{
					display: block;
					float: none;
					width: auto;
					margin-right: 0;
					background: #818181;
					z-index: 1000;
				}
					#nav > ul > li > ul > li > a{
						line-height: 3em;
						font-size: 0.75em;
						text-transform: uppercase;
						color: #fff;
						letter-spacing: 2px;
						white-space: nowrap;
						z-index: 1000;
					}
					#nav > ul > li > ul > li > a:hover{
						color: #cecece;
						text-decoration: none;
					}
	
#block_0{
	position: relative;
	left: -37px;
	width: 856px;
	height: 117px;
	margin-top: 26px;
	background: #bf1e2d;
	z-index: 10;
}
	#block_0  a.logo{
		position: absolute;
		width: 533px;
		height: 84px;
		left: 36px;
		top: 16px;
		z-index: 100;
	}
	#block_0  .contacts{
		display: block;
		position: absolute;
		right: 55px;
		top: 16px;
		text-align: right;
		color: #fff;
		font-size: 0.8em;
	}
		#block_0  .contacts .fb{
			float: right;
			width: 52px;
			height: 25px;
			margin: 0 0 10px 0;
		}
		#block_0  .contacts  span{
			padding-left: 12px;
			margin-bottom: 6px;
			font-size: 1.9em;
			font-weight: bold;
			background: url(../img/icon_phone.png) left center no-repeat;
		}
		#block_0  .contacts a{
			color: #fff;
		}
	#block_0  .left_corner{
		position: absolute;
		width: 15px;
		height: 137px;
		left: -15px;
		top: 0;
		background: url(../img/block_0_left_corner.png) no-repeat;
	}
	#block_0  .right_corner{
		position: absolute;
		width: 15px;
		height: 137px;
		right: -15px;
		top: 0;
		background: url(../img/block_0_right_corner.png) no-repeat;
	}
	
#block_1{
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
	#block_1 h1{
		margin: 24px 0;
		font-size: 3em;
		color: #898989;
		font-family: "Helvetica Neue Light","HelveticaNeue-Light",arial,helvetica,sans-serif;
		font-weight: 100;
		text-transform: uppercase;
	}
	#block_1 .placeholder{
		float: left;
		width: 535px;
		height: 295px;
		overflow: hidden;
		background: #000;
	}
	#block_1 .see_yourself_form{
		display: block;
		float: right;
		width: 220px;
		height: 295px;
		background: url(../img/see_yourself_form_bg.png) no-repeat;
	}
		#block_1 .see_yourself_form h1{
			margin: 15px 15px 15px 15px;
			font-size: 1.3em;
		}
		#block_1 .see_yourself_form form{
			margin: 0 15px;
		}
			#block_1 .see_yourself_form form label{
				display: block;
				margin-bottom: 6px;
				font-size: 0.8em;
				text-transform: uppercase;
			}
			#block_1 .see_yourself_form form label.inline{
				display: inline;
				margin: 0;
			}
			#block_1 .see_yourself_form form input.text{
				display: block;
				width: 180px;
				height: 19px;
				margin-bottom: 10px;
				padding: 0 4px;
				border: none;
				background: url(../img/see_yourself_form_input_bg.png) no-repeat;
			}
			#block_1 .see_yourself_form form input.radio{
			}
			#block_1 .see_yourself_form form input.submit{
				display: block;
				width: 119px;
				height: 32px;
				margin: 15px 0 0 35px;
				border: none;
				background: url(../img/see_yourself_form_submit_button_bg.png) no-repeat;
				cursor: pointer;
			}
	
.text_block{
	position: relative;
	margin: 25px 0;
}
	.text_block  .col_0{
		float: left;
		width: 535px;
	}
		.text_block  .col_0  h1{
			padding-left: 12px;
			margin-bottom: 15px;
			font-size: 1.6em;
			color: #626262;
			text-transform: uppercase;
			font-weight: normal;
			background: url(../img/h1_arrows.png) left 8px no-repeat;
		}
		.text_block  .col_0  p{
			padding-left: 12px;
			font-size: 1.2em;
			line-height: 1.2em;
			color: #898989;
		}
	.text_block .col_1{
		float: right;
		width: 220px;
	}
	.text_block  .col_full{
		min-height: 190px;
		background: url(../img/some_bg.png) right top no-repeat;
	}
		.text_block  .col_full  h1{
			width: auto;
			height: 38px;
			padding: 0 45px 10px 25px;
			font-size: 1.4em;
			line-height: 30px;
			color: #fff;
			text-transform: none;
			background: url(../img/some_bg_h1_bg.png) left top no-repeat;
		}
		.text_block  .col_full  p{
			width: 550px;
			padding: 0 0 0 12px;
			font-size: 1em;
		}
	
#footer{
	position: relative;
	left: -37px;
	width: 856px;
	line-height: 15px;
	padding: 10px 0px;
	text-align: center;
	color: #626262;
	font-size: 0.9em;
	border-top: 6px solid #626262;
	border-bottom: 6px solid #626262;
}
	#footer a{
		color: #5e99cc;
	}