@charset "utf-8";
/* CSS Document */

* {
 margin: 0;padding: 0;border: 0;
}

html, body {width:100%;min-height:100%;height:100%;}

BODY {
	font-family: Tahoma, Verdana, "Times New Roman";
	background:url('images/background.gif');
}

A {color: #000000; text-decoration:none;}
A:hover {/*color:#FAE584;*/ text-decoration: underline;}

INPUT, textarea, select {
	font-size: 150%;
	border:solid #000 1px;
	padding:1px;
}
/*--------------------- main_div ----------------------*/
.main_div, #footer{
	width:773px;
	display:block;
	margin: auto;
	
	/*padding-left:50%;
	margin-left:-387px;*/
}
.main_div{
	height: auto !important;
	min-height:100%;
	height: 100%;
	background: left repeat-y url('images/fon_all.gif');
}

.main_banner{
	vertical-align:top;
	white-space:nowrap;
	background-color:#0075ba;
	/*position:relative;
	z-index:10;*/
	height:154px;
	width:773px;
	display:block
}

#content .empty {height:184px;clear: both;}

.main_bottom{
	height:101px;
	clear: right;
	background:#0075ba url('images/pict_12.gif') repeat-x top;
	padding-bottom:20px;
}
#footer {
	background-color:#0075BA;
	margin-top: -184px;
	height:184px;
	clear: both;
	
}
		/*--- main_banner -----*/
.main_banner_left{
	text-align:left;
	width:250px;
	height:154px;
	float:left;
	background:url('images/left_up.gif') repeat-x top;
}
.main_banner_center{
	/*text-align:center;*/
	width:293px;
	height:154px;
	background:url('images/head2.jpg') no-repeat;
	display:block;
	float:left;
}
.main_banner_right{
	width:230px;
	height:154px;
	background:url('images/head3.jpg') no-repeat;
	display:block;
	float:left;
}
				/*--- main_banner_left -----*/
.main_banner_left DIV, .main_banner_left img, .main_banner_left object, .main_banner_left embed {
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:top;
}
.main_banner_left #main_banner_object{
	margin:48px 0px 0px 0px;
	border: none;
	height:49px;
}
.main_banner_left #main_banner_img{
	border: none;
	height:57px;
}
				/*--- end  main_banner_left -----*/
		/*--------------------- menu ----------------------*/
.main_left_menu{
	font-size: 11px;
	font-weight: bold;
	width:207px;
	background:url('images/pic_05.jpg') no-repeat top;
	vertical-align:top;
	padding-top:20px;
	float:left;
}

.main_left_menu UL{
	padding:0px;
	margin:0px;
}

.main_menu li{
	font-size:11px;
	font-weight: bold;
	list-style:none;
	margin-left:5px;
	padding-top:10px;/**/
}

.main_menu li a{
	padding-left:20px;
	color: #FFFFFF;
	background:left center no-repeat url('images/arrow.gif');
}

.main_menu li a:hover{
	color:#FAE584;
}

.main_menu li li a{
	padding-left:10px;
	font-size:11px;
	color:#FAE584;
	background:left center no-repeat url('images/dot.gif');
}

.main_menu li li{	
	font-weight:normal;
	padding-top:10px;
	margin-left:20px;
	list-style:none;
}
.main_menu li li li{
	margin-left:10px;
}
 .main_menu #act_left{
	/*color:#000000;*/
	font-weight:bold;
	text-decoration:underline;
}

.main_menu {
	/*display:block;
	background:#f0f0f0 left repeat-y url('images/fon_all.gif');*/
}

		/*--------------------- end menu ----------------------*/
		/*--------------------- content ----------------------*/
.header{
	background:#FCCE30 left repeat-y url('images/head_back.gif');
	display:block;
	padding-left:66px;
	text-transform:uppercase;
	margin-bottom:10px;
	/*#margin-bottom:0px;
	margin-right:66px;
	width:100%;*/
}
.header H2 {
		padding:0px;
		margin:0px;
	font-size: 13px;
	font-weight: bold;
	color: #0075BA;
}
.header H1 {
		padding:0px;
		margin:0px;
	font-size: 16px;
	font-weight: bold;
	color: #0075BA;
}

.content {
	font-size: 12px;	
	padding:0px;
	margin:0px;
	margin-left:207px;
	padding:10px;
		
	/*display:block;
	background-color:#FFFF00;
	background:#f0f0f0 repeat-y right url('images/all_back.gif');
	height:100%;
	clear:left;*/
}

	/*--------------------- end content ----------------------*/
	/*--------------------- bottom ----------------------*/
.main_bottom_head_town{
	background:#0075BA no-repeat left url('images/pic_up.jpg');
	height:63px;
	display:block;
	text-align:right;
	width:100%;
}

.main_content_head {
	text-align:right;
	background:#f0f0f0 repeat-y right url('images/fon_all.gif');
	/*background:#f0f0f0 repeat-y right url('images/all_back.gif');*/
	height:63px;
	padding-right:5px;
	margin-left:207px;
}
	/*--------------------- end bottom ------------------*/
	/*--------------------- main_bottom ------------------*/
.main_bottom_left {
	width:207px;
	height:101px;
	background:url('images/pic_down.jpg') no-repeat;
	display:block;
	float:left;
}

.main_bottom_center1 {
	width:92px;
	height:101px;
	background:url('images/pict_11.jpg') no-repeat;
	display:block;
	float:left;
}

.main_bottom_center2 {
	float:left;
	text-align:left;
}
.main_bottom_center2 span{
	width:230px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top:20px;
	white-space:normal;
	display:block;
}
.main_bottom_right {
	width:235px;
	height:101px;
	background:url('images/pict_13.jpg') no-repeat;
	display:block;
	text-align:right;
	float: right;
}
	/*---------------------  end main_bottom ------------------*/
/*--------------------- end main_div ----------------------*/
/*--------------------- popup_menu ----------------------*/
	
.popup_menu{
	font-size:11px;
	/*padding-bottom:8px;
	margin-bottom:8px;*/
	padding:3px;
	background: #DFDFDF;
	margin:1px 0px 5px;
}
.popup_menu #this {
	color: #0075BA;
}
/*--------------------- end popup_menu ----------------------*/