/* ----- START LAYOUT COMMON TO ALL PAGES ----- */

/* START ANTI-MARGIN-COLLAPSING */
div#something {
	margin-top: -1px;
	padding-top: 1px;
}
/* END ANTI-MARGIN-COLLAPSING */


/* START FLOAT ENCLOSING ("EASY CLEARING") */
div#holder:after {
	content: '.';
	display: block;
	/*height: 0;*/
	clear: both;
	visibility: hidden;
	zoom:1;
}

div#footer:after {
	content: '.';
	display: block;
	/*height: 0;*/
	clear: both;
	visibility: hidden;
	zoom:1;
}
/* END FLOAT ENCLOSING ("EASY CLEARING") */


/* START OFFSCREEN */
div#main-visual h2,
div#main-menu h2,
div#branding h2,
div#languages h2,
div#credits h2 {
	display: inline;
	position: absolute;
	overflow: hidden;
	margin: 0;
	border: 0;
	padding: 0;
	width: 0;
	height: 0;
}
/* END OFFSCREEN */

html {
	background:#fff url(../images/pattern.jpg) center top;
}

body{
	background:url(../images/BG_shading.png) center top no-repeat;
	_background:none;
	margin:0px;
	padding:0px;
}

div#holder{
	position:relative;
	width:864px;
	height:auto;
	padding:0px;
	margin:0px auto;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
	div#holder h1{
		height:10px;
		margin:0px;
		padding:8px 7px 12px 15px;
		background:#fff;
	}

div#branding{
	position:relative;
	height:170px;
	_height:165px;
	margin:0px;
	width:646px;
	padding:0px 0px 0px 40px;
	background:#8b2226;
}	
	div#branding #logo{
		width:234px;
		height:125px;
		margin:0px;
		padding:0px;
	}
	
	div#branding #address{
		width:234px;
		margin:0px;
		padding:0px 0px 3px;
	}
	
		div#branding #address p{
			margin:3px 5px;
			padding:0px;
		}
		
div#main-content ul{		
	list-style-type:none;
	margin:20px 10px;
	padding:0px;
}	
		
	div#main-content ul li{		
		list-style-type:none;
		background:url(../images/red_bullet.jpg) no-repeat left top;
		margin:2px 2px 4px;
		padding:0px 0px 0px 22px;
	}
	
	div#main-content h2 {
		margin:0px;
		padding:0px 0px 15px;
		background:url(../images/section_header_bg.jpg) repeat-x bottom left;
	}
	
	/* Downloads Widget - Start */
	
	div#main-content .widget_viewMediaAttachments{
		margin:20px 0px;
		padding:0px;
	}
	
	div#main-content .widget_viewMediaAttachments ul.mediaAttachmentList{
		margin:15px 0px;
		padding:0px;
		list-style-type: none;
	}

	div#main-content .widget_viewMediaAttachments ul.mediaAttachmentList li{
		list-style-type:none;
		background:url(../images/red_bullet.jpg) no-repeat left top;
		margin:10px;
		padding:0px 0px 0px 22px;
	}
	
	div#main-content .widget_viewMediaAttachments ul.mediaAttachmentList li a span{
		/*padding:10px 5px;
		display:block;*/
	}
	
	div#main-content .widget_viewMediaAttachments ul.mediaAttachmentList li a img{
		border:2px solid #FFFFFF;
		display:none;
	}
	
	/* Downloads Widget - End */

	
div#main-menu{
	background:#626262;
	top:200px;
	left:0px;
	position:absolute;
	padding:11px 0px 11px 10px;
	height:14px;
	width:854px;
}
	div#main-menu ul{
		list-style-type:none;
		margin:0px;
		padding:0px;
	}	
	div#main-menu ul li{
		list-style-type:none;
		margin:0px;
		padding:0px 10px 0px 0px;
		display:inline;
	}	
	div#main-menu ul li.last{
		padding:0px;
	}
	
/* Main Visual Start */
	
div#main-visual {
	width:864px;
	height:270px;
	position:absolute;
	top:236px;
	left:0px;
	background:#8B2226;
}

/* Main Visual End */
	
	
/* Availability Checker Start */
div#availability-checker{
	position:absolute;
	top:30px;
	_top:34px;
	right:0px;
	width:158px;
	height:150px;
	_height:146px;
	padding:10px;_padding:10px 10px 3px 10px;
	margin:0px;
	background:#26237c;
}
	div#availability-checker h2{
		margin:0;
		padding:0;
	}
	
	div#availability-checker div.date input#date-in {
		width:78px;
		height:14px;
		border:#7e6b56 1px solid;
	}
	
	div#availability-checker input, 
	div#availability-checker select, 
	div#availability-checker button {
		padding:2px;
		border:1px solid #7E6B56;		
		margin-top:2px;
	}
	
	#use-calendar {
		vertical-align:bottom;
	}
	
	div#availability-checker .date label {
		margin:0px;
		padding:0px;
		display:block;
	}
	
	div#availability-checker .date label#date-format-helper {
		margin:0px;
		padding:0px;
		display:inline;
	}
	
	div#availability-checker #booking-form {
		margin:10px 0px 3px 0px;
		_margin:3px 0px 3px 0px;
	}

	*+html div#availability-checker #booking-form {
		margin:5px 0px 3px 0px;
	}
	
	div#availability-checker  #booking-form .date {
		margin:0px;
	}
	
	div#availability-checker  #booking-form .children {
		margin:5px 12px 8px 0px;
		float:left;
		color:#7d6a55;
		width:40px;
	}
	
	div#availability-checker  #booking-form .nights {
		margin:5px 12px 8px 0px;
		width:40px;
		float:left;
		color:#7d6a55;
	}
	
	div#availability-checker  #booking-form .adults {
		margin:5px 12px 8px 0px;
		width:40px;
		color:#7d6a55;
		float:left;
	}
	
	div#availability-checker  #booking-form .go {
		background:url(../images/book_now_btn.jpg) no-repeat left center;
		width:110px;
		border:0px;
		padding:4px 5px 4px 8px;
		text-align:left;
		margin:0px;
		border:none;
	}
/* Availability Checker End */
	
	/* Availability Checker - Offer News - Start */
	
		div#availability-checker #offer-news {
			margin:3px 0px 1px;
		}
		
		div#availability-checker #offer-news  span {
			margin:0px 10px 0px 0px;
		}
	
	/* Availability Checker - Offer News - End */
	
	
/* Special Offers - Start */

div#special-offers {
	width:179px;
	height:auto;
	margin:306px 0px 0px;
	padding:14px 0px 0px;
	float:right;_display:inline;
}

	div#special-offers h2 {
		margin:0px;
		padding:0px 10px 12px;
	}
	
	div#special-offers p {
		margin:0px;
		padding:10px;
	}
	
		/* Offers widget Styles - Start */
			div#special-offers ul.carousel{
				margin:0px 0px 10px 0px;
				padding:0px;
				width:179px;
				height:215px;
				overflow:hidden;
			}
			
			div#special-offers ul.carousel li{
				list-style-type:none;
			}
			
			div#special-offers ul.carousel li h3{
				margin:10px 5px 0px 12px;
				padding:0px;
			}
			
			div#special-offers a.go{
				margin:10px 5px 0 12px;
			}
			
			div#special-offers ul.carousel li  p{
				margin:0px 20px 12px 13px;
				padding:0px;
			}
			
			div#special-offers ul.carousel li a.go-link{
				margin:0px 5px 0 12px;
				display:block;
			}
			
			div#special-offers div.pager{
				position:absolute;
				right:5px;
				top:775px;
			}
				
				div#special-offers div.pager a{
					padding:0px 3px;
					background:url(../images/seperator.jpg) no-repeat center right;
				}
				
				div#special-offers div.pager a.last{					
					padding:0px 3px;
					background:none;
				}
				
				/* Offers widget Styles - End */
				
				
		/* Photo widget Styles - Start */
			div#special-offers #photo-widget #carousel-images{
				margin:0px;
				padding:0px;
				width:179px;
				height:120px;
				overflow:hidden;
			}
			
			div#special-offers #photo-widget h2{
				margin:15px 0px 0px;
				padding:0px 10px 12px;
			}
			
			div#special-offers #photo-widget h3{
				display:none;
			}
			
			div#special-offers #photo-widget #carousel-images ul#carousel{
				margin:0px;
				padding:0px;
				width:179px;
				height:114px;
				overflow:hidden;
			}
			
			div#special-offers #photo-widget #carousel-images ul#carousel li{
				list-style-type:none;
			}
			
			div#special-offers #photo-widget #carousel-images ul#carousel li h3{
				margin:10px 5px 0px 12px;
				padding:0px;
			}
			
			div#special-offers #photo-widget #carousel-images ul#carousel li a.go{
				display:none;
			}
			
			div#special-offers #photo-widget #carousel-images ul#carousel li  p{
				margin:0px 20px 5px 13px;
				padding:0px;
			}
			
			div#special-offers #photo-widget #carousel-images div.pager{
				display:none;
			}
				
				div#special-offers div.pager a{
					padding:0px 3px;
					background:url(../images/seperator.jpg) no-repeat center right;
				}
				
				div#special-offers div.pager a.last{					
					padding:0px 3px;
					background:none;
				}
				
				/* Photo widget Styles - End */
				
				

/* Special Offers - End */
	
div#language-nav{
	margin:0;
	padding:0;
	position:absolute;
	right:0px;
	top:8px;
}

	div#language-nav ul {
		margin:0;
		padding:0;
	}
	
	div#language-nav ul li {
		float:left;
		list-style-type:none;
		margin:0;
		padding:0 5px 0 0;
	}
	
div#footer {
	background:#fff url(../images/footer_bg.jpg) repeat-x top left;
	width:864px;
	height:auto;
	padding:8px 0px 0px;
	margin:0px auto;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

	div#footer #footer-top{
		height:20px;
	}

	div#footer #footer-top #footer-menu{
		margin:0px;
		padding:1px 0px 0px 12px;
		float:left;
	}
	
		div#footer #footer-top #footer-menu ul{
			list-style-type:none;
			margin:0px;
			padding:0px;
		}
		
		div#footer #footer-top #footer-menu ul li{
			margin:0px;
			padding:0px 6px 0px 3px;
			display:inline;
			background:url(../images/seperator.jpg) no-repeat center right;
		}
		
		div#footer #footer-top #footer-menu ul li.last{
			margin:0px;
			padding:0px 0px 0px 3px;
			display:inline;
			background:none;
		}
		
	div#footer #footer-top #credits{
		margin:0px 7px 0px 10px;
		padding:2px 0 0px;
		float:right;
	}
	
		div#footer #footer-top #credits p{
			margin:0px;
			padding:0px;
		}
		
	div#footer #footer-bottom{
		height:auto;
	}
	
		div#footer #footer-bottom #copyright{
			margin:0px;
			padding:1px 0px 0px 15px;
			float:left;
		}
		
			div#footer #footer-bottom #copyright p{
				margin:0px;
				padding:12px 0px 0px;
			}
			
		div#footer #footer-bottom #partners{
			margin:0px 7px 0px 10px;
			padding:0px 0 0px;
			float:right;
			width:305px;
		}
		
			div#footer #footer-bottom #partners #share{
				margin:12px 7px 0px 10px;
				padding:0px 0 0px;
				float:left;
			}
			
			div#footer #footer-bottom #partners #partner-logo{
				margin:8px 7px 0px 10px;
				padding:0px 0 0px;
				float:right;
				width:135px;
				height:30px;
			}