@charset "utf-8";

/* 각 서브 메뉴 style */

html, body {
    background-color: #2f91aa;
}

#topMenu ul {
    background: url(/img/wc_top_menu_bar.gif) repeat-y left top;
}

#topMenu ul li {
    background: url(/img/wc_top_menu_bar.gif) repeat-y right top;
}

#topMenu ul li a {
    color: #521417;
}

#headContainer {
    background: url(/img/wc_top_bg.jpg) no-repeat left top;
}

#home {
    background-image: url(/img/wc_happyteashop_logo.gif);
    background-repeat: no-repeat;
}

#shopMenu {
    background: url(/img/wc_menu_bar.gif) no-repeat left bottom;
}

#shopMenu .depth0 a {
    background-image: url(/img/wc_menu.gif);
    background-repeat: no-repeat;
}

#shopMenu .depth1 li a {
    background-image: url(/img/wc_submenu.gif);
    background-repeat: no-repeat;
}

#bodyContainer h2 {
    background: #ffffff url(/img/wc_title_bg.gif) no-repeat left top;
}

#content {
    background: #ffffff url(/img/wc_center_bg.gif) no-repeat left bottom;
}

#shopInfo {
    color: #521417;
}

#shopInfo a {
    color: #521417;
}

#shopInfo ul li {
    background: url(/img/wc_top_menu_bar.gif) repeat-y right top;
}

#shopInfo ul li a {
    color: #521417;
}


