body {
    margin: 0;
    padding: 0;
    line-height: 1.7em;
    letter-spacing: 1px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #666;
    background: #ffffff url(Image/Background/defaultBG_wood.jpg);
}

a:link, a:visited {
    color: #0066CC;
    text-decoration: none;
    font-weight: normal;
}

a:active, a:hover {
    color: #CC0000;
    text-decoration: underline;
}

p {
    margin: 0px;
    padding: 0px;
}

img {
    margin: 0px;
    padding: 0px;
    border: none;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.divider {
    background: url(http://www.heavenlyfoods.org/images/templatemo_divider.png) repeat-x bottom;
}

.cleaner {
    clear: both;
    width: 100%;
    height: 0px;
    font-size: 0px;
}

.cleaner_h5 {
    clear: both;
    width: 100%;
    height: 5px;
}

.cleaner_h10 {
    clear: both;
    width: 100%;
    height: 10px;
}

.cleaner_h20 {
    clear: both;
    width: 100%;
    height: 20px;
}

.cleaner_h30 {
    clear: both;
    width: 100%;
    height: 30px;
}

.cleaner_h40 {
    clear: both;
    width: 100%;
    height: 40px;
}

.cleaner_h50 {
    clear: both;
    width: 100%;
    height: 50px;
}

.cleaner_h60 {
    clear: both;
    width: 100%;
    height: 60px;
}

.margin_r30 {
    margin-right: 30px;
}

div.divStop, input[type="submit"] {
    width: 50px !important;
    height: 50px !important;
    float: right !important;
    cursor: pointer !important;
    border: none !important;
    color: #989898 !important;
    background: url(../Image/mute.png) no-repeat !important;
}

h2 {
    margin: 0 0 10px 0;
    padding: 10px 0 15px 0;
    font-size: 26px;
    font-weight: normal;
    color: #96e135;
    background: url(http://www.heavenlyfoods.org/images/templatemo_title_bg.jpg) bottom left no-repeat;
}

h3 {
    margin: 0;
    padding: 2px 0;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
}

.MainContent {
    width: 990px;
    border: none !important;
    text-align: center;
}

.CellMainContent {
    width: 100%;
    border: none !important;
    text-align: center;
}

#templatemo_wrapper {
    width: 990px;
    margin: 0 auto;
    text-align: left;
}

/* header */

#temp_header {
    width: 990px;
    height: 221px;
    padding: 0;
}


ul, li, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

.container {
    margin: 0;
    padding-left: 160px;
    padding-top: 115px;
}

.containerM {
    margin: 0;
    width: 742px;
}

nav {
    height: 26px;
    text-align: left;
}

    nav ul {
        border-width: 1px;
        border-style: solid;
        border-color: #d5d5d5 #d2d2d2 #cdcdcd;
        display: inline-block;
        vertical-align: baseline;
        text-align: center;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    nav li {
        float: left;
        border-left: 1px solid #d2d2d2;
        width: 107px;
    }

        nav li:first-child {
            border-left: 0;
        }

            nav li:first-child a {
                border-top-left-radius: 5px;
            }

        nav li:last-child a {
            border-top-right-radius: 5px;
        }

    nav a {
        display: block;
        position: relative;
        padding: 0 14px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        font-weight: bold;
        color: #666;
        text-decoration: none;
        background: #fafafa;
        background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
        background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
        background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
        background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
    }

        nav a:hover {
            color: #333;
            z-index: 2;
            -webkit-box-shadow: inset 0 0 0 1px #fafafa, 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 0 1px #fafafa, 0 0 3px rgba(0, 0, 0, 0.3);
        }

        nav li.active a, nav a:active {
            color: red;
            -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
        }

.PanelOrder {
    z-index: 1;
}

#imgMenu {
    position: relative;
    top: 0px;
    left: 0px;
}

.hScrollBar {
    overflow: auto;
}
/* menu */

#marqueecontainer {
    position: relative;
    width: 810px; /*marquee width */
    height: 150px; /*marquee height */
    overflow: hidden;
    border: 0px;
}

#outer {
    position: relative;
    width: 900px; /*marquee width */
    height: 180px; /*marquee height */
    overflow: hidden;
    border: 0px;
}

#templatemo_search {
    clear: both;
    width: 950px;
    height: 40px;
    padding: 10px 10px;
}

.bnClear {
    border: solid 1px #9e9ec3;
    cursor: pointer;
    background: url(../Image/_Eraser.png) center no-repeat;
}

.bnOK {
    border: solid 1px #9e9ec3;
    cursor: pointer;
    background: url(../Image/_OK.png) center no-repeat;
}

.bnClose {
    cursor: pointer;
    background: url(../Image/_Close.png) center no-repeat;
}

.bnPrice {
    border: solid 1px lightgray;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: url(../Image/_BgSearch.png) center repeat-x;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.bnSearch {
    border: solid 1px lightgray;
    width: 80px;
    height: 22px;
    text-align: center;
    vertical-align: middle !important;
    text-decoration: none;
    cursor: pointer;
    background: url(../Image/_BgSearch.png) center repeat-x;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.bnEdit {
    display: inline-block;
    border-collapse: collapse;
    padding: 0;
    margin: 0px;
    position: relative;
    cursor: pointer;
    background: url(../Image/_Edit.png) center no-repeat;
}

.bnDelete {
    cursor: pointer;
    background: url(../Image/_Delete.png) center no-repeat;
}

.bnSave {
    cursor: pointer;
    background: url(../Image/_Save.png) center no-repeat;
}

.bnUp {
    cursor: pointer;
    background: url(../Image/_Up.png) center no-repeat;
}

.bnDn {
    cursor: pointer;
    background: url(../Image/_Dn.png) center no-repeat;
}

.bnAdd {
    cursor: pointer;
    background: url(../Image/_Add.png) center no-repeat;
}

.bnPin {
    cursor: pointer;
    background: url(../Image/_Pin.png) center no-repeat;
}

.bnUnpin {
    cursor: pointer;
    background: url(../Image/_Unpin.png) center no-repeat;
}


.Cursor {
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.divHeight {
    height: 20px;
}

/* banner */

#templatemo_footer {
    clear: both;
    width: 970px;
    margin: 0 auto;
    padding: 10px 10px;
    color: #666;
}

    #templatemo_footer a {
        color: #000000;
    }

    #templatemo_footer .section_w240 {
        float: left;
        width: 200px;
        padding-right: 40px;
    }

        #templatemo_footer .section_w240 h3 {
            font-size: 14px;
            margin-bottom: 10px;
            font-weight: bold;
            color: #333;
        }

    #templatemo_footer .footer_list {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        #templatemo_footer .footer_list li {
            margin: 0px;
            padding: 3px 0;
        }

            #templatemo_footer .footer_list li a {
                color: #666;
            }

                #templatemo_footer .footer_list li a:hover {
                    color: #0068e9;
                    text-decoration: none;
                }

/* end of footer */

/* Page Footer */


#page_footer {
    width: 900px;
    padding-top: 20px;
}

.sub_category {
    width: 900px;
    text-align: center;
}

.category_items {
    width: 217px;
    text-align: center;
}

.WaterMark {
    color: #666666;
    font-style: italic;
    text-align: center;
}

.modalBackground {
    background-color: Olive;
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border: 3px solid Gray;
    padding: 3px;
    box-sizing: border-box;
    overflow: hidden;
}

.RoundedImage {
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.Radius5 {
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#templatemo_site_title_bar {
    width: 990px;
    height: 90px;
    padding: 0 5px;
    background: url(images/templatemo_header_bg.jpg) top center;
}

    #templatemo_site_title_bar #site_title {
        float: left;
        width: 500px;
        padding: 25px 10px 0 15px;
        overflow: hidden;
    }

#site_title h1 {
    margin: 0;
    padding: 0;
}

    #site_title h1 a {
        margin: 0px;
        padding: 0px;
        font-size: 30px;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }

        #site_title h1 a:hover {
            font-weight: bold;
            text-decoration: none;
        }

        #site_title h1 a span {
            display: block;
            margin-top: 10px;
            margin-left: 5px;
            font-size: 12px;
            color: #999;
            font-weight: normal;
            letter-spacing: 2px;
        }

#templatemo_site_title_bar .social_network {
    float: right;
    margin: 0px;
    padding: 8px 65px 0 0;
    list-style: none;
}

#footer_menu {
    width: 990px;
    height: 40px;
    padding-top: 30px;
    border-bottom: solid 1px lightgray;
}

    #footer_menu ul {
        float: left;
        margin: 0px;
        padding-left: 150px;
        list-style: none;
    }

        #footer_menu ul li {
            padding: 0px;
            margin: 0px;
            display: inline;
        }

            #footer_menu ul li a {
                position: relative;
                float: left;
                display: block;
                width: 120px;
                height: 35px;
                padding: 5px 0 0 0;
                margin-right: 15px;
                text-align: center;
                /*font-size: 16px;*/
                text-decoration: none;
                color: #333;
                font-weight: bold;
                outline: none;
            }

    #footer_menu li a:hover, #footer_menu li .current {
        color: blue;
        cursor: pointer;
        text-decoration: underline;
    }

.ticket_header {
    height: 70px;
    background: url(Image/Ticket/ticket_header.jpg) no-repeat;
}

.ticket_middle {
    background: url(Image/Ticket/ticket_middle.jpg) repeat-y;
}

.ticket_footer {
    height: 120px;
    background: url(Image/Ticket/ticket_footer.jpg) no-repeat;
}

.ticket_header_290 {
    height: 70px;
    background: url(Image/Ticket/ticket_header_290.jpg) no-repeat;
}

.ticket_middle_290 {
    background: url(Image/Ticket/ticket_middle_290.jpg) repeat-y;
}

.ticket_footer_290 {
    height: 120px;
    background: url(Image/Ticket/ticket_footer_290.jpg) no-repeat;
}

.phoneDigit {
    width: 24px;
    height: 24px;
    border: 1px solid #808080;
    background-color: #F5F5F5;
    text-align: center;
    margin-bottom: 2px;
    padding-top: 2px;
}

/*=========================================================
    Common WinForm Button Style
=========================================================*/

a.WinButton,
a.WinButton:link,
a.WinButton:visited,
a.WinButtonService,
a.WinButtonService:link,
a.WinButtonService:visited,
a.WinButtonMenu,
a.WinButtonMenu:link,
a.WinButtonMenu:visited,
a.WinButtonSubmit,
a.WinButtonSubmit:link,
a.WinButtonSubmit:visited,
a.WinButtonBig,
a.WinButtonBig:link,
a.WinButtonBig:visited,
a.WinButtonSelected,
a.WinButtonServiceSelected,
a.WinButtonMenuSelected {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 4px auto;
    padding: 2px 6px;
    border: 1px solid #808080;
    border-radius: 4px;
    background: linear-gradient(to bottom, #FCFCFC 0%, #ECECEC 45%, #D8D8D8 100%);
    box-shadow: inset 1px 1px 0 #FFFFFF, inset -1px -1px 0 #B8B8B8, 1px 1px 2px rgba(0,0,0,.18);
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
}

    /*=========================================================
    Hover
=========================================================*/

    a.WinButton:hover,
    a.WinButtonService:hover,
    a.WinButtonMenu:hover,
    a.WinButtonSubmit:hover,
    a.WinButtonBig:hover {
        background: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 45%, #E5E5E5 100%);
        color: #000000;
        text-decoration: none;
    }

    /*=========================================================
    Pressed
=========================================================*/

    a.WinButton:active,
    a.WinButtonService:active,
    a.WinButtonMenu:active,
    a.WinButtonSubmit:active,
    a.WinButtonBig:active {
        background: linear-gradient(to bottom, #D8D8D8 0%, #F5F5F5 100%);
        box-shadow: inset 2px 2px 4px rgba(0,0,0,.25);
    }

    /*=========================================================
    Keyboard focus
=========================================================*/

    a.WinButton:focus,
    a.WinButtonService:focus,
    a.WinButtonMenu:focus,
    a.WinButtonSubmit:focus,
    a.WinButtonBig:focus {
        outline: 2px solid #3399FF;
        outline-offset: 1px;
    }

/*=========================================================
    Server Button
=========================================================*/

a.WinButton {
    width: 140px;
    height: 60px;
    font-size: 18px;
}

/*=========================================================
    Big Server Button
=========================================================*/

    a.WinButton.WinButtonBig {
        color: #000000;
        background: linear-gradient(to bottom, #DFF1FF 0%, #B9DDFF 45%, #88C4FF 100%);
        border: 1px solid #6BAEEA;
        box-shadow: inset 1px 1px 0 #FFFFFF, inset -1px -1px 0 #5FA4E2, 1px 2px 3px rgba(0,0,0,.18);
    }

        a.WinButton.WinButtonBig:hover {
            background: linear-gradient(to bottom, #EDF7FF 0%, #CAE7FF 45%, #9ED0FF 100%);
        }

        a.WinButton.WinButtonBig:active {
            background: linear-gradient(to bottom, #88C4FF 0%, #B9DDFF 100%);
            box-shadow: inset 2px 2px 4px rgba(0,0,0,.20);
        }

/*=========================================================
    Service Button
=========================================================*/

a.WinButtonService {
    width: calc(100% - 8px);
    height: 60px;
    font-size: 18px;
}

/*=========================================================
    Menu Button
=========================================================*/

a.WinButtonMenu {
    width: 120px;
    height: 36px;
    font-size: 18px;
}

/*=========================================================
    Submit Button
=========================================================*/

a.WinButtonSubmit {
    width: 120px;
    height: 40px;
    font-size: 14px;
    margin: 0;
}

/*=========================================================
    Selected Buttons
=========================================================*/

a.WinButton.WinButtonSelected,
a.WinButtonService.WinButtonServiceSelected,
a.WinButtonMenu.WinButtonMenuSelected {
    background: linear-gradient(to bottom, #9EC9FF 0%, #5FA8FF 100%);
    color: #FFFFFF;
    border: 2px solid #0066CC;
}



div#MainPromotionBanner {
    width: 550px;
    height: 393px;
    background: #fff;
    margin: 0px auto;
    text-align: center;
}

#MainPromotionBanner #SlidePlayer {
    width: 550px;
    height: 393px;
    position: relative;
    margin: 0 auto;
}

#MainPromotionBanner .Slides {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 550px;
    height: 393px;
    overflow: hidden;
}

    #MainPromotionBanner .Slides li {
        float: left;
        width: 550px;
        height: 393px;
    }

    #MainPromotionBanner .Slides img {
        border: 0;
        display: block;
        width: 550px;
        height: 393px;
    }

#MainPromotionBanner .SlideTriggers {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 378px;
    right: 0px;
    z-index: 10;
    height: 25px;
}

    #MainPromotionBanner .SlideTriggers li {
        float: left;
        display: inline;
        color: #74a8ed;
        text-align: center;
        line-height: 16px;
        width: 16px;
        height: 16px;
        font-family: Arial;
        font-size: .9em;
        cursor: pointer;
        overflow: hidden;
        margin: 3px 6px;
        background: url(Image/slide_trigger.gif) no-repeat center center;
    }

        #MainPromotionBanner .SlideTriggers li.Current {
            color: #fff;
            background: url(Image/slide_trigger_c.gif) no-repeat center center;
            border: 0;
            font-weight: bold;
            font-size: 1.4em;
            line-height: 21px;
            height: 21px;
            width: 21px;
            margin: 0 6px;
        }

/*                  */
div#ProducePromotionBanner {
    width: 550px;
    height: 393px;
    background: #fff;
    margin: 0px auto;
    text-align: center;
}

#ProducePromotionBanner #SlidePlayer {
    width: 550px;
    height: 393px;
    position: relative;
    margin: 0 auto;
}

#ProducePromotionBanner .Slides {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 550px;
    height: 393px;
    overflow: hidden;
}

    #ProducePromotionBanner .Slides li {
        float: left;
        width: 550px;
        height: 393px;
    }

    #ProducePromotionBanner .Slides img {
        border: 0;
        display: block;
        width: 550px;
        height: 393px;
    }

#ProducePromotionBanner .SlideTriggers {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 378px;
    right: 0px;
    z-index: 10;
    height: 25px;
}

    #ProducePromotionBanner .SlideTriggers li {
        float: left;
        display: inline;
        color: #74a8ed;
        text-align: center;
        line-height: 16px;
        width: 16px;
        height: 16px;
        font-family: Arial;
        font-size: .9em;
        cursor: pointer;
        overflow: hidden;
        margin: 3px 6px;
        background: url(Image/slide_trigger.gif) no-repeat center center;
    }

        #ProducePromotionBanner .SlideTriggers li.Current {
            color: #fff;
            background: url(Image/slide_trigger_c.gif) no-repeat center center;
            border: 0;
            font-weight: bold;
            font-size: 1.4em;
            line-height: 21px;
            height: 21px;
            width: 21px;
            margin: 0 6px;
        }
