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

.break {
    clear: both;
}

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;
}

.cartTop {
    position: absolute;
    top: -27px;
    right: 120px;
    background: #000000 url('/static/img/shopping_header.jpg') no-repeat top left;
    width: 230px;
    height: 45px;
    padding-left: 40px;
    padding-top: 20px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

.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. */

.sessionCC-form-lbl {
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 5px;
}
.sessionCC-form-input {
    float: left;
    width: 300px;
    margin-bottom: 5px;
}
.sessionCC-form-input input {
    padding-left: 5px;
    width: 280px;
}
.sessionCC-form-input textarea {
    padding-left: 5px;
    width: 280px;
    height: 75px;
}
.button60 {
    width: 100px;
    text-align: center;
    height: 22px;
    padding-top: 3px;
    border: 1px solid #999999;
    background-color: #D7D7D7;
    display: block;
    color: #000000;
}
.sessionCC-form-lbl2 {
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 5px;
}
.sessionCC-form-lbl-left {
    float: left;
    width: 300px;
    margin-bottom: 5px;
    font-weight: bold;
}
.shopInfoBox {
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left:15px;
    color: #666666;
    width: 420px;
    font-weight: bold;
}
.shopProducts {
    width: 400px;
    padding: 5px;
    position: absolute;
    top: 80px;
    right: 20px;
    border: 1px solid #8C0000;
}
.shopProductName {
    float: left;
    width: 280px;
}
.shopProductQty {
    float: left;
    width: 59px;
}
.shopProductTotal {
    float: left;
    width: 60px;
}
.shopProductNameHeader {
    float: left;
    width: 280px;
    font-weight:bold;
    margin-bottom: 3px;
}
.shopProductQtyHeader {
    float: left;
    width: 59px;
    font-weight:bold;
    margin-bottom: 3px;
}
.shopProductTotalHeader {
    float: left;
    width: 60px;
    font-weight:bold;
    margin-bottom: 3px;
}
.form-line-container {
   margin-bottom: 7px;
}
.form-line-title {
    float: left;
    width: 200px;
}
.form-line-input {
    float: left;
    width: 310px;
}
.input-width {
    width: 250px;
    border: 1px solid #808080;
    padding-left: 3px;
}
#newsletterConfirm {
    color: #FFFFFF;
}
#newsletterConfirm a {
    color: #8C0000;
}
#newsletterConfirm a:hover {
    color: #DEDEDE;
}
.homeBlogPreview {
    float: left;
    position: relative;
    width: 290px;
    height: 320px;
    margin-right: 15px;
    background-image: url('/static/img/blog_homepagepreview.jpg');
}
.homeBlogImage {
    position: absolute;
    top: 10px;
    left: 85px;
}
.homeBlogContent {
    position: absolute;
    top: 120px;
    left: 15px;
    width: 260px;
}
.cartPopup {
    position: absolute;
    width: 506px;
    height: 186px;
    background-image: url('/static/img/background.png');
    text-align: center;
    font-family: Tahoma;
    color: #F8E57A;
    display: none;
}
.cartButton {
    height: 27px;
    background-image: url('/static/img/button.png');
    cursor: pointer;
    text-align: left;
    padding-top: 5px;
    color: #413026;
    float: left;
}
