﻿html {
    height: 101%;
    margin-bottom: 1px
}

body {
    background: #fff;
    color: #000;
    font-family: 'Muli', Verdana, Geneva, sans-serif;
    font-size: 110% padding: 0;
    margin: 0;
    height: 100%
}

p {
    line-height: 1.5em
}

header,
footer,
nav,
article,
section,
aside {
    display: block
}

hr {
    background-color: silver;
    color: silver;
    border: none;
    height: 1px
}

ul {
    margin: 10px 0 20px 10px;
    padding: 0 0 0 10px
}

ul li a {
    color: #217c7e;
    text-decoration: none;
    font-weight: 700;
    padding: 0;
    line-height:35px
}

ul li a:hover {
    color: #e6be8a;
    text-decoration: underline
}

blockquote {
    background: url(../images/blockquote.png) no-repeat 5px 5px;
    font: normal .95em Georgia, Times, "Times New Roman", serif;
    color: #666;
    margin: 5px;
    padding: 3px 5px 3px 35px;
    text-align: left;
    line-height: normal
}

.leftside {
    float: left;
    display: block;
    width: 16%;
    margin-right: 5%;
    border-right: 1px #909090 dashed
}

.rightside {
    float: right;
    display: block;
    width: 30%;
    margin-left: 5%;
    border-left: 1px #909090 dashed
}

fieldset {
    border: 1px #bbb solid;
    margin: 20px 0;
    text-align: center;
    line-height: normal
}

fieldset img {
    background-color: #fff;
    margin: 5px 10px;
    border: 1px #919191 solid
}

fieldset p {
    font-size: .85em;
    text-align: left;
    padding: 0 10px
}

legend {
    background-color: transparent;
    padding: 0 10px;
    margin: 0 0 0 10px;
    color: #857265;
    letter-spacing: 1px;
    font: small-caps bold 18px Georgia, Times, "Times New Roman", serif
}

table {
    padding: 0;
    border-collapse: collapse;
    font-size: 100%;
    width: 100%
}

a {
    font-family: 'sans pro', arial, sans-serif;
    color: #217c7e;
    font-size: 110%;
    font-weight: 300;
    line-height: 35px;
    outline: 0;
    text-decoration: none
}

a:hover {
    color: #e6be8a;
    text-decoration: none;
    font-weight: 700
}

h1 {
    color: #963;
    font: 140% 'sans pro', arial, sans-serif;
    font-weight: 500
}

h2 {
    font: 115% 'sans pro', arial, sans-serif;
    margin: .3em 0;
    font-weight: 700
}

h3 {
    font: 137.5% 'sans pro', arial, sans-serif;
    color: #857265;
    margin: .5em 0;
    text-align: left
}

h4 {
    font: 137.5% 'sans pro', arial, sans-serif;
    color: #a62026;
    margin: .5em 0
}

h5 {
    font: normal 1.7em 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
    color: #a62026;
    margin: .5em 0
}

h6 {
    font: normal 1.4em 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
    color: #a62026;
    margin: .5em 0
}

.alternate1 {
    color: #212121;
    font: normal 300 1.7em 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: left
}

.alternate2 {
    color: #fff;
    font-size: 1.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
    background: #e1434a;
    background-image: -webkit-linear-gradient(top, #e1434a, #a62026);
    background-image: -moz-linear-gradient(top, #e1434a, #a62026);
    background-image: -ms-linear-gradient(top, #e1434a, #a62026);
    background-image: -o-linear-gradient(top, #e1434a, #a62026);
    border: solid 1px #a62026;
    margin: .2em -5px .5em -5px;
    padding: 3px 10px;
    text-align: center;
    border-radius: 8px;
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .6)
}

.alternate3 {
    color: #857265;
    margin: .5em 0;
    text-align: center;
    border-bottom: 1px #857265 solid
}

.button {
    color: #444;
    font-size: .9em;
    font-weight: 400;
    padding: 4px 6px;
    text-decoration: none;
    background: #eee;
    background-image: -webkit-linear-gradient(top, #eee, #ccc);
    background-image: -moz-linear-gradient(top, #eee, #ccc);
    background-image: -ms-linear-gradient(top, #eee, #ccc);
    background-image: -o-linear-gradient(top, #eee, #ccc);
    border: solid 1px #bbb;
    border-radius: 5px;
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, .8), 0 1px 1px rgba(0, 0, 0, .3)
}

.button:hover {
    color: #222;
    font-size: .9em;
    font-weight: 400;
    padding: 4px 6px;
    text-decoration: none;
    background: #eee;
    background-image: -webkit-linear-gradient(top, #eee, #bbb);
    background-image: -moz-linear-gradient(top, #eee, #bbb);
    background-image: -ms-linear-gradient(top, #eee, #bbb);
    background-image: -o-linear-gradient(top, #eee, #bbb);
    border: solid 1px #999;
    border-radius: 5px;
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, .8), 0 1px 1px rgba(0, 0, 0, .5)
}

p.dropcap {
    overflow: hidden
}

p.dropcap:first-letter {
    color: #000;
    display: block;
    float: left;
    font: 60px/50px Georgia, Times, "Times New Roman", serif;
    padding: 7px 4px 0 0
}

.bignumber {
    border-radius: 25px;
    background-color: #a62026;
    color: #fff;
    display: block;
    float: left;
    font: normal 28px/50px Verdana, serif;
    height: 50px;
    margin: 0 10px 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 50px
}

ul.list1 li {
    list-style-type: none;
    background: url(../images/bullet01.png) no-repeat 0 3px;
    padding: 1px 0 0 15px
}

ul.list2 li {
    list-style-type: none;
    background: url(../images/bullet02.png) no-repeat 0 3px;
    padding: 1px 0 0 15px
}

ul.list3 li {
    list-style-type: none;
    background: url(../images/bullet03.png) no-repeat 0 5px;
    padding: 1px 0 0 18px
}

ol.leadingzero {
    background: none;
    list-style-position: outside;
    list-style-type: decimal-leading-zero
}

#wrapper {
    background: #fff;
    color: #000;
    width: 1100px;
    max-width: 1100px;
    margin: 10px auto 10px auto;
    text-align: left;
    border: 1px #fff solid;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4)
}

header {
    background: transparent;
    position: relative;
    width: 100%;
    height: 230px
}

#logo {
    background: #ffffff;
    height: 90px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px #fff solid;
    padding-top: 30px
}

#logo h1 {
    font: normal 2.6em 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
    color: #fff;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4)
}

#logo h1 a {
    color: #fff;
    text-decoration: none;
    font-weight: 400
}

#logo h1 a:hover {
    color: #fff;
    text-decoration: none
}

#logo h2 {
    font: normal 1em 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    letter-spacing: 1px
}

#mainnav {
    width: 100%;
    height: 41px;
    color: #fff;
    background: #e1434a;
    background-image: -webkit-linear-gradient(top, #e1434a, #a62026);
    background-image: -moz-linear-gradient(top, #e1434a, #a62026);
    background-image: -ms-linear-gradient(top, #e1434a, #a62026);
    background-image: -o-linear-gradient(top, #e1434a, #a62026);
    font: normal 300 1.2em 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 4px rgba(0, 0, 0, .3);
    border-bottom: 1px #fff solid
}

#nav {
    margin: 0;
    padding: 0;
    list-style: none
}

#nav li {
    display: inline-block;
    background: transparent;
    position: relative;
    z-index: 500;
    margin: 0 5px;
    padding: 0
}

#nav li a {
    display: block;
    padding: 8px 10px 7px 10px;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    text-align: left
}

#nav li a:hover {
    background-color: #b6a498;
    padding: 8px 10px 7px 10px;
    color: #fff
}

#nav ul {
    position: absolute;
    left: 0;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 3px #a62026 solid;
    box-shadow: 0 3px 8px #000
}

#nav ul li {
    width: 145px;
    float: left;
    padding: 0;
    margin: 0;
    font-size: .9em
}

#nav ul a {
    display: block;
    height: 18px;
    font-weight: 400;
    text-transform: none;
    padding: 5px 6px 5px 6px;
    color: #000;
    background-color: #efefef;
    box-shadow: none
}

#nav ul a:hover {
    color: #fff;
    padding: 5px 6px 5px 6px;
    text-decoration: none;
    border-top: none;
    background-color: #b6a498;
    border-radius: 0;
    box-shadow: none
}

.selectnav {
    display: none
}

#topad {

    text-align: center
}

#topbanner {
    max-height: 90px;
    text-align: center
}

#searchtool {
    height: 50px
}

#recipes-center {
    
}

#photoblock {
    background: #fff;
    position: relative;
    width: 90%;
    height: 92%;
    padding: 4% 5%;
    display: table
}

#image1 {
    float: left;
    display: table-cell;
    width: 33.3%;
    max-height: 260px;
    vertical-align: middle;
    text-align: center
}

#image2 {
    float: left;
    display: table-cell;
    width: 33.3%;
    max-height: 260px;
    vertical-align: middle;
    text-align: center
}

#image3 {
    float: left;
    display: table-cell;
    width: 33.3%;
    max-height: 260px;
    vertical-align: middle;
    text-align: center
}

#image1 img {
    border: 8px #f0f0f0 solid;
    width: 95%;
    height: auto;
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
    box-shadow: 0 0 10px #333
}

#image2 img {
    border: 8px #f0f0f0 solid;
    width: 95%;
    height: auto;
    box-shadow: 0 0 10px #333
}

#image3 img {
    border: 8px #f0f0f0 solid;
    width: 95%;
    height: auto;
    -webkit-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg);
    box-shadow: 0 0 10px #333
}

#sidebarLeft {
    float: left;
    width: 16%;
    padding: 0 1%;
    margin: 0 .5%;
    font-size: .9em;
    line-height: 1.4em
}

#sidebarRight {
    float: right;
    width: 30%;
    padding: 0 1%;
    margin: 0 .5%;
    font-size: .9em;
    line-height: 1.4em;
    }

#contentRight {
    float: right;
    width: 73%;
    padding: 0 1%;
    margin: 0 .5%;
    line-height: 1.5em
}

#contentLeft {
    float: left;
    width: 73%;
    padding: 0 1%;
    margin: 0 .5%;
    line-height: 1.5em
}

#contentMiddle {
    float: left;
    width: 64%;
    padding: 0 1%;
    margin: 0 .5%;
    line-height: 1.5em;
    overflow: hidden
}

#contentFull {
    width: 98%;
    padding: 0 1%;
    line-height: 1.5em
}

#rightrail1 {
    max-width: 300px;
    max-height: 600px;
    text-align: left
}

.contentBox2 {
    float: left;
    width: 29.33333%;
    padding: 0 1%;
    margin: 0 1%;
    line-height: 1.4em
}

.contentBox3 {
    float: left;
    width: 29.33333%;
    padding: 0 1%;
    margin: 0 1%;
    line-height: 1.4em
}

.contentBox4 {
    float: left;
    width: 29.33333%;
    padding: 0 1%;
    margin: 0 1%;
    line-height: 1.4em
}

.alpha {
    padding-left: 0;
    margin-left: 0
}

.omega {
    padding-right: 0;
    margin-left: 0
}

.catalog {
    max-width: 100%;
    border-bottom: 1px silver solid;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.catalog h6 {
    text-align: center;
    font: normal 24px 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif
}

footer {
    clear: both;
    background: #fff url(../images/footerbg.jpg) no-repeat;
    background-size: 100%;
    color: #000;
    width: 100%;
    font-size: .85em;
    padding: 20px 0 10px 0;
    border-radius: 0 0 10px 10px
}

footer ul {
    list-style-type: none;
    line-height: normal;
    margin: 0;
    padding: 0
}

footer ul li {
    margin: 3px 0;
    background: url(../images/bullet02.png) no-repeat 0 3px;
    padding: 1px 0 0 18px
}

footer ul li a {
    color: #217c7e;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700
}

footer ul li a:hover {
    color: #e6be8a;
    text-decoration: underline
}

footer a {
    color: #217c7e;
}

footer a:hover {
    color: #e6be8a;
}

footer hr {
    width: 90%;
    margin: 10px 5%
}

#socialmedia {
    width: 90%;
    margin: 10px 5%;
    letter-spacing: 10px;
    text-align: center
}

ul.tabs {
    margin: 20px 0 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    width: 100%;
    border-radius: 10px 0 0 0
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0 15px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #bbb;
    border-left: none;
    background: #e1434a;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0
}

ul.tabs li:hover {
    background: #b6a498;
    color: #fff
}

ul.tabs li.active {
    background: #FFF;
    color: #000;
    border-bottom: 1px solid #fff
}

.tab_container {
    border: 1px solid #bbb;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFF;
    margin-bottom: 20px
}

.tab_content {
    padding: 20px;
    font-size: .9em;
    display: none
}

img {
    border: none
}

#catalogimage {
    max-width: 60%;
    min-width: 30%;
    height: auto
}

.imageleft {
    margin: 0 10px 0 0;
    float: left
}

.imageright {
    margin: 0 0 0 10px;
    float: right
}

.image-border,
.image-googlemap {
    background-color: #fff;
    margin: 2px 0;
    padding: 3px;
    border: 1px #d0d0d0 solid
}

.imageleft-border {
    background-color: #fff;
    margin: 0 10px 0 0;
    padding: 3px;
    float: left;
    border: 1px #d0d0d0 solid
}

.imageright-border {
    background-color: #fff;
    margin: 0 0 0 10px;
    padding: 3px;
    float: right;
    border: 1px #d0d0d0 solid
}

.image-round {
    border-radius: 50%;
    box-shadow: 0 0 10px #444;
    border: 1px #fff solid;
    background-color: #fff
}

.image-catalog {
    border: 1px #d0d0d0 solid;
    background-color: #fff;
    padding: 5px;
    margin: 5px 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .4)
}

p.comment {
    background: transparent url(../images/comment.png) 0 3px no-repeat;
    padding: 0 0 5px 25px
}

p.home {
    background: transparent url(../images/home.png) 0 3px no-repeat;
    padding: 0 0 5px 25px
}

p.phone {
    background: transparent url(../images/phone.png) 0 2px no-repeat;
    padding: 0 0 5px 25px
}

p.email {
    background: transparent url(../images/email.png) 0 3px no-repeat;
    padding: 0 0 5px 25px
}

p.hours {
    background: transparent url(../images/clock.png) 0 3px no-repeat;
    padding: 0 0 5px 25px
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.small {
    font-size: .85em
}

.clearsmall {
    height: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
    clear: both
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

* html .clearfix,
*:first-child+html .clearfix {
    zoom: 1
}

dt.question {
    font: normal 20px Georgia, Times, "Times New Roman", serif;
    background: #fff url(../images/arrow.png) no-repeat scroll left bottom;
    color: #857265;
    font-variant: small-caps;
    padding: 10px 0 0 30px;
    border-bottom: 1px #555 dashed;
    margin: 0 50px
}

dd.answer {
    padding: 10px 0;
    margin: 0 100px;
    display: block
}

.highlight {
    background-color: #FF0
}

@media screen and (max-width:320px) {
    #wrapper {
        width: 98%
    }
    .js #nav {
        display: none
    }
    .js .selectnav {
        display: block
    }
    select#selectnav1 {
        background-color: transparent;
        color: #fff;
        width: 240px;
        margin: 0 auto;
        padding: 10px 4px 8px 4px;
        letter-spacing: 1px;
        border: none
    }
    select#selectnav1 option {
        background-color: #e0e0e0;
        color: #000;
        font-size: .8em;
        padding: 1px 10px
    }
    #image1 img,
    #image2 img,
    #image3 img {
        border: 3px #f0f0f0 solid
    }
    .alternate {
        margin: .5em 0
    }
    blockquote.leftside,
    blockquote.rightside {
        visibility: hidden;
        display: none
    }
    .contentBox2,
    .contentBox3,
    #sidebarLeft,
    #sidebarRight,
    #contentRight,
    #contentLeft,
    #contentMiddle {
        width: 98%;
        margin: 1%;
        padding: 0
    }
    ul.tabs,
    .tab_container {
        visibility: hidden;
        display: none
    }
    dt.question {
        padding: 10px 0 0 30px;
        margin: 0 5px
    }
    dd.answer {
        margin: 0 20px
    }
    footer section.contentBox4 {
        visibility: hidden;
        display: none
    }
    footer hr {
        display: none
    }
}

@media screen and (max-width:480px) and (min-width:321px) {
    #wrapper {
        width: 98%
    }
    .js #nav {
        display: none
    }
    .js .selectnav {
        display: block
    }
    select#selectnav1 {
        background-color: transparent;
        color: #fff;
        width: 240px;
        margin: 0 auto;
        padding: 10px 4px 8px 4px;
        letter-spacing: 1px;
        border: none
    }
    select#selectnav1 option {
        background-color: #e0e0e0;
        color: #000;
        font-size: .8em;
        padding: 1px 10px
    }
    #image1 img,
    #image2 img,
    #image3 img {
        border: 3px #f0f0f0 solid
    }
    .alternate {
        margin: .5em 0
    }
    blockquote.leftside,
    blockquote.rightside {
        visibility: hidden;
        display: none
    }
    .contentBox2,
    .contentBox3,
    .contentBox4,
    #sidebarLeft,
    #sidebarRight,
    #contentRight,
    #contentLeft,
    #contentMiddle {
        width: 98%;
        margin: 1%;
        padding: 0
    }
    ul.tabs,
    .tab_container {
        visibility: hidden;
        display: none
    }
    dt.question {
        padding: 10px 0 0 30px;
        margin: 0 5px
    }
    dd.answer {
        margin: 0 20px
    }
    footer section.contentBox4 {
        visibility: hidden;
        display: none
    }
    footer hr {
        display: none
    }
}

@media screen and (max-width:657px) and (min-width:481px) {
    #wrapper {
        width: 95%
    }
    .js #nav {
        display: none
    }
    .js .selectnav {
        display: block
    }
    select#selectnav1 {
        background-color: transparent;
        color: #fff;
        width: 240px;
        margin: 0 auto;
        padding: 10px 4px 8px 4px;
        letter-spacing: 1px;
        border: none
    }
    select#selectnav1 option {
        background-color: #e0e0e0;
        color: #000;
        font-size: .8em;
        padding: 1px 10px
    }
    #image1 img,
    #image2 img,
    #image3 img {
        border: 4px #f0f0f0 solid
    }
    .alternate {
        margin: .5em 0
    }
    blockquote.leftside,
    blockquote.rightside {
        visibility: hidden;
        display: none
    }
    .contentBox2,
    .contentBox3,
    .contentBox4,
    #sidebarLeft,
    #sidebarRight,
    #contentRight,
    #contentLeft,
    #contentMiddle {
        width: 98%;
        margin: 1%;
        padding: 0
    }
    .contentBox4.catalog {
        width: 48%
    }
    ul.tabs,
    .tab_container {
        visibility: hidden;
        display: none
    }
    dt.question {
        padding: 10px 0 0 30px;
        margin: 0 5px
    }
    dd.answer {
        margin: 0 20px
    }
    footer section.contentBox4 {
        width: 48%
    }
}

@media screen and (max-width:800px) and (min-width:769px) {
    #wrapper {
        width: 95%
    }
    #image1 img,
    #image2 img,
    #image3 img {
        border: 6px #f0f0f0 solid
    }
    #nav li {
        margin: 0 2px
    }
    blockquote.leftside,
    blockquote.rightside {
        visibility: hidden;
        display: none
    }
    .contentBox4.catalog img {
        width: 80%
    }
    dt.question {
        padding: 10px 0 0 30px;
        margin: 0 5px
    }
    dd.answer {
        margin: 0 20px
    }
    ul.tabs,
    .tab_container {
        visibility: hidden;
        display: none
    }
    .image-googlemap {
        max-width: 90%
    }
}

@media screen and (max-width:768px) and (min-width:658px) {
    #wrapper {
        width: 95%
    }
    #nav li {
        margin: 0 2px
    }
    blockquote.leftside,
    blockquote.rightside {
        visibility: hidden;
        display: none
    }
    .contentBox4.catalog img {
        width: 80%
    }
    dt.question {
        padding: 10px 0 0 30px;
        margin: 0 5px
    }
    dd.answer {
        margin: 0 20px
    }
    ul.tabs,
    .tab_container {
        visibility: hidden;
        display: none
    }
    .image-googlemap {
        max-width: 90%
    }
    footer section.contentBox4 {
        width: 48%;
        margin: 0 1%;
        padding: 0
    }
}

@media screen and (max-width:1024px) and (min-width:801px) {
    #wrapper {
        width: 95%
    }
}