body {
    background-color: #000000;
    font-family: "Arial Sans Serif";
    font-size: 12px;
    text-align: center;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #8C0000;
}

a:hover {
    color: #000000;
}

h1 {
    margin: 5px 0 5px 0;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #8C0000;
    color: #8C0000;
    font-size: 20px;
}

h2 {
    margin: 5px 0 5px 0;
    color: #8C0000;
    font-size: 18px;
}

.clearBoth {
    clear: both;
}

.splashTop {
    width: 910px;
    height: 110px;
    margin: 0 auto;
    margin-top: 27px;
    text-align: center;
}

.splashFlash {
    width: 910px;
    height: 360px;
    margin: 0 auto;
    text-align: center;
}

.menuBar {
    background: #8C0000 url('/static/img/menu_bar.jpg') no-repeat top left;
    width: 910px;
    height: 25px;
    margin: 0 auto;
    text-align: center;
}

.menuBar .menuItem {
    color: #F8E67C;
    text-transform: uppercase;
    cursor: pointer;
    padding: 4px 15px 0px 15px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 21px;
    _height: 25px;
}

.menuBar .menuItemHover {
    color: #8C0000;
    background: #FFFFFF url('/static/img/menu_bar_white.jpg') repeat-x top left;
    text-transform: uppercase;
    cursor: pointer;
    padding: 4px 15px 0px 15px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 21px;
    _height: 25px;
}

.subMenu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    background-color: #FFFFFF;
    z-index: 10;
}

.subMenuItem {
    width: 240px;
    _width: 250px;
    padding-left: 10px;
    background-color: #F8E67C;
    color: #8C0000;
    margin-bottom: 1px;
    padding-top: 4px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 21px;
    _height: 25px;
    text-align: left;
}

.subMenuItemHover {
    width: 240px;
    _width: 250px;
    padding-left: 10px;
    background-color: #8C0000;
    color: #F8E67C;
    margin-bottom: 1px;
    padding-top: 4px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 21px;
    _height: 25px;
    text-align: left;
}

.splashMenuHoverPopup {
    width: 186px;
    height: 167px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.splashMenuHoverPopup .innerText {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    background-color: #000000;
}


.headerTop {
    width: 1000px;
    height: 105px;
    margin: 0 auto;
    margin-top: 27px;
    text-align: center;
    background: #000000 url('/static/img/top_page.jpg') no-repeat top left;
    position: relative;
}

.heeadTopLogin {
    position: absolute;
    right: 20px;
    top: 60px;
}

.heeadTopLogin a {
    text-decoration: none;
    color: #666666;
}

.headerImage {
    width: 1000px;
    height: 360px;
    margin: 0 auto;
    text-align: center;
    background: #000000 url('/static/img/background.jpg') repeat-y top left;
}

.headerMenu {
    width: 1000px;
    height: 25px;
    margin: 0 auto;
    text-align: center;
    background: #000000 url('/static/img/background.jpg') repeat-y top left;
}

.coreContainer {
    width: 1000px;
    min-height: 200px;
    margin: 0 auto;
    text-align: center;
    background: #000000 url('/static/img/background.jpg') repeat-y top left;
}

.coreContainerLeftAllign {
    text-align: left;
}

.coreContainerAdjust {
    padding-top: 20px;
    width: 910px;
    margin-left: 45px;
    padding-bottom: 45px;
}

.footer {
    width: 1000px;
    min-height: 200px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    color: #FFFFFF;
}

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

.footer a:hover {
    color: #8C0000;
}

/* LOGIN FORM */
.loginForm {
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    height: 160px;
    z-index: 2;
    background-color: #000000;
    border: 8px solid #8C0000;
    display: none;
    text-align: left;
}

.loginForm .loginFormLogo {
    padding-top: 18px;
    padding-left: 18px;
    float: left;
}

.loginForm .loginFormFields {
   width: 182px;
   float: left;
   padding-top: 17px;
   padding-left: 14px;
   color: #FFFFFF;
   font-family: Georgia;
   font-weight: bold;
   _margin-right: 8px;
}

.loginForm .loginFormFields .loginFormFieldsLabel {
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.loginForm .loginFormFields input {
    width: 180px;
}

.loginFormButton {
    float: left;
    background-color: #191919;
    color: #D7D7D7;
    margin-top: 8px;
    padding: 4px;
    cursor: pointer;
}
.loginFormButtonHover {
    float: left;
    background-color: #8C0000;
    color: #FFFFFF;
    margin-top: 8px;
    padding: 4px;
    cursor: pointer;
}

.leftBtnMargin {
    margin-left: 14px;
    margin-right: 8px;
    _margin-left: 8px;
}
/* End of login form. */


/* Order Form */
.orderTitleMainTd {
    padding-bottom: 10px;
    font-size: 20px;
}

.orderTitleTd {
    padding-right: 30px;
    color: #8C0000;
    font-weight: bold;
    font-size: 14px;
    background-color: #F8E67C;
}

.orderAddressFormTable td {
    padding-right: 30px;
    padding-bottom: 10px;
}

#orderPrimaryItemTable tr {
    height: 25px;
}

#orderDeliveryTable tr {
    height: 25px;
}
/* End of order form. */