html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #efefef;
    font-size: 11px;
    font-family: tahoma;
    color: #757575;
}
small {
    font-size: 10px;
}
/* main background */
td.main {
     width: 1016px;
     background: url(/templates/defaults/default/images/bg.jpg) repeat-y;
}
/* main background */
/* logotip */
td.logo {
     width: 1000px;
     height: 326px;
     background: url(/templates/defaults/default/images/logo-main.jpg) no-repeat;
}
/* logotip */
/* levoe menu */
td.leftmenu {
     /*width: 354px;*/
     width: 290px;
     height: 566px;
     padding: 0;
     padding-left: 80px;
     background: url(/templates/defaults/default/images/bg-menu.jpg) no-repeat;
}
/* levoe menu */
/* center */
td.center {
     padding-left: 20px;
     padding-right: 20px;
     padding-bottom: 35px;
     color: #000;
     font-size: 13px;
}
td.center h1 {
    font-size: 26px;
    font-weight: bold;
    color: #ee2f2b;
}
td.center p {
    margin: 0;
}
td.center a {
    color: #3980be;
    text-decoration: none;
}
td.center a:hover {
    text-decoration: underline;
}
/* center */
/* mailbox */
table.mailbox {
    width: 259px;
    height: 121px;
}
table.mailbox td {
    width: 259px;
    height: 121px;
    background: url(/templates/defaults/default/images/bg-mail.jpg) no-repeat;
    padding-top: 29px;
}
table.mailbox td a {
    font-size: 23px;
    color: #ee2f2b;
    text-decoration: underline;
}
table.mailbox td a:hover {
    text-decoration: none;
}
/* mailbox */
/* niz stranicy */
table.bottom {
    
}
table.bottom td {
    height: 95px;
    padding-top: 10px;
    font-size: 11px;
    color: #818181;
}
table.bottom td a {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 11px;
    color: #2c8fe7;
    text-decoration: none;
}
table.bottom td a:hover {
    text-decoration: underline;
}
/* niz stranicy */


.sf-menu, .sf-menu * {
    margin:            0;
    padding:        0;
    list-style:        none;
}
.sf-menu {
    line-height:    1.0;
}
.sf-menu ul {
    position:        absolute;
    top:            -999em;
    width:            10em; 
}
.sf-menu ul li {
    width:            100%;
}
.sf-menu li:hover {
    visibility:        inherit; 
}
.sf-menu li {
    float:            left;
    position:        relative;
}
.sf-menu a {
    display:        block;
    position:        relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:            0;
    top:            2.5em;
    z-index:        99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:            -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:            10em; 
    top:            0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:            -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left:            10em; 
    top:            0;
}

/*** СКИН ДЕМО ***/
.sf-menu {
    float: left;
}
.sf-menu a {
    width: 130px;
    height: 27px;
    color: #cde3ff;
    border-left: 1px solid #6aa3ea;
    padding: 15px 0 0 0;
    text-decoration: none;
}
.sf-menu li a {
    color: #cde3ff;
    font-size: 12px;
}
.sf-menu li a:hover {
    color: #fff;
    text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  {
    color: #cde3ff;
    text-decoration: none;
}
.sf-menu li {
    width: 130px;
    height: 50px;
    text-decoration: none;
    text-align: center;
}
.sf-menu li:hover {
    background: #CFDEFF url(/templates/defaults/default/images/li-bg-active.png) repeat-x;
}
.sf-menu li li {
    height: 50px;
    background: #4d8ed5;
    text-align: left;
}
.sf-menu li li:hover {
    background: #0e60ae;
}
.sf-menu li li li {
    text-align: left;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    color: #000;
    text-decoration: none;
    outline: 0;
    
}
.sf-menu li li a {
    border: 0;
    height: 27px;
    padding: 0;
    margin: 8px;
}

/*** СТРЕЛКИ **/
.sf-menu a.sf-with-ul {
    min-width:        1px;
}
.sf-sub-indicator {
    position:        absolute;
    display:        block;
    right:            .75em;
    top:            1.05em; /* IE6 only */
    width:            10px;
    height:            10px;
    text-indent:     -999em;
    overflow:        hidden;
    margin-top: 6px;
    background:        url('/templates/defaults/default/images/arrows-ffffff.png') no-repeat -10px -100px;
}
a > .sf-sub-indicator {  
    top:            .8em;
    background-position: 0 -100px; 
}

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; 
}


.sf-menu ul .sf-sub-indicator {
    background-position:  -10px 0;
    margin-top: -8px;
}
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }

.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; 
}

/*** ТЕНИ ДЛЯ ВСЕХ БРАУЗЕРОВ, КРОМЕ IE6 ***/
.sf-shadow ul {
/*    background-image: url('/templates/defaults/default/images/shadow.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;*/
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}