﻿*
{
	margin:0px;
	padding:0px;	
	font-family:tahoma;
	font-size:12px;
}
html,body
{	
    background-image:url(../images/bg.jpg);
    background-repeat:repeat;
    height:100%;
}
.outer_container
{
	width:100%;    
  
    min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -175px;	
	position: relative;	 
}
.outer_container2
{        
    background-image:url(../images/topbg.jpg);
	background-repeat: repeat-x;
	background-position:left top;
    width:100%;      
    height:100%;   
}
.container
{
    width:980px;
    margin-left:auto;
    margin-right:auto;   
    padding-bottom:175px;   
    min-height:100%;   
    background-image:url(../images/colorbg.jpg);
	background-repeat:no-repeat;    
    background-position:center 700px;    
}
.clear
{
	font-size: 1px;
	height:1px;
	overflow:hidden;
	clear:both;    
}
.header
{
    width:980px;
    height:150px;
    position:relative;
}
.langs
{
    position:absolute;
    top:85px;
    left:30px;
}
.langs a
{
    text-decoration:none;
    color:#c39d0d;
    display:block;
    background-image:url(../images/dot.gif);
    background-repeat:no-repeat;
    background-position:0px 3px;
    padding-left:7px;
    float:left;
    margin-right:9px;
    font-size:11px;
    font-family:Tahoma;
}
.langs a:hover
{
    text-decoration:underline;
}
.underLogo
{
    width:290px;
    height:150px;
    position:absolute;
    top:0px;
    left:345px;
    background-image:url(../images/underlogo.png);
    background-repeat:no-repeat;
}
.logo
{
    width:198px;
    height:71px;
    position:absolute;
    top:40px;
    left:391px;   
}
.logo a, .logo a img
{
    border:none;
}
.TopRightMenu
{
    position:absolute;
    top:85px;
    right:30px;
}
.TopRightMenu a
{
    text-decoration:none;
    color:#edeceb;
    font-size:11px;
    display:block;
    margin-left:10px;
    float:left;
}
.TopRightMenu a:hover
{
    text-decoration:underline;
}
.ShadowContainer
{
    width:966px;
    height:470px;
    background-image:url(../images/photoBg2.png);
    background-repeat:no-repeat;
    padding:7px;
    margin-top:-7px;       
}
.PhotoContainer
{    
    width:964px;
    height:468px;
    border:1px solid #f4c00a;    
    position:relative;
    overflow:hidden;
}
.PhotoContainer img
{    
    width:964px;
    height:468px;
}
.content
{
    width:940px;
    margin-top:-7px;
    margin-left:20px;   
    padding:0px 0px 0px 0px;
    color:#5b5857;    
    background-image:url(../images/contentBg.gif);
    background-repeat:repeat-y;   
    background-position:center;        
}
.in_content
{   
    background-image:url(../images/underShadow.png);
    background-repeat:repeat-x;
    background-position:top;
    padding-bottom:50px;
    
}
.in_content2
{
    background-image:url(../images/VerticalLine.jpg);
    background-repeat:no-repeat;
    background-position:425px 70px;
}
.LeftColumn
{
    float:left;
    width:238px;          
}
.RightColumn, .RightColumnP
{
    float:right;    
    width:662px;
    color:#5b5857;
    padding-right:20px;
    padding-top:20px;   
    padding-left:20px;   
    background-image:url(../images/rColumnShadow.png);
    background-repeat:no-repeat;
    background-position:right top;
    line-height:17px;
     min-height:364px;
}
.RightColumn p
{
    color:#5b5857;
    margin-top:10px;
    line-height:17px;
    font-family:Tahoma;
    font-size:12px;
}
.RightColumnP
{       
    color:#5b5857;
}
.RightColumnP p
{
    color:#5b5857;
    margin-top:10px;
    line-height:16px;
}
.RightColumnP ul, .RightColumnP ol
{
    color:#5b5857;
    margin-top:10px;
    line-height:16px;
    margin-left:20px;
}
.RightColumn ul, .RightColumn ol
{
    color:#5b5857;
    margin-top:10px;
    line-height:16px;
    margin-left:20px;
}
.RightColumnP a, .RightColumn a
{
    color:#5b5857;
}
.RightColumn a:hover, .RightColumnP a:hover
{
    color:#2f2e2e;
}
.RightColumn .abstract, .RightColumn .abstract p
{
     color:#2f2d2d;
    font-size:13px;    
}
h1
{
    margin-bottom:15px;
    font-size:22px;
    font-family:Times New Roman;
    font-weight:normal;
    color:#110f0e;
}
h2
{
    /*margin-top:15px;
    font-size:18px;
    font-family:Times New Roman;
    font-weight:normal;*/
    font-size:16px;
    font-family:Times New Roman;
    color:#1e1d1d;
    font-style:italic;
    margin-top:15px;
    font-weight:normal;
}
h3
{
    margin-top:10px;
    font-size:16px;
    font-family:Times New Roman;
    font-weight:normal;
}
h4
{   
    font-size:15px;
    font-family:Times New Roman;
    color:#ffce00;
    font-style:italic;
    margin-top:15px;
    font-weight:normal;
}
.Mheader
{
    font-size:18px;
    font-family:Times New Roman;
    color:#110f0e;
    width:100%;
    margin-bottom:10px;
    font-style:italic;    
}
.MheaderS, .MheaderOffer
{
    font-size:16px;
    font-family:Times New Roman;
    color:#110f0e;
    width:100%;
    margin-bottom:10px;
    font-style:italic;
    padding-top:15px;
}
.MheaderOffer
{
    color:#be9119;
    font-size:17px;
}
.footer_container
{
    position: relative;
	margin: 0 auto;
    width:100%;
    height:175px; 
}
.FooterContainer
{
      width:900px;
      padding:35px 20px 0px 20px;
      margin-left:auto;
      margin-right:auto;
      background-color:#1f1a17;
      background-image:url(../images/footerbg.jpg);
      background-repeat:no-repeat;
      background-position:top;
      height:140px;  
      color:#949392; 
}
.FooterContainer a
{
    color:#949392; 
}
.FooterContainer a:hover
{
    color:#c0bfbe; 
}
.TopMenu
{
    position:absolute;
    top:45px;
    left:42px;
    width:202px;
    z-index:99;
}
.pagination 
{	
	/*width:200px;*/
    position:absolute;
    bottom:15px;
    right:20px;
    z-index:99;
}
.pagination li 
{
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a 
{
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a 
{
	background-position:0 -12px;
}
.TopMenuHl
{
    background-image:url(../images/trans.png);
    background-repeat:repeat;
    width:180px;
    padding:5px 10px 5px 12px;
    margin-bottom:6px;
}
.TopMenuHl:hover, .TopSubMenuHl:hover
{
    background-color:#4c4b4b;
     filter:alpha(opacity=50); 
   -moz-opacity: 0.6; 
    opacity: 0.6;    
}
.TopSubMenuHl
{
    background-image:url(../images/trans.png);
    background-repeat:repeat;
    width:160px;
    padding:3px 10px 3px 12px;
    margin-bottom:6px;
    margin-left:20px;
}
.TopMenuHl a, .TopSubMenuHl a
{
    text-decoration:none;
    color:#fff;
    font-family:Times New Roman;
    font-size:15px;
    display:block;
    background-image:url(../images/ar.png);
    background-repeat:no-repeat;
    background-position:177px 4px;
    padding-right:7px;
}
.TopSubMenuHl a
{
    background-position:157px 4px;
}
.ui-datepicker-trigger
{
    border:none;
    background:none;
    margin-left:3px;              
}
.QuickBookCon
{
    background-color:#969594;
    padding-left:20px; 
    padding-top:20px;  
    padding-bottom:10px;
    border-bottom:1px solid #939394;
    background-image:url(../images/underShadow.png);
    background-repeat:repeat-x;
    background-position:top;
}
.tblQuickBook td
{
    vertical-align:top;
    padding-top:6px;
    padding-right:5px;
    color:#494644;
}
.tblQuickBook input
{
    width:68px;
    background-color:#fff;
    border:1px solid #939394;
    color:#494644;
    padding:1px;
}
.BookBg
{   
    
    margin-top:12px;
    width:84px;
    height:23px;
    line-height:23px;
    /*margin-right:auto;
    margin-left:auto;*/
    background-image:url(../images/trans.png);
    background-repeat:repeat; 
}
.QuickBook
{
    text-decoration:none;
    color:#f4c00a;
    text-align:center;
    display:block;
    line-height:23px;
    width:84px;
    margin-left:auto;
    margin-right:auto;    
}
.columnized div
{
	float:left;
	width:18em;/* When using a fixed number of columns, you can omit the width. Otherwise it must be set! This will be the *minimum* width of a column*/
	padding-right:10px; /* You may use a padding... but thanks to IE you can only use pixels! */
	position:relative;	/* Needed when using a 'read-on'-text*/
	margin:0;/* Don't use a margin!*/
}
/* Optional 'read on'-message. Not used in this example. */
.columnized div .readOn 
{
	position: absolute;
	right: 1em;
	bottom: -0.5em;	
}
.TestimonialTop
{
     background-image:url(../images/line.jpg);
     background-repeat:no-repeat;
     background-position:top;
     height:10px;
     font-size:1px; 
     margin-top:25px;
     margin-bottom:15px;
}
.Testimonial
{   
    color:#847f7e;    
    font-style:italic;
}
.TestimonialGuest, .Testimonial span
{
    text-align:right;
    margin-top:10px;
    color:#c3610c;
    font-size:14px;
    display:block;
}
.PageHeader
{
    border-bottom:1px solid #9a9998;    
}
.PageHeader h1
{
    /*float:left;*/
}
.pnlSubMenu
{
    float:left;
    width:155px;
    padding-left:10px;
    margin-top:15px;
}
.pnlPageText
{
    float:right;
    width:485px;
}
.pnlSubMenu a
{
    text-decoration:none;
    display:block;
    margin-bottom:15px;
}
.pnlSubMenu a:hover
{
    color:#d8af01;
}
.RightColumnP .abstract, .RightColumnP .abstract p
{
    color:#2f2d2d;
    font-size:13px;    
    margin-top:15px;    
}
.mapLink
{
    display:block;
    width:196px;
    height:150px;
    margin-top:10px;
    background-repeat:no-repeat;
    border:1px solid #b4b3b3;
}
.tblContact
{
    margin-top:15px;
}
.tblContact th
{       
    vertical-align:top;
    margin-bottom:15px;
    padding-top:10px;
    font-weight:normal;
    text-align:left;
    font-size:16px;
    font-family:Times New Roman;
    color:#110f0e;
    font-style:italic;
}
.tblContact td
{   
    padding-top:5px;
    vertical-align:top;
}
.tblContact td input, .tblContact td textarea
{
    padding:1px;
    margin-top:2px;
}
.weatherContainer table
{
    width:100%;
}
.weatherContainer table td
{
    padding-bottom:10px;
    border-bottom:1px solid #dededd;
    text-align:center;
}
.LocalTime
{
    position:absolute;
    top:110px;
    right:30px;
    color:#edeceb;  
}
.LocalTimeFont
{
    font-size:11px;
}
.OfferItem
{
    display:block;
    text-decoration:none;
    color:#6f6e6c;
    margin-bottom:7px;
    width:315px;
    float:left;
    margin-right:5px;
}
.OfferItem span
{
    display:block;
    font-weight:bold;
    margin-bottom:7px;
    color:#be9119; 
}
.OfferItem ul
{
    margin-left:20px;
}
.OfferItem:hover
{
    color:#2f2e2e;
}
#slider 
{
	position:relative;
    width:964px;
    height:384px;
	background:url(../images/loading.gif) no-repeat 50% 50%;    
}
#slider img 
{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
    width:964px;
    height:384px;
}
#slider a 
{
	border:0;
	display:block;
}
.nivo-directionNav a 
{
	display:block;
	width:38px;
	height:38px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav 
{
	right:15px;
}
a.nivo-prevNav, #slider a.nivo-prevNav 
{
	left:15px;
    display:none;
}
.nivo-controlNav
{
    display:none;
}
.nivo-slice img
{
    width:964px;
    height:384px;    
}
.FooterMenu
{    
    float:left;
    background-image:url(../images/seperator.jpg);
    background-repeat:no-repeat;
    background-position:right center;
    padding-right:25px;
    padding-left:25px;
    min-height:84px;
    width:160px;
}
.FooterMenu a
{
    color:#949392;
    text-decoration:none;
}
.FooterMenu a:hover
{
    color:#c0bfbe;    
}
.digi
{
    width:145px;
    height:42px;
    background-image:url(../images/digi.jpg);
    background-repeat:no-repeat;    
    float:right;
    margin-bottom:10px; 
}
.hl1
{
    width:46px;
    height:42px;
    display:block;
    float:left;    
}
.hl2
{
    width:38px;
    height:42px;
    display:block;
    float:left;        
}
.hl3
{
    width:57px;
    height:42px;
    display:block;
    float:left;    
}
.FooterAddress
{   
    float:left;
    width:300px;
    background-image:url(../images/seperator.jpg);
    background-repeat:no-repeat;
    background-position:right center;
    min-height:84px;
    padding-right:15px;
    font-size:11px;
}
.FooterAddress a
{
    font-size:11px;
}
.developer
{
    text-align:right;
    margin-top:5px;
    font-size:11px;
}
.developer a
{
    text-decoration:none;
    font-size:11px;
}
#slides .next
{
	position:absolute;
	top:216px;
    right:30px;
	width:38px;
	height:38px;
	display:block;
	z-index:101; 
    background-image:url(../images/arrow-next.png);
    background-repeat:no-repeat;        
}
#slides .prev
{
    display:none;
}
.digiContainer
{
    float:right;    
    font-size:10px;
    font-family:Tahoma;
    text-align:right;
    width:360px;
}
.slides_control
{
    overflow:hidden;
}
.slides_container
{
    display:block;
}
.print
{
    display:block;
    padding:2px 7px 2px 7px;
    background-color:#dededd;
    border:1px solid #d5d5d5;
    text-decoration:none;
    float:right;
    margin-top:5px;    
}
.RightColumnP .print
{
    color:#5b5857;
}
/*Search*/
.PageRpt
{
    float:right;
}
.PageRpt .PgLink
{
	width:18px;
	height:17px;
	padding-top:2px;
    color:#6f6e6c;
    background-color:#d2d2d0;
    text-align:center;
    font-size:11px;
    display:block;
    float:left;
    margin-left:3px;
    text-decoration:none;
    margin-top:10px;
}
.PageRpt .PgLink:hover
{
	color:#0c0c0c;
    text-decoration:none;
}
.SearchT
{
    margin-bottom:10px;
    font-size:16px;
    font-family:Times New Roman;
    color:#1e1d1d;
    font-style:italic;
    margin-top:15px;
    font-weight:normal;   
}
.SearchT a
{
    cursor:pointer;
    color:#1e1d1d;
    font-size:18px;
    font-family:Times New Roman;
    text-decoration:none;
}
.SearchT a:hover
{
    color:#d8af01;
}
.resultTitle
{
    background-color:yellow;    
    font-size:18px;
    font-family:Times New Roman;
}
.resultTitle:hover
{
    text-decoration:underline;
}
.resultText
{
    background-color:yellow;    
}
/*Search*/
.Search
{
    margin-top:10px;
}
.txtSearch
{   
    color:#fff;
    background-color:#5b5856;
    padding:2px 2px 0px 3px;
    height:15px;
    border:none;
    width:120px;
    float:left;
    margin-top:10px;
    font-size:11px;
}
.searchBtn
{
    display:block;
    background-image:url(../images/search.jpg);
    background-repeat:no-repeat;
    width:17px;
    height:17px;
    float:left;
    margin-top:10px;
}
.RequestContainer
{
    background-color:#c2c1c1;
    padding:0px 20px 10px 20px;
    color:#6f6e6c;
    line-height:16px;
}
.RequestContainer a
{  
    color:#6f6e6c;
}
.RequestContainer a:hover
{  
    color:#2f2e2e;
}
.pnlOfferContainer
{
   padding:0px 20px 10px 20px;
}
.OfferT
{
   background-color:#1e1b19;
   padding:3px;
   border:2px solid #3c3631;
   position:relative;   
   cursor:pointer;
}
.pnlOfferContainer
{
   padding:0px 20px 10px 20px;
   border:1px solid #322e2a;
   border-top:none; 
   padding-top:15px;  
}
.Offers
{
    width:660px;
    padding:20px; 
    background-color:#1e1b19;
    position:absolute;
    bottom:-2px;
    left:236px;
    z-index:100;
    border:2px solid #3c3631;
    border-left:none;
    display:none;
}
.Offers a, .Offers a:hover
{
   color:#be9119; 
   background-image:url(../images/goldAr.gif);
   background-repeat:no-repeat;
   background-position:0px 4px;
   padding-left:10px;
   display:block;
   color:#b1aba6;
}
.Offers a:hover
{
    /*text-decoration:underline;*/
}
.hlOffer, .hlOfferSel
{
   padding:20px 20px 20px 20px;
   background-color:#1e1b19;
   border:1px solid #322e2a;   
   display:block;
   font-family:Times New Roman;   
   font-style:italic;
   color:#be9119;
   font-size:18px;       
}
.hlOfferSel
{
    border-bottom:none;    
}
.tbl_accomodation
{
    table-layout:fixed;
}
.tbl_accomodation, .tblGuestinfo
{
    margin-top:10px;
}
.tbl_accomodation td, .tblGuestinfo
{
    vertical-align:top;
}
.tbl_accomodation .tdDates
{
    width:150px;
    border-right:1px solid #9a9998;
}
.tbl_accomodation .tdRooms
{
    padding-left:10px;
}
.tbl_dates td
{
    vertical-align:top;
    padding-bottom:5px;
}
.tbl_dates input
{
    width:100px;
}
.tbl_Rooms td
{
    padding-bottom:5px;
    vertical-align:top;
    padding-right:7px;
}
.tblGuestinfo .td1
{    
    vertical-align:top;
    border-left:1px solid #9a9998;
    padding-left:15px;
}
.tblRequestContainer
{
    table-layout:fixed;
}
.tblRequestContainer td
{
    vertical-align:top;
}
.tblFields td
{
    padding-bottom:5px;
    padding-right:5px;
}
.tblFields input
{
    padding:1px;
}
.tblRequestContainer .tdBorder
{
    border-bottom:1px solid #9a9998; 
    padding-top:10px;
}
.ResBtn
{
    padding:5px 10px 5px 10px;
    background-color:#3b3a3c;
    border:1px solid #9a9998;
    color:#f4c00a;
    margin-top:10px;
    float:right;
    cursor:pointer;
}
.MapLeftCon
{
    padding-left:20px;
    border-top:1px solid #d3d4d3;
}
.SearchCon
{
    float:right;
    margin-right:10px;
    margin-top:14px;
}
.fc
{
    display:block;
    background-image:url(../images/fc.png);
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    float:left;
    margin-right:5px;
}
.TripAd
{
    margin-top:10px;
    background-color:#fff;
    padding:2px 0px 5px 0px;
}
.Breadcrumb
{
    float:right;
    font-size:11px;
}
.Breadcrumb a
{
    font-size:11px;
    text-decoration:none;
}
.Breadcrumb a:hover
{
    font-size:11px;
    text-decoration:underline;
}
.VirtualTour4
{
    display:block;
    width:194px;
    height:98px;
    background-image:url(../images/virtualTour4.jpg);
    background-repeat:no-repeat;
    border:1px solid #c2c1c1;
}
.VirtualTour4 img
{
    border:none;
}

.mapDirections
{
    width:700px;
    background-color:#fff;
}
.reCaptchaImages
{
    float:left;
    margin-right:5px;
}
.reCaptcha
{
    display:none;
    float:left;
    margin-right:9px;
}
.reCaptchaInput{
    float:left;
    margin-right:5px;
    height:13px;
    padding:2px 0px 2px 2px;
    width:220px;
}
.NotOkMessage
{
    COLOR:Red;
}
.CaptchaBg
{
    background-color:#f1f1f1;
    padding:5px;
    margin-top:5px;
}
.Offers .BookFromOffers, .Offers .BookFromOffers:hover
{
    display:block;
    float:right;
    padding:4px 6px 4px 6px;
    text-align:center;
    background-image:none;
    text-decoration:none;
    outline:none;
    color:#f4c00a;
    background-color:#3c3631;
    margin-top:5px;
    border:1px solid #4c433c;  
}
/*.Offers .BookFromOffers:hover
{
    background-color:#1e1b19;
     border:1px solid #3c3631; 
}*/
