@import "inner.css";

body
{
    font: normal 13px Arial;
    color: #333333;
    line-height: 150%;
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: underline;
    color: #6699cc;
}

a:hover
{
    text-decoration: none;
}

.clear
{
    clear: both;
}

/**
*   HEADER
*/
#header
{
    height: 158px;
    background: url('images/header_bg.jpg') repeat-x top left;
}

#header .content
{
    width: 940px;
    margin: 0 auto;
    background: url('images/header.jpg') no-repeat center;
    height: 158px;
}

#header .logo
{
    float: left;
    display: block;
    text-indent: -9999px;
    width: 560px;
    height: 100px;
    margin-top: 10px;
}

#header .image
{
    float: right;
    margin-top: 9px;
}

#header .image img
{
    border: 2px solid #fff;
}


/**
*   MENU
*/
#menu
{
    background: url('images/menu.jpg') repeat-x top left;
    height: 32px;
    padding-top: 18px;
    border-bottom: 5px solid #fff;
}

#menu ul
{
    width: 940px;
    margin: 0 auto;
    padding: 0 0 0 17px;
}

#menu ul li
{
    display: inline;
    list-style-type: none;
}

#menu ul li a
{
    display: block;
    float: left;
    padding-left: 17px;
    height: 19px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

#menu ul li a span
{
    padding-right: 17px;
    display: block;
}

#menu ul li a.active,
#menu ul li a:hover
{
    background: #fff url('images/menu_left.jpg') no-repeat top left;
    color: #333333;
}

#menu ul li a.active span,
#menu ul li a:hover span
{
    background: #fff url('images/menu_right.jpg') no-repeat top right;
}

#menu ul li.extra a
{
    padding: 0px;
    float: right;
    margin-right: 10px;
    background: url('images/menu_forum.jpg') no-repeat center;
    text-align: center;
    width: 173px;
}

/**
* CONTENT
*/ 
#content
{
    background-color: #fffdf2;
}

#content .container
{
    width: 923px;
    margin: 0 auto;
    padding-left: 17px;
    padding-top: 30px;
    padding-bottom: 70px;
}

#content .main
{
    float: left;
    width: 540px;
}

#content .main h1
{
    font: normal 30px Arial;
    color: #333333;
    margin: 0;
    padding: 0 0 30px 0;
}

#content .main p
{
    margin: 0;
    padding: 0 0 15px 0;
}

#content .sidebar
{
    float: left;
    padding-left: 25px;
    width: 345px;
    font-size: 12px;
}

#content .sidebar a img
{
    border: none;
}

#content .sidebar a
{
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #dcdddb;
}


#content .sidebar a:hover
{
    border-bottom: 1px solid #9ea09e;
}


#content .sidebar h2
{
    font: normal 24px Arial;
    color: #333333;
    margin: 0;
    padding: 5px 0 20px 0;
}

#content .sidebar .block1 
{
    background: url('images/block1_bg.jpg') repeat-y top left;
    width: 342px;
    margin-bottom: 40px;
}

#content .sidebar .block1 .blockContent
{
    background: url('images/block1_top.jpg') no-repeat top left;
}

#content .sidebar .block1 .blockContent .holder
{
    background: url('images/block1_bottom.jpg') no-repeat bottom left;
    padding: 15px 0 0 25px;
}

#content .sidebar .links
{
    width: 130px;
    float: left;
}

#content .sidebar .linksC2
{
    padding-left: 40px;
}

#content .sidebar .links a
{
    margin-bottom: 10px;
    width: 130px;
    display: block;
    float: left;
    clear: both;
}

#content .sidebar .links a span
{
    background: url('images/links_bullet.jpg') no-repeat right 4px;
    padding-right: 10px;
    text-indent: -9999px;
}

#content .sidebar .block2
{
    background: url('images/block2_bg.jpg') repeat-y top left;
    width: 342px;
    margin-bottom: 40px;
}

#content .sidebar .block2 .blockContent
{
    background: url('images/block2_top.jpg') no-repeat top left;
}

#content .sidebar .block2 .blockContent .holder
{
    background: url('images/block2_bottom.jpg') no-repeat bottom left;
    padding: 15px 0 0 25px;
}

#content .sidebar .block2 .links a,
#content .sidebar .block2 .links a:hover
{
    border: none;
}

/**
*   FOOTER
*/
#footer
{
    background: url('images/footer_bg.jpg') repeat top left;
    color: #fff;
}

#footer .container
{
    background: url('images/footer_bg_top.jpg') repeat-x top left;;
    overflow: hidden;
}

#footer .content
{
    width: 940px;
    margin: 0 auto;
}

#footer .content h1
{
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    border-bottom: 1px solid #5d84ae;
    padding: 40px 0 15px 21px;
    margin: 0 0 25px 0;
}

#footer .content ul
{
    float: left;
    width: 275px;
    padding: 0 15px 0 21px;
    margin: 0;
}

#footer .content ul li
{
    list-style-type: none;
    padding-bottom: 10px;
}

#footer .content ul li a
{
    color: #fff;
}

#footer .content ul li a:hover
{
    text-decoration: none;
}

#footer .content ul li span
{
    background-color: #e9d30a;
    color: #555555;
    font-size: 10px;
    margin-right: 5px;
    padding: 0 4px;
}


#footer .copyright
{
    border-top: 1px solid #5d84ae;
    margin-top: 20px;
    padding: 10px 21px 10px 21px;
    font-size: 12px;
    color: #adaffc;
}

#footer .copyright .left
{
    float: left;
}

#footer .copyright .right
{
    float: right;
}

#footer .copyright .right a 
{
    color: #adaffc;
    padding: 2px 10px;
    margin-left: 25px;
}

#footer .copyright .right a:hover
{
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
}

/**
*   Login form
*/ 

#loginForm
{
    display: none;
    width: 340px;
    height: 147px;
    position: absolute;
    margin-left: 60%;
    margin-top: 20px;
    background: url('images/loginform.gif') no-repeat top left;
} 

#loginForm .closeLoginForm
{
    float: right;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

#loginForm form
{
    padding: 25px 10px 0 23px;
}

#loginForm form input
{
    width: 270px;
    border: 1px solid #c6d7ea;
    font-size: 12px;
    color: #cccccc;
    height: 18px;
    padding-top: 7px;
    padding-left: 10px;
    margin-bottom: 10px;
}

#loginForm form .submitButton
{
    width: 84px;
    height: 19px;
    background: url('images/submit_button.jpg') no-repeat center;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 0;
    border: none;
}
