/* Файл общих стилей сайта */

/* Определение стилей тегов */
body {
    margin: 0px;
    padding: 0px;
    background-color: #dbe3f0;
    width: 100%;
    font-size: 13px;
    font-family:"Verdana";
    line-height: 1.3em;
}
div {
    margin: 0px;
    padding: 0px;
    background: transparent;
}
p {
    padding: 0px;
    margin: 0px;
}
img {
    border: 0px;
    margin: 5px;
    padding: 0px;
}
a {
    color: #3a5cab;
}
a:hover {
    color: #99ccff;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    color: #082a96;
}
h1 {
    font-size: 22px;
    font-weight: normal;
}
h2 {
    font-size: 20px;
    font-weight: normal;
}
h3 {
    font-size: 18px;
    font-weight: normal;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 11px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #000000
}
tr {
    border-color: #000000
}
td {
    border-color: #000000
}
thead {
	color: #082a96;
}
thead td {
    border-color: #000000
}
ul {
    padding: 0px;
    margin: 10px;
}
li {
    padding: 0px;
    margin: 0px;
}
/* Служебные стили */
.debug {
    border: 1px solid red;
}
.heightHack {
    /*
    Блок для создания растяжки родительского блока по высоте содержимого,
    если содержимое - плавающие блоки.
    */
    overflow: hidden;
    zoom: 1;
 }
/* Логотип */
#header {
    width: 1000px;
    height: 150px;
    margin: 0px auto;
    margin-top: 10px;
    background-image: url("../images/header.jpg");
    background-color: #969FAD;
}
#header a {
    display: block;
    width: 1000px;
    height: 150px;
    /* background-image определяется динамически в шаблоне layout.css */
    background-repeat: no-repeat;
    background-position: 73% 0%;
}
/* Навигационное меню */
#navigation {
    width: 1000px;
    height: 40px;
    margin: 0px auto;
    background-color: #D5D5D5;
}
#navigation .left {
    width: 50px;
    height: 40px;
    float: left;
    background-image: url("../images/navleftbg.gif");
}
#navigation .right {
    width: 50px;
    height: 40px;
    float: right;
    background-image: url("../images/navrightbg.gif");
}
#navigation ul{
    width: 900px;
    height: 40px;
    float: left;
    margin: 0px auto;
    background-image: url("../images/navbg.gif");
    background-repeat: repeat-x;
    background-color: #D5D5D5;
    list-style: none;
}
#navigation ul li {
    width: 126px;
    height: 36px;
    float:left;
    border-left: 1px solid #A6A6A4;
}
#navigation ul li:first-child {
    border: none;
}
#navigation ul li a {
    padding: 9px 0px 12px 0px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
/* Центральная часть страницы */
#body {
    width: 1000px;
    margin: 0px auto;
    margin-top: 10px;
}
/* Блок основного содержимого */
#body .content {
    width: 752px;
    float: left;
    margin-bottom: 20px;
}
#body .content .contentHeader {
    height:35px;
    background-image: url("../images/contheadbg.gif");
    background-color: #4181C9;
    text-align: center;
}
#body .content .contentHeader h1 {
    padding-top: 8px;
    color: #ffffff;
    font-weight: normal;
}
#body .content .contentBody {
    width: 732px;
    padding: 10px;
    background-color: #ffffff;
}
#body .content .contentFooter {
    height: 20px;
    background-image: url("../images/contfootbg.gif");
}
/* Правая колонка */
#body .rightBar {
    width: 229px;
    float: right;
    clear: right;
    margin-bottom: 20px;
}
#body .rightBar .rbarHeader {
    height: 35px;
    background-image: url("../images/rbarheadbg.gif");
    background-color: #4181C9;
    text-align: center;
}
#body .rightBar .rbarHeader h1 {
    padding-top: 8px;
    color: #ffffff;
    font-weight: normal;
}
#body .rightBar .rbarBody {
    width: 209px;
    padding: 10px;
    background-color: #ffffff;
}
#body .rightBar .rbarFooter {
    height: 20px;
    background-image: url("../images/rbarfootbg.gif");
}
/* "Подвал" */
#footer {
    width: 100%;
    float: left;
    clear: left;
}
#footer .footerText {
   width: 1000px;
   margin: 20px auto;
   text-align: center;
   font-size: 12px;
   line-height: 1em;
}
#secondRBar ul {
    list-style: none;
    margin: 0px;
}
#secondRBar ul li {
    padding: 0px;
    margin-top:5px;
}
