﻿#public #container
{
    width: 1000px;
    margin: 0 auto 10px auto;
}

#public #header
{
    border-style: solid none none none;
    position: relative;
    overflow: hidden;
    padding: 0 25px 5px 0;
    background-color: #FFFFFF;
    border-top-color: #FF010C;
    background-image: url(Images/headerbg.gif);
    background-position: right top;
    background-repeat: repeat-y;
    height: 70px;
    border-top-width: 4px;
    margin-bottom: 0;
}

#public #header #menuholder
{
    position: absolute;
    bottom: 0;
    right: 20px;
    padding: 0 0 5px 0;
    width: 550px;
}

#public #header #menuholder .menuholderitem
{
    display: block;
    height: 15px;
    padding-top: 35px;
    overflow: hidden;
    float: right;
    background-position: center top;
    background-repeat: no-repeat;
    margin-left: 20px;
    text-decoration: none;
    font-weight: bold;
    min-width: 40px;
    text-align: center;
}

#public #header #menuholder .topcontact
{
    background-image: url(Images/logintopcontact.png);
}

#public #header #menuholder .topnews
{
    background-image: url(Images/logintopnews.png);
}

#public #header #menuholder .topmap
{
    background-image: url(Images/logintopmap.gif);
}

#public #header #menuholder .topgethardware
{
    background-image: url(Images/logintopgethardware.png);
}

#public #header #menuholder .topregister
{
    background-image: url(Images/logintopregister.gif);
}

#public #header #menuholder .toplogin
{
    background-image: url(Images/logintoplogin.png);
}

#public #header #menuholder .topfaq
{
    background-image: url(Images/logintopfaq.png);
}

#public #header #menuholder .current
{
    /*border: 1px dashed #E20915;*/
}

#public #menu
{
    border-style: none;
    margin: 0;
    background-color: #E2E4E7;
    background-repeat: repeat-x;
    overflow: auto;
    position: relative;
}

#public #menu #languagecontainer
{
    padding: 4px 25px 4px 4px;
    text-align: right;
    color: #FFF;
}

#public h2
{
    padding-left: 25px;
    margin-top: 15px;
}

#public h3
{
    background-image: none;
    padding: 5px 0 10px 0;
    font-size: 125%;
}

#public .itemtitle h3
{
    background-image: url(Images/itemdot.gif);
    background-position: 0 2px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 0 0 17px;
    font-size: 12px;
}

#public hr
{
    border: none 0;
    border-top: 1px dashed #1D2F39; /*the border*/
    width: 95%;
    height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
    margin: 25px 0;
}

#public .leftcolumn
{
    width: 400px;
    border-right: solid 1px #E20915;
    padding-right: 10px;
    margin-right: 25px;
    margin-bottom: 10px;
}

#public .leftcolumn .drawerpanel
{
    margin-bottom: 30px;
}

#public #content
{
    min-height: 400px;
    margin-top: 10px;
    border-top: solid 1px #E20915;
    padding: 10px 0 0 25px;
    position: static;
}

