/* -------------------------------------- */
/* ----- ТИТУЛЬНАЯ СТРАНИЦА ПРОЕКТА ----- */
/* ----- Стили для дизайна страницы ----- */
/* -------------------------------------- */

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

* {
   font-size: 12px;
   font-family: Tahoma, Verdana, Sans-serif, Arial;
}

body {
   margin: 0;
   padding: 0;
   width: 900px;
}

#GlobalContainer {
   margin: 0;
   padding: 0;
   width: 900px;
   background: #fff url('../images/bgr.glob.ext.jpg') no-repeat bottom left;

}

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

#HeaderLine {
   width: 753px;
   height: 187px;
   background-color: #fff;
}
#HeaderLine * {
   font-size: 11px;
   color: #4d4d4d;
   text-decoration: none;
}
#HeaderLine div {
   width: 187px;
   height: 187px;
   float: left;
   text-align: center;
}
#HeaderLine div p {
   text-align: left;
   margin-top: 65px;
   margin-left: 10px;
}
#HeaderLine div p a:hover {
   color: #000;
}

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

#InsertLine {
   width: 753px;
   height: 187px;
   background: #fff url('../images/bgr.head.ext.png') no-repeat top left;
}
#InsertLine * {
   font-size: 11px;
   color: #4d4d4d;
   text-decoration: none;
}
#InsertLine div {
   width: 187px;
   height: 187px;
   float: left;
   text-align: center;
}
#InsertLine div table {
   margin: 0 auto;
   width: 180px;
   height: 93px;
   border-collapse: collapse;
}
#InsertLine div table td {
   padding: 0;
}
#InsertLine div table td#MenuSub1 {
   background: transparent url(../images/navy.01.off.png) no-repeat top center;
}
#InsertLine div table td#MenuSub2 {
   background: transparent url(../images/navy.02.off.png) no-repeat top center;
}
#InsertLine div table td#MenuSub3 {
   background: transparent url(../images/navy.03.off.png) no-repeat top center;
}
#InsertLine div table td#MenuSub4 {
   background: transparent url(../images/navy.04.off.png) no-repeat top center;
}
#InsertLine div table td#MenuSub5 {
   background: transparent url(../images/navy.05.off.png) no-repeat top center;
}
#InsertLine div table td a {
   display: block;
   height: 90px;
}
#InsertLine div table td a:hover img {
  visibility: hidden;
}
#InsertLine 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;
   background: transparent url('../images/bgr.page.ext.png') no-repeat top right;
}

#MiddleLine div#NavyBlock { 
   width: 186px;
   float: left;
   margin-left: -753px;
}

#MiddleLine div#NavyBlock * {
   font-weight: bold;
   text-decoration: none;
} 

#MiddleLine div#NavyBlock div { 
   width: 187px;
   height: 187px;
   background-color: #860101;
}

#MiddleLine div#DataBlock {
   padding: 0;
   margin: 0 190px 0 188px;
   border: 1px solid #860101;
   background: transparent url('../images/bgr.page.reds.png') no-repeat top left;
}

#MiddleLine div#DataBlock p {
   margin: 15px 15px 0 15px;
   line-height: 15px;
   font-size: 11px;
}

#MiddleLine div#DataBlock p + p {
   margin-top: 10px;
   margin-bottom: 0;
   line-height: 15px;
   font-size: 11px;
}

#MiddleLine div#DataBlock p {
   line-height: 15px;
   font-size: 11px;
}

#MiddleLine div#DataBlock p * {
   font-size: 11px;
}

#MiddleLine div#DataBlock span.Arrow {
   font-family: Tahoma;
   font-size: 13px;

}

#DataBlock p a {
   color: #be0101;
   text-decoration:none;
   font-weight: bold;
}
#DataBlock p a:hover {
   color: #860101;
}

p.FullLink {
   margin-top: 0 !important;
   margin-bottom: 10px !important;
   line-height: 45px;
   text-align: right;
}

p.FullLink a {
   font-weight: normal !important;
}


#MiddleLine  div.data p span, #MiddleLine div.data p a {
   font-size: 11px;
   color: #860101;
   font-weight: bold;
   text-decoration: none;
}

#MiddleLine div.data p a:hover {
   color: #af3b3b;
}

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

#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;
}
