body, form, fieldset, p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd
{
    padding: 0;
    margin: 0;
}

body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #2a2a2a;
    line-height: 1.2em;
    background-color: #666;
}

img
{
    border: 0;
}

a:link,
a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

fieldset
{
    border: 0;
}

form
{
}

    form label
    {
        float: left;
        text-align: right;
        margin-bottom: 5px;
        padding-right: 5px;
        padding-top: 3px;
    }

    form input,
    form select,
    form textarea
    {
        float: left;
        margin-bottom: 5px;
    }

    form br
    {
        clear: left;
    }

    form div.btns
    {
    }

        form div.btns input
        {
            margin: 0;
            float: none;
        }

/* -------------------------------------------------------------------------- */

div#wrapper
{
    width: 998px;
    overflow: hidden;
}

div#main
{
    float: left;
    width: 780px;
    background-color: #eee;
    padding-bottom: 2300px;
    margin-bottom: -2300px;
}

div#header
{
    background: url(../gfx/separator_h.gif) left bottom repeat-x;
    padding-bottom: 9px;
}

    div#header ul
    {
        list-style-type: none;
        font-size: 0;
        line-height: 0;
        width: 548px;
        height: 48px;
        padding: 74px 0 0 232px;
        background: url(../gfx/header_bg.jpg) left top no-repeat;
    }

        div#header ul li
        {
            float: left;
            width: 137px;
            height: 24px;
        }

    img#logo
    {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    div#banner1
    {
        position: absolute;
        left: 270px;
        top: 7px;
        width: 468px;
        height: 60px;
        background-color: #046afd;
        font-size: 0;
        line-height: 0;
    }

#titlebar
{
    height: 41px;
    background-repeat: no-repeat;
}

    #titlebar div.lft
    {
        float: left;
        width: 460px;
    }

        #titlebar div.lft a
        {
            display: block;
            width: 460px;
            height: 41px;
            text-decoration: none;
        }

    #titlebar div.rgt
    {
        line-height: 41px;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        float: left;
        width: 320px;
    }

        #titlebar div.rgt a:link,
        #titlebar div.rgt a:visited
        {
            color: #fff;
        }

div#content
{
    float: left;
    width: 460px;
}

    ul.subnav
    {
        list-style-type: none;
        font-size: 0;
        line-height: 0;
    }

        ul.subnav li
        {
            float: left;
        }

    div#content p
    {
        clear: left;
        padding: 20px;
    }

div#attach
{
    float: right;
    width: 320px;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
    background-color: #546777;
    font-size: 0;
    line-height: 0;
}

div#sidebar
{
    float: left;
    width: 200px;
    padding: 0 9px;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
    background: #aaa url(../gfx/sidebar_bg.gif) left top repeat-y;
}

div#footer
{
    clear: both;
    float: left;
    width: 100%;
    background: url(../gfx/footer_bg.gif) left top repeat-x;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: relative;
}

    div#footer a:link,
    div#footer a:visited
    {
        color: #fff;
    }

/* -------------------------------------------------------------------------- */

div#median
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: -10;
}

select#network
{
    position: absolute;
    left: 0;
    top: 100px;
    width: 232px;
}

div.clear,
div.lclear,
div.rclear
{
    clear: both;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

div.lclear
{
    clear: left;
}

div.rclear
{
    clear: right;
}

a.tovabb:link,
a.tovabb:visited
{
    color: #2a2a2a;
    font-size: 10px;
    font-weight: bold;
    background: url(../gfx/details_dark.gif) right top no-repeat;
    padding-right: 14px;
}

.crossContent
{
    clear: left;
    position: relative;
    font-size: 0;
    line-height: 0;
    width: 780px;
}

    .crossContent .c1,
    .crossContent .c4
    {
        font-size: 12px;
        line-height: 1.2em;
        float: left;
        width: 460px;
    }

    .crossContent .c4
    {
        width: 780px;
    }

        .crossContent .c1 h1,
        .crossContent .c4 h1
        {
            padding: 20px;
            padding-bottom: 0;
            font-size: 14px;
        }

        .crossContent .c1 p,
        .crossContent .c4 p
        {
            padding: 10px 20px;
        }

    .crossContent .c2
    {
        float: left;
    }

    .crossContent .c3,
    .crossContent .c5
    {
        font-size: 12px;
        line-height: 1.2em;
        clear: left;
        float: left;
        position: relative;
        top: -19px;
        left: 398px;
        margin-bottom: -18px;
        /*padding: 0 0 5px 400px;*/
    }

    .crossContent .c5
    {
        width: 300px;
        text-align: right;
        left: 450px;
    }

.light
{
    background-color: #eee;
}

    .light .c4
    {
        background-color: #eee;
    }

        .light .c1 h1,
        .light .c4 h1
        {
            color: #930;
        }

.dark
{
    background-color: #546777;
    color: #fff;
}

    .dark .c4
    {
        background-color: #546777;
    }

        .dark .c1 h1,
        .dark .c4 h1
        {
            color: #fc0;
        }

    .dark a.tovabb:link,
    .dark a.tovabb:visited
    {
        color: #fc0;
        background: url(../gfx/details_light.gif) right top no-repeat;
    }

#gsearch { text-align:center; }
#gsearch td { text-align:center; }
#sbb {
    float:none; 
}
