@charset "utf-8";
/* CSS Document */

body{
    font-family: 'Open Sans', sans-serif;
    background: url("../images/webimages/bg.png") repeat;
    color: #59381c;
    font-size: 16px;
    position: relative;
    line-height: 26px;
}
a{
    text-decoration: none;
}
.pattern{
     background: url("../images/webimages/pattern.png") center center repeat-x;
     width: 100%;
     height: 20px;
}
.absolute{
    position: absolute;
    z-index: 1000;
}
header.top{
    background: url("../images/webimages/wood.jpg") center center repeat-x; 
    height: 566px;
    width: 100%;
}
.centercontainer{
    width: 980px;
    margin: 0 auto;
}
.logo{
    background: url("../images/webimages/logo.png") no-repeat;
    width: 798px;
    height: 251px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -399px;
    z-index: 999;
}
.flexslider{
    background: none;
    border: none;
}
.slides{
    border: 5px solid #fff;
}
.banners{
    padding-top: 190px;
}
#footer{
    background: url("../images/webimages/footer.jpg") repeat-x;
    height: 60px;
    width: 100%;
    padding-top:10px;
    color: #fff;
    margin-top: 30px;
}

.left{
    width: 290px;
    margin-right: 10px;
}
.right{
    width:680px;
}
h1{
    font-size: 32px;
    color: #bf9b6f;
    font-family: "Georgia";
    text-shadow: 2px 2px 3px #F2D8A7;
    font-weight: normal;
}

#menu{
    background: url("../images/webimages/menu.png") repeat-x;
    width: 289px;
    height: 423px;
    position: relative;
    padding-top: 26px;
}
.listLang{
    margin-top: -40px;
    position: relative;
    z-index: 1001;
}

.listLang ul{
   list-style: none; 
}
#menu ul{
    margin-top: 30px;
    list-style: none;
    padding: 0;
}
#menu ul li.active a{
    color: #F2D8A7;
}
#menu ul li a{
    display: block;
    text-align: center;
    font-size: 24px;
    text-shadow: 2px 2px 3px #000;
    line-height: 36px;
    color: #fff;
    padding: 8px 0;
    width: 260px;
}
.form ul li{
    padding: 0;
    margin: 0;
    list-style: none;
}

.form{
    width: 680px;
}
.form label{
    width:150px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    zoom:1;
    *display:inline;
    padding-right:20px;
}
.form input{
    background-color: #fff;
    border: 1px solid #BF9B6F;
    padding: 5px;
    width: 300px;
}

.form textarea{
    background-color: #fff;
    border: 1px solid #BF9B6F;
    padding: 5px;
    width: 453px;
    height: 180px;
}

.form ul li{
    padding: 5px 0;
}

.group_gallery.template_tiles .list ul li .gallery_item a{
    width: auto;
    margin: 0;
}
.form input[type="submit"]{
    background-color:#BF9B6F;
    padding: 5px;
    color: #fff;
    float: right;
    cursor: pointer;
    font-size: 16px;
    width: auto;
}
ul.error_list{
    text-align: center;
    color:red;
}