body {
    position: relative;
    background-color: #a2030e;
}

    h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
        color: #353539;
        text-transform: uppercase;
        letter-spacing: .06em;
        word-spacing: .1em;
    }

#wrapper-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 404px;
    background-color: #fff;
    background: transparent url(img/bg-wrapper-header.jpg) top left repeat-x;
}

    #logo-container {
        padding-top: 120px;
    }

        h1#logo a {
            display: block;
            width: 182px;
            height: 116px;
            text-indent: -9999px;
            background: transparent url(img/logo.png) top left no-repeat;
        }

    #header-content {
        padding-top: 36px;
        overflow: hidden;
        background: transparent url(img/bg-top-header-content.jpg) top left no-repeat;
    }

        #header {
            position: relative;
            width: 550px;
            height: 368px;
            overflow: hidden;
            z-index: 1;
        }

            #header ul#portfolio {
                list-style-type: none;
                margin: 0; paddin: 0;
            }

                #header ul#portfolio li {
                    margin: 0; paddin: 0;
                }

        #language-bar {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1000;
        }

            #language-bar ul {
                margin: 0; padding: 0;
                list-style-type: none;
            }

                #language-bar ul li {
                    display: inline;
                    margin: 0; padding: 0;
                }

                    #language-bar ul li a {
                        display: block;
                        float: left;
                        margin: 0;
                        padding: 0 10px;
                        margin-left: 1px;
                        /*width: 30px;*/
                        height: 20px;
                        background: transparent url(img/bg-language-bar.png) top left repeat-x;
                        text-decoration: none;
                        text-align: center;
                        font-size: 11px;
                        letter-spacing: .1em;
                        line-height: 20px;
                        color: #581707;
                    }

                    #language-bar ul li a:hover,  #language-bar ul li a.current {
                        background: transparent url(img/bg-language-bar-hover.png) top left repeat-x;
                        color: #fff;
                    }


        #navigation {
            position: relative;
        }

            #navigation ul {
                color: #fff2d6;
                list-style-type: none;
                margin: 45px 0 0 5px;
            }

                #navigation ul li {
                    line-height: 12px;
                    margin: 0; padding: 0;
                }

                    #navigation ul li a {
                        display: block;
                        color: #fff2d6;
                        text-decoration: none;
                        font-size: 13px;
                        font-weight: bold;
                        text-transform: uppercase;
                        letter-spacing: .05em;
                        word-spacing: .1em;
                        padding: 6px 0 4px 0;
                        padding-left: 5px;
                    }

                    #navigation ul li a:hover {
                        background-color: #a0050d;
                        color: #5f1707;
                        /*padding-left: 10px;*/
                }

        #searchForm {
            position: absolute;
            bottom: -50px;
            left: 10px;
        }

            #inputSearch {
                font-size: 11px;
                letter-spacing: .1em;
                word-spacing: .15em;
                color: #350d04;
                padding-top: 5px\9;     /* targeting IE8 and below */
                padding-left: 5px;
                background: transparent url(img/bg-search.jpg) 0 0 no-repeat scroll;
                width: 140px;
                height: 25px;
                border: medium none;
                float: left;
            }

            /*@-moz-document url-prefix() {*/
                /*#inputSearch {*/
                    /*padding-top: 5px;*/
                /*}*/
            /*}*/

            #submitSearch {
                float: left;
                display: block;
                margin: 0;
                padding: 0;
                display: block;
                background: transparent url(img/bg-search.jpg) -150px 0 no-repeat scroll;
                width: 30px;
                height: 25px;
                border: medium none;
                text-indent: -9999px;
                cursor: pointer;
            }

        /* Targeting Opera only */
        @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
            #inputSearch {
                padding-top: 0;
                width: 147px;
            }

            #submitSearch {
                float: none;
                margin-left: 152px;
            }
        }

        /* Targeting Safari only */
        /*html:lang(en)>body  #inputSearch {*/
            /*padding-top: 0;*/
        /*}*/

    #wrapper-main-content {
        position: relative;
        top: 36px;
        padding-top: 368px;
        background-position: 0px 404px;
        background-image: url(img/bg-lateral-shadows.png);
        background-repeat: repeat-y;
        overflow: auto;
        width: 580px;
        margin-left: auto;
        margin-right: auto;
    }

        #main-content {
            position:relative;
            overflow: auto;
            _overflow: visible;     /* targeting IE6 */
            background: transparent url(img/bg-main-content.jpg) top left repeat;
            min-height: 700px;
            height: auto !important;
            height: 700px;
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 15px;
            padding-right: 15px;
            width: 520px;
            margin-left: auto;
            margin-right: auto;
        }

            #main-content #main-content-top-shadow {
                position: absolute;
                top: 0;
                left: 0;
                background: transparent url(img/bg-main-content-top-shadow.png) top left no-repeat;
                width: 550px;
                height: 18px;
            }

            #main-content img, #secondary-content img {
                border: 7px solid #fff;
                -moz-box-shadow:    0 0 6px rgba(0, 0, 0, 0.4);
                -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
                box-shadow:         0 0 6px rgba(0, 0, 0, 0.4);
            }


    #wrapper-additional-content {
        position: absolute;
        top: 404px;         /* same as the height of the #header element */
        left: 0;
        width: 100%;
        background-color: #bf0311;
        color: #fff2d6;
    }

        #wrapper-additional-content h1,
        #wrapper-additional-content h2,
        #wrapper-additional-content h3,
        #wrapper-additional-content h4,
        #wrapper-additional-content h5,
        #wrapper-additional-content h6 {
            color: #fff2d6;
        }

        #wrapper-secondary-content {
            padding: 20px 0;
            min-height: 400px;
            height: auto !important;
            height: 400px;
            background: transparent url(img/bg-wrapper-secondary-content.jpg) bottom left repeat-x;
            overflow: auto;
            _overflow: visible;    /* targeting IE6 */
        }

            #secondary-content {

            }

                div#marketing {
                    position: relative;
                }

                    div#marketing img {
                        border: none;
                    }

                    ul#marketing {
                        margin: 0;
                        padding: 0;
                        list-style-type: none;
                    }

                        ul#marketing li {
                            margin: 0;
                            padding: 0;

                            margin-bottom: 2em;
                        }


                #marketing {
                    margin-left: 15px;
                }

                div#news ul {
                    list-style-type: none;
                    margin: 1em 10px 1em 0;
                }

                    div#news ul li {
                        margin: 0 0 20px 0;
                    }

                        div#news ul li img {
                            border: none;
                            margin-top: 1em;
                        }

                        div#news ul li a {
                            display: block;
                            color: #fff2d6;
                            font-size: 11px;
                            line-height: 13px;
                            /*text-align: justify;*/
                            text-decoration: none;
                            /*text-transform: lowercase;*/
                        }

                        div#news ul li a:hover {
                           color: #ffdc92;
                        }

                        div#news ul li h4 {
                            display: block;
                            /*border-bottom: thin solid #ffd27f;*/
                            margin-bottom: .25em;
                            color: #350a00;
                            font-size: 10px;
                            letter-spacing: .08em;
                            word-spacing: .15em;
                            text-transform: uppercase;
                            font-weight: bold;
                            text-align: left;
                            padding-bottom: 3px;
                        }



                #recipe-of-the-day {
                    position: relative;
                    background-color: #fff2d6;
                    padding: 5px 10px;
                    margin-bottom: 30px;
                }

                    #recipe-of-the-day h2 {
                        position: absolute;
                        top: -40px;
                        right: -50px;
                        display: block;
                        width: 73px;
                        height: 89px;
                        background: transparent url(img/cook.png) top left no-repeat;
                        text-indent: -9999px;
                    }

                    #recipe-of-the-day a {
                        display: block;
                        color: #353539;
                        font-weight: bolder;
                        font-size: 12px;
                        line-hegth: 13px;
                        text-decoration: none;
                        text-transform: uppercase;
                    }


        #wrapper-tertiary-content {
            min-height: 300px;
            height: auto !important;
            height: 300px;
            background: transparent url(img/bg-wrapper-tertiary-content.jpg) top left repeat-x;
        }


    #wrapper-footer {
        overflow: auto;
        background: transparent url(img/bg-wrapper-footer.jpg) top left no-repeat;
        margin-top: 36px;
    }

        #footer {
            margin-top: 10px;
        }

            #footer p#footer-address {
                color: #fff2d6;
                font-size: 9px;
                line-height: 15px;
                text-align: center;
                letter-spacing: .07em;
                word-spacing: .1em;
                text-transform: uppercase;
            }


/***************** EventsHolder / EventsPage ********************/
#eventsList {
    overflow: auto;
}

#eventsList ul {
    width: 50%;
    float: left;
    list-style-type: none;
    clear: left;
}

#eventsList ul li {
    background: none;
    margin-left: 0;
}

#eventsList li p {
    background: none;
    font-size: 13px;
}

#eventsList p {
    margin-bottom: 0;
}

.eventName img {
    float: right;
    margin: 0 0 .5em .5em;
}

.eventName h2 {
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 0;
}

.eventName a:hover {
    text-decoration: underline;
}

.eventPeriod {
    margin-bottom: 1.5em;
}

.eventLogo {
    float: left;
}

.eventGallery {
    float: right;
    padding-top: 1em;
    margin-right: 1em;
}


/***************** Products ********************/
ul#productTypes {
    margin-bottom: 40px;
    overflow: auto;
    list-style-type: none;
}

    ul#productTypes li h5 {
        margin-bottom: 5px;
    }

        ul#productTypes li {
            margin-bottom: 0;
        }

            ul#productTypes li a {
                color: #53535b;
                font-weight: bold;
            }

                ul#productTypes li a:hover {
                    padding-bottom: 3px;
                    text-decoration: none;
                    color: #53535b;
                    border-top: 1px solid #53535b;
                    border-bottom: 1px solid #53535b;
                }

.productItem {
    width: 30%;
    float: left;
    margin-left: 10px;
    margin-bottom: 15px;
}

.productImage {
    height: 120px;
    margin-bottom: .5em;
}

    .productImage img {
        display: block;
        margin: 0 auto;
    }

p.productName {
    text-align: center;
    letter-spacing: .1em;
    font-size: 12px;
}


/************************* Recipes ***********************/

ul#recipeList {
    list-style-type: none;
}

    ul#recipeList li a {
        text-transform: uppercase;
        color: #681b08;
    }


    ul#recipeList li a:hover {
        padding-bottom: 3px;
        text-decoration: none;
        color: #681b08;
        border-top: 1px solid #681b08;
        border-bottom: 1px solid #681b08;
    }

#recipeIngredients {
    width: 35%;
    float: left;
    margin-right: 2em;
}

    #recipeIngredients ul {
        list-style-type: none;
        list-style-position: outside;
        margin-left: .5em;
        margin-top: 1em;
    }

        #recipeIngredients ul li {
            margin-bottom: .5em;
            margin-left: 0;
            padding-left: .5em;
            font-size: 11px;
            color: #716e66;
            padding-bottom: 5px;
            border-bottom: 1px solid #d1cbbd;
        }

            #recipeIngredients ul li:last-child {
                border-bottom: none;
            }

#recipeImage {
    margin-top: 50px;
}


#recipeDetails {
    margin-top: 50px;
}

    #recipeDetails h2 {
        text-align: left;
    }

    #recipeDetails h3 {
        font-size: 90%;
        margin-top: 1em;
    }


/************************ Contact Form Fields *****************************/
fieldset {
    margin-top: 2em;
    padding: 10px;
    background-color: #e0dbce;
    font-size: 10px;
}

    .formRow {
        position: relative;
        clear: both;
        min-height:40px;
        height:auto !important;
        height: 40px;
        margin-top: .5em;
    }

        .formRow label {
            display: block;
            width: 150px;
            height: 100%;
            float: left;
            text-align: right;
            font-size: 11px;
            padding-right: 1em;
            line-height: 1.6em;
            color: #68655f;
        }

        .formRow label.error {
             width: 340px;
             clear: both;
             float: none;
             font-style: italic;
             color: #da0000;
             font-size: 11px;
             text-align: left;
             margin-left: 160px;
             padding: 0;
        }

            .formRow label em {
                font-size: 9px;
                font-weight: bold;
                color: #da0000;
                padding-left: .35em;
            }

        .formRow input[type=text], textarea {
            display: block;
            float: left;
            width: 320px;
            outline: none;
            border: 1px solid #b0aba0;
            padding-left: .5em;
            color: #4e4c47;
            letter-spacing: .03em;
            word-spacing: .07em;
            font-size: 10px;
        }

        .formRow input[type=text] {
            padding-top: .25em;
            padding-bottom: .25em; 
        }

        .formRow input[type=submit] {
            margin-top: 13px;
            float: right;
            margin-right: 10px;
        }

        .formRow select {
            width: 250px;
            outline: none;
        }

        .formRow input.error, .formRow textarea.error {
            border: 2px solid #da0000;
        }





/****************************** MISC ****************************/
ul.removeListItem {
    list-style-type: none;
}

    ul.removeListItem li{
        padding-left: 0;
        background: none;
        clear: both;
    }

.clearfix {
    clear: both;
}
