/*
Title:        Style sheet for express-pc.com
Author:       William Wade
Updated:      July 19, 2007
*/


/* Page Elements */

{
        margin: 0;
        padding: 0;
}

#layout {
        width: 800px;
        margin: 20px auto;
        background-color: #000000;
/*        min-height: 600px; */
        position: relative;
        top: 20px;
        background: url(../images/blackflag.gif) repeat-y;
        border: 3px solid #fff;
}

#content {
        width: 760px;
/*        min-height: 400px; */
        position: relative;
        top: 190px;
        color: #dddddd;
        padding: 20px;
        margin: 0px 0 20px 0;
}

body {
        font-size: 76%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        line-height: 1.5em;
        background: #000000;
        color: #ffffff;
        background-image: url(../images/btblueblk.gif);
}

div.transbox {
    width: 100%;
    height: 44px;
    min-height: 44px;
    position: absolute;
    color: #ffffff;
    font-size: 10px;
    line-height: 44px;
    top: 144px;
    left: 0px;
    z-index: 100;
}

div.transbox_contents {
    background-color:transparent;
    height: 44px;
    position: absolute;
    width: 100%;
    text-align: right;
    z-index: 101;
}

div.transbox2_contents {
    background-color:transparent;
    height: 44px;
    top: 90px;
    position: absolute;
    width: 100%;
    text-align: right;
    z-index: 101;
}

div.transbox_background {
    background-color: #9999bb;
    height: 44px;
    opacity: 0.5;
    filter:alpha(opacity=50); /* IE's opacity*/
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 100;
}

#logoarea {
        width: 356px;
        height: 88px;
        background-color: none;
        position: absolute;
        top: 0px;
        left: 10px;
        z-index: 10;
}

#building {
        width: 400px;
        height: 153px;
        color: #000000;
        background-color: none;
        background-image: url(../images/xpcBuildingTrans.gif);
        position: absolute;
        top: -20px;
        right: 0px;
        z-index: 7;
}

#topnav {
        width: 100%;
        height: 30px;
        position: absolute;
        top: 155px;
        color: #aaaaaa;
        font-family: helvetica;
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 30px;
        text-align: center;
        background-color: none;
}

#topnav a:link, #topnav a:visited {
        padding: 5px;
        border: 1px solid;
        margin: 0px 0px 0px 5px;
        color: #aaaaaa;
        text-decoration: none;
}

#topnav a:active {
        padding: 5px;
        border: 1px solid #ffffff;
        margin: 0px 0px 0px 5px;
        color: #EBEBEB;
        text-decoration: none;
}

#topnav a:hover {
        padding: 5px;
        border: 1px solid #ff2222;
        margin: 0px 0px 0px 5px;
        color: #EBEBEB;
        text-decoration: none;
}

#content a:link, #content a:visited, #content a:active, #content a:hover {
        color: #ffffff;
}