﻿/* ---- theme(global, Global) ---- */
#theme-global h1,
#theme-global h2,
#theme-global h3,
#theme-global h4,
#theme-global h5,
#theme-global h6,
#theme-global p.topic
{
    color: #000;
}

#theme-global #rightContent div.boxContent {
    background-color: #808080;
    color: #fff;
}

/* ---- theme(office, Office)  ---- */
#theme-office h1,
#theme-office h2,
#theme-office h3,
#theme-office h4,
#theme-office h5,
#theme-office h6,
#theme-office p.topic
{
    color: #9B4907;
}

#theme-office #rightContent div.boxContent {
    background-color: #9B4907;
    color: #fff;
}

.theme-mainmenu-office {
    background-image: url(/images/li-office.png) !important;
}

/* ---- theme(home-furniture, Home Furniture)  ---- */
#theme-home-furniture h1,
#theme-home-furniture h2,
#theme-home-furniture h3,
#theme-home-furniture h4,
#theme-home-furniture h5,
#theme-home-furniture h6,
#theme-home-furniture p.topic
{
    color: #C49E0D;
}

#theme-home-furniture #rightContent div.boxContent {
    background-color: #C49E0D;
    color: #fff;
}

.theme-mainmenu-home-furniture {
    background-image: url(/images/li-home.png) !important;
}

/* ---- theme( exterior,Exterior) ---- */
#theme-exterior h1,
#theme-exterior h2,
#theme-exterior h3,
#theme-exterior h4,
#theme-exterior h5,
#theme-exterior h6,
#theme-exterior p.topic
{
    color: #808746;
}

#theme-exterior #rightContent div.boxContent {
    background-color: #808746;
    color: #fff;
}

.theme-mainmenu-exterior {
    background-image: url(/images/li-exterior.png) !important;
}

/* ---- theme(flooring, Flooring) ---- */
#theme-flooring h1,
#theme-flooring h2,
#theme-flooring h3,
#theme-flooring h4,
#theme-flooring h5,
#theme-flooring h6,
#theme-flooring p.topic
{
    color: #9F8757;
}

#theme-flooring #rightContent div.boxContent {
    background-color: #9F8757;
    color: #fff;
}

.theme-mainmenu-flooring {
    background-image: url(/images/li-flooring.png) !important;
}

/* ---- theme(kitchen, Kitchen) ---- */
#theme-kitchen h1,
#theme-kitchen h2,
#theme-kitchen h3,
#theme-kitchen h4,
#theme-kitchen h5,
#theme-kitchen h6,
#theme-kitchen p.topic
{
    color: #739396;
}

#theme-kitchen #rightContent div.boxContent {
    background-color: #739396;
    color: #fff;
}

.theme-mainmenu-kitchen {
    background-image: url(/images/li-kitchen.png) !important;
}

/* ---- theme(joinery, Joinery) ---- */
#theme-joinery h1,
#theme-joinery h2,
#theme-joinery h3,
#theme-joinery h4,
#theme-joinery h5,
#theme-joinery h6,
#theme-joinery p.topic
{
    color: #825571;
}

#theme-joinery #rightContent div.boxContent {
    background-color: #825571;
    color: #fff;
}

.theme-mainmenu-joinery {
    background-image: url(/images/li-joinery.png) !important;
}

/* ---- theme(other, Other) ---- */
#theme-other h1,
#theme-other h2,
#theme-other h3,
#theme-other h4,
#theme-other h5,
#theme-other h6,
#theme-other p.topic
{
    color: #7a4a39;
}

#theme-other #rightContent div.boxContent {
    background-color: #7a4a39;
    color: #fff;
}

.theme-mainmenu-other {
    background-image: url(/images/li_other.png) !important;
}
