*
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

strong
{
	font-weight: bold;
}

p
{
	margin-bottom: 16px;
	line-height: 150%;
}

a img
{
	border: none;	
}

body
{
	background-color: #333333;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	color: #333333;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	
	behavior: url(styles/hover.htc); 
}

#palm
{
	background-image: url(../images/background2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#fade
{
	background-image: url(../images/fade2.png);
	background-position: top center;
	background-repeat: repeat-y;
	width: 1004px;
	margin: 0px auto;
}

#main
{
	margin: 0px auto;
	width: 960px;
	
	background-image: url(../images/canvas.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#leftColumn
{
	float: right;
	width: 195px;
	background-color: #4aab42;
}

#menu ul 
{
	list-style-type: none;
}

#menu
{
	width: 254px;
	background-color: #6B9DC2;
	float: right;
	height: 388px;
}

#menu p
{
	padding: 20px;
	color: #FFFFFF;
}

#menu ul li ul
{
	display: none;	
	position: absolute;
	background: none;
	background-color: #447ea7;
	width: 300px;
	margin-left: -300px;
	margin-top: -30px;
	list-style-type: none;
	border-top: 3px;
	color: #543400;
	font-size: 10px;
	z-index: 10000;
	
	border: 1px solid #4b8ab7;
	border-width: 1px 0px 0px 1px;
}

#menu ul li ul li:hover
{
	background-color: #3b6b8c;
	cursor: pointer;
}

#menu ul li ul li
{
	padding: 5px 12px 8px 12px;
	background-color: #447ea7;
	
	background-image: url(../images/fade2.png);
	background-position: 285px 0px;
	background-repeat: repeat-y;
	border-bottom: 1px solid #4b8ab7;
}

#menu ul li ul a
{
	padding: 0px;
}

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

#menu ul li
{

}

#menu ul li:hover
{
	background-color: #447ea7;
}

#menu ul li.sub
{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 11px;
}

#menu ul li.sub:hover
{

}

#menu ul li li
{
	float: none;
}

#menu ul li a, #menu ul li ul li h2
{
	display: block;
	font-size: 14px;
	padding: 5px 12px 8px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu ul li ul li a span
{
	display: inherit;
	font-size: 12px;
	padding: 0px;
	font-weight: normal;
	color: #f5e6c9;
}

#menu ul li ul li:hover a span
{
	color: #f5e6c9;
}

#body
{
	background-position: top left;
	background-repeat: no-repeat;
	
	padding: 0px 0px 20px 20px;
}

h1
{
	color: #333333;
	font-size: 24px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

h2, a h2
{
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 16px;
	text-decoration: none;
}

#right
{
	float: right;
	padding-bottom: 20px;
	width: 254px;
}

#right p
{
	color: #663300;
	padding: 20px;
}

#right h1
{
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	
	background-image: url(../images/right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#right h1 a
{
	margin: 0px;
	padding: 5px 0px 5px 7px;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

#left
{
	width: 670px;
	padding-top: 170px;
}

#left a
{
	color: #76832a;
}



.accommodation
{
	list-style-type: none;
}

.accommodation .thumb
{
	float: right;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-left: 10px;loo
}

.accommodation h2
{
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	/* margin-left: 160px; */
}

.accommodation h3
{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	/* margin-left: 160px; */
}

.accommodation span
{
	display: block;
	/* margin-left: 160px; */
	font-weight: bold;
	font-style: italic;
	color: #666666;
	margin-bottom: 5px;
}

.accommodation p
{
	display: block;
	/* margin-left: 160px; */

}

.accommodation li
{
	padding: 10px 0px 10px 0px;
	
	border-bottom: 1px solid #EEEEEE;
}

.accommodation ul
{
	list-style-type: none;
	margin-left: 20px;
}

.accommodation ul li
{
	border: none;
}

.accommodation li hr
{
	line-height: 0px;
	height: 0px;
	visibility: hidden;
	clear: both;
}

.accommodation .action
{
	/* margin-left: 160px; */
	margin-top: 3px;
}

.accommodation .contact
{
	margin: 5px 0px;
	/* margin-left: 165px; */
}

.accommodation .contact li
{
	clear: none;
	padding: 0px;
	border: none;
}

#footer
{
	background-image: url(../images/footer.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #d6d6d6;
	width: 920px;
	padding: 20px;
	text-align: center;
	color: #666666;
	clear: right;
}

#footer a
{
	color: #666666;
}

.no-results
{
	padding: 20px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	color: #000000;
}

.no-results h2
{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}

#gallery, #gallery2
{
	width: 320px;
	margin: 0px;
	padding: 0px;
	
	background-position: center center;
	background-repeat: no-repeat;
	
	background-color: #EEEEEE;
}

#gallery
{
	border: 1px solid #000000;
}

.nopic
{
	background-image:url(../images/nopic.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 320px;
	height: 212px;
	border: 1px solid #CCCCCC;
}

#info
{
	width: 320px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.description
{
	margin-bottom: 16px;
}

.rates
{
	list-style-type: none;
	margin-bottom: 20px;
}

.rates label
{
	display: block;
	font-weight: bold;
	color: #666666;
	float: left;
	width: 130px;
}

.facilities
{
	color: #1b6498;
	list-style-type: none;
	margin-bottom: 15px;
}

.facilities li
{
	background-image: url(../images/tick_white.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0px 3px 16px;
}

.cb
{
	clear: both;	
}

.cr
{
	clear: right;	
}

.form
{
	list-style-type: none;
}

.form label
{
	display: block;
	width: 130px;
	float: left;
	padding-top: 3px;
	color: #217bbc;
	font-weight: bold;
}

.form .field
{
	border: 1px solid #217bbc;
	padding: 3px;
}

.form li
{
	padding: 2px 0px;
}

.contact
{
	list-style-type: none;
}

.accommodation .contact label
{
	
}

.contact label
{
	display: block;
	color: #217bbc;
	width: 130px;
	float: left;
	font-weight: bold;
}

#map
{
	border: 1px solid #217bbc;
	margin: 20px 0px 0px 0px;
}

.front
{
	float: left;
	width: 320px;
	margin: 10px 0px;
}

.front h2
{
	margin: 5px 0px;
}

.left
{
	margin-right: 5px;
}

.right
{
	margin-left: 5px;
}

.right h2
{
	text-align: right;
}

.front div
{
	text-align: center;
}

.front img
{
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}

.front a:hover img
{
	border: 1px solid #AAAAAA;
}

#message p
{
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 20px;
	margin-bottom: 20px;
	
}

.errors
{
	background-color: #EEEEEE;
	padding: 10px;
	font-weight: bold;
	list-style-type: square;
	line-height: 17px;
	list-style-position: inside;
	margin-bottom: 10px;
}

.pages
{
	text-align: center;
	padding: 20px;
}

.pages a, .pages span
{
	padding: 7px;
	background-color: #EEEEEE;
	text-decoration: none;
	margin: 2px;
}

#bookingSearch
{
	height: 160px;
	background-position: top left;
	background-repeat: no-repeat;
}

#bookingSearch ul.form
{
	padding: 20px;
}
	
#bookingSearch ul.form
{
	background-image: url(../images/booknow.jpg);
	background-repeat: no-repeat;
	height: 155px;
}

#bookingSearch h2
{
	color: #333333;
	margin-left: 10px;
	margin-bottom: 5px;
}

#bookingSearch label
{
	width: 50px;
	color: #FFFFFF;
}

#bookingSearch .submit
{
	background: none;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	border: none;
	display: block;
	width: 99px;
	height: 25px;
	margin: 0px auto;
	padding: 0px 0px 3px 0px;
}

#bookingSearch h3
{
	color: #003366;
	padding-top: 127px;
	padding-left: 10px;
	font-size: 18px;
	width: 400px;
	z-index: 10000;
}


#toolbar
{
	background-color: #FFFFFF;
	padding: 20px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	text-align: right;
	border: 1px solid #AAAAAA;
	border-top: none;
	position: absolute;
	left: 10px;
	right: 10px;
}

#toolbar .button
{
	background-image: url(../admin/images/bar_bg4.gif);
	background-position: center left;
	background-repeat: repeat-x;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	padding: 12px;
	margin: 5px;
	border: 1px solid #aacad4;
	background-color: #edf5f7;
	
	text-decoration: none;
	color: #0f9fd7;
}

#toolbar .button:hover
{
	background-color: #d6e7ec;
	color: #0099d4;
	border: 1px solid #aacad4;
}

#toolbar .button:hover
{
	background-image: url(../admin/images/bar_bg3.gif);
	color: #0099d4;
}

#toolbar .button:active
{
	background-image: url(../admin/images/bar_bg2.gif);
}

#toolbar .button img
{
	margin-bottom: -3px;
}

#top, #top2
{
	background-image: url(../images/header1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	
	height: 400px;
}

#header
{
	background-image: url(../images/header_1.jpg);
	background-position: top left;
	
	height: 471px;
}

#headersearch
{
	background-image: url(../images/top.png);
	height: 83px;
}

.booknow
{
	position: absolute;
	margin-top: 121px;
}

.photos .photo, .inset
{
	padding: 3px;
	border: 1px solid #DDDDDD;
	background-color: #FAFAFA;
	margin: 5px;
}

.inset
{
	float: right;	
}

#photos
{
	position: absolute;
	margin-left: -40px;
	margin-top: -50px;
}

#seagull
{
	margin-right: -30px;
	float: right;
}


#search
{
	float: right;
	width: 239px;
	margin-bottom: 20px;
	color: #FFFFFF;
}

#search h2
{
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 3px 0px 0px 19px;
}

#search .form
{
	list-style-type: none;
}

#search li
{
	padding: 4px 0px;
}

#search label
{
	float: left;
	display: block;
	width: 20px;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
	font-weight: normal;
	color: #FFFFFF;
}

#search .submit
{
	margin-top: 12px;
	padding: 2px 7px;
}
