﻿* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
}

img {
    border: 0;
}

body {
    background-color: #FDECC8;
    font-family: Arial, Helvetica, sans-serif;
}

#headerbg {
    width: 100%;
    height: 100px;
    background-image: url('images/header.jpg');
}

#header {
    width: 990px;
    margin: 0 auto;
    height: 100px;
}

#title {
    width: 290px;
    height: 80px;
    margin-top: 20px;
    position: relative;
    float: left;
}

#nav {
    width: 670px;
    height: 40px;
    position: relative;
    float: right;
    padding-top: 60px;
}

    #nav ul {
        padding-left: 30px;
        list-style-type: none;
    }

    #nav li {
        display: inline;
    }

        #nav li a {
            float: left;
            display: block;
            text-decoration: none;
            padding-right: 15px;
            color: #C7BFA3;
            font-size: 1.2em;
            line-height: 25px;
        }

            #nav li a:hover {
                color: #A49668;
            }

#current {
    color: #A49668 !important;
}

#containerbg {
    width: 100%;
    min-height: 690px;
    background-image: url('images/container.jpg');
    background-repeat: repeat;
}

#quote {
    text-align: center;
    font-size: 1.6em !important;
}

#container {
    width: 990px;
    min-height: 690px;
    margin: 0 auto;
}

h1 {
    color: #7E5C3A;
    font-size: 1.5em;
    font-family: Arial;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 25px;
    font-weight: bold;
}

h2 {
    color: #A08854;
    font-family: Tahoma;
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 25px;
}

h3 {
    color: #A08854;
    font-family: Tahoma;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}

#images img {
    border: 5px #E7C99C solid;
    margin-right: 15px;
    width: 300px;
    height: 200px;
}

#container img {
    border: 5px #E7C99C solid;
    margin-right: 15px;
}

#images {
    width: 990px;
    margin: 0 auto;
    height: 270px;
    text-align: right;
}

/* banner slider */
.slider-wrapper {
    width: 200px;
    height: 250px;
    position: relative;
    float: left;
}

#slider {
    width: 230px; /* important to be same as image width */
    height: 260px; /* important to be same as image height */
    position: relative; /* important */
    float: left;
    overflow: hidden; /* important */
}

    #slider img {
        width: 200px;
        height: 250px;
    }

#container a {
    font-family: "Lucida Sans Unicode";
    font-size: 0.8em;
    color: #79714C;
    font-weight: bold;
}

    #container a:hover {
        text-decoration: none;
    }

#container p {
    color: #79714C;
    font-size: 1.1em;
    font-family: Arial;
}

#container ul {
    padding-left: 35px;
    color: #79714C;
    font-size: 1.1em;
    font-family: Arial;
}

#container li {
    padding-left: 5px;
}

#footerbg {
    background-image: url('images/header.jpg');
    width: 100%;
    height: 80px;
}

#footer {
    padding-top: 30px;
    height: 55px;
    width: 990px;
    margin: 0 auto;
}

#footerleft {
    float: left;
    position: relative;
    width: 600px;
    color: #C8C1A8;
}

    #footerleft a {
        text-decoration: none;
        color: #A69A73;
        font-weight: bold;
    }

        #footerleft a:hover {
            text-decoration: underline;
        }

#footerright {
    float: right;
    position: relative;
    width: 310px;
    color: #C8C1A8;
}

    #footerright a {
        color: #C8C1A8;
    }

@media screen and (max-width: 1000px) {
    #headerbg {
        height: auto;
        overflow: hidden;
    }

    #header {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    #title {
        width: 100%;
    }

    #nav {
        width: 100%;
        padding-top: 0;
        height: auto;
        overflow: hidden;
    }

        #nav ul li a {
            font-size: 1.1em;
        }

    #container {
        width: 100%;
    }

    #images {
        display: none;
    }

    #footer {
        width: 100%;
    }

    #footerleft {
        width: 100%;
    }

    #footerright {
        display: none;
    }
}
