html
{
    height:100%;
    background: #010508 url("../images/bg.gif") repeat top left;
}

body
{
    height:100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: transparent;
}

a
{
    color: #6894be;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

a img
{
    border-width: 0;
}

h1
{
    margin: 14px 0 10px 0;
    color: #000000;
    font-size: 30px;
}

h2
{
    margin: 28px 0 10px 0;
    color: #000000;
    font-size: 20px;
}

.clear
{
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    overflow: hidden;
}

#wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -105px;
}

#sticky-footer,
#space
{
    height: 105px;
}

#header
{
    height: 120px;
    margin: 0 40px 0 40px;
    padding: 30px 0 0 0;
}

#logo
{
    float: left;
    display: block;
    width: 289px;
    height: 54px;
    margin: 24px 0 0 35px;
}

#contact-information
{
    float: right;
    margin: 0 35px 0 0;
}

#phone-number
{
    position: relative;
    margin-top: 23px;
    font-size: 28px;
    color: #ffffff;
}

#city-code
{
    position: absolute;
    top: 5px;
    left: -39px;
    font-size: 14px;
    color: #fff;
}

#email
{
    font-size: 12px;
    color: #ffffff;
}

#email a
{
    color: #fff;
}

#address
{
    font-size: 12px;
    color: #ffffff;
    top: -2px;
}

#main
{
    position: relative;
    margin: 0 40px 0 40px;
    padding: 0 35px 30px 35px;
    background: #ffffff;
}

#top-menu-container
{
    height: 26px;
    padding: 16px 0;
}

/******************************************************************************
* Top menu
*/

ul#top-menu
{
    list-style-type: none;
    margin: 0;
}

ul#top-menu li
{
    display: block;
    float: left;
    list-style-type: none;
}

ul#top-menu li a
{
    display: block;
    float: left;
    position: relative;
    padding: 4px 0 4px 0;
    margin: 0 12px 0 0 ;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    font-style: italic;
}

ul#top-menu li.active a,
ul#top-menu li.active span
{
    display: block;
    float: left;
    position: relative;
    height: 18px;
    padding: 4px 6px 4px 6px;
    margin: 0 12px 0 0 ;
    font-size: 15px;
    color: #ffffff;
    font-style: italic;
    font-weight: 900;
    background: #5e92c9;
    text-decoration: none;
}

ul#top-menu li.active .left
{
    position: absolute;
    left: -6px;
    top: 0;
    display: block;
    height: 26px;
    width: 6px;
    background: url("menu-selected-left.gif"/*tpa=http://www.knockknock.ru/img/general/menu-selected-left.gif*/) no-repeat top left;
}

ul#top-menu li.active .right
{
    position: absolute;
    right: -30px;
    top: 0;
    display: block;
    height: 26px;
    width: 6px;
    background: url("menu-selected-right.gif"/*tpa=http://www.knockknock.ru/img/general/menu-selected-right.gif*/) no-repeat top left;
}

#footer
{
    bottom: 0;
    height: 73px;
    margin: 0 40px 0 40px;
    padding: 32px 0 0 0;
}

#copyright
{
    position: relative;
    font-size: 14px;
    color: #b3b4b5;
    margin: 0 0 0 35px;
}

#control-panel
{
    position: absolute;
    top: 10px;
    right: 0;
}

#control-panel a
{
    float: left;
    margin: 0 10px 0 0;
}
