@charset "utf-8";
/* ------ CSS RESET ------ */
html, body {
    margin:0;
    padding:0;
    height:100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
    font:normal 11pt/1 "Times New Roman",Georgia,Serif;
    color:#ffbfbf;
}

fieldset,img { 
    border:0;
}

address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}

ul {
    list-style:none;
    padding:0;
    margin:0;
}

caption,th {
    text-align:left;
}

q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

/* ------ CSS RESET END ------ */

/* ------ CSS COMMON ELEMENTS ------ */

body {
    background:url(../images/site_bg.gif) top center repeat-y;
}

a {
    outline:none;
    color:#fefefe;
    text-decoration:none;
}

a:hover {
    color:#ecbb6a;
    text-decoration:none;
}

input { 
    padding:2px;
    margin:1px;
    font-size:11px;
}

select { margin:2px; font-size:10px;}

h1 {
    text-align:center;
    font-size:11pt;
}

h1 a, h1 a:hover {
    color:#fff;
}

h1 .dar {
    color:#aeadad;
}

h1 span {
    display:block;
    width:92px;
    margin:4px auto;
}

h1 span {
    border-top:1px solid #fff;
}

h1 .dar span {
    border-top:1px solid #cbcbcb;
}

h2 {
    font-size:12pt;
    position:relative;
    color:#fefefe;
    background-image:url(../images/h2_dot.gif);
    background-position:0 90%;
    *background-position:0 83%;
    background-repeat:repeat-x;   
    margin-bottom:3px;
}

h3 {
    font-size:12pt;
}

sup {
    vertical-align:baseline;
    font-size:0.8em;
    position:relative;
    top:-0.4em;
}


/* ------ CSS COMMON ELEMENTS END ------ */

/* ------ CSS MAIN DIVS START ------ */
#container {
    width:892px;
    margin:0 auto;
    position:relative;
    height:auto !important;
    height:100%;
    min-height:100%;
}

#header {
    width:891px;
    height:226px;
    background:#000; /*url(../images/header_bg.jpg) 0 0 no-repeat*/
    position:relative;
}

#flash, #no_flash {
    width:891px;
    height:226px;
}

#no_flash {
    background:url(../images/header_bg_dar.jpg) 0 0 no-repeat;
}

#logo {
    width:114px;
    height:151px;
    position:absolute;
    top:45px;
    left:389px;
    z-index:1001;
}

#langs {
    width:45px;
    height:19px;
    position:absolute;
    right:16px;
    top:0;
    z-index:1001;
    background:url(../images/lang_bg.gif) 0 0 no-repeat;
}

#langs a {
    display:block;
    width:22px;
    height:15px;
    float:left;
    text-transform:uppercase;
    font-size:7pt;
    text-align:center;
    line-height:14px;
}

#menu {
    width:100%;
    height:43px;
    float:left;
}

#menu li {
    float:left;
    position:relative;
}

#menu li span {
    display:block;
    position:absolute;
    width:142px;
    height:1px;
    background:#773b3b;
    top:27px;
    left:0;
    z-index:-1;
}

#menu li a {
    display:block;
    width:148px;
    padding:14px 0 0 1px;
    font-size:11pt;
    background:url(../images/menu_bg.png) -148px 0 no-repeat;
}

#menu li a.mleft {
    width:147px;
    background:url(../images/menu_bg.png) 0 0 no-repeat;
}

#menu li a.mright {
    width:147px;
    background:url(../images/menu_bg.png) -297px 0 no-repeat;
}

#menu li a:hover, #menu li a.selected {
    background:url(../images/menu_bg.png) -148px -48px no-repeat;
    color:#ecbb6a;
}

#menu li a.mleft:hover, #menu li a.mleft.selected {
    background:url(../images/menu_bg.png) 0 -48px no-repeat;
    color:#ecbb6a;
}

#menu li a.mright:hover {
    background:url(../images/menu_bg.png) -297px -48px no-repeat;
    color:#ecbb6a;
}

#content {
    width:100%;
    float:left;
    padding-bottom:66px;
}

/*//// index ////*/
#index_shape {
    width:880px;
    height:290px;
    padding-left:12px;
    background:url(../images/index_shape_bg.gif) 0 0 repeat-y;
    margin:36px 0 28px 0;
}

#index_shape li {
    width:410px;
    height:145px;
    margin:0 12px 0 12px;
    float:left;
    text-align:center;
}

#index_shape li a {
    display:block;
    margin-top:42px;
    font-size:10pt;
    line-height:0.9;
}

#index_text {
    width:858px;
    margin:0 auto;
}

#index_text * {
    line-height:1.3;
}

/*//// pages ////*/
#static {
    width:100%;
    background:url(../images/content_bg.gif) 0 0 no-repeat;
    min-height:162px;
    margin-top:37px;
    margin-bottom:10px;
}

#comments {
    width:100%;
    background:url(../images/comments_bg.jpg) 0 0 no-repeat;
    height:420px;
    margin-top:24px;
}

#static_content {
    float:left;
    width:812px;
    margin:40px 0 0 40px;
}

#static_content * {
    line-height:1.3;
}

#static_content ul {
    list-style:circle;
    padding-left:20px;
}

#sub_menu {
    float:left;
    margin:18px 0 0 35px;
    min-width:50%;
}

#sub_menu li {
    float:left;
    font-size:12pt;
    padding-right:5px;
    
}

#sub_menu li a:hover, #sub_menu li a.selected  {
    border-bottom:1px solid #ecbb6a;
    padding-bottom:1px;
    color:#ecbb6a;
}

/*//// gallery ////*/
#gallery {
    width:820px;
    float:left;
    margin:40px 0 0 36px;
}

#gallery .gallery_text {
    width:812px;
    float:left;
    margin:0 0 15px 4px;
}

#gallery .gallery_content {
    width:823px;
    height:117px;
    float:left;
    background:url(../images/gallery_bg.png) 0 0 no-repeat;
    margin-bottom:25px;
}

#gallery .gallery_content ul {
    width:804px;
    height:92px;
    overflow:hidden;
    margin:11px 0 0 11px;
}

#gallery .gallery_content ul li {
    float:left;
    margin-right:2px;
}

#gallery .gallery_content ul li a {
    display:block;
    width:92px;
    height:92px;
    overflow:hidden;
}

/*//// virtual tour ////*/
#virtualtour {
    width:640px;
    height:480px;
    margin:0 auto 20px auto;
}

/*////// footer //////*/
#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:66px;
    background:url(../images/footer_bg.gif) 0 0 no-repeat;
}

#footer ul {
    margin:16px 0 0 20px;
}

#footer ul li {
    width:160px;
    float:left;
    text-align:center;
    margin-right:4px;
}

#footer #copyright {
    color:#bcbcbc;
    font-size:10px;
    font-family:Tahoma, sans-serif;
    float:right;
    text-align:right;
    padding-right:10px;
}

#footer #copyright img {
    vertical-align:middle;
}

#footer #design {
    margin-right:32px;
}

#footer iframe {
	float: right;
}

/*////// contacts //////*/
#map {
    width:400px;
    height:200px;
    margin:40px 0 20px 0;
    float:left;
}

#useful_info {
    width:350px;
    float:right;
    margin-top:30px;
}

#address h2 {
    margin-bottom:-5px;
    *margin-bottom:10px;
}

#feedback {
    width:350px;
    float:right;
    margin-top:33px;
}

#feedback h3 {
    margin-bottom:20px;
    padding-bottom:5px;
    font-weight:bold;
}

#feedback p {
    margin-bottom:5px;
    float:left;
    width:100%;
}

label {
    float: left;
    width: 95px;
}

label span, #output p.error {
    color: #ff0000;
}

label.error {
    display: block;
    width: 220px;
    margin-left: 125px;
    color: #ff0000;
}


textarea {
    width:100%;
    overflow:hidden;
    border:1px solid #753c3c;
    background:#efeeee;
    color:#242021;
}

input {
    color:#242021;
}

input[type=text] {
    width:345px;
    float:left;
    border:1px solid #753c3c;
    background:#efeeee;  
}

input[type=password], select {
    background:#efeeee;
    border:1px solid #753c3c;
}

select {
    padding:2px;
}

input.button {
    width:62px;
}

#reservation_form label {
    width:180px;
}

#reservation_form .sm {
    width:56px;
}

#reservation_form .sb {
    width:182px;
}
