body{
   background: #0d0d0d; /* Old browsers */
background: -moz-linear-gradient(top,  #0d0d0d 0%, #242424 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d0d0d), color-stop(100%,#242424)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0d0d0d 0%,#242424 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0d0d0d 0%,#242424 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0d0d0d 0%,#242424 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0d0d0d 0%,#242424 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='#242424',GradientType=0 ); /* IE6-9 */
color:#fff;
    font-family: georgia;
    font-size: 16px;
    margin: 0;
font-style:italic;
}

#show_map{display:none;}

#ContactSendForm fieldset legend span{color:#fbdd8e!important; font-weigth:bold!important;}


h1,h2,h3,h4,h5{color:#fbdd8e; font-style:italic;}

#wrapper{

    background: url("/files/textures/bg.png") repeat scroll 0 0 transparent;
    width: 100%;
    margin: 0px auto;
}
#header {
    width:1000px;
margin: 0 auto;
    min-height: 160px;
}
#header a{
color:#fbdd8e; font-style:italic;
text-decoration:underline;

}
#header a:hover{
text-decoration:none;
}
#search{
    padding-bottom: 8px;
    padding-right: 12px;
    text-align: right;
}
#search_field{
    margin-right: 4px !important;
}
.searchButton{
    background: url("/files/search/search.png") no-repeat scroll center center #444748;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    height: 27px;
    margin-left: 2px;
    vertical-align: top;
    width: 37px;
}
.searchButton:hover{
 background-color: #6F6F6F;
}

/* ------------------------ Horizontal menu styles ------------------------ */
#dropdownMenu {
display:none;
}
#dropdownMenu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 4px;
}
#dropdownMenu ul li {
    float:left;
}
#dropdownMenu ul li a {
    float: left;
    color:#d4d4d4;
    padding: 10px 0;
    text-decoration:none;
    background: -o-linear-gradient( center bottom, rgb(59,63,65) 9%, rgb(72,76,77) 55%, rgb(75,77,77) 78% );
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 5px rgba(0, 0, 0, 0.1) inset;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(0,0,0,0.2);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    width: 196px;
    text-align: center;
}
#dropdownMenu ul li a:hover,
#dropdownMenu ul li:hover > a, #dropdownMenu .activeul .activeli a {
    background:#3C4042;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) );
    background: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
    background: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 -1px #000;
}
#dropdownMenu li ul a:hover, 
#dropdownMenu ul li li:hover > a, #dropdownMenu ul li .activeul .activeli a  {
    color: #2c2c2c;
    background: #BEBEBE;
    background: rgb(175,175,175); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(175,175,175,1) 17%, rgba(198,198,198,1) 51%, rgba(201,203,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(175,175,175,1)), color-stop(51%,rgba(198,198,198,1)), color-stop(100%,rgba(201,203,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(175,175,175,1) 17%,rgba(198,198,198,1) 51%,rgba(201,203,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(175,175,175,1) 17%,rgba(198,198,198,1) 51%,rgba(201,203,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(175,175,175,1) 17%,rgba(198,198,198,1) 51%,rgba(201,203,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(175,175,175,1) 17%,rgba(198,198,198,1) 51%,rgba(201,203,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afafaf', endColorstr='#c9cbcc',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid rgba(0,0,0,0.6);
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}
#dropdownMenu .activeul .activeli ul li a{
    color: white;
}
#dropdownMenu li ul {
    background:#3C4042;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) );
    background-image: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
    background-image: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    left: -999em;
    margin: 35px 0 0;
    position: absolute;
    width: 160px;
    z-index: 9999;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
    border: 1px solid rgba(0, 0, 0, 0.5);
}
#dropdownMenu li:hover ul {
    left: auto;
}
#dropdownMenu li ul a {
    background: none;
    border: 0 none;
    margin-right: 0;
    width: 198px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}
#dropdownMenu ul li ul{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    padding: 0;
}
#dropdownMenu li li ul {
    margin: -1px 0 0 160px;
    -webkit-border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;
    visibility:hidden;
}
#dropdownMenu li li:hover ul {
    visibility:visible;
}
#dropdownMenu ul ul li:last-child > a {
    -moz-border-radius:0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
    border-radius:0 0 10px 10px;
}
#dropdownMenu ul ul ul li:first-child > a {
    -moz-border-radius:0 10px 0 0;
    -webkit-border-radius:0 10px 0 0;
    border-radius:0 10px 0 0;
}
#dropdownMenu li ul li a{
    background-color: #484C4D;
}

#main{
background: url("/files/textures/bgcont.png") repeat scroll 0 0 transparent;
    overflow: hidden;
width:1000px;
margin: 0 auto;
padding-top:10px;
}

#sidebar {
    background:transparent;
  padding-left:5px;
    float: left;
    overflow: hidden;
    width: 180px;
}
#menu, #menu ul, #menu li {
    padding:0;
    margin:0;
    list-style:none;
}
#menu li{
}
#menu li:hover {
}

#menu li a{
    background:transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-top: 7px;
    text-decoration: none;
}
#menu li a:hover, #sidebar  .activeul .activeli a, #sidebar .activeul .activeli ul li a:hover {
    color:#fbdd8e!important;
 
}

#sidebar .activeul .activeli ul li a{

    color: #ffeec2!important;
}

#menu li ul{
    display:none;
}
#menu li ul li{
    font-size: 90%
}
#menu li ul li a{
    background: transparent;
    padding-left: 10px;
    box-shadow: none;
   color: #ffeec2!important;
}
#menu li:hover ul, #menu li.iehover ul {
    display: block;
}

div#content_wrapper{
    background:transparent;
   
    float: right;
    min-height: 520px;
    padding-bottom: 11px;
    width: 810px;

}
#content {
    padding:0 5px;
}
#name, .galleryTitle{
    background:transparent;
 color:#fbdd8e;
font-style:italic;
    line-height: 18pt;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-top: 3px;
} 
#name{
display:none;
}
.dropShadow{display:none;}

.guestbook_container{
    border-bottom: 1px solid #000000;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 5px;
}
.guestbook_head{
    font-weight: bold;
    margin-bottom: 5px;
}
.guestbook_img{
    float: left;
    margin-right: 8px;
}
.guestbook_img img{
    border: 1px solid #828282;
}
.guestbook_text{
}
.error-message{
    color: red;
    float: right;
}
.post_item{
    border-bottom: 1px solid #C2C2C2;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.post_item_title{
    font-weight: bold;
}
.news_date{
    padding-bottom: 5px;
}
.post_item_preview{

}
.post_item_btn{
    text-align: right;
}

.ver_code_table{
    width: 418px;
}

.ver_code_table img{
    margin-left: 46px;
}

fieldset{
    border-radius: 7px 7px 7px 7px;
border:1px solid #fbdd8e;
}

#ord_email, .submitButton{
   background: #fee67a; /* Old browsers */
background: -moz-linear-gradient(top,  #fee67a 0%, #fdc15e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee67a), color-stop(100%,#fdc15e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fee67a 0%,#fdc15e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fee67a 0%,#fdc15e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fee67a 0%,#fdc15e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fee67a 0%,#fdc15e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee67a', endColorstr='#fdc15e',GradientType=0 ); /* IE6-9 */

    border: medium none;
    border-radius: 7px 7px 7px 7px;
    color: #000 !important;
    cursor: pointer;
font-family:georgia; font-style:italic;
    float: right;
    font-size: 14px;
    height: 32px !important;
    padding: 4px 2px 6px;
    width: 120px;
}

#ord_email:hover, .submitButton:hover{
    background: #fee67a; /* Old browsers */
background: -moz-linear-gradient(top,  #fee67a 0%, #fdc15e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee67a), color-stop(100%,#fdc15e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fee67a 0%,#fdc15e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fee67a 0%,#fdc15e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fee67a 0%,#fdc15e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fee67a 0%,#fdc15e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee67a', endColorstr='#fdc15e',GradientType=0 ); /* IE6-9 */
text-decoration:underline;
}

.contactSendContainer{
    position: relative;
}
#contact_form{
}
.nameError{
    position: absolute;
    right: 10px;
    top: 36px;
}
.emailError{
    position: absolute;
    right: 10px;
    top: 150px;
}
.messageError{
    position: absolute;
    right: -50px;
    top: 270px;
    transform: rotate(90deg);
}
.codeError, .incorrectCode{
    bottom: 18px;
    position: absolute;
    right: 10px;
    color: red;
}

#errors_container{
    color: red;
}

#ContactSendForm table{
}


#ContactSendForm input, #ContactSendForm textarea, .guesbook_table span input, .guesbook_table textarea, #search_field {
    border: 1px solid #fbdd8e;
    border-radius: 5px 5px 5px 5px;
    color: #000;
    margin-right: 10px;
    padding: 5px;
    height: 16px;
    width: 208px
}

#ContactMessage, .guesbook_table textarea{
    min-height: 190px;
    max-width: 395px;
    min-width: 395px;
}

.successMessage{
    border: 1px solid #fff;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 3px 3px 10px #ADADAD;
    font-size: 17px;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-top: 61px;
    text-align: center;
    width: 400px;
}

.uploadFile{

}

a{
color:#fbdd8e;
}
a:hover{
    color:#fff
}

#footer {
    background: url("/files/textures/bgcont.png") repeat scroll 0 0 transparent;
    clear: both;
    height: 80px;

margin:0 auto;
    padding: 31px 0;
    width: 1000px;
}
#footer a{
color:#fbdd8e;


}
#footerMenu{
   display:none;
}
#footerMenu ul{
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}

#footerMenu ul li{
    text-align: center;
    width: 83px;
}
#footerMenu ul li{
    float: left;
}
#footerMenu ul li a{
    text-decoration: none;
}
#footerMenu ul li a:hover{
    text-decoration: underline;
}
#footerMenu ul li ul{
    display: none !important;
}
.copyright{
    text-align: center;
margin-top:-40px;
}
.copyright a {color:#fff!important; text-decoration:none; font-size:10px;}

p#indigo_ad, p#indigo_ad a{
    text-decoration:none;
}

/* -------------------------------- Gallery -------------------------------- */
.galleryContainer{
   overflow: hidden;
}
.galleryTitle{
    margin-bottom: 15px;
}
.imageContainer{
    float: left;
}
.galleryContainer a{
    text-decoration: none;
}
.galleryContainer img{
    box-shadow: 1px 1px 5px;
    margin-bottom: 13px;
    margin-left: 8px;
    margin-right: 8px;
}

#galleryOverlay {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100000;
    position: fixed; 
    overflow: hidden;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 1s ease;
    -moz-transition:opacity 1s ease;
    -webkit-transition:opacity 1s ease;
}

/* This class will trigger the animation */

#galleryOverlay.visible {
    opacity: 1;
}

#gallerySlider {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    white-space: nowrap;

    transition: left 0.4s ease;
    -moz-transition: left 0.4s ease;
    -webkit-transition: left 0.4s ease;
}

#gallerySlider .placeholder {
    width: 100%;
    height: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
    background: url("/js/plugins/touchTouch/preloader.gif") no-repeat center center;
}

/* The before element moves the
 * image halfway from the top */

#gallerySlider .placeholder:before {
    width: 1px;
    content: "";
    height: 50%;
    margin-right:-1px;
    display: inline-block;
}

#gallerySlider .placeholder img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#gallerySlider.rightSpring {
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring {
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring {
    0%   { margin-left: 0px;   }
    50%  { margin-left: -30px; }
    100% { margin-left: 0px;   }
}

@-moz-keyframes leftSpring {
    0%   { margin-left: 0px; }
    50%  { argin-left: 30px; }
    100% { margin-left: 0px; }
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring {
    0%   { margin-left: 0px;   }
    50%  { margin-left: -30px; }
    100% { margin-left: 0px;   }
}

@-webkit-keyframes leftSpring {
    0%   { margin-left: 0px;  }
    50%  { margin-left: 30px; }
    100% { margin-left: 0px;  }
}

/* Arrows */

#prevArrow, #nextArrow {
    width: 43px;
    height: 58px;
    border: none;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    text-decoration: none;
    background: url('/js/plugins/touchTouch/arrows.png') no-repeat;

    top:50%;
    margin-top:-29px;

    transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover {
    opacity: 1;
}

#prevArrow {
    left: 40px;
    background-position: left top;
}

#nextArrow {
    right: 40px;
    background-position: right top;
}

/* ------------------------------------------------------------------------- */

.formButtons{
}

#sailingContainer {
    position: relative;
    z-index: 777;
}

#dropdownMenu ul li ul {
    border: none;
    margin-top: 35px\0/;
}