body {
    margin: 0;
    font-family: Verdana, Tahoma;
}
* {
    font-size: 13px;
}
a {
    color: #00A1B1;
    text-decoration: underline;
}
a:visited {
    color: #006D78;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
    color: #006D78;
}

img {
    border-width: 0px;
}

H2.slogan {
    color: #00A1B1;
    font-size: 18px;
    font-family: Arial;
    font-weight: normal;
}


/* Левое меню */

div.menu {
    background-color: #00A1B1;
    height: 20px;
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 13px;
    font-family: Tahoma;
}
div.act {
    background-color: #F07800;
}
div.act2 {
    background-color: #90D1D9;
}
div.menu2 {
    background-color: #E2F2F5;
}
div.menu a, div.menu a:visited {
    display: block;
    color: #000000;
    padding-left: 10px;
    text-decoration: none;
}
div.menu a:hover {
    display: block;
    color: #444444;
    text-decoration: none;
    background-color: #15ABBA;
}
div.menu2 a, div.act2 a, div.act2 a:visited, div.menu2 a:visited {
    padding-left: 20px;
}
.big_blue{
    font-size: 15px;
    font-weight: bolder;
    color: #00A1B1;
    line-height: 170%;
}
p.adr {
    margin-left: 9px;  
}



/* Центральная часть */

div.center_header {
    background-color: #F07800;
    height: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    color: white;
    line-height: 20px;
}
h1 {
    color: white;
    font-size: 13px;
    margin: 0px;

}

div.center_box {
    padding-left: 10px;
}
.ekipazh td {
    padding-right: 10px;
    padding-bottom: 15px;
}
sup * {
    font-size: 11px;
}
.path, .path * {
    font-size: 11px;
}
.preview {
    padding: 15px 0px;  
}
.orange_white {
    background-color: #F07800;
    color: white;  
}






/* Подвал */

.footer_tab {
    margin-top: 40px;
    background: url(/img/botton-line.gif) repeat-x top;
    padding-top: 10px;
}
.footer a, .footer a:hover {
    text-decoration: none;
}
.footer1 {
    background: url(/img/footer1.gif) no-repeat bottom right;
}
.footer2 {
    background: url(/img/footer2.gif) no-repeat bottom left;
}


/* Шапка */

.logo0 {
    background: url(/img/logo0.gif) top right no-repeat;
}
.header-bg {
    background: url(../img/header-bg.gif) top right no-repeat;
    padding-left: 125px;
    padding-top: 35px;
}


/* Админка */

.red {
    color: red;
    font-size: big;  
}
.img_border {
  border: 1px solid silver;
}







