@charset "utf-8";
/* made by Alexander Lykhosherstov email:wob_niar@mail.ru*/
/* */
/* CSS Document */

body{
	margin:0px;
	background-color:#feffff;
	background:url(images/bg_x.jpg) repeat-x;
	}
img{
	border:0px;
	}
a:hover{
	text-decoration:none;
	}
.fl{float:left}
.cl{clear:both}

.main{
	margin:0 auto;
	width:1000px;
	}

.header{
	height:313px;
	}
.content{
	min-height:463px;
	background:url(images/content_bg.jpg) repeat-x;
	background-color:#fbfefd;
	}
.left{
	border-left:solid 1px #c2d7e4;
	border-right:solid 1px #c2d7e4;
	width:271px;
	height:364px;
	background:url(images/left_bg.jpg) repeat-x;
	}
.left .list{
	color:#1e414f;
	font-family:arial;
	font-size:13px;
	width:240px;
	padding-left:16px;
	line-height:15px;
	height:25px;
	background:url(images/list_1.jpg) no-repeat;
	padding-top:4px;
	margin-bottom:9px;
	}
.text .list{
	background:url(images/list.gif) no-repeat 0px 5px;
	margin-left:24px;
	padding-left:10px;
	margin-bottom:6px;
	line-height:14px;
	}
.title{
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	color:#ff5931;
	line-height:21px;
	padding-bottom:19px;
	}
.text{
	font-family:arial;
	font-size:12px;
	line-height:15px;
	color:#555555;
	}
.text a{
	color:#555555;
	}
.text br{
	line-height:12px;
	}
.footer{
	background:url(images/footer.jpg) no-repeat;
	height:94px;
	text-align:center;
	font-family:arial;
	}
.fmenu{
	font-size:12px;
	padding-top:6px;
	padding-right:8px;
	}
.fmenu a{
	text-decoration:none;
	color:#1e414f;
	}
.fmenu a:hover,.fmenu span{
	text-decoration:underline;
	}

.copy{
	color:#1e414f;
	font-size:12px;
	padding-top:5px;
	padding-right:8px;
	}
.copy a{
	color:#1e414f;
	}
	
	

.form{	
	padding-left:50px;
	line-height:15px;
//	line-height:13px;
	}
form,input,textarea{
	padding:0px;
	margin:0px;
	border:0px;
	}
.w1{
	font-size:12px; 
	border:solid 1px #CCCCCC; 
	font-family:arial;
	color:#555555;
	width:230px;
	}
.w2{
	font-size:12px; 
	border:solid 1px #CCCCCC; 
	width:230px; 
	height:50px;
	color:#555555;
	overflow:auto;
	font-family:arial;
	}
.btn_pos{
	padding-top:9px;
	padding-left:104px;
	}
.reset{
	border:0px; 
	width:56px; 
	height:19px; 
	background-image:url(images/clear.jpg);
	cursor:pointer;
	}
.submit{
	margin-left:16px; 
	border:0px; 
	width:56px; 
	height:19px;
	background-image:url(images/send.jpg);
	cursor:pointer;
	}
#error{}