body {
    font: normal 14px Tahoma, 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Verdana, sans-serif;
    color: #26241f;
    background: url(../img/bg_top.png) 0 top repeat-x
}
a:link { text-decoration: none; color: #e0d194 }
a:visited { text-decoration: none; color: #e2daba }
a:hover, a:focus { text-decoration: underline; color: #f2e3a9 }
a:active { color: #e09796 }

.collapsed { display: none }
.hidden { visibility: hidden }

#wrapper {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 1000px;
    min-height: 600px
}
#header {
    height: 30px
}
#col_left,
#col_right {
    position: relative;
    float: left;
    width: 280px;
    min-height: 600px
}
#col_right {
    z-index: 1;
    width: 720px
}

h2 {
    margin: 0 0 .5em;
    text-align: center;
    color: #4d362e;
    font-weight: normal;
    font-size: 2em;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15)
}
h3 {
    color: #e3bf4f;
    font-weight: bold;
    font-size: 1.5em;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15)
}

/* Logo
 *******/
#logo {
    overflow: hidden;
    margin-top: 10px;
    padding-top: 88px;
    width: 271px;
    height: 0;
    background: url(/img/logo.png) no-repeat;
    cursor: pointer
}

/* Main Navigation Menu
 ***********************/
#container_main_nav {
    z-index: 2;
    position: relative;
    margin: 32px 0 0 25px;
    padding-bottom: 18px;
    width: 215px;
    background: url(/img/gfx_menu.png) -215px bottom no-repeat;
    background: none
}
#main_nav {
    padding-top: 14px;
    width: 215px;
    background: url(/img/gfx_menu.png) left top no-repeat;
    background: none
}
#main_nav li {
    position: relative;
    width: 215px;
    height: 43px;
    background: url(/img/gfx_menu.png) -860px 0 no-repeat;
    background: none
}
#main_nav li:last-child {
    background-position: -1075px 0
}
#main_nav li a {
    display: block;
    padding-left: 0px;
    width: 215px;
    height: 42px;
    text-align: center;
    color: #c9b079;
    font: normal 16px/43px Tahoma, Geneva, Arial,sans-serif;
    text-decoration: none;
    letter-spacing: .1em;
    background: url(/img/gfx_menu.png) -430px 0 no-repeat;
    background: none;
    outline: none
}
#main_nav li.current a { color: #fff3d9 }
#main_nav li a:focus, #main_nav li a:hover {
    color: #f2d18a;
    background-position: -645px 0
}
#main_nav li a:active {
    color: #e68282
}
#main_nav li:hover ul {
    display: block
}

/* Submenu */
#main_nav ul {
    display: none;
    position: absolute;
    left: 210px;
    top: 0;
    padding: 0;
    width: 187px;
    border: 2px ridge #34322c;
    border-left: none;
    border-right: none;
    background: #726251;
    -moz-box-shadow: 0 0 8px #808080;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000
}
#main_nav ul li {
    width: 187px;
    height: 30px;
    border-bottom: 1px solid #6e5e4e;
    background-position: -1664px 0
}
#main_nav ul li:last-child {
    border: none;
    background-position: -1851px 0
}
#main_nav ul li a {
    width: 187px;
    height: 30px;
    line-height: 31px;
    font-size: 13px;
    background-position: -1290px 0
}
#main_nav ul li a:focus, #main_nav ul li a:hover {
    background-position: -1477px 0
}

/* Slider
 *********/
#slider {
    margin: 100px auto 0;
    padding: 10px;
    width: 600px;
    height: 400px;
    text-align: center
}
#slider img.slider {
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5)
}
#slider div {
    display: none
}

/* Footer
 *********/
#footer {
    clear: both;
    margin-top: 20px;
    padding: 100px 20px 0;
    width: 960px;
    height: 40px;
    text-align: center
}
#copyright {
    color: #bbad9f;
    font-size: 12px
}

/* Loading icon
 ***************/
#loading_icon {
    position: absolute;
    left: -100px;
    top: 0;
    width: 16px;
    height: 16px;
    z-index: 9999
}


/* GALLERY PAGE
==========================================================================
*/
#big_img {
    margin: 0 auto;
    padding: 10px;
    width: 600px;
    min-height: 400px;
    text-align: center;
    background: #4a4a4a url(/img/big_img_bg.jpg) no-repeat;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25)
}
#big_img_btn_prev,
#big_img_btn_next {
    z-index: 2;
    float: left;
    position: absolute;
    outline: none
}
#big_img_btn_next {
    float: right
}
#big_img_btn_prev:hover {
    background: url(/img/gallery_btn_prev.gif) no-repeat left center
}
#big_img_btn_next:hover {
    background: url(/img/gallery_btn_next.gif) no-repeat right center
}
#description {
    margin: 1em 0;
    font-size: 12px;
    text-align: center;
    min-height: 3em;
    line-height: 1.2em
}
#description p {
    margin: 0
}
#page_nums {
    text-align: center
}
#page_nums a.page_num {
    display: inline-block;
    margin-right: 5px;
    padding: .25em .5em;
    color: #262626;
    font: bold 1em Arial, Helvetica, sans-serif;
    background: #e5e5e5;
    border: 1px solid #737580;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#page_nums a.page_num.current {
    color: #f2f2f2;
    background: #5c5e66;
    border: 1px solid #1f2233;
}
#gallery {
    overflow: hidden;
    margin: 0 auto 40px;
    padding-left: 20px;
    width: 720px
}
#gallery li {
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #8f8879 url(/img/tn_bg.jpg) no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25)
}


/* CONTACTS PAGE
==========================================================================
*/
/* Contact Fields
 *****************/
#contact_fields {
    position: relative;
    margin: 0 auto 40px;
    width: 420px;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15)
}
#contact_fields div.row {
    overflow: hidden;
    margin-bottom: 15px
}
#contact_fields div.ls,
#contact_fields div.rs {
    float: left;
    width: 120px
}
#contact_fields div.rs {
    margin-left: 15px;
    width: 285px
}

/* Contact Form
 ***************/
#contact_form {
    position: relative;
    margin: 0 auto;
    padding-top: 6px;
    width: 500px;
    height: 500px;
    background: url(/img/contact_form_bg.png) no-repeat
}
#contact_form div.msg {
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 25px 0;
    width: 430px;
    height: 30px;
    text-align: center;
    font: bold 16px/27px Arial, Helvetica, sans-serif;
    color: #001c54
}
#contact_form div.msg.ok {
    color: #006b00
}
#contact_form div.msg.error {
    color: #a30000
}
#contact_form_name,
#contact_form_email,
#contact_form_subject {
    position: absolute;
    left: 100px;
    top: 100px;
    width: 350px;
    height: 24px;
    color: #424242;
    font: normal 18px Helvetica, Verdana, sans-serif;
    background: none;
    border: none;
    outline: none
}
#contact_form_email {
    top: 160px
}
#contact_form_subject {
    left: 200px;
    top: 398px;
    width: 48px
}
#contact_form_message {
    overflow: auto;
    position: absolute;
    left: 40px;
    top: 233px;
    width: 420px;
    height: 140px;
    color: #424242;
    font: normal 16px Helvetica, Verdana, sans-serif;
    background: none;
    border: none;
    outline: none
}
#contact_form_btn_send {
    position: absolute;
    right: 35px;
    bottom: 35px;
    width: 80px;
    height: 30px;
    color: #424242;
    font-weight: bold;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #e5e5e5 40%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(40%,#e5e5e5), color-stop(100%,#cccccc));
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#e5e5e5 40%,#cccccc 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%,#e5e5e5 40%,#cccccc 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%,#e5e5e5 40%,#cccccc 100%);
    background: linear-gradient(top, #f7f7f7 0%,#e5e5e5 40%,#cccccc 100%);
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none
}
#contact_form_btn_send:hover {
    
}
#contact_form_question {
    position: absolute;
    left: 105px;
    top: 399px
}
#contact_form_working_img {
    position: absolute;
    right: 130px;
    bottom: 42px;
    width: 16px;
    height: 16px
}


body {
    color: #baa78b;
    background: #635343
}
h2 {
    color: #d8c3a2
}
#big_img {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#gallery li {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}