/** MAIN ELEMENT SETTINGS **/
* {
    margin: 0px;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: Verdana,Geneva,sans-serif;
}
input, textarea, submit, button {
    font-family: Georgia, Serif;
}
img {
    border: 0px;
}

/** HEADER **/
.header-bg {
    min-width: 1046px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -50;
    height: 117px;
    position: absolute;
    background: url("../images/header-bg.png") repeat-x;
}
.page-header {
    height: 117px;
    width: 1000px;
    margin: 0 auto;
}
.logo {
    margin-top: 20px;
    background: url("../images/logo.png") no-repeat;
    height: 52px;
    width: 246px;
    float: left;
    margin-bottom: 20px;
}

/** TOP NAV **/
.nav-cont {
    float: right;
    margin-bottom: 20px;
    height: 117px;
    margin-top: 60px;
}
.nav-cont ul {
    padding-right: 10px;
}
.nav-cont ul li {
    padding: 90px 15px 0px;
    height: 117px;
    border-right: 1px solid #777777;
    vertical-align: bottom;
    list-style: none;
    display: inline;
    font-size: 0.8em;
}
.nav-cont ul li a {
    text-decoration: none;
    color: #333;
}

/** FULL SCREEN BACKGROUND **/
img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1000px;
        z-index: -100;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}

/** FONT STYLES **/
.title {
    color: #9D3121;
    font-size: 20px;
    margin-bottom: 10px;
}
.content-block a {
    color: #9D3121;
    text-decoration: none;
}
.content-block a:hover {
    color: #cc5645;
}
.font1 {
    font-size: 0.8em;
    color: #333;
}
.font2 {
    font-size: 18px;
    color: #333;
}
.font3 {
    margin: 13px 0px;
    font-size: 0.6em;
    line-height: 1.3em;
    color: #333;
}
.content-block {
    color: #333;
    line-height: 1.4em;
    font-size: 1.2em;
    width: 745px;
    left: 190px;
    position: absolute;
    margin: 30px 0px;
    padding-right: 20px;
    height: 90%;
    overflow: auto;
}

/** INPUT STYLES **/
.textarea1 {
    width: 475px;
    height: 100px;
    color: #333333;
    border: 1px #999 solid;
    background-color: #ccc;
}
.textarea1:focus {
    background-color: #fff;
}
.input1 {
    width: 175px;
    border: 1px #999 solid;
    background: #ccc;
    color: #333333;
    font-size:.8em;
}
.input1:focus {
    background: #fff;
}
.submit1 {
    border: 1px #999 solid;
    margin-top: 3px;
    background: #ccc;
    padding: 3px 6px;
    color: #333;
}
form.contact-form {
    font-size: 0.8em;
    line-height: 1.3em;
    color: #333;
}

/** CONTAINER **/
.container1 {
    background: url("../images/container1.png") no-repeat;
    width: 1046px;
    height: 474px;
    margin: 0 auto;
    position: relative;
}
.container2 {
    background: url("../images/container2.png") no-repeat;
    width: 1046px;
    height: 641px;
    margin: 0 auto;
    position: relative;
}
.scroll1 {
    height: 410px;
    overflow: auto;
}
.scroll2 {
    height: 580px;
    overflow: auto;
}
.content-block p {
    margin: 13px 0px;
    line-height: 1.3em;
}
.close {
    background: url("../images/close.png") no-repeat;
    width: 32px;
    height: 33px;
    cursor: pointer;
    right: 0px;
    position: absolute;
    margin: 20px 25px 0px 0px;
}
.close a {
    width: 32px;
    height: 33px;
    display: block;
}

/** GALLERY **/
.gallery_image {
    text-align: center;
    margin-right: 5px;
}
.gallery_list ul li {
    display: inline;
    cursor: pointer;
    list-style: none;
    margin: 4px;
}
.gallery_list ul li img {
    width: 80px;
}

/** SURPRISE BUTTON **/
.surprise_cont {
    background: url("../images/see_nc.png");
    width: 208px;
    height: 91px;
    position: absolute;
    text-align: center;
    left: 75%;
}
.surprise_cont img {
    margin-top: 35px;
}
