body {
    background-color: black;
    margin: 0px;
}

/* Styling of our top bar */
#topbar {
    height: 90px;
    color: white;
    background-color: #a00;
    border-bottom: 2px solid #fd5;
    padding: 5px 10px 0px 5px;
}

/* Content class for the main content on pages */
.site_frame_content {
    background-color: white;
    min-height: 553px;
    margin: 10px;
    padding: 30px;
    padding-top: 15px;
    padding-bottom: 50px;
}

/* Additional content class for small content pages */
.site_frame_smallcontent {
    padding-left: 85px;
    padding-right: 85px;
}

/* min-height and height are not equally implemented by 
 * MSIE and FireFox. Make the height only visible for
 * MSIE and use min-height for FireFox.
 */
* html .site_frame_content {
    height: 556px;
}

#advertise {
    margin: 10px;
    margin-left: 0px;
    background-color: black;
    color: #f0f0f0;
    font-size: 11px;
}

/* The position of our login box */
#login_or_quote {
    display: inline;
    float: right;
    margin-top: 0px;
    height: 80px;
    color: white;
}

/* Some override styling for our login box */
#site_frame_loginbox, 
#site_frame_loginbox a {
    color: white;
}

/* Style for the PM notification */
#pm_notify {
    display: none;
    float: right;
    padding: 7px 10px 0px 0px;
}

.navigation_bar #pm_notify a {
    color: #fd2;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}


/* ======================================================================
 * Menu overrides
 * ====================================================================== */

/*
.menu {
    padding-left: 10px;
}

.menu ul a,
.menu ul a:visited {
    border:1px solid black;
    background-color: black;
    color: white;
    background-image: url(images/arrow_down.gif);
}
*/

/* OLDIES */

#navigation .item a {
    background-image: url(images/arrow_down.gif);
    background-position: left;
    padding-right: 15px;
    padding-left: 13px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: black;
    color: white;
    font-size: small;

    border-left: none;
    border-bottom: none;
}

#navigation .lastitem a {
    border-right: none;
}

#navigation .firstitem a {
    border-left: none;
}

#navigation .subitem a {
    background-image: none;
    background-color: white;
    color: black;
    border-right: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 1px solid #ccc;
    padding-right: 5px;
    padding-left: 5px;
}

#navigation .subitem a:hover {
    background-color: #eee;
    color: black;
}

#navigation .lastsubitem a {
    border-bottom: 2px solid black;
}


/* ======================================================================
 * Links at the bottom of the page 
 * ====================================================================== */

#pagelinks {
    margin-right: 10px;
    text-align: right;
    padding-bottom: 15px;
}

#pagelinks a {
    text-decoration: none;
    height: 19px;
    font-size: xx-small;
    border: none;
    background-color: white;
    color: #a00;
    padding-left:8px;
    padding-right:8px;
    padding-top:2px;
    padding-bottom:2px;
}

#pagelinks a:link    { color: #a00; }
#pagelinks a:active  { color: #a00; }
#pagelinks a:visited { color: #a00; }
#pagelinks a:hover   { background-color: #a00; color: white; }


/* ============ test ============ */

.roundbox-outer {background: black; margin:1em; width: 400px}
.roundbox-top,.roundbox-bottom {display:block; font-size:1px;}
.roundbox-line1,.roundbox-line2,.roundbox-line3,.roundbox-line4 {height: 1px; display:block; overflow:hidden;}
.roundbox-line2,.roundbox-line3,.roundbox-line4 {background:white; border-left:1px solid #a00; border-right:1px solid #a00;}
.roundbox-line1 {margin:0 5px; height: 1px; background:#a00;}
.roundbox-line2 {margin:0 3px; border-width:0 1px;}
.roundbox-line3 {margin:0 2px;}
.roundbox-line4 {height:2px; margin:0 1px}
.roundbox-content {display:block; background:white; border:0 solid #a00; border-width:0 1px; padding: 10px}

