body { overflow: hidden; }

.center_horizontal { position: absolute; width: 100%; height: 1px; left: 0px; top: 50%; overflow: visible; visibility: hidden; display: block; }
.center_vertical { position: absolute; width: 3000px; height: 2000px; left: 50%; top: -1000px; margin-left: -1500px; visibility: visible; text-align: left; overflow: visible; background-attachment: inherit; background-repeat: no-repeat; background-position: center center; }
.content { position: absolute; width: 1000px; height: 600px; left: 1000px; top: 700px; visibility: visible; overflow: visible; }
.flash_scene { position: absolute; width: 800px; height: 700px; left: 590px; top: 650px; visibility: visible; overflow: visible; }

/* Логотип */
.logo { position: absolute; top: 735px; left: 1040px; display: block; }

/* Корневое меню */
.root_menu { font-size: 8pt; font-weight: normal; color: #ffffff; }
.root_menu a { color: #ffffff; }
.root_menu a:hover { color: #ada7f8; }

/* Меню 1-го уровня */
.main_menu { position: absolute; top: 795px; left: 1040px; overflow: visible; display: block; text-align: left; }
.main_menu .menu_item { font-size: 8pt; margin: 0 0 2pt 0; }
.main_menu a { font-size: 8pt; color: #4F40C4;  text-decoration: none; }
.main_menu a:hover { color: #8578FF; font-weight: normal; }
.main_menu a.selected { font-size: 9pt; font-weight: bold; color: #4F40C4; text-decoration: none; }
.main_menu a.selected:hover { color: #6154CA; font-weight: bold; }

/* Меню 2-го уровня */
.sub_menu { position: absolute; top: 870px; left: 630px; display: block; overflow: visible; text-align: left; }
.sub_menu .menu_item { font-size: 8pt; margin: 0 0 -2pt 0; }
.sub_menu .sliding_symbol { position: relative; top: 0px; left: 0px; display: block; }
.sub_menu a { font-size: 8pt; }
.sub_menu a:hover { font-weight: normal; }
.sub_menu img { position: relative; display: block; margin: -1pt 0 -9pt 0; }

/* Меню 3-го уровня */
.menu_item_selected { position: absolute; left: 560px; display: block; overflow: visible; text-align: left; }
.menu_item_selected .menu_item { font-size: 8pt; margin: 0px 0px -2px 0px; }
.menu_item_selected .image { position: relative; top: 0px; left: 0px; display: block; }
.menu_item_selected a { font-size: 8pt; }
.menu_item_selected a:hover { }
.menu_item_selected img { position: relative; display: block; margin: -1pt 0 -9pt 0; }
.menu_item_selected span { position: relative; left: 485px; }
.menu_item_selected .third_menu { position: relative; display: block; margin: 0 0 -7pt 0; }

/* Текст раздела */
.node_html { position: absolute; display: block; }
.node_html a { font-weight: normal; text-decoration: none; }
.node_html a:hover { text-decoration: underline; }

a.link_button { color: #00008b; font-weight: bold !important; text-decoration: none; }
a.link_button:hover { color: #4169e1; font-weight: bold; }
