body {
    behavior:url("css/csshover.htc");
    background-color: #f5f5f5;
    background-image: url("../images/background-tile.jpg");
}

body,p {
    margin: 0;
    padding: 0;
}

body,p{
    font: 1em tahoma, sans-serif, arial;
    color: #061A5D;
}


form {
    display:inline;
}

a img {
    border: 0px;
}
a {
        color:#4d81b3;
}
a:hover {
    text-decoration:none;
}

.red{ color: red; }
.green{ color: green; }
.blue{ color: #4d81b3; }
.black { color: black; }

h1 {
    margin:0 0 10px 0;
    padding:0;
    font: 1.6em tahoma, arial;
    color: #4d81b3;
    text-transform: uppercase;
}
h1.breadcrumb{
  font-size: 1.3em;
}
h1 img { vertical-align: bottom; }

h2 {
    margin:0 0 15px 0;
    font: 1.2em tahoma, arial;
    color: #615d5e;
    font-weight:900;
}

h3 {
    margin:0 0 10px 0;
    padding:0;
    font: 1.5em tahoma, arial;
    color: #4d81b3;
}

h4 {
    font: bold 1.1em tahoma, sans-serif, arial;
    color: #4d81b3;
}

h5 {
    font: bold 1.1em tahoma, sans-serif, arial;
}

h6 {
    font: bold 1em tahoma, sans-serif, arial;
    color: #5c5859;
    margin:0 0 8px 0;
}

.error { color:red; }

.date { font-size:10px; font-style: italic;letter-spacing:0.1em; margin:1.0em 0 0.5em 0; }

/* FOR THE CMS SYSTEM - Formats content from the CMS */
.cmsContent {
    font: 0.7em/1.2em verdana, sans-serif, arial;
    color: #5c5859;
    padding:10px 0;
}

.cmsContent p {
  font: 1em/1.2em verdana, sans-serif, arial;
    color: #5c5859;
    padding-bottom: 7px;

}

.galleryImage{
    float:left;
    margin:0 13px 12px 0;
    border:1px solid #d0d0ce;
}

.galleryImageLast{
    margin-right:0;
}

/*
---------------------- FORM STYLES --------------------------------
*/
.form {
    width:300px;
    padding:10px 10px 10px 0;
    margin-top:10px;
    }

.form p {
    font-size:1em;
    color: #58595b;
    }

#holiday_offer {
    font-size:1.2em;
    margin:5px 0 5px 0;
}

#message {
    margin:5px 0 5px 0;
    font-family:tahoma, sans-serif, arial;
    font-size:1.2em;
    padding:2px;
    }

form#subscribe {
    display:block;
    background: URL(../images/stay-informed.gif) no-repeat top left;
    padding-top: 15px;
    margin-left: 10px;
    margin-top: 20px;
    }

form#subscribe p{
    padding-left:5px;
    margin-top:10px;
    }

#feedbackForm p {
    clear:both;
    font-size:1.2em;
    height:23px;
    }

#feedbackForm p label{
    float:left;
    }

#feedbackForm p input{
    position:absolute;
    left:40px;
    margin-left:100px;
}

#feedbackForm p textarea{
    margin:5px 0 5px 0;
}

#feedbackForm p .selectshift{
    position:absolute;
    left:40px;
    margin-left:100px;
}



/*
    ------------------------------ RIGHT HAND COLUMN -----------------------
*/

.holidayoffer {
    background-color:#4d81b3;
    border:1px solid #877976;
    width:146px;
    font-size: 0.75em;
    font-weight: bold;
    color:#fff;
    padding:10px 6px;
    margin-top: 6px;
    text-align:center;
}

.holidayoffer_left {
    background-color:#4d81b3;
    border:1px solid #877976;
    width:154px;
    font-size: 0.75em;
    font-weight: bold;
    color:#fff;
    padding:10px 6px;
    margin-top: 6px;
    text-align:center;
}

.holidayoffer-image {
    border:1px solid #fff;
    margin:6px 0;
}

.holidayoffer-image-left {
    border:1px solid #fff;
    margin:6px 0px 0px 7px;
}

.holidayoffer a {
    color:#fff;
    text-decoration:none;
}

.holidayoffer a:hover {
    text-decoration:underline;
}


/*
    -------------------------------LAYOUT -------------------------------
*/

#box-top {
    width:760px;
    margin:0 auto 0 auto;
    padding:0 10px;
    height:30px;
    background-image:URL(../images/background-top.jpg);
    background-repeat:no-repeat;
    background-position:bottom center;
    overflow:hidden;
}

#box {
    border:0px solid red;
    width:760px;
    margin:0 auto 0 auto;
    padding:0 10px;
    background-image:URL(../images/background.jpg);
    background-repeat: repeat-y;
}

#box-bottom {
    width:760px;
    margin:0 auto;
    padding:0 10px;
    height:40px;
    background-image:URL(../images/background-bottom.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    overflow:hidden;
}

#top {
    padding:0;
    width:760px;
    height:115px;
    }

#content {
    padding:-1px 12px 12px 12px;
    text-align:left;
    background:URL(../images/page-bottom.jpg) no-repeat bottom;
    border-top:1px solid #fff;
    }

#left {
    position:absolute;
    padding:0;
    margin:0 0 12px 0px;
    width:180px;
    z-index:3;
}

.leftism #left {
    position:absolute;
    padding:0;
    margin:0 0 12px 11px;
    width:180px;
    z-index:3;
}

.wrapper12 {
    margin-left: 12px;
}

.wrapper10 {
    margin-left: 10px;
}

#right {
    position:absolute;
    top:296px;
    width:160px;
    margin-left:584px;
    margin-top:0;
    padding:0;
    }

#center {
    position:relative;
    margin:10px 0 12px 189px;
    padding:2px 12px 12px 12px;
    width:366px;
    color:#000;
    background:#fff;
    border:1px solid #d1d2d4;
    z-index:2;
}


#center-full {
    position:relative;
    margin:0 0 12px 179px;
    padding:2px 12px 12px 12px;
    width:530px;
    border:1px solid #d0d0ce;
    background-color: #fff;
    z-index:1;
    }

.leftism #center-full {
    position:relative;
    margin:0 0 12px 189px;
    padding:2px 12px 12px 12px;
    width:530px;
    border:1px solid #d0d0ce;
    background-color: #fff;
    z-index:1;
    }

#featureimg {
    position:relative;
    margin-left:189px;
    margin-bottom:10px;
    height:135px;
    width:555px;
    border:1px solid #d0d0ce;
    z-index:1;
    overflow:hidden; /* hide the white gap after image that IE decides to put in the div */
    }

#footer {
    padding:12px;
    visibility:hidden;
    clear: both;
    background-color: #eeeeee;
    width:auto;
    border: 1px solid #d1d2cd;
    height:10em;
    }

#logoimg {
    position:absolute;
    }

#straplineimg {
    float:right;
    }



/*
-------------------------------- NAVIGATION ------------------------------
List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/
*/

ul#mainnav {
    list-style: none;
    margin: 0;
    padding: 0;
    border:0;
    z-index:2;
    }

ul#mainnav li {
    display: block;
    float:left;
    position:relative;
    z-index:1;
    }

ul#mainnav li:hover {
    z-index:4;
}

.menuItem{
    display: block;
    border:1px solid #d1d1d1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    
    margin: 0;
    padding: 4px;
    padding-left:12px;
    font: bold 0.75em/1em tahoma, sans-serif, arial;        /* If you get an unwanted gap after your a block (IE-Win) try increasing the line height        */
    color: #58595b;
    background-color: #fff;
    width: 150px;                /*     Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix        */
}

.menuItemSelected{
    display: block;
    border:1px solid #d1d1d1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0;
    padding: 4px;
    padding-left:12px;
    font: bold 0.75em/1em tahoma, sans-serif, arial;        /* If you get an unwanted gap after your a block (IE-Win) try increasing the line height        */
    width: 150px;                /*     Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix        */
    color: #fff;
    background-color: #88afd8;
    margin-bottom:3px;
}

ul#mainnav li a {
    display:block;
    text-decoration: none;
    margin-bottom:3px;
}

ul#mainnav li a:hover .menuItem{
    background-color: #88afd8;
    color: #fff;
}



#fbwrap {
    width: 52px;
    float: left;
    margin-left: 32px;
    margin-top: 5px;
}

#twwrap {
    margin-top: 8px;    
    
}

#sharewrap {
    margin-top: 4px;
    margin-left: 19px;
}

/* SUB MENUS */
ul#mainnav li ul {
    width:150px;
    list-style: none;
    z-index:3;
    display: none;
    position: absolute;
    left: 120px;
    top:5px;
  }

ul#mainnav li ul .menuItem{
    margin-top:-1px;
}

ul#mainnav li ul .menuItemSelected{
    margin-bottom:0px;
}

ul#mainnav li ul li a {
    margin:0px;
    margin-bottom:0px;
}

ul#mainnav li > ul {
    left: 120px;
    }

ul#mainnav li:hover ul { display: block; }


#menu0 { background-color: #c4def3; }
#menu1 { background-color: #cae3f7; }
#menu2 { background-color: #d2e8f5; }
#menu3 { background-color: #d8e9f9; }
#menu4 { background-color: #dfedfa; }
#menu5 { background-color: #e7f1fb; }
#menu6 { background-color: #edf6fd; }
#menu7 { background-color: #f4f9fd; }
#menu8 { background-color: #f8fcff; }
#menu9 { background-color: #ffffff; }
/*
    ---------------------- LINES + TABLES + LISTS ------------------------
*/

.termtable { border:1px solid #707070; padding:0.2em; }
.termtable td { padding:0.3em; }


.line {
    border-bottom: 1px solid #cccccc;
    margin: 10px 0 10px 0;
    height: 1px;
}

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

#submenu li {
    float: left;
    list-style: none;
    border:1px solid #d1d1d1;
    text-align:center;
    margin: 0 4px 4px 0;
    0padding: 2px 7px 2px 7px;
    font: bold 1.1em tahoma, sans-serif, arial;        /* If you get an unwanted gap after your a block (IE-Win) try increasing the line height        */
    color: #58595b;
    background-color: #e7f1fb;
    width:170px;
    }

#submenu a {
    text-decoration: none;
    color: #58595b;
    display:block;
    padding: 2px 7px 2px 7px;
/*    min-height: 28px;   */
    }

#submenu a:hover {
    color: #fff;
    }

#submenu a:hover {
    background-color: #88afd8;
}

#submenu li:hover {
    color: #fff;
}


li#submenuselected {
    color:#fff;
    background-color: #88afd8;
    padding: 2px 7px 2px 7px;
    width:156px;
    /*
    min-height: 28px;
    */
    }

ul#itinerary {
    margin: 0 0 0 12px;
    padding: 0;
    font-weight:900;
    list-style-type: disc
    }

#itinerary li {
    margin:5px 0 5px 0;
    list-style-type: disc;
    color:#fff;
    }

li#dayselected {
    color:#5c5859;
    }


/*
    ---------------------- FOOTERS ------------------------
*/

#footer-boxleft {
    float:left;
    width:168px;
}

#footer-boxcenter {
    border:1px solid #d1cfd0;
    background-color:#fff;
    padding:8px 11px 8px 12px;
    width:366px;
    height: 85px
    color:#4f6d93;
    line-height:1.5em;
    float:left;
    font-size:11px;
    text-align:center;
}

#footer-boxright {
    float:right;
    text-align:right;
}

#footer {
    color:#5c5859;
    font-size:0.7em;
    list-style: none;
}

#footer ul{
    list-style: none;
    text-align:right;
    margin:0;
    padding:0;
    font: 1em/1.25em tahoma,verdana,helvetica,sans-serif,arial;
    color:#5c5859;
}

#footer ul li {
    position:relative;
    padding-left:8px;
    margin:0;
    color:#5c5859;
}

#footer ul li a {
    text-decoration:none;
    color:#5c5859;
}

#footer ul li a:hover {
    text-decoration:underline;
}

.wpbox {
    position:relative;
    margin-top: -1px;
    color:#000;
    background:#fff;
    border:1px solid #d1d2d4;
    z-index:2;
}

.wpbox ul {
    padding-left: 4px;
    list-style-type: none;
            
}
.wpbox li {
    padding-top: 4px;            
}

.wpbox ul a {
    font-size: 12px;
    color: #4D81B3;
    text-decoration: none;
}

#blogwrap {
    margin-right: 12px;
    margin-left: -1px;
    margin-bottom: 4px;
    margin-top: 4px;
    border: 1px solid #d1d2d4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#bloglabel {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 11px;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
    height: 22px;
    background-color:#538246;
    color: #ffffff;
}
    
#bloglabel a {
   text-decoration: none;
   color: #ffffff;
}
    
#wprotator a {
    text-decoration: none;

}

#wprotator .slide {
    padding: 7px;
}

#wprotator {
    margin-bottom: 12px;
    margin-right: 12px;
    /*
    border: 1px solid #d1d2d4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;    
    */
    font-size: 12px;
    color: #4D81B3;
}


.offbox {
    position:relative;
    margin-top: 4px;
    color:#000;
    background:#fff;
    border:1px solid #d1d2d4;
    z-index:2;
}

.offbox ul {
    padding-left: 4px;
    margin-top: -2px;
    list-style-type: none;
            
}
.offbox li {
    padding-top: 4px;            
}

.offbox ul a {
    font-size: 12px;
    color: #4D81B3;
    text-decoration: none;
}

#offbox_left {
    width: 166px;
}

.booking {
    float: left;
    width: 180px;
}

.revs {
    float: right;
    width: 120px;
}

.revs a {
    display: block;
    padding-left: 23px;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 14px;
    text-decoration: none;
    border: 1px #dddddd solid;
    color: #ffffff;
}

.revs a:visited {
    color: #ffffff;
    text-decoration: none;
}

.revs a:active {
    color: #ffffff;
    text-decoration: none;
}

.revs a:hover {
    color: #ffffff;
    text-decoration: none;
}


.WriteReviewButton {
   background-color: #22b14c;
}

.ReadReviewButton {
   margin-top: 1px;
   background-color: #7092be;
}

.galera {
    margin-top: 43px;
}

.zuper {
    display: none;
}
