/*************************************************************************************************
								Almond Resorts CSS - Screen
										Version - 1.0


See also, for overrides and alternative styles:

						css/ie.css (for all Internet Explorer browsers)
						css/ie6.css (for Internet Explorer 6 only)
						css/print.css (for Print media only)


HTML Tags
*************************************************************************************************/
body{
	behavior:url(/inc/csshover.htc);
	}

body, p, img, div, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	border:none;
	}

body{
	background:#f5fafd;
	font:62.5% Arial, Verdana, Helvetica, sans-serif;
	}
	
html, body{
	width:100%;
	text-align:center;
	}
	
p{
	font-size:1.1em;
	color:#5F6467;
	line-height:1.6em;
	margin:0 0 15px 0;
	}

table{
	font-size:1.1em;
	line-height:1.8em;
	}
	
td{
	color:#666;
	}
/* Cancellation Table **************/

#CancellationTable{
	background:#CCC;
	margin-bottom:15px;
	width:100%;
	}

#CancellationTable th,
#CancellationTable td{
	background:#FFF;
	padding:4px;
	}

#CancellationTable th{
	font-weight:bold;
	}
ol li p, ol li ul, ol li ul ul{
	font-size:1em !important;
	}
ol li ul{
	padding-bottom:8px !important;
	}
h1{
	font-weight:400;
	font-size:13px;
	color:#b67000;
	line-height:16px;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	padding-bottom:3px;
	margin:0 0 15px 0;
	}
	
h2{
	font-size:1.1em;
	margin:0;
	padding:0;
	color:#5F6467;
	margin:10px 0 0;
	}
	
h3{
	color:#1F619F;
	margin:0 0 10px;
	font-size:1.4em;
	}
	
a{
	color:#1180c0;
	text-decoration:none;
	}
a:hover{
	color:#4199cb;
	text-decoration:underline;
	}

.DivClear{
	clear:both;
	}

p.view, .GoldHeading{
	font-size:1.4em;
	color:#b67000;
	line-height:16px;
	border-top:1px solid #d8d8d8 !important;
	border-bottom:1px solid #d8d8d8;
	padding:5px 0 5px 0;
	margin:0 0 15px 0;
	text-align:center;
	}

ul.panoramic{
	float:left;
	margin:0;
	padding:0 0 10px 0;
	}
ul.panoramic li{
	display:block;
	width:190px;
	float:left;
	padding:0 0 0 13px;
	margin:0;
	background:url(/img/bullet.gif) no-repeat 1px 8px;
	}

/* Structure
*************************************************************************************************/
#container{
	width:940px;
	background:#fff url(/img/bg-content.png) repeat-y 50% 0;
	margin:0 auto;
	text-align:left;
	}
	
	
/* Header
*************************************************************************************************/
#header{
	background:#fff url(/img/bg-header.png) no-repeat 50% 0;
	height:110px;
	position:relative;
	}
	
#header img{
	margin:15px 0 0 40px;
	}


	
/* Header Nav
************************************************/	
#topnav{
	list-style:none;
	float:right;
	display:block;
	margin:84px 20px 0 0;
	font-size:1.1em;
	padding:0;
	}
#topnav li{
	display:block;
	float:left;
	position:relative;
	}
#topnav li a{
	display:block;
	float:left;
	margin-right:14px;
	height:0;
	padding:26px 0 0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0;
	}
#topnav li a:hover{
	background-position:0 -50px;
	}
#navresorts a{
	width:64px;
	background-image:url(/img/nav-resorts.gif);
	}
#navweddings a{
	width:141px;
	background-image:url(/img/nav-weddings.gif);
	}
#navmeetings a{
	width:119px;
	background-image:url(/img/nav-meetings.gif);
	}
#navabout a{
	width:122px;
	background-image:url(/img/nav-about.gif);
	}
#navtravelagents a{
	width:94px;
	background-image:url(/img/nav-travelagents.gif);
	}
#navcontact a{
	width:58px;
	background-image:url(/img/nav-contact.gif);
	}


#topnav li:hover ul{
	display:block;
	}	


#topnav ul{
	position:absolute;
	top:18px;
	left:0;
	display:none;
	padding:0;
	margin:0;
	text-align:left;
	}
#topnav ul li{
	padding:0 0 1px;
	display:block;
	clear:left;
	}
#topnav ul li a{
	height:auto;
	padding:2px 5px;
	margin:0;
	line-height:22px;
	background:url(/img/nav-bg.png);
	width:170px;
	display:block;
	float:none;
	color:#5F6467;
	}
#topnav ul li a:hover{
	text-decoration:none;
	color:#000;	
	background:url(/img/nav-bg2.png);
	}

/*
#topnav ul{
	position:absolute;
	top:70px;
	left:215px;
	display:none;
	width:719px;
	padding:13px 0 0;
	margin:0;
	height:22px;
	background:url(/img/bg-subnav.gif) no-repeat 0 13px;
	text-align:center;
	}
#topnav ul li{
	padding:0 3px;
	border-right:1px solid #477dac;
	}
#topnav ul li.last{
	border-right:none;
	}
#topnav ul li a{
	height:auto;
	padding:0;
	margin:0;
	line-height:22px;
	background:none;
	width:auto;
	display:inline;
	float:none;
	color:#477dac;
	}
*/
	
.hoteladdress{
  font-size:1.1em;
	color:#5F6467;
	margin:0 0 12px 0;
	padding:0;
	}	
	
/* Mast
*************************************************************************************************/
#mast{
	clear:left;
	height:307px;
	margin-bottom:0;
	}
.home1{
	background:url(/img/mast-home.jpg) no-repeat 0 0;
	}
.home2{
	background:url(/img/mast-home2.jpg) no-repeat 0 0;
	}
.home3{
	background:url(/img/mast-home3.jpg) no-repeat 0 0;
	}
.home4{
	background:url(/img/mast-home4.jpg) no-repeat 0 0;
	}
.home5{
	background:url(/img/mast-home5.jpg) no-repeat 0 0;
	}
.home6{
	background:url(/img/mast-home6.jpg) no-repeat 0 0;
	}
.home7{
	background:url(/img/mast-home7.jpg) no-repeat 0 0;
	}
.home8{
	background:url(/img/mast-home8.jpg) no-repeat 0 0;
	}
.home9{
	background:url(/img/mast-home9.jpg) no-repeat 0 0;
	}
.home10{
	background:url(/img/mast-home10.jpg) no-repeat 0 0;
	}
.home11{
	background:url(/img/mast-home11.jpg) no-repeat 0 0;
	}
.home12{
	background:url(/img/mast-home12.jpg) no-repeat 0 0;
	}


/* Sidebar
*************************************************************************************************/
#sidebar{
	clear:left;
	float:left;
	width:213px;
	}


/* Side Nav
************************************************/	
#sidenav{
	list-style:none;
	font-size:1.1em;
	padding:12px 0 0 50px;
	margin:0;
	}
#sidenav a{
	color:#b67000;
	text-decoration:none;
	line-height:22px;
	}
#sidenav a:hover{
	color:#1180c0;
	text-decoration:underline;
	}
	
#sidenav a.navPrices{
	color:#1180c0;
	text-decoration:none;
	line-height:22px;
	font-weight:bold;
	}
#sidenav a.navPrices:hover{
	text-decoration:underline;
	color:#b67000;
	}
	
	
	
/* Content
*************************************************************************************************/
#questionform{
	width:213px;
	float:left;
	}
#content{
	float:left;
	width:725px;
	}
.contenthome{
	width:940px !important;
	}
#content>img{
	padding-right:1px;
	border-right:14px solid #deeaf4;
	}
	
#copy{
	width:417px;
	float:left;
	margin:20px 10px 20px 20px;
	}
	

#copy li{
	font-size:1.1em;
	color:#5F6467;
	line-height:1.8em;
	}
	
#copy li li{
	font-size:1em;
	}
	
#copy table{
	margin-bottom:15px;
	}	
	
	
p.breadcrumbs{
	margin-top:-5px;
	}
	
	
#offers{
	float:left;
	clear:none;
	margin:20px 0;
	width:252px;
	overflow:hidden;
	}
	
#offers img{
	float:right;
	margin-bottom:10px;
	}

.cropoverimage{
	float:right;
	margin:0 0 20px 10px;
	}

div.testimonial p{
	margin:10px 0 5px;
	}
	
div.testimonial small{
	font-size:1.1em;
	display:block;
	color:#999;
	margin-left:10px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	}
div.testimonial small:before{
	content:" - ";
	}

#photolibrarycontainer{
	text-align:center;
	}	
#photolibrarycontainer ul{
	list-style:none;
	margin:0;
	padding:0;
	}
#photolibrarycontainer li{
	display:inline;
	}
#photolibrarycontainer img{
	padding:3px;
	display:block;
	float:left;
	margin:0 3px 3px 0;
	background:#fff;
	border:1px solid #ccc;
	}
#photolibrarycontainer a:hover img{
	background:#deeaf4;
	border:1px solid #6d8aa1;
	}
#photolibrary{
	text-align:left;
	}

.resortslibrary{
	text-align:center;
	}	
.resortslibrary ul{
	list-style:none;
	margin:0;
	padding:0;
	}
.resortslibrary li{
	display:inline;
	}
.resortslibrary img{
	display:block;
	float:left;
	margin:0 2px 2px 0;
	}
.extraspace{
	padding-top:15px;
	}	
.testimonialname{
	color:#1180c0;
	}
h3.photoview{
	padding:3px 3px 3px 4px;
	background:#DEEAF4;
	}
/* Buttons
************************************************/	
.btn{	
	height:0;
	display:block;
	overflow:hidden;
	}
.btn:hover{
	background-position:0 -100px;
	}
.moreinfo{
	padding-top:28px;
	width:177px;
	background-image:url(/graphics/btn-moreinfo.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	}
	

	
/* Footer
*************************************************************************************************/
#footer{
	background:#deeaf4;
	clear:left;
	color:#8da5b6;
	font-size:1.1em;
	padding:5px 10px;
	text-align:right;
	line-height:1.6em;
	}
	
#footer a{
	color:#6d8aa1;
	text-decoration:none;
	}
#footer a:hover{
	color:#000;
	}
	
	
/* Pricelist
*************************************************************************************************/
table.pricelist{
	width:100%;
	margin:0 0 10px 0 !important;
	border-collapse:collapse;
	border:1px solid #deeaf4;
	color:#5F6467;
	}
table.pricelist td,
table.pricelist th{
	border:1px solid #deeaf4;
	font-weight:normal;
	padding:1px 2px;
	}
table.pricelist thead th{
	background:#deeaf4;
	text-align:center;
	color:#333;
	}
table.pricelist thead td{
	background:#accbe3;
	text-align:center;
	color:#333;
	}
table.pricelist tbody td{
	text-align:center;
	}
table.pricelist tbody th{
	text-align:right;
	color:#555;
	}
table.pricelist tfoot td{
	background:#deeaf4;
	text-align:center;
	}
	
table.pricelist td.footerMess{
	font-size:1em !important;
	line-height:16px !important;
	padding:5px;
	}	
	
	
/* Forms
*************************************************************************************************/
form{
	margin:10px 0 20px;
	font-size:1.1em;
	}
	
form p{
	font-size:1em;
	}
	
form em{
	color:#f00;
	font-style:normal;
	}	
	
fieldset{
	border:none;
	padding:0;
	margin:0;
	}

label{
	color:#999;
	}	
	
input{
	width:50%;
	font:1em Arial, Verdana, Helvetica, sans-serif;
	color:#666;
	}	
input.button{
	color:#7A919A;
	background-color:#DEEAF4;
	border:1px solid #7A919A;
	cursor:pointer;
	width:auto;
	}
input.invisible{
	display:none;
	}
	
select{
	font:1em Arial, Verdana, Helvetica, sans-serif;
	color:#666;
	}
	
textarea{
	width:70%;
	font:1em Arial, Verdana, Helvetica, sans-serif;
	color:#666;
	}
	
form.splitform label{
	width:188px;
	text-align:right;
	display:block;
	float:left;
	margin-right:5px;
	}
form.splitform input{
	width:210px;
	float:left;
	}
form.splitform input.button{
	width:auto;
	}
form.splitform textarea{
	width:210px;
	float:left;
	margin-bottom:10px;
	}
	
fieldset.checkboxes{
	border:1px solid #eee;
	clear:left;
	margin-bottom:10px;
	margin-left:40px;
	margin-right:8px;
	}
fieldset.checkboxes legend{
	color:#666;
	}
fieldset.checkboxes p{
	margin:0;
	padding:5px;
	}
fieldset.checkboxes .checkbox{
	float:left;
	margin:1px 4px 0 0 !important;
	}
form.splitform fieldset.checkboxes input{
	width:auto;
	margin-left:190px;
	clear:left;
	}
form.splitform fieldset.checkboxes label{
	width:190px;
	line-height:1.7em;
	text-align:left;	
	}
/* Competition
*************************************************************************************************/
fieldset.competition{
	border:1px solid #d8d8d8;
	clear:both;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
	margin:0 8px 8px 8px;
	background:#EBF2F8;
	width:375px;
	display:block;
	}
fieldset.competition label{
	float:left;
	width:375px;
	text-align:left;
	padding:5px 0 5px 10px;
	color:#1F619F;
	}
fieldset.competition p{
	float:left;
	width:100px;
	text-align:left;
	padding:0 0 0 10px;
	color:#1F619F;
	}
fieldset.competition p.tick{
	float:left;
	width:200px;
	text-align:left;
	padding:0 0 0 10px;
	color:#1F619F;
	}
fieldset.competition input{
	float:left;
	margin-left:10px;
	width:340px;
	border:1px solid #d8d8d8;
	}
div.boxcheck{
	float:left;
	width:180px;
	}
fieldset.competitionform{
	margin:20px 0 10px 0;
	}
	fieldset.competitionform label{
	width:120px;
	text-align:right;
	padding:5px 0 5px 10px;
	color:#1F619F;
	}
fieldset.competitionform input{
	border:1px solid #d8d8d8;
	margin-left:20px;
	width:250px;
	}

ul.competition{
	float:left;
	margin:0;
	padding:0 0 10px 0;
	background:#DEEAF4;
	font-size:1.4em;
	}
ul.competition li.white{
	display:block;
	width:190px;
	float:left;
	padding:0 0 0 13px;
	color:#1F619F !important;
	}

h1.view{
	font-size:1.8em;
	color:#b67000;
	line-height:16px;
	border-top:1px solid #d8d8d8 !important;
	border-bottom:1px solid #d8d8d8;
	padding:5px 0 5px 0;
	margin:0 0 15px 0;
	text-align:center;
	}
h2.entercompet{
	font-size:1.3em;
	color:#b67000;
	line-height:16px;
	border-top:1px solid #d8d8d8 !important;
	border-bottom:1px solid #d8d8d8;
	padding:5px 0 5px 0;
	margin:10px 0 15px 0;
	}
div.prizes{
	color:#1F619F !important;
	font-size:1.4em;
	padding:10px 3px 10px 15px;
	border:1px solid #d8d8d8;
	font-weight:bold;
	}	
	div.prizes p{
	margin:0;
	padding:0;
	color:#1F619F !important;
	}	
	/* Clearfix (updated for IE7 compatibility)
*************************************************************************************************/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
* html>body .clearfix {
	display:inline;
	width:100%;
	}
* html .clearfix {
	/* Hides from IE-mac \*/
	height:1%;
	/* End hide from IE-mac */
	}

/* sIFR styles
*************************************************************************************************/
.sIFR-flash{
	visibility:visible !important;
	margin:0;
	}
.sIFR-replaced{
	visibility:visible !important;
	}
span.sIFR-alternate{
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	display:block;
	overflow:hidden;
	}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true]{
  display:none !important;
	}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash,
.sIFR-hasFlash,
.sIFR-hasFlash{
	visibility:hidden;
	}
	
/* SlimBox
*************************************************************************************************/
#lbOverlay{
	position:absolute;
	left:0;
	width:100%;
	background-color:#fff;
	cursor:pointer;
	}
#lbCenter, #lbBottomContainer{
	position:absolute;
	left:50%;
	overflow:hidden;
	background-color:#deeaf4;
	}
#lbCenter{
	border:1px solid #6d8aa1;
	}
#lbBottomContainer{
	border:1px solid #6d8aa1;
	border-top:none;
	}
.lbLoading{
	background:#deeaf4 url(../img/loading.gif) no-repeat center;
	}
#lbImage{
	border:20px solid #deeaf4;
	}
#lbPrevLink, #lbNextLink{
	display:block;
	position:absolute;
	top:0;
	width:50%;
	outline:none;
	}
#lbPrevLink{
	left:0;
	}
#lbPrevLink:hover{
	background:transparent url(../img/prevlabel.gif) no-repeat 0% 15%;
	}
#lbNextLink{
	right:0;
	}
#lbNextLink:hover{
	background:transparent url(../img/nextlabel.gif) no-repeat 100% 15%;
	}
#lbBottom{
	font-size:1.1em;
	color:#666;
	line-height:150%;
	text-align:left;
	border:20px solid #deeaf4;
	border-top-style:none;
	}
#lbCloseLink{
	display:block;
	float:right;
	width:66px;
	height:22px;
	background:transparent url(../img/closelabel.gif) no-repeat center;
	margin:5px 0;
	}
#lbCaption, #lbNumber{
	margin-right:71px;
	}
#lbCaption{
	line-height:150%;
	color:#6d8aa1;
	border-right:1px solid #6d8aa1;
	padding-right:7px;
	margin-right:71px;
	}

/* Call Back Form ***************/

#CallBackForm h3{
	background:url("../img/call-back-title.jpg") no-repeat left top;
	float:left;
	height:0;
	margin:30px 0 0 0 !important;
	overflow:hidden;
	padding:30px 0 0 0 !important;
	width:210px;
	}
#CallBackForm fieldset{
	background: url("../img/call-back-bgr.jpg") repeat-x left top;
	width:198px;
	display:block;
	float:left;
	clear:left;
	margin:0;
	padding:15px 6px 15px 6px;
	}
#CallBackForm label{
	color:#333;
	font-size:1em;
	line-height:1.3em;
	width:28%;
	float:left;
	clear:left;
	padding-left:3px;
	}
#CallBackForm input,
#CallBackForm textarea,
#CallBackForm select{
	width:64%;
	float:left;
	border:1px solid #ACCBE3;
	padding:2px;
	margin-bottom:.3em;
	font-size:1em;
	}
#CallBackForm input:hover,
#CallBackForm textarea:hover,
#CallBackForm select:hover{
	border:1px solid #333;
	}
#CallBackForm input:focus,
#CallBackForm textarea:focus,
#CallBackForm select:focus{
	border:1px solid #333;
	}
#CallBackForm .ErrorText {
	color:#FC0;
	float:right;
	font-size:1em;
	font-weight:bold;
	padding:0 0 5px;
	}
#CallBackForm .NoticeText {
	color:#000000;
	float:right;
	font-size:1em;
	font-weight:bold;
	padding:0 0 5px;
	}
.CalendarBtn{
	margin:2px 0 0 2px;
	}
.RequestBtn{
	border:none !important;
	float:right !important;
	margin:6px 9px 6px 0;
	padding:0 !important;
	width:auto !important;
	}

/* Question Form ***************/

#QuestionForm h3{
	background:url("../img/ask-a-question-title.jpg") no-repeat left top;
	float:left;
	height:0;
	margin:30px 0 0 0 !important;
	overflow:hidden;
	padding:30px 0 0 0 !important;
	width:195px;
	}
#QuestionForm fieldset{
	background: url("../img/ask-a-question-bgr.jpg") repeat-x left top;
	width:183px;
	display:block;
	float:left;
	clear:left;
	margin:0;
	padding:15px 6px 15px 6px;
	}
#QuestionForm label{
	color:#333;
	font-size:1em;
	line-height:1.3em;
	width:28%;
	float:left;
	clear:left;
	padding-left:3px;
	}
#QuestionForm input,
#QuestionForm textarea,
#QuestionForm select{
	width:64%;
	float:left;
	border:1px solid #ACCBE3;
	padding:2px;
	margin-bottom:.3em;
	font-size:1em;
	}
#QuestionForm input:hover,
#QuestionForm textarea:hover,
#QuestionForm select:hover{
	border:1px solid #333;
	}
#QuestionForm input:focus,
#QuestionForm textarea:focus,
#QuestionForm select:focus{
	border:1px solid #333;
	}
#QuestionForm .ErrorText{
	color:#FC0;
	float:right;
	font-size:1em;
	font-weight:bold;
	padding:0 0 5px;
	}

.RequestBtn{
	border:none !important;
	float:right !important;
	margin:6px 9px 6px 0;
	padding:0 !important;
	width:auto !important;
	}
	
#AskError {
	color: #FF0000;
	padding-left:56px;
	float:left;
	width:120px;
	padding-bottom:10px;
}

#CallBackError {
	color: #FF0000;
	padding-left:60px;
	float:left;
	width:120px;
	padding-bottom:10px;
}

#NoticeText {
	color: #000000;
	padding-left:60px;
	float:left;
	width:120px;
	padding-bottom:10px;
}

#ThankYou {
	width:213px;
	text-align:center;
	float:left;
	padding-top: 50px;
}

.np{
	color:#CC0000;
	}
	
/* FRESHEGG ADDITIONS SB:1108 */
h1#barbados-h1 { 
	background: url(/img/barbados-holiday-resorts.gif) no-repeat; 
	display: block; 
	height: 0; 
	overflow: hidden; 
	padding-top: 44px; 
	width: 411px; 
}
h1#stlucia-h1 { 
	background: url(/img/st-lucia-holiday-resorts.gif) no-repeat; 
	display: block; 
	height: 0; 
	overflow: hidden; 
	padding-top: 44px; 
	width: 411px; 
}
h1#stlucia-h1, h1#barbados-h1 { border: none; } 

	
#leftblogger{
	width:185px !important;
	margin:10px 0;
	height:auto;
	float:left;
	padding:15px 0 10px 20px;
	}
	
.feedtitle {
padding-bottom:3px;
padding-top:3px;
font-weight:bold;
padding-left:6px;
}
.feedtitle, .feedtitle a {
width:160px !important;
}

.feeddesc
{
font-size:0.9em;
color:#333333;
line-height:1.4em;
padding-left:6px;
width:180px !important;
}	

.h2
{

padding-left:6px;

}

.rightPhotoContainer{ float:right;}
.leftPhotoContainer{ float:left;}
.rightPhotoContainer img, .leftPhotoContainer img{ padding:2px; float:right; margin:0 5px 0 0; background:#1180C0;}
.rightPhotoContainer strong, .leftPhotoContainer strong{ clear:both; display:block; text-align:center; color:#fff; padding-bottom:3px; text-transform:uppercase; background:#1180C0; width:218px;}