@charset "utf-8";

/* 각 서브 메뉴 style */

html, body {
    background-color: #cc3333;
}

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

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

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

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

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

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

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

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

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

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

#shopInfo {
    color: #521417;
}

#shopInfo a {
    color: #521417;
}

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

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


