body {
    color: #ffffff;
    background: #000000 url('../img/background.jpg') top center no-repeat;
}

.header {
    background: url('../img/logo.jpg') top left no-repeat;
}

.mainmenu, .mainarea {
    background: #000000;
}

.lm_main_off {
    background: #FF1500;
}

.lm_main_on {
    background: #FFFFFF;
}

.lm_sub {
    font-size: 8pt;
    background: url('../img/lm-sub.png') top right no-repeat;
}

.lm_sub a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 7px;
}

.lm_sub_off {
    background: #610B00;
}

.lm_sub_on {
    background: #FFFFFF;
}

.basket {
    background: url('../img/rm-basket.png') top left no-repeat;
}

.basket span {
    color: #ff0000;
}

.basket a {
    font-weight: bold;
    color: #ffffff;
}

.basket a:hover {
    color: #ff0000;
} 

.featprod_title {
    background: url('../img/rm-featprod.png') top left no-repeat;
}

.featprod_text {
    background: url('../img/rm-feattext.png') top left no-repeat;
}

.text {
    background: #040404 url('../img/p_foot.png') bottom left no-repeat;
}

.footer {
    background: #000000 url('../img/footer.png') top left no-repeat;
}

.shopcats td a {
    color: #ffffff;
    text-decoration: none;
}

.shopcats td a:hover {
    color: #ff0000;
}

.prodbrowse th {
    background: url('../img/prodbrowse-left.png') top left no-repeat;
}

.prodbrowse td {
    background: url('../img/prodbrowse-right.png') top left no-repeat;
    color: #A60800;
}

.prodbrowse td a {
    color: #ffffff;
    font-weight: bold;
}

.prodbrowse td span {
    font-size: 8pt;
    color: #ffffff;
}

.prod_img {
    background: url('../img/prodbox.png') top left no-repeat;
}

.prod_desc {
    font-size: 8pt;
    color: #ffffff;
}

.prod_form {
    background: url('../img/prodform.png') top left no-repeat;
}

.prod_price {
    color: #ffffff;
}

.basic {
    color: #ff0000;
}

.basic:hover {
    color: #ffff00;
}

.rd {
    color: #ff0000;
}

