.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hidden {
    position: absolute !important;
    top: -99999px !important;
    left: -999999px !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
}

form { margin: 0; padding: 0; }
p { margin: 0; padding: 0 0 1em 0; }
a { color:#666; background-color: transparent;}
a:hover { color: #000; background-color: transparent;}
a img { border: 0; }
img { }
input, select, textarea {font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; vertical-align: middle;}
hr {margin:0; padding: 0; height: 1px; border: 0; background: url(../images/dotted-h.gif) repeat-x 0 0;}
table {font-size: 1em;}


body {
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #1b1b1b;
    color: #fff;
}

#container {
    text-align: left;
    font: normal 0.7em/1.3em Verdana, Arial, Helvetica, sans-serif;
    width: 1026px;
    margin: 0 auto;
}

#header {
    width: 1000px;
    height: 188px;
    background: url(../images/template/header.jpg) no-repeat 0 0;
    position: relative;
}
    #logo {
        margin: 0;
        padding: 0;
        position: absolute;
        left: 32px;
        top: 75px;
    }
    #header_stats_ico {
        position: absolute;
        left: 960px;
        top: 60px;
    }

    
#mainmenu {
    width: 1000px;
    background: url(../images/background/stripes.gif) repeat;
    padding-bottom: 20px;
    border-bottom: 2px solid #1b1b1b;
}   
    #mainmenu ul {
        margin: 0;
        padding: 0 0 0  45px;
        list-style-type: none;
        background: #525254 url(../images/template/menu/background.gif) repeat;
        color: inherit;
        border-bottom: 1px solid #252525;
    }
    #mainmenu li {
        float: left;
        display: inline;
    }
    #mainmenu li.first {
        padding-left: 10px;
        background:  url(../images/template/menu/first-tab.gif) no-repeat 0 0;
    }
    #mainmenu li.last {
        padding-right: 10px;
        background:  url(../images/template/menu/last-tab.gif) no-repeat 100% 0;
    }
    #mainmenu a {
        display: block;
        width: 107px;
        line-height: 40px;
        font-size: 1.1em;
        font-weight: bold;
        background: #525254 url(../images/template/menu/tab.gif) no-repeat 0 0;
        color: #000;
        text-align: center;
        text-decoration: none;
    }
    #mainmenu a:hover, #mainmenu li.on a {
        background-position: 0 -100px;
        background-color: #1f1d22;
        color: #fff;
    }    

#pagebody {
    background: url(../images/template/pagebody-redtab.gif) no-repeat 100% 20px;
}
    #pagebody_wrapper {
        width: 1000px;
        background: #313131;
        color: inherit;   
        min-height: 300px;
       
    }    


