html,body {

  margin:0;

  padding:0;

  height:100%;

  width:100%;
  background-color: white;

}

.page_name
{
	font-family: Arial;
	color: #F4D062;
	position: relative;
	top: 20px;
	right: 36px;
}

.page_name a
{
	
	color: #FFFFFF;
	text-decoration: none;
}

table.full-height {

  height:100%;
}


.bod a 
{
	
	color: #FFFFFF !important;
}
.bod 
{
	
	color: #ccc !important;
	padding-left: 10px;
	font-family: Arial;
	font-size: 14px;
	padding-right: 10px;
}
#div_menu
{
	position:relative;
	right: 50px;
	float: right;
}

#div_menu UL {
  list-style: none;			/* Для списка убираем маркеры */
  padding: 0px;				/* Нет отступов вокруг */
  margin: 0px;				/* Убираем поля вокруг текста */
  font-family: Arial;	/* Рубленый шрифт для текста меню */
  font-size: 15px;			/* Размер текста в пункте меню */
}

#div_menu UL LI {
  position: relative;		/* Подпункты позиционируются относительно */
  		/* Цвет фона пунктов меню */
  float: left;
/*  background-color: #FF380E;
  background-image: url(../images/web2_05.jpg); */
  height: 40px;
  padding: 0px;
  		/* Пункты первого уровня располагаются горизонтально */

  	/* Поля вокруг пунктов первого уровня */
  margin: 0px;		/* Расстояние между пунктами по горизонтали */
}

#div_menu UL LI UL LI {
	padding: 0px;			/* Отменяем поля вокруг рамки пунктов меню второго уровня */
/*   	background-color: #0127a6;*/
	position: relative;
	height: 40px;
	vertical-align: middle;
	margin: 0px;
	top: 18px;
	_top: 14px;
}

#div_menu LI UL {
  position: absolute;		/* Подменю позиционируются абсолютно */
  display: none;		/* Скрываем подменю */
  width: 210px;			/* Ширина пунктов подменю */
  margin-top: 11px;		/* Сдвигаем подменю немного вниз */
	font-size: 12px;
}


* HTML #div_menu LI UL {			/* Только для браузера Internet Explorer */
  left: 0px;			/* Положение подменю по горизонтали */
  top: 21px;
  _top: 22px;		/* Положение подменю по вертикали */
  _bottom: 10px;
}

#div_menu LI A {
	border:medium none;
	color:#FFFFFF;
	position: relative;
	padding: 10px 12px 14px 12px;
	margin: 0px;
	text-decoration:none;
 	text-align:center;
	top: 14px;
	z-index: 1000;
}


#div_menu LI UL LI A:hover {
	display: block;		/* Отображаем ссылку как блочный элемент */
	padding: 0px;		/* Поля вокруг надписей подменю */
	width: 310px;		/* Ширина пунктов подменю */
	border-bottom: none;	/* Границу снизу не проводим */
/* Для подпунктов рисунок убираем */
/*	background-image: url(../images/web2_12.jpg);
	background-repeat: repeat-y; */
	text-align:center;
	padding: 9px 10px 10px 10px;
	_padding-bottom: 10px;
	margin: 0px;
	margin-top: -14px;
	height: 40px;
    text-align: left;
  	z-index: 1000;
}


#div_menu LI:hover UL, #div_menu LI.over UL { 
 
  display: block;		/* При выделении пункта курсором мыши 
  
открывается подменю */
}

#div_menu LI A:hover {
	color: white;
/*	background-image: url(../images/web2_07.jpg);
	background-color: #0127a6;*/
	_padding-bottom: 15px;
}

#div_menu LI UL LI A {
	display: block;		/* Ioia?a?aai nnueeo eae aei?iue yeaiaio */
	padding: 9px 10px 10px 10px;		/* Iiey aie?oa iaaienae iiaiai? */
	_padding-bottom: 10px;
	margin: 0px;
	margin-top: -14px;
	_margin-top: -14px;
	height: 40px;
	width: 310px;		/* Oe?eia ioieoia iiaiai? */
	border-bottom: none;	/* A?aieoo nieco ia i?iaiaei */
    background-color: #0127a6;
	border-top: thin solid #FFFFFF;
	_border-top: thin solid #FFFFFF;
    text-align: left;
}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

div.div_list {
	font-family: Arial;
	font-size: 14px;
	list-style-image: url(../images/list_item.gif);
}

div.div_list a:link { color: white; text-decoration: none; }
div.div_list a:visited { color: white; text-decoration: none; }
div.div_list a:hover { color: #00FFF6; text-decoration: underline; }
div.div_list a:active { color: #00FFF6; text-decoration: underline; }

div.cats {
	position: relative;

}

div.cat_header {
	position: relative;
	right: 12px;
	font-size: 20px;
	text-align: right;
	font-family: Arial;
	color: #F4D062;
}

div.subcat_header {
	position: relative;
	font-size: 20px;
	padding-right: 100px;
	text-align: left;
	font-family: Arial;
	color: #F4D062;
}


div.page_name {
	font-size: 20px;
	text-align: right;
	font-family: Arial;
	color: #F4D062;
	position: relative;
	top: 20px;
	right: 36px;
}


div.page_name a:link, div.page_name a:hover, div.page_name a:active, div.page_name a:visited {
	font-family: Arial;
	font-size: 20px;
	text-align: right;
	color: #007BAE;
	background: inherit;
}

form.main {
	font-family: arial;
}

form.main input, form.main select {
	margin: 3px;
	font-size: 14px;
	font-family: arial;
}

form.main textarea {
	margin: 3px;
	font-family: arial;
}


div.main_page {
	padding: 60px 30px 30px 32px;
	_padding-left: 25px;
	text-align: justify;
	vertical-align: top;
	font-family: arial;
	color: #cdcdcd;
}


.post { margin-left: 5px; }

 .brd {
  border-bottom: 1px solid #ffffff	/* Добавляем линию снизу */
}


div.cat_page_links {
	font-family: Arial;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	color: white;
	width: 100%;
}
/*
div.cat_page_links a:link {	color: red; text-decoration: none; }
div.cat_page_links a:visited {	color: red; text-decoration: none; }
div.cat_page_links a:hover { color: red; text-decoration: none; }
div.cat_page_links a:active { color: black; text-decoration: none; }
*/
div.cat_page_links a:link {	color: white; text-decoration: none; }
div.cat_page_links a:visited {	color: white; text-decoration: none; }
div.cat_page_links a:hover { color: #f4d062; text-decoration: none; }
div.cat_page_links a:active { color: #f4d062; text-decoration: none; }


.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li ul li a:link, a:hover, a:visited {
color: #A4A4A4;
text-decoration: none;
}

.treeview li ul li a:active{
color: white;
text-decoration: none;
background-color: #811C1C;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
display: block;
list-style-type: none;
padding-left: 15px;
background-color: #510000;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../images/list.gif) no-repeat 25px 13px;
cursor: hand !important;
cursor: pointer !important;
_height: 35px;
_width: 260px;
padding-top: 8px;
padding-bottom: 10px;
margin-left: -23px;
padding-left: 42px;
margin-right: -17px;
position: relative;
right: 0px;
}

.treeview li.submenu a:link, li.submenu a:hover {
text-decoration: none;
color: white;
}
.treeview li.submenu a:active {
text-decoration: none;
color: #F4D062;
}
.treeview li.submenu a:visited {
text-decoration: none;
color: white;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
background-color: #510000;
margin-top: 18px;
margin-bottom: 10px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
display: block;
cursor: default;
padding: 0;
padding-top: 2px;
padding-left: 72px;
height: 20px;
margin-right: -43px;
position: relative;
left: -43px;
}