html {
}
img{ /*Картинки - основной стиль*/
outline: none;
border: none;
}
a img{ /*Картинки-ссылки - основной стиль*/
outline: none;
border: none;
}
a { /*Ссылки - основной стиль*/
outline: none;
border: none;
font-weight: bold;
text-decoration: underline;
color: RGB(0,0,150);
}
a:visited {
color: RGB(0,0,150);
}
a:hover{
color: blue;
}
p{ /*Абзацы - основной стиль*/
 font-size: 12px;
}
#body { /*Массив окна */
 font-family: Arial, Helvetica, sans-serif;
 background-image: url('news-shad.png'); /* Рисунок с тенью для новостей */
 background-position: top left /*right*/;
 background-repeat:  repeat-y;
 background-color: #fff; 
 margin: 0;
 min-width: 910px;
 font-size: 12px;
}

#banner { /* Шапка */
 background: RGB(107, 141, 164); 
 color: white;
 font-size: 150%;
 font-weight: bolder; 
 margin: 0;
 padding: 0;
 padding-bottom: 20px;
 text-align: center;
 height: 100px; 
 min-width: 920px;
 border-bottom: 2px solid RGB(107, 141, 164); 
}

#banner div.pict { /*Шапка - левая часть*/
font-variant: small-caps;
float: left;
width: 740px;
font-size: 120%;
}
#banner div.pict  a{
outline: none;
font-size: 120%;
}
#banner div.rest { /*Шапка - правая часть*/
margin-left: 740px;
 background-image: url('banner-rest-back.gif'); /* Рисунок с тенью для новостей */
 background-position: top left;
 background-repeat:  repeat-y;
 background-color: RGB(31,80,112); 
color: white;
min-width: 160px;
font-size: 12px;
text-align: right;
padding-top: 20px;
padding-right: 20px;
height: 100px;
}
#banner div.rest a.entry img{ 
 outline: none;
 position: relative;
 padding: 2px;
  border-top: 1px solid #888;
border-left: 1px solid #888;
border-bottom: 1px solid RGB(54, 70, 82);
border-right: 1px solid RGB(54, 70, 82);
 width: 24px;
 height: 24px;
}
#banner div.rest a.entry:hover img{ /* Переключение языка */
 text-decoration: none; /* Убираем подчеркивание текста */
 color: white; 
 border-top: 1px solid #bbb;
border-left: 1px solid #bbb;
border-bottom: 1px solid RGB(54, 70, 82);
border-right: 1px solid RGB(54, 70, 82);
}
#banner div.rest a.lang { 
 outline: none;
 position: relative;
 text-decoration: none; /* Убираем подчеркивание текста */
 color: RGB(31,80,112);
 font-weight: bold;
 margin-bottom: 4px;
}
#banner div.rest a.lang:hover { /* Переключение языка */
 text-decoration: none; /* Убираем подчеркивание текста */
 color: white;
}
#banner a img{ 
 border: none; /* Убираем границу */
 outline: none;
}
#banner a { 
 outline: none;
 text-decoration: none; /* Убираем подчеркивание текста */
 font-size: 12px; /* Размер текста */
 color: RGB(31,80,112);
 font-weight: bold;
}
#banner a:hover { /* Переключение языка */
 text-decoration: none; /* Убираем подчеркивание текста */
 color: cyan;
}
#banner p { /* Поиск и переключение языка */
 padding-top: 10px;
}

#conteiner { /* Вся середина страницы (между баннером и подвалом) */
 clear: both;
 position:relative;
 margin: 0;
 padding: 0;
 min-width: 900px;
 padding-bottom: 50px;
}

#news { /* Новости */
 position: relative;
 text-align: center;
 background-color: RGB(245, 240, 230);
 margin: 0;
 padding: 0;
 width: 250px;
 float: left;
 color: black;
 margin-top: -15px; 
 border-top: 2px solid white;
}
#news hr {
text-align: center;
width: 200px;
border: 1px solid RGB(255, 250, 240); 
}
#news div.last {
 position: relative;
min-height: 300px;
width: 250px;
}
#news h3 {
text-align: center;
letter-spacing: 2px;
font-size: 1.2em;
color: RGB(31, 80, 112);
padding-top: 20px;
padding-bottom: 0px;
}
#news p {
text-align: left;
font-size: 12px;
padding: 5px 10px;
width: 230px;

}
#news a.allnews {
text-decoration: none;
color: RGB(31, 80, 112);
font-weight: normal;
}
#news a.allnews:hover {
font-weight: bold;
}

#technologies { /*Блок технологий - значки-ссылки*/
 position: fixed !important;
 bottom: 50px;
padding-top: 60px;
left: 0;
width: 250px;
font-size: 10px;
z-index: 10;
}
#technologies  p {
padding: 5px;
text-align: center;
}
#technologies a{
outline: none;
}
#technologies a img {
border: none;/*1px solid RGB(107, 141, 164);*/
outline: none;
}
#technologies a:hover img {
border-top: none;
border-right: none;
border: none;/*1px solid RGB(31,80,112);*/
background:#fff;
outline: none;
}

#base { /* все, что не новости */
 margin: 0;
 position: relative;
 margin-left: 250px;
 min-width: 650px;
 *height:100%;
}
#index {/*Только на первой странице - таблица с эмблемой ГСД*/
color:RGB(107, 141, 164);
font-weight: bold;
 *height:100%;
}
#index h1{
letter-spacing: 0.1em;
color:RGB(107, 141, 164);
}
#index a{
text-decoration: none;
color:RGB(107, 141, 164);
}
#index a:hover{
color:RGB(157, 191, 214);
}

#top_menu { /* Главное меню */
 position: relative;
 background-image: url('news-shad_tm.png'); /* Рисунок с тенью для новостей */
 background-position: top /*right*/left;
 background-repeat:  repeat-y;
 background-color: RGB(31,80,112);  
 margin: 0;
 padding: 0;
 padding-right: 20px;
 text-align: center;
 height: 30px; 
 font-size: 100%;
 font-weight: bold; 
 border-bottom:  2px solid RGB(11,60,92); 
}
#top_menu div.top_point  { /* Пункты главного меню */
position: relative;
float: right;
width: 120px;
height: 28px; 
font-variant: small-caps;
margin-top: 2px;
background: RGB(31,80,112);
}
#top_menu div.top_point a { /* Пункты главного меню */
display: block;
position: relative;
width: 120px;
height: 28px; 
color: RGB(187, 221, 244);
text-decoration: none;
outline: none;
border: none;
}
#top_menu div.top_point a:hover { /* Пункты главного меню */
width: 120px;
height: 28px; 
color: white;
}
#top_menu div.top_point span {
position: relative; 
top: 8px;
}

#top_menu div.top_current  { /* Выбранный пункт главного меню */
position: relative;
display: block;
float: right;
width: 120px;
height: 30px; 
background: white;
background-image: url('top-menu-current.gif');
background-repeat: no-repeat;
margin-top: 3px;
color:  RGB(31,80,112);
}
#top_menu div.top_current span {
position: relative; 
top: 8px;
}
#top_menu div.top_current  a{ 
text-decoration: none;
border: none;
outline: none;
color:  RGB(31,80,112);
}
#top_menu div.top_current  a:hover{ 
text-decoration: none;
border: none;
outline: none;
color:  RGB(21,70,102);
}

#submenu { /* Дополнительное меню (по вертикали слева) */
/*position: fixed;*/
 float: left;
 width: 180px;
 margin-left: 30px;
 margin-top: 0px;
 margin-bottom: 30px;
 background-color:  none;//RGB(235, 236, 231);
 padding-top: 20px;
 height:100%;
 font-weight: bold;
 font-size: 110%;
 border-top: 2px solid white;
}
#submenu div.menu-point { /* пункты меню для выбора */
width: 180px;
font-weight: bold;
text-align: left;
background: RGB(235, 236, 231);
border-top: 5px solid white;
border-bottom: 5px solid white;
}
#submenu div.menu-point a { /* ссылки в дополнительном меню */
display: block;
padding: 10px 5px;
text-decoration: none;
outline: none; 
color: RGB(31,80,112);
}
#submenu div.menu-point a:hover {
background: RGB(245,246,241);
color: RGB(11,60,92);
}

#submenu div.menu-point-current{ /* текущий пункт дополнительного меню */
padding: 10px 0px;
width: 180px;
display: block;
font-weight: bold;
text-decoration: none;
text-align: left;/*center;*/
color: RGB(11,60,92);
background: white;
border-top: 5px solid white;
border-bottom: 5px solid white;
}
#submenu div.menu-point-current p {
/* display: block;*/
background: white;
text-align: left;
padding: 2px 10px;
padding-left: 0px;
font-weight: bold;
color: RGB(11,60,92);
letter-spacing: 0.2em;
margin-left: 10px;
margin-right: 10px; 
margin-top: 5px;
margin-bottom: 5px;
font-size: 91%
}
#submenu div.menu-point-current a { /*Ссылки в многостраничных пунктах дополнительного меню*/
text-decoration: none;
font-weight: bold;
color: RGB(11,60,92);
letter-spacing: normal;
}
#submenu div.menu-point-current a:hover {
text-decoration: underline;
color: RGB(11,60,92);
}
#submenu div.menu-point-current a:visited {
color: RGB(11,60,92);
}
#submenu span.opera {
font-variant: normal;
}
#submenu span.comment {
font-size: 90%;
font-weight: normal;
color: RGB(90, 100, 110);
}
#contents { /* основное содержание страницы */
 position: relative;
 margin-left: 230px;
 margin-right: 40px;
 padding-left: 40px;
 padding-top: 20px;
 padding-bottom: 20px;
 *height:100%;
}
#contents div.block{ /*блоки содержания */ 
min-height: 220px;
display: block;
padding-bottom:20px;
position: relative;
}
#contents p { 
 text-align: justify;
 line-height: 1.5;
}
#contents h1 {
 padding-top: 20px;
 text-align: center;
 color: RGB(31,80,112);
 font-size: 150%;
}
#contents h2 {
 padding-top: 20px;
 text-align: left;
 color: RGB(31,80,112);
 font-size: 120%;
}
#contents h2 a {
 color: RGB(54, 70, 82);  
outline: none;
}
#contents li {
 padding-bottom: 5px;
 line-height: 1.5;
}
#contents img{
outline: none;
border: none;
}
#contents p.comment { 
  color: gray;
  font-size: 95%;
}
#foot { /* подвал - копирайт и прочее... */
 clear: both;
 height: 40px;
  position: fixed;
 bottom: 0;
 width: 100%;
 background-color: RGB(31,80,112);  
 color: #ddd;
 border-top: 2px solid RGB(107, 141, 164); 
}
#foot div.copy {
margin: 5px 10px;
position: relative;
display: block;
float: right;
font-weight: bold;
}
#foot div.copy a{
color: #ddd;
text-decoration:none;
}
#foot div.icons {
margin: 5px 10px;
position: relative;
display: block;
float: left;
width: 28px;
height: 28px;
text-align: center;
}
#foot a.ico img {
border: none;
outline: none;
}
#foot a.ico {
position: relative;
display: block;
border: 1px solid RGB(31,80,112);  
width: 28px;
height: 28px;
}
#foot a.ico:hover {
border-top: 1px solid #999;
border-left: 1px solid #999;
border-bottom: 1px solid RGB(54, 70, 82);
border-right: 1px solid RGB(54, 70, 82);
}
#pricol {
display: none;
margin-left: 220px;
float: left; 
position: fixed; 
text-align: center; 
z-index: 100;
}
#show_hide {
display: block;
width: 15px; 
height: 60px;
background-image: url('show_hide.gif');
background-position: 0px 0px;
}
