body
{
	margin:0 0 0 0;
	font-family:Arial;
}

td.main_header
{
	background:#f8f3e2 url('images/head_bg.gif') repeat-x top left;
	border-bottom:3px Solid #c7533c;
	padding-bottom:0;
}

td.main_footer
{
	background:#9b8b65 url('images/bottom_bg.gif') repeat-x top left;
	border-top:0px Solid #c7533c;
	color:#fffbd8;
	font-size:14pt;
	font-family:Arial;
	padding-top:10px;
}

td.menu_header
{
	border-bottom:3px Solid #c7533c;
	padding-bottom:0;
}

table.leftmenu
{
	background:#f8f3e2 url('none') no-repeat center left;
	margin-top:10px;
}

th.leftmenuheader
{
	background:#f8f3e2 url('images/content_hbg.png') no-repeat top center;
	font-size:14pt;
	color:White;
}

td.leftmenuitem
{
	background:#f8f3e2 url('images/punct.gif') no-repeat center left;
	font-size:12pt;
}

a.leftmenu1
{
	color:#53352f;
	text-decoration:none;
	font-size:12pt;
	margin-left:16px;
}

a.leftmenu1:hover
{
	color:#ff352f;
	text-decoration:none;
	font-size:12pt;
	margin-left:16px;
}

a.leftmenu2
{
	color:#53352f;
	text-decoration:none;
	font-size:11pt;
	margin-left:26px;
}

a.leftmenu2:hover
{
	color:#dd352f;
	text-decoration:none;
	font-size:11pt;
	margin-left:26px;
}

a.footer_link
{
	text-decoration:none;
	color:#fffbd8;
	font-size:13pt;
	font-family:Arial;
}

/* ------------------------------------------------ Header Menu ------------------------------------ */
#main_menu {
    width: 100%; /* Ширина меню */
    list-style: none; /* Для списка убираем маркеры */
    margin: 0; /* Нет отступов вокруг */
    padding: 0; /* Убираем поля вокруг текста */
    font-family: Arial, sans-serif; /* Рубленый шрифт для текста меню */
    font-size: 10pt; /* Размер названий в пункте меню */
}
   
#main_menu LI  {
    position: relative; /*Подпункты позиционируются относительно */
	float:left;
    width:140px;
    font-weight:bold;
   }

#main_menu LI UL LI  {
    position: relative; /*Подпункты позиционируются относительно */
	float:left;
    width:180px;
    font-weight:bold;
   }

#main_menu LI UL {
    position: absolute; /* Подменю позиционируются абсолютно */
    display: none; /* Скрываем подменю */
    top: 25px; /* По высоте положение подменю исходное */
    left: -40px; /* Сдвигаем подменю вправо */
    z-index: 1; /* Основное меню находится ниже подменю */
    text-align:left;
    list-style: none;
   }
LI A {
    display: block; /* Ссылка как блочный элемент */
    width: 100%; /* Ссылка на всю ширину пункта */
    padding: 5px; /* Поля вокруг надписи */
    text-decoration: none; /* Подчеркивание у ссылок убираем */
    color: #c7533c; /* Цвет текста */
    background-color: #ffffff; /* Цвет фона */
  }

LI UL LI A {
    display: block; /* Ссылка как блочный элемент */
    width: 100%; /* Ссылка на всю ширину пункта */
    padding: 5px; /* Поля вокруг надписи */
    text-decoration: none; /* Подчеркивание у ссылок убираем */
    color: #c7533c; /* Цвет текста */
    border-left: 1px solid #fcc;	/* Рамка вокруг пунктов меню */
	border-right: 1px solid #fcc;	/* Рамка вокруг пунктов меню */
	border-bottom: 1px solid #fcc;	/* Рамка вокруг пунктов меню */
    background-color: #ffffff; /* Цвет фона */
  }

#main_menu LI:hover UL, LI.over UL 
{ 
    display: block; 
}

#main_menu LI A:hover {
    color: #ffffff; /* Цвет текста активного пункта */
    background-color: #c7533c; /* Цвет фона активного пункта */
   }
/* ------------------------------------------------ END Header Menu ------------------------------------ */

a.searchlink
{
    font-family:Tahoma;
    font-size:14px;
    font-weight:normal;
    color:#2020FF;
    text-decoration:none;
}

a.searchlink:hover
{
    font-family:Tahoma;
    font-size:14px;
    font-weight:normal;
    color:#FF2020;
    text-decoration:none;
}

a.mainnews
{
    font-size:16px;
    font-family:Times New Roman;
    text-decoration:none;
    color:Black;
}

a.mainnews:hover
{
    font-size:16px;
    font-family:Times New Roman;
    text-decoration:none;
    color:#AA0000;
}

a.mainartz
{
    font-size:16px;
    font-family:Times New Roman;
    text-decoration:none;
    color:#4f322c;
}

a.mainartz:hover
{
    font-size:16px;
    font-family:Times New Roman;
    text-decoration:none;
    color:#AA0000;
}

td.rightmenuitem
{
    background:#eee6cc url('none') no-repeat top left;
    text-indent:5px;
}

a.catalogitem
{
    font-size:18px;
    color:Blue;
    text-decoration:none;
}

a.catalogitem:hover
{
    font-size:18px;
    color:Red;
    text-decoration:underline;
}

a.training_name
{
	font-size:16pt;
	font-weight:bold;
	font-family:Times New Roman;
	text-decoration:none;
	color:Black;
}

a.training_name:hover
{
	color:Red;
}

a.author_name
{
	font-size:11pt;
	font-family:Times New Roman;
	color:#404040;
	text-decoration:none;
}

a.author_name:hover
{
	color:Black;
}

td.contact_namer
{
	color:#c04f37;
	font-size:14pt;
}

#nameBox, #mailBox, #messageBox
{
	border:Solid 1px #b3a570;
	background-color:White;
}

input.send_btn_inactive
{
	background:#fdf9ef url('images/btn_inactive.png') no-repeat center center;
	border:Solid 0px black;
	width:145px;
	height:36px;
	color:White;
	font-size:12pt;
}

input.send_btn_active
{
	background:#fdf9ef url('images/btn_active.png') no-repeat center center;
	border:Solid 0px black;
	width:145px;
	height:36px;
	color:White;
	font-size:12pt;
}

td.copyright
{
	text-align:left;
	color:Black;
	font-size:8pt;
	padding-left:10px;
}

th.lib_header
{
	background-color:#b3a570;
	color:#fffbd8;
	font-weight:bold;
	text-align:left;
}

td.lib_divider
{
	background-color:#d4c8a1;
	font-size:1px;
	height:2px;
	padding:0 0 0 0;
}
 