﻿body
{
    background: #94AA84 url(../../Images/Backgrounds/page.gif) repeat-x left top;
    color: #000;
    font: normal 11px Arial, Sans-Serif; 
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}


/*## WRAPPER ######################################*/
#wrapper
{
    background-color: #ECE9D9;
    margin: auto;
    width: 960px;
}
/*##################################################*/


/*## HEADER ########################################*/
#header
{
    background: transparent url(../../Images/Backgrounds/header.gif) no-repeat left top;
    height: 75px;
    width: 100%;
}
    
#header .leftColumn
{
    float: left;
    width: 310px;
}

#header .leftColumn h1
{
    margin: 0px;
    padding: 0px;
}

#header .leftColumn span
{
    visibility: hidden;
}

#header .rightColumn
{
   float: right;
   height: 75px;
   width: 630px;
}
/*###################################################*/


/*## NAVIGATION ####################################*/
#navigation
{
    background: transparent url(../../Images/Backgrounds/checker.png) repeat left top;
    display: none;
    height: 350px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 960px;
    z-index: 10;
}
/*##################################################*/


/*## MAP CANVAS ####################################*/
#mapCanvas
{   
    height: 425px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 960px;
    z-index: 9;
}
/*##################################################*/


/*## MAIN IMAGE #####################################*/
#mainImage
{
    background: transparent url(../../Images/Backgrounds/splatter.png) no-repeat center top;
    height: 425px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
/*##################################################*/


/*## MAIN IMAGE STRIP ##############################*/
#mainImageStrip
{
    bottom: 0px;
    height: 75px;
    left: 0px;
    padding: 0px 10px;
    position: absolute;
    width: 940px;
    z-index: 15;
}

#mainImageStrip .title
{
    border: 0px;
    height: 75px;
    width: 540px;
}

#mainImageStripBG
{
    background-color: #FFF;
    filter: alpha(opacity=50);
    opacity: 0.5;
    bottom: 0px;
    height: 75px;
    left: 0px;
    position: absolute;
    width: 960px;
    z-index: 10;
}
/*##################################################*/


/*## IMAGE GALLERY #################################*/
#imageGallery
{
    background-color: #474139;
    display: none;
    height: 100px;
    width: 960px;
}
/*##################################################*/


/*## CONTENT  ######################################*/
#content
{
    padding: 10px;
}

#content h2
{
    background: #474139 url(../../Images/Backgrounds/splatter2.png) no-repeat right top;
    border-bottom: solid 2px #94AA84;
    color: #FFF;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin: 0px;
    padding-left: 10px;
}

#content table td div
{
    margin-top: 5px;
}

#content .stars
{
    border: 0px;
    height: 35px;
    vertical-align: middle;
    width: 200px;
}

#content .bookButton
{
    background: transparent url(../../Images/Buttons/book.gif) no-repeat 0 0; 
    border: 0px;
    cursor:pointer;
    float: right;
    height: 35px;
    text-indent:-999em; 
    vertical-align: middle;
    width: 125px;
}

#content .bookButton:hover
{
    background-position: 0 -35px;
}



#facebook
{
    clear: both;
    margin-top: 20px;
}
/*##################################################*/


/*## EXCURSION ####################################*/
#excursion .leftColumn
{
    float: left;
    width: 540px;
}

#excursion .rightColumn
{
    margin-left: 560px;
}

#excursion .rightColumn #video
{
    height: 317px;
    width: 380px;
}

#excursion #note
{
    background: #C4C2B1 url(../../Images/Backgrounds/postit.gif) no-repeat left top;
    font-style: italic;
    height: 120px;
    padding: 80px 40px 20px 40px;
    text-indent: 10px;
    width: 300px;
}

#excursion #places h3
{
    height: 50px;
    margin: 0px;
    width: 380px;
}

#excursion #places h3 span
{
    visibility: hidden;
}

#excursion #rating
{
    background-color: #D8D5C0;
    height: 35px;
    margin: 10px 0px;
}

#content #description
{
    background-color: #D8D5C0;
    margin: 10px 0px;
    padding: 10px;
}

#content #description .tip
{
   border-bottom: dotted 1px #474139;
   cursor: pointer;
}

#excursion #facts
{
    margin: 10px 0px;
}

#excursion #facts b
{
    color: #474139;
    font-weight: normal;
}

#content #guestbookEntry
{
    background-color: #BBCFAD;
    margin: 10px 0px;
    padding: 10px;
}

#content #guestbookEntry h4
{
    background-color: #D5E2CC;
    font-weight: normal;
    height: 16px;
    line-height: 16px;
    margin: 0px 0px;
    padding: 2px;
}

#content #guestbookEntry p
{
    background: transparent url(../../Images/Backgrounds/quote.gif) no-repeat left top;
    min-height: 50px;
    padding-left: 60px;
}

#content #guestbookEntry p.date
{
    background: none;
    font-style: italic;
    min-height: 11px;
    text-align: right;
}

#content #guestbookEntry .stars
{
    border: 0px;
    float: right;
    height: 16px;
    vertical-align: middle;
    width: 60px;
}
/*##################################################*/


/*## GUESTBOOK ENTRIES #############################*/
#guestBookEntries table td .stars
{
    border: 0px;
    float: right;
    height: 16px;
    vertical-align: middle;
    width: 60px;
}

#guestBookEntries table td h4
{
    font-weight: normal;
    height: 16px;
    line-height: 16px;
    margin: 0px 0px;
    padding: 2px;
}

#guestBookEntries table td p
{
    min-height: 50px;
    padding-left: 60px;
}

#guestBookEntries table td p.date
{
    font-style: italic;
    min-height: 11px;
    text-align: right;
}

#guestBookEntries table td.col1 h4
{
    background-color: #D8D5C0;
}

#guestBookEntries table td.col1 p
{
    background: transparent url(../../Images/Backgrounds/quote1.gif) no-repeat left top;
}

#guestBookEntries table td.col1 p.date
{
    background: none;
}

#guestBookEntries table td.col2 h4
{
    background-color: #ECE9D9;
}

#guestBookEntries table td.col2 p
{
    background: transparent url(../../Images/Backgrounds/quote2.gif) no-repeat left top;
}

#guestBookEntries table td.col2 p.date
{
    background: none;
}
/*##################################################*/


/*## FOOTER ########################################*/
#footer
{
    background-color: #94AA84;
    color: #474139;
    padding: 10px 0px;
    text-align: center;
}

#footer #contactUs
{
    direction: rtl;
    unicode-bidi: bidi-override;
}
/*##################################################*/


/*## BROWNSTRIP ####################################*/
#brownStrip
{
    background-color: #474139;
    filter: alpha(opacity=50);
    height: 25px;
    left: 0px;
    opacity: 0.5;
    position: absolute;
    top: 75px;
    width: 100%;
    z-index: 100;
}
/*##################################################*/


/*## GENERIC ######################################*/
.clear 
{
    clear: both;
    height: 1px;
    visibility: hidden;
}

.invisible
{
    display: none;
}

.visible
{
    display: block;
}

.hidden
{
    visibility: hidden;
}
/*##################################################*/


/*## DIALOG #######################################*/
div.dialog
{
    background-color: #ECE9D9;
    display: none;
    height: 100%;
    padding: 0px;
    position: relative;
    width: 100%;
}

div.dialog .submit
{
    cursor: pointer;
    height: 35px;
    width: 125px;
}

div.dialog .sending
{
    background: transparent url(../../Images/Backgrounds/ajax-loader.gif) no-repeat 50% 50%;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}
/*##################################################*/


/*## GUESTBOOK DIALOG ##############################*/
#guestBookDialog
{
    background: #ECE9D9 url(../../Images/Backgrounds/popup1.gif) repeat-y left top;
}

#guestBookForm .submit
{
    background: transparent url(../../Images/Buttons/send.gif) no-repeat 0px 0px;
}

#guestBookForm .submit:hover
{
    background: transparent url(../../Images/Buttons/send.gif) no-repeat 0px -35px;
}
/*##################################################*/


/*## CONTACT DIALOG ################################*/
#contactDialog
{
    background: #ECE9D9 url(../../Images/Backgrounds/popup1.gif) repeat-y left top;
}

#contactForm .submit
{
    background: transparent url(../../Images/Buttons/submit.gif) no-repeat 0px 0px;
}

#contactForm .submit:hover
{
    background: transparent url(../../Images/Buttons/submit.gif) no-repeat 0px -35px;
}

/*##################################################*/


/*## BOOKING FORM ##################################*/
#bookingDialog
{
    background: #ECE9D9 url(../../Images/Backgrounds/popup1.gif) repeat-y left top;
}

#bookingForm 
{
    height: 520px;
    margin: 0px;
    position: relative;
    overflow: hidden;
    width: 400px;
}

#bookingFormPanels
{
    height: 520px;
    overflow: hidden;
    width: 400px;
}

#bookingFormPanels .panel
{
    height: 520px;
    width: 400px;
}

#bookingForm td.call
{
    color: #474139;
    font-weight: bold;  
    height: 20px;
    line-height: 20px;
    background-color: #D8D5C0;
}

#bookingForm .submit
{
    height: 35px;
    padding: 5px;
}

#bookingForm .submit div
{
    cursor: pointer;
    height: 35px;
    width: 125px
}

#bookingForm .submit .back
{
    background: transparent url(../../Images/Buttons/back.png) no-repeat 0px 0px;
}

#bookingForm .submit .back:hover
{
    background: transparent url(../../Images/Buttons/back.png) no-repeat 0px -35px;
}

#bookingForm .submit .book
{
    background: transparent url(../../Images/Buttons/book.png) no-repeat 0px 0px;
    float: right;
}

#bookingForm .submit .book:hover
{
    background: transparent url(../../Images/Buttons/book.png) no-repeat 0px -35px;
}

#bookingForm .submit .next
{
    background: transparent url(../../Images/Buttons/next.png) no-repeat 0px 0px;
    float: right;
}

#bookingForm .submit .next:hover
{
    background: transparent url(../../Images/Buttons/next.png) no-repeat 0px -35px;
}

#bookingForm .chkbox
{
    border: solid 1px #474139;
}
/*##################################################*/







