body { 
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #888;
}

.page_top_bg_1 {
	background-image: url("img/white_bottom.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFF;
}

.page_top_bg_2 {
        background-image: url("img/white_top.gif"); 
	background-repeat: no-repeat;
	background-position: left top;
}

.main_text_bg_0 {
	background-image: url("img/main_text_bg_00.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

.main_text_bg_1 {
	background-image: url("img/main_text_bg_01.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

.main_text_bg_2 {
	background-image: url("img/main_text_bg_02.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

.main_text_bg_3 {
	background-image: url("img/main_text_bg_03.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.path {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin: 0;
}

/* Главное меню */

#menu_1 {
	width: 200px;
	background-image: url("img/menu_bg_bottom.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #09C;
	margin-bottom: 15px;
}

#menu_2 {
	background-image: url("img/menu_bg_top.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px;
}

/* Пункты главного меню */

#menu_1 a {
	color: #FFF;
	text-decoration: none;
}

#menu_1 ul  {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 12px;
	font-weight: bold;
	list-style: none;
}

#menu_1 li {
	min-height: 15px;
	padding: 4px 0 4px 17px;
	border-top: 1px solid #4DB8DB;
	background-image: url("img/pointre_03.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px; 
	//height: 15px;
}

#menu_1 li.here {
	background-color: #005981;
}

#menu_1 li.more_close {
	background-image: url("img/pointre_01.gif");
}

#menu_1 li.more_open {
	background-image: url("img/pointre_02.gif");
}

#menu_1 div.more ul {
	font-weight: normal; 
	//margin: 5px 0px -5px -17px;
}

/* Ненумерованный список */

#main_text ul {
	padding: 0 0 0 15px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333; 
	list-style-image: url("img/bul_01.gif");
}

#main_text li ul {
	list-style-image: url("img/bul_01m1.gif");
}

#main_text li ol {
	list-style-image: none;
}
