/*
header - синяя полоса сверху
big_banner - большой баннер сверху
tlogo - ушастое лого, верхняя часть
blogo - зеленое лого с надписью
sepg2 - нижний пунктир у лого
sepv1 - левый пунктир у лого (над ушками)
sepv2 - правый пунктир у лого
form_search - поле ввода в форме поиска

a.mainmenu - ссылки главного меню
a.inner_title - главная ссылка в теле документа ("Программы")

span.logo_title - надпись в нижней части лого
span.search_title - надпись Поиск
span.search_wh_l - левая надпись под полем поиска
span.search_wh_r - правая надпись под полем поиска
span.inner_title - заголовок в основном документе (АТС)
span.inner_text - просто текст документа

*/
.header{
        width:100%;
        height:10;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: #4980ab;
}
.big_banner{
        position: relative;
        width: 525;
        height: 89;
        top: 5;
        text-align:center;
        background: URL("images/bott_banner.gif") no-repeat;
}
.tlogo{
        position: absolute;
        height: 70;
        width: 279;
        top: 8;
        left: 167;
        background: URL("images/bott_logo_top.png");
}
.blogo{
        position: absolute;
        height: 50;
        width: 250;
        top: 64;
        left: 181;
        background-color: #c0d89e;
}
.sepg2{
        width:253;
        height:3;
        position:absolute;
        top:115;
        left: 180;
        background:
                URL("images/pixel_gor.gif")
                repeat-x;
}
.sepv1{
        position:absolute;
        width:4;
        height:120;
        top: 10;
        left: 179;
        bottom: 0;
        background:
                URL("images/pixel_ver.gif")
                repeat-y;
}.sepv2{
        position:absolute;
        width:3;
        height:108;
        top: 10;
        left: 432;
        bottom: 0;
        background:
                URL("images/pixel_ver.gif")
                repeat-y;
}
.form_search {
        background-color: white;
        border: 1 #c0d89e solid;
        width: 127;
        height: 20;
        padding-left: 5;
        padding-top: 2;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #497311;
}

a.mainmenu{color:#c0d89e;font-size: 12px;cursor: hand;text-decoration:none;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
a.mainmenu:hover{color:#c0d89e;font-size: 12px;cursor: hand;text-decoration:underline;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
a.inner_title{color:#9ec0d8;font-size: 14px;cursor: hand;text-decoration:underline;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
a.inner_title:hover{color:#c09ed8;font-size: 14px;cursor: hand;text-decoration:underline;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

span.logo_title{color:white;font-size:10;text-decoration:none;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
span.search_title{color:white;font-size:14;font-weight:none;text-decoration:none;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
span.search_wh_l{color:#497311;font-size:9;font-weight:bold;text-decoration:none;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
span.search_wh_r{color:#497311;font-size:9;font-weight:bold;text-decoration:none;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
span.inner_title{color:black;font-size:15;font-weight:bold;text-decoration:none;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
span.inner_text{color:black;font-size:12;font-weight:none;text-decoration:none;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}