body {
	background:#8fcfed;
	border-top: 5px solid #263e61;
}

#bg-wrapper {
	background: url(../images/bg-rep.png) top left repeat-x #f0f0f0;
	min-height: 600px;
	padding-bottom: 35px;
	border-bottom: 15px solid #87c4e4;
}

#masthead {
	background: url(../images/masthead.jpg) top left no-repeat;
	height: 332px;
}

#masthead h1 {
	color: #2e5075;
	text-align: right;
	margin: 10px 0 0 320px;
	font-style: italic;
	font-size: 2.5em;
}

#masthead h3 {
	color: #2e5075;
	text-align: right;
	margin: 5px 0 0 320px;
	font-style: normal;
	font-size: 1.3em;
}

#header-intro {
	margin: 45px 130px 0 300px;
	color:#263e61;
}

#header-intro h2 {
	text-align: left;
	color: #6baddf;
	font-size: 1.5em;
	margin: 30px 0 0 0;
}

#header-intro p {
	text-align: left;
	color: #263e61;
	margin-bottom: 5px;
}

#header-intro p strong {
	text-align: left;
	color: #263e61;
	font-size: 1.5em;
	margin-top: 0;
}

#carousel {
	background: url(../images/carousel-bg.png) top left repeat-x;
	height: 200px;
}


#basline {
	background: url(../images/div.png) top center repeat-y;
}



#booking h4, #testimonials h4 {color:#6baddf; font-size: 1.4em;}

#booking p, #testimonials p {color: #263e61;}

#booking p {
	font-size: 1.5em;
	line-height: 1.2em;
}

#testimonials p {
	font-style: italic;
}

#testimonials p strong {
	font-style: normal;
}

/*


.headerWrapper {
	border-bottom: 10px solid #84c4e7;
	background: #fff;
}

.logo {
	float: left;
	clear: right;
	margin-right: 20px;
}

.headerWrapper h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 2.2em;
	line-height: 1em;
	font-weight: bold;
	font-style: italic;
	margin-top: 50px;
}

.headerWrapper h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: bold;
	font-style: regular;
	margin-top: 20px;
}

.headerWrapper p {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	font-style: normal;
	margin-top: 10px;
}

.headerWrapper p a:link, .headerWrapper p a:visited {
	text-decoration: none;
	color: #444141;
}

.headerWrapper p a:hover {
	text-decoration: underline;
	color: #444141;
}



ul#mainNav {
	margin: 25px 0 0 0;
	float: right;
}

ul#mainNav li.active, ul#mainNav li:hover  {
	list-style: none;
	padding: 15px 15px 3px 15px;
	background: #84c4e7;
	display: inline;
    -moz-border-radius-topleft: 12px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topright: 12px;
    -webkit-border-top-right-radius: 12px;
}

ul#mainNav li {
	list-style: none;
	padding: 15px 15px 3px 15px;
	background: #b5dcf1;
	display: inline;
    -moz-border-radius-topleft: 12px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topright: 12px;
    -webkit-border-top-right-radius: 12px;
}

ul#mainNav li a {
	color: #fff;
	font-size: 1.4em;
	line-height: 1.4em;
	text-decoration: none;
	padding: 5px;
}

#contentWrapper {
	background: #fff;
	border-bottom: 15px solid #7ab6db;
	padding:1.5em 0 1.5em 0;
}


a.readMore {
	font-size: 0.9em;
	padding:6px;
	color: #fff;
	text-decoration: none;
	background: #70a1bf;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;	
}

a.readMore:hover {
	font-size: 0.9em;
	padding: 6px;
	color: #fff;
	text-decoration: none;
	background: #263e61;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;	
}

p.awards {
	margin-top: 20px;
	text-align: center;
}

#flashcontent {
	width: 292px;
	height: 680px;
	background: url(../images/pda-small.jpg) top center no-repeat;
	padding-left: 100px;
}

#flashMovieHolder {
	width: 186px;
	padding-top: 155px;
	padding-left: 0px;
}


.spacerTop {
	height: 15px;
}

*/

#footer {
	padding: 1.5em 0 3em 0;
}

#copyright {
	text-align: center;
}

#copyright p {
	font-size: 0.95em;
	color:#73abc9;
	font-weight: 300;
}

#copyright a, #copyright a:visited {
	font-size: 1em;
	color:#5c89a2;
	font-weight: 600;
	text-decoration: none;
}

#copyright a:hover {
	font-size: 1em;
	color:#263e61;
	font-weight: 600;
	text-decoration: none;
}


#sitemap {
	border-bottom: 1px dotted #1b5070;
	padding-bottom: 10px;
	color: #1b5070;
}

span.email {
	float: left;
	font-size: 1.0em;
	color: #fff;
}


span.email a, span.email a:visited, span.email a:hover{
	font-size: 1.5em;
	text-decoration: none;
	color: #fff;
}

#sitemap ul {
	float: right;
	margin: 5px 0 0 0;
}


#sitemap ul li {
	color: #70a1bf;
	list-style: none;
	display: inline;
	padding-right: 7px;
	margin-right: 6px;
	border-right: 1px solid #70a1bf;
	font-size: 1.0em;
}


#sitemap ul li a, #sitemap ul li a:visited {
	text-decoration: none;
	color: #5c89a2;
}

#sitemap ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

#keywords {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}

#keywords ul {
	margin: 0;
}

#keywords ul li {
	list-style: none;
	display:inline;
	padding-right:4px;
	margin-right: 5px;
}

#keywords ul li a, #keywords ul li a:visited {
	color: #fff;
	font-size: 0.95em;
	text-decoration: none;
}

#keywords ul li a:hover {
	color: #fff;
	font-size: 0.95em;
	text-decoration: underline;
}


.product_img_top {
	float: left;
	margin-right: 20px;
}


.contentBlock {
	background: #fff;
	padding: 10px;
	border: 1px solid #eaeade;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    margin-bottom: 20px;
}


.contentBlockGradient {
	background: url(../images/content-block-gradient.png) top left repeat-x;
	padding: 10px;
	border: 1px solid #eaeade;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    margin-bottom: 20px;
    height: auto;
}


/* Easy Slider */

ol#controls {
	position: relative;
	top: -25px;
	float: right;
}

#slider2 ul li span.slide-info {
	color: #6baddf;
	font-size: 1.4em;
	line-height: 1.2em;
}

#slider2 ul li {
	color: #263e61;
}

#slider2 ul li a, #slider2 ul li a:visited  {
	color: #263e61;
	font-weight: bold;
}
	

#slider2 ul li span.slide-info {display: block;	margin-bottom: 8px;}

#slider2 ul li span.slide-info strong {
	color: #6baddf;
	font-size: 1.35em;
}

#slider2 ul li a img {
	float:left;
	border: 1px solid #ccc;
	background: #f1f1f1;
	padding: 2px;
	margin-right: 10px;
	width: 200px;
	height:130px;
}



	#slider2 {margin: 10px;}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;

		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:920px;
		height:145px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

