@import 'reset.css';
html{
	height: 100%;
	}
body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
	background: #000000 url(../img/main_bg.jpg) no-repeat top center;
	color: #3e3e3e;
	}
p{
	margin-top: 10px;
	margin-bottom: 10px;
	}
h2{
	font-size: 140%;
	margin-top: 30px;
	}
#work_space{
	width: 970px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}
input, textarea {
	width: 250px;
	border: 1px solid #DEDEDE;;
	font-size: 120%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	color: #3e3e3e;
	}
input.nostyle {
	width: auto;
	}
select {
	border: 1px solid #DEDEDE;;
	font-size: 130%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	color: #3e3e3e;
	}
label {
	font-size: 110%;
	line-height: 40px;
	}

#toper{
	width: 100%;
	padding-top: 45px;
	padding-bottom: 45px;
	overflow: hidden;
	}
#toper #logo{
	float: left;
	}
#toper #main_menu{
	float: right;
	width: 450px;
	}
#toper #main_menu ul {
	list-style: none;
	width: 450px;
	}
#toper #main_menu ul li { 
	position: relative;
	float: left; 
	width: 150px;
	text-align: center;
	}
#toper #main_menu ul li a{ 
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 130%;
	line-height: 60px;
}
#footer{
	position: relative;
	margin-left: 10px;
	margin-bottom: 30px;
	}
	#content #footer{
		position: relative;
		margin-top: 60px;
		border-top: 1px solid #565656;
		padding-top: 10px;
		margin-bottom: 0;
		height: 50px;
		}
	#footer #pechat{
		position: absolute;
		width: 150px;
		height: 150px;
		top: -40px;
		right: 40px;
		z-index: 3;
		}
	#content #footer #pechat{
		top: -50px;
		right: 0;
		}
	#footer .top{
		position: relative;
		height: 26px;
		width: 949px;
		background: url(../img/advantage_bg_top.png) no-repeat top center;
		}
	#footer .center{
		position: relative;
		width: 909px;
		background: url(../img/advantage_bg_center.png) repeat-y top center;
		overflow: hidden;
		min-height: 66px;
		padding-left: 40px;
		padding-top: 10px;
		}
	#footer .bottom{
		position: relative;
		width: 949px;
		height: 22px;
		background: url(../img/footer_bg_bottom.png) no-repeat top center;
		}
	
#content {
	overflow: hidden;
	}
	#content #about {
		background: url(../img/about_bg.jpg) no-repeat top center;
		width: 968px;
		height: 310px;
		}
		#content #about h1 {
			color: #FFFFFF;
			font-size: 200%;
			width: 100%;
			text-align: center;
			line-height: 70px;
			}
		#content #about p {
			color: #FFFFFF;
			width: 430px;
			margin-left: 35px;
			margin-top: 10px;
			float: left;
			}
		#content #about #login {
			float: right;
			margin-right: 35px;
			margin-top: 10px;
			width: 400px;
			}
			#content #about #login label {
				color: #FFFFFF;
				font-size: 110%;
			}
			#content #about #login input {
				border: none;
			}
		#content #about #about_header{
			margin: 0 auto;
			overflow: hidden;
			width: 770px;
			}
			#content #about #about_header div{
				float: left;
				color: #FFFFFF;
				font-size: 200%;
				line-height: 70px;
				height: 70px;
				}
		#content #about #reg_now {
			float: right;
			margin-top: 40px;
			text-align: center;
			margin-right: 150px;
		 	}
			#content #about #reg_now a{
				color: #FFFFFF;
				}
	#content #advantage {
		position: relative;
		width: 970px;
		margin-top: 45px;
		margin-left: 10px;
		}
		#content #advantage .top{
			position: relative;
			height: 26px;
			width: 949px;
			background: url(../img/advantage_bg_top.png) no-repeat top center;
			}
		#content #advantage .center{
			position: relative;
			width: 949px;
			background: url(../img/advantage_bg_center.png) repeat-y top center;
			overflow: hidden;
			min-height: 403px;
			}
		#content #advantage .bottom{
			position: relative;
			width: 949px;
			height: 21px;
			background: url(../img/advantage_bg_bottom.png) no-repeat bottom center;
			}
		#content #advantage .content div{
			display: none;
			}
			#content #advantage .content div.solidly{
				display: block;
				}
		#content #advantage ul.nav{
			width: 225px;
			float: left;
			margin-left: 40px;
			margin-top: 55px;
			list-style: none;
			list-style-position: inside;
			}
			#content #advantage ul.nav li{
				height: 40px;
				font-size: 120%;
				line-height: 40px;
				border-bottom: 1px solid #bfbfbf;
				padding-left: 10px;
				cursor: pointer;
				position: relative;
				}
				#content #advantage ul.nav li .arow{
					position: absolute;
					background: url(../img/elow_arow/rifgt.gif) no-repeat right;
					width:21px;
					height:40px;
					right:-21px;
					top: 0;
					display: none;
					}
				#content #advantage ul.nav li.active .arow{
					display: block;
					}
				#content #advantage ul.nav li.active{
					background: url(../img/elow_arow/center.gif) repeat-x top;
					}
				#content #advantage ul.nav li.active:before{
					background: url(../img/elow_arow/rifgt.png);
					}
		#content #advantage .content {
			width: 600px;
			float: right;
			margin-right: 40px;
			margin-top: 20px;
			}
		#content #advantage h1{
			font-size: 170%;
			width: 600px;
			float: right;
			text-align: center;
			margin-right: 40px;
			margin-top: 10px;
			}
			
	#content .page {
		padding: 50px 50px 50px 80px;
		background: #FFFFFF url(../img/page_bg.jpg) repeat-y;
		position: relative;
		margin-bottom: 20px;
		overflow: hidden;
		}
		#content .page h1{
			font-size: 170%;
			text-align: center;
			margin-bottom: 30px;
			}
		#content .page ol{
			list-style-position: inside;
			counter-reset: section;
			list-style-type: decimal;
			}
			#content .page ol li{
				margin-bottom: 10px;
				margin-top: 10px;
				counter-increment: section;
				}
				#content .page ol li p{
					font-weight: normal; 
					}
					#content .page ol li ol{
						margin-left: 20px;
					}
					#content .page ol li ol li{
						margin-bottom: 10px;
						font-weight: normal;
						}
						#content .page ol li ul{
							margin-left: 20px;
							}
			#content .page ul li{
				list-style: disc;
				list-style-position: inside;
				font-weight: normal;
				}
				#content .page ul li:before{
					content: '';
					}
	#content #ugolok{
		background: url(../img/page_top_bg.png) no-repeat left top;
		height: 191px;
		width:132px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		}
	#send_promo .promokod{
		color: #fc8200;
		border: 1px dashed #fc8200;
		padding: 20px;
		margin: 20px 20px 20px 0;
		font-size: 120%;
		text-align: center;
		background-color: #FFFFFF;
		}
	#send_promo div.ajax_loader{
		position: absolute;
		left: 264px;
		top:224px;
		width: 32px;
		height: 32px;
		}

div.error_message {
	border: 1px solid #FD0000;
	color: #FD0000;
	font-size: 140%;
	padding: 10px;
	}