@charset "utf-8";
/*----------------------------*
 *= STANDARD TAG DEFINITIONS  *
 *----------------------------*/
body  {
	font: 100% "Trebuchet MS", Tahoma, "Helvetica Neue", Helvetica, Arial, "Lucida Sans", Verdana, sans-serif;
	background: #c9ddf2;
	background-image: url(../images/backtile.jpg);
	background-repeat: repeat-x;
	text-align: center; /* centre for IE 5.x */
	color: #000000;
}
h1 {
	font-size: 16px; 
	margin: 10px 0;
}
h2 { font-size: 14px;}
h3 { font-size: 12px;
	color: #666;}
h4 {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
	
}
p { 
	font-size: 11px;
	margin: 5px 0 10px 0; }
a {text-decoration: none;}
blockquote {}
img {}
ul {}
table {
	font-size: 11px;
}
dt { 
	font-size: 11px;
	margin-top: 10px;
	}
	dt img {
		float: left;
		margin: 0 10px 0 0;
		border-top: 1px solid #ccc;
		border-right: 1px solid #666;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #666;
	}
dt a:link {
	color: #32619E;
	text-decoration: underline;
}
dt a:visited {
	text-decoration: underline;
}
dt a:hover {
	color: #f00;
	text-decoration: none;
}
dd {
	font-size: 11px;
	text-align: justify;
	color: #4281D3;
	margin-left: 47px;
}
fieldset {
	position: relative;
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
	background: #f8f8f8;
}
fieldset#custDetails {
	background: #f8f8f8 url(../images/beachwalk.jpg) no-repeat top right; 
}
label.radio {
	width: 140px;
	text-align: left;
	height: 1.75em;
	line-height: 1.5em;
	clear: both;
	margin-left: 103px;
}
label.radio input {
	float: left;
	margin: 0;
	margin-right: 1em;
}
fieldset p {
	width: 250px;
}
fieldset p span {
	float: left;
	padding-left: 20px;
	margin-top: 5px
	font: normal 11px/100% "Trebuchet MS", Tahoma, "Helvetica Neue", Helvetica, Arial, "Lucida Sans", Verdana, sans-serif;
	color: #3A71B9;
}
legend {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
label {
	position: relative;
	display: block;
	width: 250px;
	margin: 5px 0;
	font: normal 11px/100% "Trebuchet MS", Tahoma, "Helvetica Neue", Helvetica, Arial, "Lucida Sans", Verdana, sans-serif;
	color: #3A71B9;
	text-align: right;
}
label input {
	margin-left: 5px;
}
fieldset em {
	font: bold italic 10px/100% Cambria, Garamond, "Calisto MT", Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin: 110px;
}
label#comments {
	position: absolute;
	top: 25px;
	right: 20px;
	width: 200px;
	text-align: left;
}
label.required {
	font-weight: bold;
	color: #333;
}
textarea {
	width: 200px;
	height: 200px;
}
input#submit {
	position: absolute;
	top: 260px;
	right: 20px;
}
/*---------------------*
 *=  PAGE ELEMENTS     *
 *---------------------*/
#container {
	width: 775px;  /* 800px less chrome allowance */
	background: #ebebeb;
	margin: 0 auto; /* center the page */
	border: 1px solid #3ba0e7;
	text-align: left; /* override text-align:center on body */
} 
#header {
	background: url(../images/puzzle_left.jpg) no-repeat top left;
	height: 150px;
	padding: 0; 
	position: relative;
} 
	#header h1 {
		margin: 0;
		padding: 0;
	}
#sidebar {
	float: left;
	width: 134px;  /* TODO: set to 130px */
	background: none;
	margin: 0;
	padding: 5px 0 0 0;
	}
	#sidebar ul {
	position: relative;
	width: 131px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
}
	#sidebar ul li {
		padding: 0;
		width: 120px;
		height: 24px;
	}
	#sidebar ul li a {
		display: block;
		width: 120px;
		line-height: 24px;
		padding-left: 10px;
		font-weight: normal;
	}
			#sidebar ul li a:link, #sidebar ul li a:visited {
				background: #ebebeb url(../images/menuback.gif) no-repeat top left;
			}
			#sidebar ul li a:visited {
				color: #36f;
			}
			#sidebar ul li a:hover {
				background-position: top right;
				color: #f0ff00;
				font-weight: bold;
			}
			#sidebar ul li a:active {
				color: #fff;
			}
	#currentpage {
	margin-left: 10px;
	line-height: 24px;
	background: url(../images/currentpiece.gif) no-repeat 95% 50%;
	}
	#sidebar p {
		margin: 0 0 0 5px;
		font-size: 10px;
		line-height: 12px;
		color: #001bff;
	}
	#sidebar p a {
		color: #001bff;;
		border-bottom: 1px dashed #ccc;
	}
	#sidebar p a:hover {
		color: #fff;
		background-color: #001bff;
		border-left: 2px solid #001bff;
		border-right: 2px solid #001bff;
		border-bottom: none;
	}	
	#sidebar img {
		margin: 10px 0;
	}
	#sidebar img#crvalogo {
		margin: 0 0 10px 20px;
	}
#mainContent {	
	position: relative;
	float: right; 
	width: 535px;
	margin: 0;
	padding: 0 75px 10px 25px;
}
	iframe {  /* GoogleMap */
		margin: 20px 0 0 50px;
		border: 2px solid #001bff;
	}
	iframe + p, iframe + p + p {
		text-align: center;
	}
	#mainContent p a, #mainContent p a:link {
		border-bottom: 1px dashed #001bff;
	}
	#mainContent p a:visited {
		border-bottom: 1px dashed #ccc;
	}
	#mainContent p a:hover,	#mainContent p a:active {
		border-bottom: none;
		color: #f00;
	}
	#mainContent p#notice {
		font-size: 10px;
		font-style: italic;
		color: #4281D3;
		letter-spacing: 1px;
	}
	#mainContent p.booklink {
		width: 170px;
		height: 15x;
		margin: 0 auto;
		padding-top: 1px;
		text-align: center;	
		
	}
	#mainContent p.booklink a {
		display: block;
		height: 15px;
		color: #ff0;
		border: none;
		background: url(../images/bookbutton.gif) no-repeat bottom left;
	}
	#mainContent p.booklink a:hover, mainContent p.booklink a:visited {
		color: #7868ff;
		font-weight: bold;
		background-position: top left;
	}	
	#mainContent ul {
		font-weight: normal;
		font-size: 11px;
		line-height: 130%;
		color: #333;
		list-style: disc;
		margin-left: 20px;
	}
	#mainContent table#tariffs thead {
		font-weight: bold;
		text-align: center;
		border-bottom: 1px solid #999;
	}
		#mainContent table#tariffs thead tr td.extras {
			font-size: 10px;
			width: 40px;
		}
		#mainContent table#tariffs thead tr td#peak {
			background-color: #7820FF;
		}
		#mainContent table#tariffs thead tr td#mid {
			background-color: #3BA0E7;
		}
		#mainContent table#tariffs thead tr td#low {
			background-color: #97ADD9;
		}				
		#mainContent table#tariffs tbody tr td.cabintype {
			font-size: 11px;
			color: #f00;
		}
		#mainContent table#tariffs tbody tr td.rate {
			text-align: center;
		}
		#mainContent table#tariffs tbody tr td {
			border-bottom: 1px solid #999;
		}
		#mainContent table#tariffs tbody tr td#buses {
			font-style: italic;
			font-size: 10px;
		}
		#mainContent table#tariffs tfoot tr td {
			font-size: 10px;
			font-style: italic;
			text-align: right;
		}
	#mainContent h3 {
		margin-top: 20px;
	}
	#mainContent ul#daterange {
		margin: 10px 0 10px 50px;
	}
	#mainContent ul#daterange em {
		font-weight: bold;
	}
#footer { 
	position: relative;
	height: 75px;
	background: url(../images/penguinfoot.jpg) no-repeat bottom right;
} 
	#footer p {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		font-size: 9px;
		color: #999;
		position: absolute;
	}
		#footer p#copyright {
			top: 49px;
			left: 5px;
		}
		#footer p#credit {
			top: 65px;
			right: 0;	
		}
		#footer p#credit a {
			color: #3ba0e7;
		}
		#footer p#credit a:hover {
			color: #001bff;
		}
/*---------------------*
 *=   CUSTOM CLASSES   *
 *---------------------*/
#photogallery {
	position: absolute;
	top: 0px;
	right: 0px;
}
h1#amazenthings {
	width: 108px;
	height: 80px;
	text-indent: -20000px;
	background: url(../images/amaze_logo.gif) no-repeat top left;
	position: absolute;
	top: 20px;
	left: 20px;
}
h1#holidaypark {
	width: 169px;
	height: 35px;
	text-indent: -20000px;
	background: url(../images/holidaypark.gif) no-repeat top left;
	position: absolute;
	top: 45px;
	left: 140px;
}
#cabinpics { 		/***  on HOME page ***/
	margin: 20px 0 10px 10px;
	}
#paraleft, #pararight {
	width: 250px;
	text-align: justify;
}
#paraleft {
	float: left;
}
#pararight {
	float: right;
	margin-top: -10px;
}
#aaatourism {
	width: 108px;
	height: 50px;
	margin: 15px 10px 5px 0;
	float: left;
	text-indent: -20000px;
	background: url(../images/aaa_logo.gif) no-repeat top left;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height: 1px;
    font-size: 1px;
    line-height: 0px;
}
.cabin {
	position: relative;
	padding: 20px 0 10px 0;
	border-top: 1px inset #999;
}
	.cabin h2 {
		margin-top: 0; 
		font-size: 14px;
		color: #333;
		text-transform: uppercase;
	}
	.cabin img.floorplan  {
		display: block;
		/*margin: 0;*/
		margin: 20px auto 5px auto;
	}
	.cabin img.cabinphotos {
		display: block;
		margin: 0 auto;
		padding-top: 10px;
	}
	.cabin p.berths, .cabin p.aaarating {
		position: absolute;	
		margin: 0;
		padding: 0;
		right: 0;
		font-weight: bold;
	}
	.cabin p.berths {
		top: 10px;
	}
	.cabin p.aaarating {
		top: 25px;
	}
	.cabin p.cabindesc {
		
	}
#campkitchen {
	float: right;
	margin-top: 20px;
}
ul#facilities {
	width: 180px;
	margin: 10px 0 10px 0;
	padding-left: 1.5em;
}
#hostNames {
	float: right;
}
#parkmap {
	border: 1px solid #ccc;
	margin-left: 50px;
}