@CHARSET "ISO-8859-1";

html, body {
	border:					0px;
	margin:					0px;
	padding:				0px;
	
	font-family:			verdana;
	font-size:				12px;
	color:					#01491b;
	
	background:				#01491b;
	background-image:		url('../images/layout/bg.jpg');
	background-repeat:		repeat-x;
	background-position:	top;
}

div, img {
	border:					0px;
	margin:					0px;
	padding:				0px;
	
	behavior: 				url(iepngfix.htc)
}

#container {
	width:					900px;
	height:					100%;
	
	margin:					0 auto 0 auto; 
}

#container_logo {
	position:				absolute; 
	
	z-index:				11; 
	
	width:					61px; 
	height:					66px;
	
	top:					35px;
	margin-left:			30px;
}

#container_logo_text {
	position:				absolute; 
	
	z-index:				12; 
	
	width:					236px; 
	height:					31px;
	
	top:					45px;
	margin-left:			95px;
}

#container_gauge {
	position:				absolute; 
	
	z-index:				13; 
	
	width:					auto; 
	min-width:				275px;
	height:					34px;
	
	background:				#ebebeb;
	background-image:		url('../images/layout/bg_container_gauge.jpg');
	background-repeat:		repeat-x;
	background-position:	bottom;
	
	top:					41px;
	margin-left:			550px;
}

.gauge_text {
	position:				relative;
	
	float:					left;
	
	width:					auto;
	height:					auto;
	
	top:					11px;
	margin-left:			5px;
	
	color:					#066c2c;
}

#gauge_background {
	position:				relative;
	
	float:					left;
	
	width:					204px;
	height:					24px;
	
	background-color:		#f3f3f3;
	
	top:					5px;
	margin-left:			5px;
}

#gauge {
	position:				relative;
	
	height:					20px;
	
	background-image:		url('../images/layout/bg_gauge_green.jpg');
	background-repeat:		repeat-x;
	
	top:					2px;
	left:					2px;
}

#gauge_value {
	position:				relative;
	
	top:					3px;
	
	color:					#ffffff;	
}

#container_content {
	position:				relative;
	
	z-index:				10;
	
	width:					900px;
	height:					480px;
	
	top:					75px;
	
	background:				#ebebeb;
}

#container_intro {
	position:				relative;
	
	width:					660px;
	height:					110px;	
	
	margin-left:			10px;
	top:					25px;
}

#container_register {
	position:				relative;
	
	width:					660px;
	height:					284px;
	
	margin-left:			10px;
	top:					10px;
	
	background:				#f3f3f3;	
}

#img_register {
	position:				absolute; 
	
	top:					7px; 
	left:					7px; 
}

#container_terms {
	position:				relative;
	
	width:					660px;
	height:					50px;
	
	margin-left:			10px;
	top:					20px;
	
	background:				#f3f3f3;	
}

#terms {
	position:				absolute; 
	
	width:					660px;
	
	top:					10px;
	
	font-size:				11px;
	color:					black;  
	text-align:				center;	
}

#container_last {
	position:				relative;
	
	width:					210px;
	height:					440px;
	
	margin-left:			10px;
	top:					25px;	
}

.fader_horizontal {
	position:				relative;
	
	width:					210px;
	height:					30px;
	
	background:				url('../images/layout/bg_fader_horizontal.jpg');
	background-repeat:		no-repeat;	
	background-position:	center;

}

.register_stap1 {
	position:				absolute; 
	
	top:					160px; 
	left:					20px; 
	
	font-size:				22px;
}

.register_stap2 {
	position:				absolute; 
	
	top:					160px; 
	left:					380px; 
	
	font-size:				22px;	
}

.phone_content {
	position:				relative;
	
	width:					133px;
	height:					96px;
	
	top:					20px;
	left: 					5px;
	
	font-size:				17px;
	line-height:			130%;
	text-align:				center;	
}

#register_fader {
	position:				absolute;
	
	width:					3px;
	height:					201px;
	
	top:					10px;
	left:					320px;
	
	background-image:		url('../images/layout/bg_fader.jpg');
	background-repeat:		no-repeat;
}

.register_phone {
	position:				absolute;
	
	width:					144px;
	height:					191px;
	
	top:					10px;
	
	background:				url('../images/layout/bg_phone.jpg');
	background-repeat:		no-repeat;	
}

#phone1 {
	left:					120px;					
}

#phone2 {
	left:					480px;					
}

#footer {
	position:				absolute; 
	
	width:					900px;
	
	top:					560px; 
	
	text-align:				center;	
}

a:link {
	color:					#FFFFFF;
	text-decoration:		none;	
}

a:visited {
	color:					#FFFFFF;
	text-decoration:		none;	
}

a:hover {
	color:					#FFFFFF;
	text-decoration:		underline;	
}

a:active {
	color:					#FFFFFF;
	text-decoration:		underline;	
}

.corner {
	position:				absolute; 
	
	width:					10px; 
	height:					10px;
}

#corner_container_content_tr {
	right:					0px;
	top:					0px; 
	
	background-image:		url('../images/layout/corner_container_content_tr.png');
	background-repeat:		no-repeat;
}

#corner_container_content_tl {
	left:					0px;
	top:					0px; 
	
	background-image:		url('../images/layout/corner_container_content_tl.png');
	background-repeat:		no-repeat;
}

#corner_container_content_br {
	right:					0px;
	bottom:					0px; 
	
	background-image:		url('../images/layout/corner_container_content_br.png');
	background-repeat:		no-repeat;
	background-position:	bottom;
}

#corner_container_content_bl {
	left:					0px;
	bottom:					0px; 
	
	background-image:		url('../images/layout/corner_container_content_bl.png');
	background-repeat:		no-repeat;
	background-position:	bottom;
}

#corner_container_light_tr {
	right:					0px;
	top:					0px; 
	
	background-image:		url('../images/layout/corner_container_light_tr.png');
	background-repeat:		no-repeat;
}

#corner_container_light_tl {
	left:					0px;
	top:					0px; 
	
	background-image:		url('../images/layout/corner_container_light_tl.png');
	background-repeat:		no-repeat;
}

#corner_container_light_br {
	right:					0px;
	bottom:					0px; 
	
	background-image:		url('../images/layout/corner_container_light_br.png');
	background-repeat:		no-repeat;
	background-position:	bottom;
}

#corner_container_light_bl {
	left:					0px;
	bottom:					0px; 
	
	background-image:		url('../images/layout/corner_container_light_bl.png');
	background-repeat:		no-repeat;
	background-position:	bottom;
}

.corner_small {
	position:				absolute; 
	
	width:					5px; 
	height:					5px;
}

#corner_container_gauge_tr {
	right:					0px;
	top:					0px; 
	
	background-image:		url('../images/layout/corner_container_gauge_tr.png');
	background-repeat:		no-repeat;
}

#corner_container_gauge_tl {
	left:					0px;
	top:					0px; 
	
	background-image:		url('../images/layout/corner_container_gauge_tl.png');
	background-repeat:		no-repeat;
}

#corner_container_gauge_br {
	right:					0px;
	bottom:					0px; 
	
	background-image:		url('../images/layout/corner_container_gauge_br.png');
	background-repeat:		no-repeat;
	background-position:	bottom;
}

#corner_container_gauge_bl {
	left:					0px;
	bottom:					0px; 
	
	background-image:		url('../images/layout/corner_container_gauge_bl.png');
	background-repeat:		no-repeat;
	background-position:	bottom;
}
