* {
    margin: 0;
    padding: 0;
}
#home {
    background: #b6943a url(../images/bg-body.png) repeat-x;
    text-align: center;
}
html {
    background: #b6943a url(../images/bg-internal.png) repeat-x;
    text-align: center;
}
body {
    color: #fff;
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    margin: auto;
    text-align: left;
    width: 970px;
}
#header {
}
    #header h1 {
        display: inline;
    }
    #home h1, #header a#logo {
        background: url(../images/logo-primedecor.gif) no-repeat;
        display: block;
        height: 102px;
        margin: 18px 0 14px 0;
        outline: none;
        overflow: hidden;
        text-indent: -9999px;
        width: 175px;
    }

#header ul.nav {
    margin-top: -50px;
}    

#navigation {
    height: 50px;
}
    ul.nav {
        float: right;
        padding: 14px 0;
    }
    ul.nav li {
        float: left;
        font: 17px Georgia, Garamond, 'Times New Roman', serif;
        list-style: none;
        margin-right: 8px;
    }
    ul.nav a {
        display: block;
        height: 20px;
        overflow: hidden;
        text-indent: -9999px;
    }

#pagetitle {
    font-size: 30px;
    color: #A58634;
    height: 50px;
    margin-top: 6px;
}

#pagetitlegif {
    margin-top: 6px;
}

#content {
    background: url(../images/bg-content.png) center bottom no-repeat;
    clear: both;
}
    #home h2 {
        font: bold 20px Georgia, Garamond, 'Times New Roman', serif;
        height: 22px;
        overflow: hidden;
        text-indent: -9999px;
    }
    #content .border {
        float: left;
        padding: 15px 5px;
    }
    #content .border div {
        float: left;
        padding: 15px 5px;
        width: 310px;
    }
    #content p {
        line-height: 160%;
    }
    #content a.left,
    #content a.right {
        cursor: pointer;
        display: block;
        height: 25px;
        margin-bottom: 18px;
        overflow: hidden;
        text-indent: -9999px;
    }
#home #content {
    padding-bottom: 30px;
}
#home #content div {
        float: left;
        padding: 15px 5px;
        width: 310px;
    }
#home #content #vinheta {
    background: #FFF;
    border: 10px solid #FFF;
    width: 950px;
    float: none;
    padding:0;
}
#footer {
    background: url(../images/bg-footer.png) center top no-repeat;
    clear: both;
    padding-bottom: 25px;
    text-align: center;
}
    #footer p {
        padding: 6px 0;
    }
    
    #footer a {
        border-bottom: 1px solid #EFCE77;
    }
a {
    color: #fff;
    text-decoration: none;
}
hr {
    border: 0;
    clear: both;
}
.border {
    background: #fff;
    padding: 10px 0 0 10px !important;
    width: auto;
}

    #gallery img {
        margin-right: 8px;
        margin-bottom: 8px;
    }
    
    #gallery span.legenda {
        float: left;
        margin-right: 10px;
        margin-bottom: 8px;
    }
    
    #gallery span.legendalast {
        float: left;
        margin-right: 0;
        margin-bottom: 8px;
    }
    
    #gallery span.legenda img,
    #gallery span.legendalast img{
        float: none;
        display: block;
        margin: 0;
    }
    
    #gallery span.legenda strong,
    #gallery span.legendalast strong {
        background: #b6943a;
        display: block;
        color: #FFF;
        padding: 5px;
        margin-bottom: 10px;
    }
    
    #gallery img.last {
        margin-right: 0;
    }
    
    #gallery {
        border-bottom: 0px !important;
    }
    
    .border {
        float: none;
        width: auto !important;
    }
    .border div {
        float: none;
        padding: 0 !important;
        width: auto !important;
    }
    .border div {
        background: #b6943a;
    }
        .border div p {
            padding: 10px;
        }
        .border div div {
            background: #a28333;
            width: 300px !important;
        }
            .border div div p {
                line-height: 12px !important;
            }
            
    .border .right {
        margin-right: 10px;
    }

#texto {
    background: #b6943a;
    margin-right: 10px;
    width: 500px !important;
}
    #texto a {
        border-bottom: 1px solid #FFF;
    }
    
.left {
    float: left;
}
.right {
    float: right;
}

form {
    padding: 10px;
}

form span {
    clear: left;
    display: block;
    margin-bottom: 5px;
    width: 450px;
}

form label {
    display: block;
    width: 120px;
    font-size: 11px;
    color: #FFF;
    line-height: 15px;
    cursor:  pointer;
}

form span.active {
    background:#F5DFC4;
}

form input, form textarea, form select {
    background: #b6943a;
    border: 1px solid #FFF;
    color: #FFF;
}

form input:focus, form textarea:focus{
    background: #A28333;
}

form input {
    margin: 5px 0;
    padding: .2em .2em;
    width: 270px;
}

form select {
    margin: 5px 0;
    padding: .2em .2em;
    width: 75px;
    margin-left: 10px;
}

form #ddd {
    width: 60px;
    margin-right: 20px;
}

form #telefone, form #cidade {
    width: 178px;
}

form textarea {
    margin: 5px 0;
    width: 300px;
    height: 120px;
}

form button {
    float: left;
    width: 70px;
    height: 25px;
    margin-bottom: 10px;
}

form strong {
    font-size: 13px;
    color: #853334;
    margin: 5px 77px 5px 0;
    display: block;
    float: right;
    width: 270px;
    padding: .4em .4em;
}
h4.message {
    background: #8F7223;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
}

.galeria {
    background: #fff;
    border: 10px solid #fff;
    margin-bottom: 20px;
    width: 940px !important;
}

    .galeria .texto {
        background: #b6943a;
        width: 240px;
        float: left;
        margin-right: 10px;
        padding: 10px;
        height: 480px;
    }
    
        .galeria .texto p {
            margin-bottom: 10px;
        }
    
    .galeria #thumbnails {
        background: #2B5110;
        height: 430px;
        float: right;
        padding: 10px;
        overflow: auto;
        width: 183px;
    }
    
    .galeria #thumbnails ul {
        list-style: none;
    }
    
    .galeria #thumbnails ul li {
        display: inline;
        margin-right: 5px;
        margin-bottom: 3px;
        float: left;
    }
    
    .galeria #thumbnails ul li a img {
        border: 4px solid #223F0C;
        width: 48px;
        height: 48px;
    }
    
    .galeria #photoWrapper {
        background: #a28333;
        float:right;
        padding: 10px;
        height: 430px;
        margin-left: 10px;
        text-align: center;
        width: 435px;
    }
    
    .galeria #photoWrapper img {
    }
    
div.lastnews {
    border-top: 1px solid #EFCE77;
    padding: 10px 0;
}
    
    div.lastnews h5 {
        color:#FFE9AF;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

    div.lastnews ul {
        list-style: none;
    }
        
        div.lastnews ul li {
            margin-bottom: 10px;
        }
        
        div.lastnews ul li a {
            display: block;
        }
        
        div.lastnews ul li span {
            color: #EFCE77;
            display: block;
        }
dl {
    margin-left: 2px;
}
dd {
    color: #ffe59f;
    font-size: 10px;
    margin-bottom: 10px;
}

.pagination {
    background: #fff !important;
    clear: both;
    margin-top: -10px;
    margin-bottom: 10px;
    width: 940px !important;
    display: block !important;
}
    .pagination a {
        color: #B6943A;
        font-weight: bold;
    }
    .pagination .previous {
        float: left;
    }
    .pagination .next {
        float: right;
    }