@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/patern.png);
	background-repeat: repeat;
}

.header {
	width: 100%;
	height:249px;
}
.h_bar{
	width: 100%;
	height:29px;
	background-image:url(images/horis_bar.png);
}
.left_col{
	padding: 65px 0 0 22px;
}
.right_col{
	padding: 94px 0 0 36px;
	font-family:tahoma;
}
.title{
	width: 462px;
	height: 27px;
	font-family:tahoma;
	background-color:#fafafa;
	padding: 3px 0 0 38px;
}
.text {
	width: 586px;
	height:auto;
	padding-top:30px;
	font-family:tahoma;
	font-size:13px;
}
.text img{
	float:left;
	padding: 20px;
}

	
	
.footer{
	width:100%;
	height:30px;
	background-image:url(images/footer.png);
}

.change{
	font-size:14px;
	color:#006600;
}
.hid{
	display:none;
}
.map{
	width: 350px;
	height:auto;
	float:left;
}
.form{
	width:300px;
	float:left;
	height:auto;
}
.form_title{
	width:100%;
	font-weight: bold;
	font-size:15px;
}
.fields{
	font-size:14px;
}
.low_menu {
	padding: 0 0 0 20px;
	text-align:center;
	background-color:#FFFFFF;
	margin-bottom: 10px;
}
.low_menu a{
	font-family:tahoma;
	font-size:12px;
	color:#333366;
}
.low_menu a:hover{
	color:#FF0000;
}