* {
	margin: 0;
	padding: 0;
}

body {
	background: #1d1d1d url(../images/bg.jpg) repeat; 
	font-family: Arial;
	font-size: 12px;
	color: #D7D3E7;
	}
	
a {text-decoration: none; color: #666666;}	
a:hover {text-decoration: none; color: #000000; }	
a img { border: none; }	
:focus {	outline: 0;	}
ul, li, form, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
	

#wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	background:   url(../images/content_repeat.jpg) repeat-y left;
	}
	
.container {
	background:   url(../images/content_bg.jpg) no-repeat bottom left;
	padding: 11px 20px 0 20px;
	}

/* 
start header
 */
 
.header {
	background:   url(../images/header_bg.jpg) no-repeat top center;
	width: 860x;
	/*height: 156px;*/
	float:left;
  }

.logo {
	float: left;
	padding: 50px 0 0 30px;
	}
	
.menu { 
	float: left;
	margin-top: 34px;
	margin-left: 0px;
	width: 100%;
	height: 40px;
	}
	
.menu li { 
	float: left;
	display: inline-block;
	margin-right: 1px;
	position: relative;
	background:   url(../images/item_left_bg.png) no-repeat left top;
	}
	
.menu li a {	
	color: #000000;
	font-size: 16px;
	display: block;
	font-weight: bold;
	float: left;
	height: 31px;	
	position: relative;
	z-index: 2;
	padding: 9px 17px 0 17px; 
	}
	
.menu li span {
	float: left;
	display: block;
	height: 40px;
	width: 44px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background:   url(../images/item_right_bg.png) no-repeat right top;
	}
	
/* 
end header
 */ 

 
/* 
start content
 */  
 
.content {
	width: 855px;
	font-size: 18px;
	color: #6d6e71;
	float: left;
	margin-top: 3px;
	background:   url(../images/green_arrow.png) no-repeat left top;
	padding: 0 20px 0 0 
	}
	
.content p {
	line-height: 20px;
	padding-bottom: 15px;
	}
		
.left {
	float: left;
	padding: 47px 38px 280px 24px;
	width: 402px;
	text-align: left;
	}	
	
.left h1 {
	font-family: Tahoma;
	font-size: 26px;
	margin: 0 0 0 0; 
	font-weight: normal;
	padding-bottom: 10px;
	}	
	
.right {
	float: right;
	width: 325px;
	font-size: 15px;
	color: #000;
	}
	
.inner {
	padding: 15px 15px 0 15px;
	background:   url(../images/right_gray_bg.jpg) repeat-y left top;
	}
	
.right h2 {
	padding-top: 25px;
	}
	
.right h5 {
	font-size: 15px;
	padding: 8px 0 11px;
	}
.left ol li { margin-bottom: 10px;}
.left ul li { margin-top: 10px;}

.form_line {
	display: inline-block;
	line-height: 29px;
	padding-bottom: 3px;
	width: 100%;
	}
	
.form_line label, .form_line input {
	font-size: 15px;
	}
	
.form_line label {
	float: left;
	width: 108px;
	}	
	
.form_line textarea {
	float: right;
	width: 197px;
	height: 84px;
	border-top: 2px solid #e7e7e7;
	border-left: 2px solid #e7e7e7;
	border-bottom: 2px solid #959595;
	border-right: 2px solid #7d7d7d;
	background: #FFF;
	color: #000;
	font-size: 15px;
	padding: 4px;
	}

.form_line input.main {
	height: 21px;
	padding: 4px;
	width: 197px;
	float: right;	
	border-top: 2px solid #e7e7e7;
	border-left: 2px solid #e7e7e7;
	border-bottom: 2px solid #959595;
	border-right: 2px solid #7d7d7d;
	background: #FFF;
	color: #000;
	}	
	
.form_line label.rnumber {
	width: 146px;
	}
		
.form_line input.rnumber {
	height: 21px;
	padding: 4px;
	width: 146px;
	float: right;
	border-top: 2px solid #e7e7e7;
	border-left: 2px solid #e7e7e7;
	border-bottom: 2px solid #959595;
	border-right: 2px solid #7d7d7d;
	background: #FFF;
	color: #000;
	}
	
.check_block {
	float: right;
	width: 160px;
	}	
	
.form_line label.checkbox {
	display: inline;
	width: 55px;
	}
	
.form_line input.checkbox {
	display: inline;
	margin: 3px 0 0 10px;
	}
	
.yes_no {
	float: right;
	margin-left: 15px;
	}
	
span.captcha {
	font-size: 25px;
	display: block;
	padding-bottom: 10px;
	}

.form_line label.last {
	width: 244px;
	}	
	
.check_last {
	float: right;
	line-height: 20px;
	}	
	
.form_line .submit_but {
	background:   url(../images/green_button.png) no-repeat left top;
	font-size: 15px;
	font-weight: bold;
	border: none;
	width: 188px;
	height: 34px;
	float: right;
	cursor: pointer;
	padding: 0;
	margin-top: 8px;
	}
		
.right_footer {	
	background:   url(../images/right_gray_footer.jpg) no-repeat left top;
	height: 10px;
	}
	
.logos {
	float: left;
	padding: 47px 0 29px;
	}
	
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	}

/* 
end of content
*/

.footer {
	float: left;
	font-size: 1px;
	height: 40px;
	width: 100%;
	}
