﻿html, body 
{
    margin:0;
    padding:0;
    border:0;
}

body
{
    text-align:center;
    font-family:Arial;
    font-size:12px;
}

a
{
    outline:none;
}

.top_center
{
    width:1150px;
    margin:0 auto;
    background:#fde056 url('images/bg_top.jpg') no-repeat top right;    
}

.center
{
    width:890px;
    margin:0 auto;
    direction:rtl;
    text-align:right;
    z-index:100;
}

.logo
{
    width:88px;
    height:106px;
    margin:0;
    display:block;
    float:right;
    border:0;
}

#footer a
{
    text-decoration:none;
}

#header_holder
{
    width:100%;
    display:inline-block;
}

#header
{
    width:802px;
    float:left;    
}

#top_links
{
    height:18px;
    padding:17px 10px 37px 10px;
}

.top_link, .top_sep
{
    padding:0 3px;
    color:#505d87;
    font-weight:bold;
    text-decoration:none;
}

.top_link:hover
{
    text-decoration:underline;
}

#top_menu
{
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
    height:28px;
}
    
    .top_menu_item
    {
        list-style:none;
        margin:0;
        padding:0;
        height:28px;
        display:inline-block;
        float:right;
    }
    
    .top_menu_sep
    {
        list-style:none;
        margin:0;
        padding:0;
        width:2px;
        height:28px;
        display:inline-block;
        background:url('images/menu_sep.gif') no-repeat;
        float:right;
    }
    
    .top_menu_link, .top_menu_link_first, .top_menu_link_last, .stop_menu_link
    {
        height:28px;
        display:block;
        text-align:center;
        line-height:28px;
        vertical-align:middle;
        color:#505d87;
        font-weight:bold;
        text-decoration:none;
    }
    
    .stop_menu_link
    {
        background:url('images/menu_sel.gif') repeat-x;
    }
    
    .top_menu_link
    {
        background:url('images/menu_back.gif') repeat-x;
    }
    
    .shadow
    {
        height:5px;
        margin:0 0 0 8px;
        background:url('images/shadow.png') repeat-x;
        clear:both;
        overflow:hidden;
    }
    
#main_block
{
    width:100%;
    padding:8px 0 0;
    display:inline-block;
    clear:both; 
    overflow:hidden;
}

    #right_col
    {
        width:163px;
        margin:0 0 0 10px;
        float:right;
        overflow:hidden;
    }
    
    #left_col
    {
        width:717px;
        float:right;
        overflow:hidden;
    }

    
.ctop_right
{
    width:163px;
    background:url('images/ctop_right.png') no-repeat top right;
    float:right;
}

.ctop_left
{
    width:163px;
    background:url('images/ctop_left.png') no-repeat top left;
}

.ctop_border
{
    margin:0 8px;
    height:6px;
    border-top:solid 1px #f8ca15;
    overflow:hidden;
    background:#fff;
}

.cbot_border
{
   margin:0 8px;
   height:6px;
   border-bottom:solid 1px #f8ca15;
   overflow:hidden; 
   background:#fff;
}

.cbot_right
{
    width:163px;
    background:transparent url('images/corner.png') no-repeat bottom right;
    float:right;
}

.cbot_left
{
    width:163px;
    background:transparent url('images/corner.png') no-repeat bottom left;
    float:right;
}

.right_block_holder
{
    width:163px; 
    background:#f8ca15; 
    float:right;  
}
.right_block
{
    width:161px;
    padding:5px 0 8px;
    margin:0 1px;
    background:#fff;
    float:right;
}

.right_label
{
    width:137px;
    padding:0 12px 7px;
    display:block;
    font-size:14px;
    font-weight:bold;
    color:#3a3f45;
}

#menu_holder
{
    width:159px;
    margin:0 1px;
}

.title
{
    font-size:18px;
    font-weight:bold;
    color:#425290;
    
}