	body,html {
		height: 100%;
	}

	body {  
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	
	.datatable {
		border-top: 1px solid #ccc;
		margin-bottom: 40px;
	}
	
	.datatable caption {
		text-align: left;
		font-size: 90%;
	}
	
	.datatable th.display-none {
		display: none;
	}
	
	.datatable th,
	.datatable td {
		text-align: left;
		font-weight: normal;
		padding: 5px;
		font-size: 75%;	
	}		
	
	.floatprice {
		float: right;
		margin: 0;
	}
	
	.clear-right {
		clear: right;
	}
	
	#home {
		background: #030 url(images/bg_body_tile_home.jpg) repeat-x;
	}
	
	#inside {
		background: #030 url(images/bg_body_tile_inside.jpg) repeat-x;
	}
		
	#wrapper {
		position: relative;
		text-align: left;
		width: 770px;
		margin: auto;
		padding: 0;
	}
	
	#page {
		width: 770px;
		background: #fff url("images/bg_page_tile.jpg") 0 0 repeat-y;
		padding: 0;
		margin: 0;
	}
	
	#logo-header {
		width: 750px;
		display: block;
		height: 119px;
		background: url("images/bg_fixed_logo_header.jpg") 0 0 no-repeat;
		padding: 0 10px 0 10px;
	}
				
		#logo {
			position: relative;
		}
		
			#logo h1 {
				margin: 0;
			}
			
			#logo a,
			#logo span {
				position: relative;
				display: block;
				background: url("images/logo.jpg") 0 0 no-repeat;
				width: 271px;
				height: 63px;
				left: 242px;
				top: 50px;
			}
			
			#logo h1 a span {
				display: none;
			}
			
	#home-header,
	#inside-header {
		display: block;
		padding: 0 10px 0 10px;
		width: 750px;
		height: 197px;
		background: url(images/bg_fixed_home_header.jpg) 0 0 no-repeat;
		overflow: hidden;
	}
	
	#inside-header {
		height: 16px;
		background: url(images/bg_fixed_inside_header.jpg) 0 0 no-repeat;
	}
	
		#home-header h1 {
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 280%;
			font-weight: 100;
			color: #fff;
			margin: 0 0 0 10px;
		}
		
		#home-header h1 span {
			font-size: 80%;
			margin: 0 0 0 50px;
		}
		
		#home-header p.strapline {
			font-size: 100%;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			color: #fff;
			margin: 0 0 0 10px;
		}

		#home-header .button {
				margin: 0;
			}
			
			#home-header .button a,
			#home-header .button span {
				position: relative;
				display: block;
				background: url("images/button_discover_more.jpg") 0 0 no-repeat;
				width: 204px;
				height: 28px;
				left: 150px;
				top: 0;
			}
			
			#home-header .button p a span {
				display: none;
			}

	#navigation {
		width: 770px;
		height: 54px;
		background: #000 url("images/bg_fixed_menu.jpg") 0 0 no-repeat;
		overflow: hidden;
		text-align: center;
	}
	
	#navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		padding-top: 14px;
	}
	
	#navigation li {
		display: inline;
		margin: 0;
		text-transform: uppercase;
	}
	
	#navigation a {
		font-size: 75%;
		color: #fff;
		padding: 0;
		text-decoration: none;
		padding: 2px 0.7em 2px 0.7em;
		text-transform: uppercase;
	}
	
	#navigation a.here {
		font-size: 75%;
		color: #000;
		background-color: #ccc;
		text-decoration: none;
		padding: 2px 0.7em 2px 0.7em;
		text-transform: uppercase;
	}

	#navigation a:hover {
		color: #000;
		background-color: #ccc;
		text-decoration: none;
	}
	
	#left-col {
		display: block;
		margin: 0;
		padding: 0;
		width: 447px;
		position: relative;
		top: 0;
		left: 10px;
		float: left;
	}
		
		.left-col-shortcut {
			width: 120px;
			height: 80px;
			float: left;
			text-align: center;
			margin-top: 10px;
		}
		
			#procedure {
				background: url("images/bg_fixed_shortcut_procedure.jpg") 50% 0 no-repeat;
				margin-right: 20px;
				margin-left: 10px;
			}
			
			#pricing {
				background: url("images/bg_fixed_shortcut_pricing.jpg") 50% 0 no-repeat;
				margin-right: 20px;
			}
			
			#booking {
				background: url("images/bg_fixed_shortcut_booking.jpg") 50% 0 no-repeat;
			}
		
			.left-col-shortcut p {
				text-align: center;
				margin: 0;
				font-size: 75%;
				font-weight: bold;
				bottom: 0;
				padding-top: 85px;
			}
			
			.left-col-shortcut a {
				text-decoration: underline;
				color: #333333;
				width: 120px;
				height: 80px;
				display: block;
			}
			
			.left-col-shortcut a:hover {
				text-decoration: none;
			}
				
		.left-col-content {
			padding: 8px;
		}
		
			.left-col-content h2 {
				color: #030;
				font-size: 150%;
				font-weight: 100;
			}
			
			.left-col-content h3 {
				color: #030;
				font-weight: 100;
				font-size: 120%;
			}
			
			.left-col-content p {
				font-size: 75%;
				line-height: 1.5em;
				margin-left: 20px;
			}
			
			.left-col-content li {
				font-size: 75%;
				line-height: 1.5em;
			}
			
			.left-col-content a {
				color: #030;
				text-decoration: underline;
			}
			
			.left-col-content a:hover {
				text-decoration: none;
			}
			
			.left-col-content .imgfloatleft {
				float: left;
				padding: 0 10px 10px 0;
			}
			
				.left-col-content .imgfloatleft img {
					border: 1px solid black;
				}
			
				.left-col-content .imgfloatleft p {
					text-align: center;
					line-height: normal;
					padding: 0;
					margin: 0;
					font-size: 70%;
				}
		
	#right-col {
		float: left;
		margin-left: 10px;
		width: 280px;
		border-top: 25px solid #272727;
	}
	
		.spacer {
			width: 280px;
			height: 1px;
			background: url(images/bg_fixed_right_col_spacer.jpg) 0 0 no-repeat;
			margin: 0;
			padding: 0;
		}
		
		.right-col-content {
			padding: 8px;
		}
		
			.right-col-content h4 {
				color: #fff;
				font-size: 120%;
				font-weight: 100;
				margin: 0;
				padding: 0;
			}
			
			.right-col-content p {
				color: #ccc;
				line-height: 1.5em;
				font-size: 75%;
				margin-left: 10px;
			}
		
			.right-col-content a {
				color: #fff;
				text-decoration: underline;
			}
			
			.right-col-content a:hover {
				text-decoration: none;
			}
			
	#footer {
		clear: both;
		width: 770px;
		padding-top: 40px;
		height: 67px;
		background: url("images/bg_footer_fixed.jpg") 0 0 no-repeat;
	}
	
		#footer p {
			margin: 0 0 0 15px;
			color: #fff;
			font-size: 67.5%;
			line-height: 2em;
		}
		
		#footer a {
			color: #fff;
			text-decoration: underline;
		}
		
		#footer a:hover {
			text-decoration: none;
		}
	
	.skip {
		display: none;
	}
	
	#forms {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	#forms .errors {
		font-size: 75%;
		color:#900;
		line-height: 1.5em;
	}
	
	#forms .invalid,
	#forms .required {
		color: red;
	}
	
	#forms fieldset {
		padding: 10px;
		border: 1px solid #030;
		margin-bottom: 15px;
	}
	
	#forms legend {
		font-size: 85%;
		display: normal;
		color: #666666;
		font-weight: bold;
	}
		
	#forms form p {
		clear: left;
		margin: 0;
		padding: 10px 0 10px 0;
	}
			
	#forms form p label {
		float: left;
		width: 100%;
		font-size: 100%;
		font-weight: bold;
	}
	
	#forms input.text {
		width: 250px;
		font-size: 120%;
		padding: 3px;
	}
	
	#forms input.button {
		padding: 5px;
		border: 1px outset #000;
		background-color: #030;
		color: #fff;
	}
	
	#forms textarea.text {
		width: 250px;
		height: 150px;
		border: 1px solid #ccc;
		font-size: 120%;
		font-family: Arial, Helvetica, sans-serif;
		padding: 3px;
	}
	
	#forms select.text {
		width: 250px;
		border: 1px solid #ccc;
		font-size: 120%;
		padding: 3px;
	}	

	/********* CMS STYLES ********/
	
	.ditto_wrapper .ditto_link {
		text-align: right;
	}

	.ditto_wrapper a, .ditto_wrapper a:visited, .ditto_wrapper a:hover {	
		border: 0;
	}
	
	.ditto_pages .ditto_currentpage {
		border: 1px solid #000;
		padding: 1px 5px 2px;
		margin-right: 1px;
		background-color: #ccc;
		color: #666;
	}
	
	.ditto_pages .ditto_off {
		border: 1px solid #999;
		padding: 1px 5px 2px;
		margin-right: 1px;
		color: #ccc;
	}
	
	.ditto_pages a, .ditto_pages a:link, .ditto_pages a:visited {
		border: 1px solid #0066CC;
		padding: 1px 5px 2px;
		margin-right: 1px;
		text-decoration: none !important;
		color: #0066CC;
	}
	
	.ditto_pages a:hover {
		background-color: #fff;
		color: #000;
	}

	/********* EDITOR SELECTORS ********/
	.image-right {
		float: right;
		margin: 0 0 10px 10px;
	}
	
	.image-left {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.left {
		text-align: left;
	}
	
	.center {
		text-align: center;
	}
	
	.right {
		text-align: right;
	}
	
	.justify {
		text-align: justify;
	}
