body {
    /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(left center, ellipse farthest-side, #55B0D9 0%, #0F153E 100%);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(left center, ellipse farthest-side, #55B0D9 0%, #0F153E 100%);
    /* Opera */
    background-image: -o-radial-gradient(left center, ellipse farthest-side, #55B0D9 0%, #0F153E 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, left center, 0, left center, 973, color-stop(0, #55B0D9), color-stop(1, #0F153E));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(left center, ellipse farthest-side, #55B0D9 0%, #0F153E 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(ellipse farthest-side at left center, #55B0D9 0%, #0F153E 100%);
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    color: #7a003b;
}

h1 {
    font-family: 'Rouge Script', cursive;
    font-size: 50px;
    font-weight: bold;
    line-height: 0em;
}

h2 {
    font-family: 'Rouge Script', cursive;
    font-size: 40px;
    font-weight: bold;
    line-height: 0em;
}

h3 {
    font-family: 'Rouge Script', cursive;
    font-size: 30px;
    font-weight: bold;
    line-height: 0em;
}

h4 {
    font-family: 'Rouge Script', cursive;
    font-size: 20px;
    font-weight: bold;
    line-height: 0em;
}


a {
    text-decoration: none;
    color: #566294;
}

.page {
    width: 780px;
    height: auto;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.80);
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0, 0.7);
    box-shadow: 0px 10px 10px -5px rgba(0,0,0, 0.7);
}

.bg {
    z-index: -9999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    min-height: 600px;
    min-width: 800px;
}

.header {
    z-index: 9999;
    height: 230px;
    width: 860px;
    margin: 0px auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px -1px;
    box-shadow: 0px 0px 5px -1px;
}

.headimg {
    width: 850px;
    position: relative;
    left: 0px;
    padding-bottom: 4px;
}

#menu {
    background-color: #fff;
    height: 50px;
    width: 860px;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 5px;
}

.menubutton {
    margin-left: 3px;
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 6px;
    float: left;
    color: #000;
    font-size: 36px;
    font-family: 'Rouge Script', cursive;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}

    .menubutton:hover {
        background-color: #566294;
        color: #fff;
    }

#topHeaderBar {
    position: fixed;
    width: 100%;
    text-align: center;
    top: 0px;
    left: 0px;
    height: 170px;
}

.clearGap {
    height: 230px;
    margin: 0px auto;
    width: 800px;
}

.clearGap2 {
    height: 60px;
    margin: 0px auto;
    width: 800px;
}

#footer {
    width: 860px;
    height: 50px;
    margin: 0px auto;
}

#copyright {
    float: left;
    width: 300px;
    color: #fff;
}

#contact {
    float: left;
    text-align: right;
    width: 860px;
    color: #fff;
    text-shadow: 0px 0px 8px #000;
    filter: dropshadow(color=#000, offx=0, offy=0);
    top: 0px;
    position: relative;
    margin: 0px;
}

.news {
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
    position: absolute;
    top: -80px;
}

.newsbutton {
    height: 20px;
    width: 100px;
    background-color: rgba(255,255,255, 0.7);
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    color: #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: 'Rouge Script', cursive;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}

    .newsbutton:hover {
        background-color: #566294;
        color: #fff;
    }


.wineimg {
    -webkit-box-shadow: 0px 0px 9px -1px #000;
    box-shadow: 0px 0px 9px -1px #000;
}

.hroll {
    width: 325px;
    margin: 20px 0px;
    -webkit-box-shadow: 0px 0px 9px -1px #000;
    box-shadow: 0px 0px 9px -1px #000;
}

.hrollh {
    float: left;
    width: 325px;
    margin-left: 10px;
    margin-right: 30px;
}