/* -------------------------------------- */
/* ----- Стили для дизайна страницы ----- */
/* -------------------------------------- */

/* Базовые настройки страницы */

* {
   font-size: 12px;
   font-family: Arial, Sans-serif, Tahoma, Verdana;
}
body {
   margin: 0;
   padding: 0;
   width: 900px;
}
#GlobalContainer {
   margin: 0;
   padding: 0;
   width: 900px;
   background: #fff url('../images/bgr.glob.jpg') no-repeat bottom left;
}

/* Заголовок */

#HeaderLine {
   width: 753px;
   height: 187px;
}
#HeaderLine * {
   color: #4d4d4d;
   text-decoration: none;
}
#HeaderLine div {
   float: left;
   width: 187px;
   height: 187px;
   text-align: center;
   background-color: transparent;
}
#HeaderLine div p {
   text-align: left;
   margin-top: 65px;
   margin-left: 10px;
} 
#HeaderLine div p a:hover { 
   color: #000;
} 
#HeaderLine div#LogoBlock {
   background-color: transparent;
}
#HeaderLine div#PicsBlock {
   margin-left: 1px;
}
#HeaderLine div#MenuBlock {
   background-color: #860101;
   margin-left: 1px;
}
#HeaderLine div#LinkBlock {
   background-color: transparent;
}
/*  -- Навигация по разделам -- */
#HeaderLine div table {
   margin: 0 auto;
   width: 180px;
   height: 93px;
   border-collapse: collapse;
}
#HeaderLine div table td {
   padding: 0;
}
#HeaderLine div table td#MenuSub1 {
   background: transparent url(../images/navy.01.off.png) no-repeat top center;
}
#HeaderLine div table td#MenuSub2 {
   background: transparent url(../images/navy.02.off.png) no-repeat top center;
}
#HeaderLine div table td#MenuSub3 {
   background: transparent url(../images/navy.03.off.png) no-repeat top center;
}
#HeaderLine div table td#MenuSub4 {
   background: transparent url(../images/navy.04.off.png) no-repeat top center;
}
#HeaderLine div table td#MenuSub5 {
   background: transparent url(../images/navy.05.off.png) no-repeat top center;
}
#HeaderLine div table td a {
   display: block;
   height: 90px;
}
#HeaderLine div table td a:hover img {
  visibility: hidden;
}
#HeaderLine div table td a:hover { 
   display: block;
   height: 93px;
   color: #fff;
   font-size: 25px;
} 

/*  Средняя часть */

#MiddleLine {
   width: 753px;
   margin-top: 1px;
}
#MiddleLine div#PageBlock {
   width: 753px;
   float: left;
}

/*  -- Блок данных -- */
#MiddleLine div#DataBlock {
   padding: 0;
   margin: 0 1px 0 188px;
   border: 1px solid #860101;
   background: transparent url('../images/bgr.page.reds.png') no-repeat top left;
}

/*  -- Навигация по подразделам - вертикальная -- */

#MiddleLine div#NavyBlock {
   width: 186px;
   float: left;
   margin-left: -753px;
   text-align: center;
}
#MiddleLine div#NavyBlock * {
   font-size: 12px;
   font-weight: bold;
   font-family: Arial;
   text-decoration: none; 
} 
#MiddleLine div#NavyBlock div { 
   width: 187px;
   height: 187px;
   background-color: #860101;
}
#MiddleLine div#NavyBlock dl { 
   color: #4d4d4d;
   line-height: 19px;
} 
#MiddleLine div#NavyBlock dd {
   margin: 0;
}
#MiddleLine div#NavyBlock a { 
   color: #be0101;
}
#MiddleLine div#NavyBlock a:hover { 
   color: #860101;
} 

/*  -- Навигация по подразделам - выпадающая -- */

.NavuList {
   text-align: right; 
   margin: 15px;
   color: #d40000;
}

/*  Разделитель */

#DivideLine {
   clear: both;
   font-size: 0;
   height: 0;
}

/*  Подвал */

#FooterLine {
clear: both;
   margin-top: 40px;
   height: 60px;
   width: 751px;
}
#FooterLine * {
   color: #c38080;
   font-size: 10px;
   font-family: Arial;
   line-height: 10px;
   text-decoration: none;
}
#FooterLine p {
   margin: 0 0 0 7px;
}
#FooterLine p a:hover { 
   color: #fff;
} 
#FooterLine p img { 
   margin-top: 6px;
}