/*
*   Header
*/


#header_logo_block
{
    background-position:center top;
    background-repeat:no-repeat;

}
#header_logo
{
    width: 840px;
    height: 79px;
    background-color:transparent;
}
.header_logo
{
    background-image: url(/static/_wl_default/classic/i/tophead.jpg);
}

#header_logo .title
{
    margin-top: 12px;
    nargin-left:20px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 23px;
    color: #44B0DF;

}

#header_menu
{
    background-image:url(/static/_wl_default/classic/i/topmenu.gif);
    background-position:left top;
    background-repeat:no-repeat;
    height:34px;
    width:840px;
}
#header_menu a.menu_item:hover {
    background:transparent url(/static/_wl_default/classic/i/hover.jpg) repeat-x scroll 0 0;
    color:#FFFFFF;
    text-decoration:underline;
}
#header_menu a.menu_item.active {
    background:transparent url(/static/_wl_default/classic/i/hover.jpg) repeat-x scroll 0 0;
    color:#FFFFFF;
    text-decoration:none;
}
#header_menu a.menu_item {
    width:70px;
    color:#333333;
    background-color:transparent;
    float:left;
    font-family:Tahoma,Geneva,sans-serif;
    font-size:14px;
    font-weight:normal;
    margin:0;
    padding:9px 5px;
    text-decoration:none;
    text-transform:uppercase;
    width:100px;
}

/*    For IE6    */
* html #header_menu a.menu_item {
    margin-left: 1px;
    width: 107px;
}

#header_menu .menu_item.first
{
    margin-left:20px
}



/*
*   Footer
*/


#footer_block {
    background-color:transparent;
    background-image:url(/static/_wl_default/classic/i/footer.png);
    background-position:0 0;
    background-repeat:no-repeat;
    height:29px;
    margin:20px auto;
    width:840px;
    text-align:center;
}
#footer_block .footer_menu a
{
    color:#333333;
    text-decoration:none;
}

#header_menu.logined_header_menu .last, #header_menu.logined_header_menu .menu_item 
{
    width:90px;
    padding-left:0px;
    padding-right:0px;
}