/* Container */
    body {
        background: url(../images/bg_header.png) no-repeat scroll center top;
    }

    #container {
        width: 900px;
        margin-right: auto;
        margin-left: auto;
    }

/* Header */
    #header {
        width: 100%;
        height: 127px;
        padding-top: 5px;
    }

    #logo {
        float: left;
        display: block;
        width: 270px;
        height: 40px;
    }

    #logo span {
        display: none;
    }

    #header p {
        margin-top: 60px;
        padding-left: 250px;
        color: #fff;
        font-size: 0.7em;
    }

    #header #blockSearchKeyword {
        position: absolute;
        top: 16px;
        margin-left: 650px;
    }

    #sitenewsTop {
        position:absolute;
        margin: 40px 0 0 10px;
        padding: 3px;
        width: 230px;
        background-color: #fff;
        border: 1px solid #f33;
        line-height: 1.2em;
        font-size: 0.8em;
        color: #f00;
    }

    #topicpath {
        font-size: 0.8em;
    }

    #serverMessage {
        width: 80%;
        background: #fff;
        border: 1px solid #c8d7e3;
        color: #f33;
        font-size: 0.9em;
        font-weight: bolder;
        margin-top: 10px;
    }

    #serverMessage span {
        display: block;
        background: #c8d7e3;
        color: #336699;
        padding-left: 10px;
    }

/* Main menu */
    ul#mainmenu {
        margin: 6px 0 0 10px;
        list-style: none;
        height: 20px;
        width: 740px;
        float: left;
    }

    ul#mainmenu li {
        float: left;
        padding: 0 2px;
    }

    ul#mainmenu li.class {
        color: #ccc;
    }

    ul#mainmenu li a {
        padding: 0 3px;
        text-align: center;
        font-size: 0.8em;
        text-decoration: none;
    }

/* My Menu */
    ul#mymenu {
        float: left;
        margin: 5px 0 0 30px;
        list-style: none;
    }

    ul#mymenu li {
        float: left;
        padding: 0 2px;
    }

    ul#mymenu li a {
        padding-left: 30px;
        font-size: 0.8em;
    }

    ul#mymenu li#linkMyaccount {
        background: url(../images/ico_myaccount.png) no-repeat scroll left center;
    }

    ul#mymenu li#linkViewstock {
        background: url(../images/ico_cart.png) no-repeat scroll left center;
    }

/* Contents */
    #contents {
        float: right;
        margin-top: 3px;
        width: 680px;
    }

/* Menu */
    #menu {
        float: left;
        margin: 8px 5px 0 0;
        width: 195px;
    }

    #menu_block {
        line-height: 1.4em;
    }

    #menu_block ul {
        list-style: none;
        margin: 0 0 15px 20px;
    }

    #menu_block li span {
        padding-left: 10px;
    }

    #menu_block .myaccount {
        margin-left: -5px;
        padding-left: 25px;
        background: url(../images/ico_myaccount.png) no-repeat scroll left center;
    }

    #menu_list {
        background: url(../images/bg_leftmenu_2.png) repeat-y scroll right top;
        font-size: 0.8em;
    }

    #menu_list h3 {
        margin-bottom: 5px;
        background: url(../images/hd_leftmenu.png) repeat-x scroll center top;
        width: 189px;
        height: 22px;
        line-height: 22px;
        font-weight: bolder;
        font-size: 0.9em;
        text-align: center;
        color: #fff;
    }

    #menu_list ul {
        list-style: none;
        margin: 0 0 15px 25px;
    }

    #menu_list ul ul {
        margin-left: 10px;
    }

    #menu_list li#linkUSSAuction {
        margin-left: -25px;
        padding-left: 25px;
        background: url(../images/ico_uss.png) no-repeat scroll left center;
    }

/* Footer */
    #footer {
        width: 100%;
        float: left;
        margin-top: 30px;
        border-top: 3px solid #356980;
        text-align: center;
        font-size: 0.8em;
    }

    #footer a {
        color: #333;
        text-decoration: none;
    }

    #footer a:hover {
        color: #00a0c6;
        text-decoration: underline;
    }

    #footer p {
        text-align: left;
        color: #666;
    }
