/* --------- /stylesheets/subModal.css --------- */ 
/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 900;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .5;
	filter: alpha(opacity=50);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color: #333333;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 901;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #a0ac48;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #a0ac48;
	border-left: 1px solid #a0ac48;
	border-right: 1px solid #a0ac48;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}

#popupControls {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 999;
	cursor: pointer;
	cursor: hand;
}
/* --------- /stylesheets/maui.css --------- */ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;	padding:0;}table {border-collapse:collapse;border-spacing:0;}fieldset,img {border:0;}address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}q:before,q:after {content:'';}abbr,acronym { border:0;}

body {
	background: #a58f68 url(/images/maui-bg2.jpg) top center repeat-x;
	color: #000;
	font: 0.7em Tahoma;
}

strong {
	font-weight: bold;
}

#content div.right ul {
	font: 12px Arial;
}
#content div.right li {
	font: 12px Arial;
	margin: 0 0 5px 0;
	padding-left: 29px;
}

a {
	color: #51452b;
	text-decoration: underline;
	}
	a:hover { text-decoration: none; }

h1 {
	font: bold 13px Tahoma;
}
h2 {
	color: #c5500d;
	font: bold 18px Arial;
}
h3 {
	font: bold 14px Tahoma;
}
h6 {
	font: bold 14px Tahoma;
	margin: 0 0 10px 0;
}

blockquote img.left { float: left; padding-right: 5px; }
blockquote img.right { padding-left: 5px; }

p {
	font: 12px Arial;
}

abbr, acronym, span.abbr {
	cursor: help;
	border-bottom: 1px dashed #000;
}

.required input, .required select {
	background: #f7f7ec;
	border: 1px solid #999;
}

/* Various special heading styles */
h1#available-activities {
	background: url(/images/heading_available-activities.jpg) no-repeat;
	display: block;
	height: 0px !important;
	height /**/:20px; /* IE<6fix */
	overflow: hidden;
	padding: 20px 0 0 0;
	width: 212px;
}

/* General container */
#container{
	margin: 0 auto;
	width: 820px;
}
	#container div.bg {
		background: url(/images/container-bg.png) repeat-y;
		padding: 0 14px;
		position: relative;
	}

/* Simple header */
#header {
	background: url(/images/header.jpg) bottom center no-repeat;
	height: 103px;
}

/* Menu */
#menu {
	background: url(/images/menu.jpg) no-repeat;
	height: 77px;
	left: 14px;
	position: absolute;
	top: 103px;
	width: 792px;
	z-index: 99;
}
	/* Top level */
	ul.nav li.top {
		float: left;
		height: 44px;
		position: relative;
		text-align: center;
	}
		/* sub level */
		ul.nav li ul {
			background: #63482e;
			display: none;
			left: 0;
			position: absolute;
			top: 44px;
			width: 150px;
		}
			ul.nav li ul li {
				margin: 2px 10px 5px 5px;
				text-align: left;
			}
				ul.nav li ul li a {
					color: #fff;
					font: 12px Arial;
					text-decoration: none;
				}
				ul.nav li ul li a:hover {color: #fdf35b;}
/* Specific menu styling */
ul.nav li.yourcart a.topl {
	color: #e1d8c5;
	font-weight: bold;
	padding-left: 1px;
	width: 78px;
}
ul.nav li.active a.topl {
	color: #cbe1b2;
	font-weight: bold;
}
ul.nav a.topl {
	color: #fff;
	display: block;
	font: normal 13px Arial;
	height: 37px;
	padding: 17px 6px 0 6px;
	text-decoration: none;
	}
	ul.nav a.topl:hover {
		color: #cce1b4;
		text-decoration: underline;
	}



/* Content */
#content {
	background: url(/images/content-bg.jpg) repeat-y;
	overflow: hidden;
	padding: 38px 0 20px 0;
}
	#content div.left {
		float: left;
		padding: 39px 0 0 0;
		width: 215px;
	}
	#content div.right {
		float: left;
		padding: 60px 0 0 0;
		width: 577px;
	}

/* Content - Left */
#content div.left .panel {
	background: url(/images/left-separator.jpg) no-repeat;
	margin: 20px 0 0 0;
	padding: 25px 10px 0 0;
	}
	#content div.left .panel h2 {
		margin: 0 0 5px 27px;
	}
	#content div.left .panel .bottom {
		margin-left: 28px;
	}
	#content div.left .panel a {
		color: #babe8d;
		font-weight: bold;
	}
	#content div.left .panel h2,
	#content div.left .panel h3 {
		color: #babe8d;
		font: bold 13px Arial;
	}
	#content div.left .panel p {
		color: #fffffe;
		margin-bottom: 5px;
	}
#content div.left .center {
	}
	#content div.left .center .bottom {
		margin: 10px 0 0 0;
	}
#content div.left .top {
	background: url(/images/left-top.jpg) no-repeat;
	height: 229px;
	margin: 0;
	padding: 0 10px 0 0;
	}
	#content div.left .top ul {
		padding-top: 38px;
	}
		#content div.left .top li {
			margin: 0 0 15px 33px;
		}
	#content div.left .top h2 {
		display: none;
	}

/* Content - Right */
#content div.right .panel {
	margin: 0 20px;
	}
	#content div.right .panel h1,
	#content div.right .panel h2 {
		color: #e48023;
		font: 18px Arial;
	}
	#content div.right .panel h2 {
		margin-top: 10px;
	}
	#content div.right .panel p {
		margin: 20px 0 0 0;
	}
/* Welcome panel */
#content div.right .welcome {
	background: url(/images/content-top.jpg) no-repeat;
	margin: -21px 0 10px 0;
	height: 106px;
	}
	#content div.right .welcome p {
		color: #fff;
		margin: 0 25px;
	}
	#content div.right .welcome img.title {
		margin: 10px 0 3px 10px;
	}
#content div.right dl {
	overflow: auto;
	text-align: center;
	width: 100%;
}
	#content div.right dl dt {
		float: left;
		margin: 0 0 10px 0;
		width: 49%;
	}
	#content div.right dl dd {
		float: left;
		padding: 0 10px;
		width: 45%;
	}
#content div.right strong {
	font-weight: bold;
}
#content div.right hr {
	background: url(/images/separator.png) top center no-repeat;
	border: 0;
	height: 8px;
	margin: 15px 0;
	width: 100%;
}


/* Content Right - Checkout */
body#checkout #content {
	background: none;
	}
	body#checkout #content div.right {
		background: #fff;
		clear: both;
		width: 100%;
	}
	body#checkout #content .right .content {
		margin: 10px 35px;
	}

.floatHalf {
	float: left;
	text-align: right;
	width: 49%;
}
.float {
	margin: 0 0 10px 0;
}

/* Activitiy */
#content div.activity {
	background: url(/images/separator.png) top center no-repeat;
	margin: 15px 0 0 0 ;
	padding: 25px 0 0 0;
	width: 100%;
}
	#content div.activity > div.left {
		float: left;
		padding: 0;
		text-align: center;
		width: 205px;
		}
		#content div.activity > div.left .time {
			color: #184c88;
			font-size:11px;
			font-weight: bold;
			margin: 3px 0;
		}
		#content div.activity > div.left .note {
			font-size: 12px;
		}
	#content div.activity > div.right {
		float: right;
		padding: 0;
		width: 320px;
		}
		#content div.activity > div.right h6 {
			color: #e48023;
			font: bold 14px Arial;
		}
		#content div.activity > div.right p {
			margin: 0 0 10px 0;
			}
			#content div.activity > div.right p.add-to-cart {
				margin: 0;
				padding: 0;
			}
		#content div.activity > div.right .price {
			color: #cb4305;
			font-weight: bold;
		}

/* Footer */
#footer {
	background: url(/images/footer-bg.jpg) no-repeat;
	height: 180px;
}
	#footer div {
		color: #8f9c34;
		font: bold 1.1em Tahoma;
		padding: 90px 0 0 0;
		text-align: center;
	}
	#footer ul {
		
	}
	#footer li {
		border-right: 1px solid #6e573c;
		display: inline;
		padding: 0 5px;
	}
		#footer li.last { border: 0; }
	#footer a {
		color: #6e573c;
		font-weight: normal;
		text-decoration: none;
	}
		#footer a:hover { text-decoration: underline; }

#win {
	left: 0;
	position: absolute;
	top: 0;
}

#kauai-heli {text-align: center; }
#kauai-heli dl { margin: 0 auto; }
#kauai-heli dt, #kauai-heli dd {
width: 100%;
}

/* Separator on BigIsland */
.separator {
	background: #afb84f;
	margin: 0 0 10px 0;
	padding: 4px 0;
	text-align: center;
}
	.separator h5 {
		color: #202020;
		font: bold 14px Arial;
	}

.fieldWithErrors input, .fieldWithErrors select {
	background: #f7dcdc;
	border: 1px solid #bd4545;
}
div.fieldWithErrors {
	display: inline;
}
.formError {
	color: red;
	font-style: italic;
	padding-bottom: 5px;
	padding-left: 10px;
}
#flash h2 { color: #c50d0d; }

.center { text-align: center; }
.clear {
	clear: both;
}
