﻿body
{
	background-color: #000000;
	text-align: center;
	font-family: Arial, Verdana;
	color: #E1E1E1;
	font-size: 9pt;
}

#container
{
	width: 798px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/** Header **/

	#header
	{
		height: 70px;
		margin-bottom: 7px;
		margin-top: 4px;
	}
	
	#topLink
	{
		margin: 0px;
	}
	
	#header #logo
	{
		width: 308px;
		float: left;
	}
	
	#header #topBanner
	{
		width: 399px;
		float: right;
		margin-top: 4px;
	}
	
	.navBar
	{
		background-image: url(/images/navBarBG.jpg);
		background-repeat: repeat-x;
		background-color: #333333;
		height: 29px;
		line-height: 29px;
		margin-bottom: 9px;
	}

		.navBar li
		{		
			width: 132px;
			display: block;
			border-right: solid 1px #7C7B81;
			float: left;
			color: #E1E1E1;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 10pt;
			font-style: normal;
			padding: 0px;
			margin: 0px;
			list-style-type: none;
		}
		
			.navBar li a
			{		
				width: 132px;
				display: block;
				color: #E1E1E1;
				text-decoration: none;
				text-transform: uppercase;
				font-style: normal;
			}
			
				.navBar li a:hover
				{
					background-image: url(/images/navBarBGHover.jpg);
					background-repeat: repeat-x;
				}
			
				.navBar li#right
				{
					border-right: none;
				}

/** End Header **/

/** drop down menu **/
	
#sddm
{	
	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{	
}

#sddm li a
{	
}

	#sddm #noBorder li a
	{	
		border-right: none;
	}

#sddm li a:hover
{	
}

#sddm div
{	
	position: absolute;
	visibility: hidden;
	background-color: #333333;
}

	#sddm div a
	{	
		position: relative;
		display: block;
		width: 132px;
		display: block;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		font-size: 8pt;
	}

	#sddm div a:hover
	{	
		background: #A9A9A9;
		color: #FFFFFF;
	}

	
/** end drop down menu **/

/** Left Nav Bar **/

	#leftNavBar
	{
		width: 180px;
		float: left;
	}
		#leftFeaturedBox
		{
			border: solid 1px #333333;
			height: 245px;
			margin-bottom: 5px;
			padding: 0px;
		}
		
		.leftContentBox
		{
			border: solid 1px #333333;
			height: 260px;
			margin-bottom: 5px;
		}
		
		#leftNavigationBox
		{
			border: solid 1px #333333;
			height: 152px;
			margin-bottom: 5px;
			padding: 0px;
		}
		
		#leftNavigationBox ul
		{
			margin: 5px 0px 0px 10px;
			padding-left: 0px;
		}
		
			#leftNavigationBox ul li
			{
				list-style: none;
				background-image: url(/images/li.gif);
				background-repeat: no-repeat;
				padding-left: 15px;
				background-position: 0px 5px;
				margin-top: 6px;
				margin-bottom: 6px;
			}
			
				#leftNavigationBox ul li a
				{
					color: #E1E1E1;
					text-decoration: none;
					font-style: normal;
				}
			
			#leftNavigationBox ul li:hover
			{
				background-image: url(/images/liYellow.gif);
			}

#specialOffers
{
	text-align: center;
}

	#specialOffers img
	{
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#specialOffers p
	{
		font-size: 10pt;
		width: 160px;
		text-align: left;
	}

/** End Left Nav Bar **/

/** Right Page **/

	#topImages
	{
		height: 154px;
		margin-bottom: 5px;
	}

		#topImages img
		{
			width: 199px;
			height: 152px;
			border: solid 1px #333333;
			float: left;
			margin-right: 5px;
		}
		
		#topImages #rightImage
		{
			margin-right: 0px !important;
		}

	#mainContent
	{
		width: 613px;
		float: left;
		margin-left: 5px;
	}

		.contentBox1, .contentBox2, .contentBoxDouble, .contentBox1Triple, .contentBoxFull, .contentBox1Double
		{
			height: 245px;
			border: solid 1px #333333;
			margin-bottom: 5px;
			background-color: #000000;
		}
		
		.contentBox2
		{
			height: 260px;
		}
		
		.contentBoxDouble
		{
			min-height: 527px;
		}
		
		.contentBox1Double
		{
			min-height: 512px;
		}
		
		.contentBox1Triple
		{
			min-height: 780px;
		}
		
		.contentBoxFull
		{
			min-height: 1061px;
		}
		
		.contentBoxInner
		{
			padding: 0px 5px 0px 5px;
		}
		
	.featuredBox, .featuredBoxRight
	{
		width: 199px;
		height: 260px;
		border: solid 1px #333333;
		float: left;
		margin-right: 5px;
	}

		.featuredBoxRight
		{
			margin-right: 0px;
		}
		
	#bookingSent
	{
		font-size: 13pt;
		text-align: center;
		padding-top: 25px;
	}
	
		#bookingSent #sentTitle
		{
			font-size: 24pt;
			font-style: italic;
			margin-bottom: 30px;
			color: #00CC00;
		}

/** End Right Page **/

/** Footer **/

	#footer
	{
		border: solid 1px #333333;
		min-height: 80px;
		text-align: center;
		background-color: #000000;
	}

		#footer p
		{
			margin-top: 10px;
			margin-left: 5px;
			margin-right: 5px;
		}
		
		#footer .links a
		{
			color: #E1E1E1;
			font-style: normal;
			text-decoration: none;
			font-size: 8pt;
		}

/** Footer **/

/** Featured **/

	.featuredItem
	{
		text-align: center;
		width: 160px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
	}

		.featuredDescription
		{
			font-size: 8pt;
			height: 55px;
			overflow: hidden;
			text-align: justify;
		}
		
			#leftFeaturedBox .featuredDescription
			{
				height: 40px;
			}
			
		.featuredItem h2
		{
			font-size: 10pt;
			margin-top: 5px;
			margin-bottom: 5px;
		}

		.featuredItem img
		{
			width: 160px;
			height: 120px;
			border: solid 1px #333333;
			margin-top: 5px;
		}
		
		.featuredLink
		{
			text-align: left;
		}
		
			.featuredLink a
			{
				font-size: 8pt;
				text-transform: lowercase;
			}

/** End Featured **/

/** Activities Scroller **/

.activitiesScroller
{
	margin: 10px 10px 10px 10px;
}

	.activitiesScroller img
	{
		width: 160px;
		height: 120px;
		margin-top: 3px;
		margin-bottom: 1px;
	}

	.activitiesScroller .scrollerDescription
	{
		background-image: url(/images/inputBG.jpg);
		background-repeat: repeat-x;
		background-color: #292929;
		padding: 0px;
		font-size: 7.5pt;
		margin: 0px;
		width: 154px;
		padding: 0px 3px 0px 3px;
		text-align: justify;
		height: 70px;
	}
	
	.activitiesScroller .arrow
	{
		margin-top: 50px;
		float: left;
		width: 44px;
		height: 103px;
	}
	
	.activitiesScroller .scrollerActivity
	{
		width: 160px;
		height: 225px;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
		background-color: #000000;
		overflow: hidden;
	}

/** End Activities Scroller **/

/** Contact Page **/

	#contactForm
	{
		margin-left: 10px;
		margin-top: 10px;
	}

	.formRight
	{
		width: 315px;
		float: right;
	}

	.formLeft
	{
		width: 275px;
		float: left;
	}

/** End Contact Page **/

/** Form **/

	.label
	{
		margin-top: 2px;
	}

	.field
	{
		color: #000000;
	}
	
		.fieldRight
		{
			width: 155px;
			float: left;
		}
		
			.formRight .field input[type=text], .formRight .field .input
			{
				width: 300px !important;
			}
		
		.fieldLeft
		{
			width: 155px;
			float: left;
		}
	
	input[type=text], .input
	{
		height: 24px;
		line-height: 23px;
		border: none;
		background-image: url(/images/inputBG.jpg);
		background-repeat: repeat-x;
		padding: 0px;
		width: 270px;
		color: #B1B1B1;
		font-size: 11pt;
		padding-left: 5px;
	}

	textarea
	{
		width: 297px;
		padding-left: 5px;
		height: 109px;
		color: #B1B1B1;
		font-size: 11pt;
		background-image: url(/images/inputBG.jpg);
		background-repeat: repeat-x;
		background-color: #292929;
		overflow: auto;
		border: none;
		font-family: Arial;
	}
	
		#commentsTextBox textarea
		{
			width: 585px;
			height: 35px;
			margin-bottom: 10px;
		}
	
	.ImgBntCalc1
	{
		margin-bottom: -5px !important;
	}

/** End Form **/

/** Activities **/

	.activities
	{
		border: solid 1px #333333;
		padding-bottom: 10px;
		min-height: 2104px;
	}
	
		.activitiesInner
		{
			margin-left: 5px;
			margin-right: 5px;
		}

	.activity
	{
		padding: 0px 0px 10px 0px;
		margin-top: 10px;
		border-bottom: dashed 1px #333333;
	}

		.activity h2
		{
			margin-bottom: 7px;
			font-size: 13px;
			font-weight: bold;
			color: #FFCC00;
			margin-top: 0px;
			padding-top: 0px;
		}

	.activityImage
	{
		width: 160px;
		height: 120px;
		float: left;
		border: solid 1px #333333;
	}

	.activityDescription
	{
		width: 430px;
		float: right;
		height: 120px;
		padding: 0px;
	}

	.activityDescription .link
	{
		margin-top: 6px;
	}

		.activityDescription .link a
		{
			color: #E1E1E1;
			font-style: italic;
		}		
	
	#contactBanner
	{
		margin-top: 10px;
	}

/** End Activities **/

/** Activity Details **/

.top.activityInfoBox
{
	width: 302px;
	height: 245px;
	border: solid 1px #333333;
	margin-bottom: 5px;
	background-color: #000000;
}

.activityInfoBox
{
	width: 302px;
	height: 260px;
	border: solid 1px #333333;
	margin-bottom: 5px;
	background-color: #000000;
}

	.activityInfoBoxInner
	{
		padding: 10px;
	}

	.activityInfoBox .bookingInfo
	{
		padding: 10px;
	}
	
		.activityInfoBox ol
		{
			margin: 0px 0px 0px 20px;
			padding-left: 0px;
		}
		
			.activityInfoBox li
			{
				margin-bottom: 10px;
			}

	.activityInfoBox #detailsBox
	{
		width: 280px;
		margin-left: 10px;
		margin-top: 10px;
	}
	
		.activityInfoBox .row
		{
			width: 280px;
		}
		
		.activityInfoBox .label, .activityInfoBox .value
		{
			width: 145px;
			float: left;
			background-color: #333333;
			line-height: 22px;
			padding-left: 5px;
			margin-top: 1px;
		}
				
		.activityInfoBox .value
		{
			margin-left: 1px;
			width: 123px;
			background-color: #1F1F1F;
		}

/** End Activity Details **/

/** hire **/

	.hire
	{
		border: solid 1px #333333;
		padding-bottom: 10px;
		min-height: 503px;
		margin-bottom: 4px;
	}

/** end hire **/

/** Boat Charter **/

.leftBanner
{
	margin-left: 1px;
	margin-top: 1px;
}

	.boats
	{
		border: solid 1px #333333;
		padding-bottom: 10px;
		min-height: 2638px;
	}
	
		.boatsInner
		{
			margin-left: 5px;
			margin-right: 5px;
		}

	.boat
	{
		padding: 0px 0px 10px 0px;
		margin-top: 10px;
		border-bottom: dashed 1px #333333;
	}

		.boat h2
		{
			margin-bottom: 7px;
			font-size: 13px;
			font-weight: bold;
			color: #FFCC00;
			margin-top: 0px;
			padding-top: 0px;
		}

	.boatImage
	{
		width: 160px;
		height: 120px;
		float: left;
		border: solid 1px #333333;
	}

	.boatDescription
	{
		width: 430px;
		float: right;
		height: 120px;
		padding: 0px;
	}

	.boatDescription .link
	{
		margin-top: 6px;
	}

		.boatDescription .link a
		{
			color: #E1E1E1;
			font-style: italic;
		}

/** End Boat Charter **/

/** Wallpapers **/

	#wallpapers
	{
		padding-left: 3px;
	}
	
		#wallpapers hr
		{
			margin-left: 6px;
			margin-right: 10px;
			margin-bottom: 10px;
		}
	
		.wallpaper
		{
			width: 189px;
			float: left;
			margin-bottom: 20px;
			margin-top: 10px;
			margin-left: 6px;
			margin-right: 6px;
		}
		
		.wallpaper img
		{
			width: 189px;
			height: 143px;
		}
		
	.boxButton
	{
		border: solid 1px #333333;
		line-height: 20px;
		width: 187px;
		text-align: center;
		margin-top: 10px;
	}
	
		.boxButton a
		{
			text-decoration: none;
			font-style: normal;
			text-transform: uppercase;
			display: block;
		}

/** End Wallpapers **/

/** standard css **/

	h1
	{
		background-image: url(/images/h1greyBG.jpg);
		background-repeat: repeat-x;
		background-color: #333333;
		line-height: 22px;
		text-transform: uppercase;
		font-size: 9pt;
		font-weight: normal;
		padding-left: 5px;
		margin-bottom: 0px;
		margin-top: 0px;
	}

		h1.yellow
		{
			background-image: url(/images/h1YellowBG.jpg);
			color: #000000;
		}

	p
	{
		margin-top: 5px;
		margin-bottom: 10px;
	}

	a img
	{
		border: 0px;
	}

	a
	{
		color: #FFCC00;
		font-style: italic;
	}

	.clear
	{
		clear: both;
		height: 0px;
	}
	
	.left
	{
		float: left;
	}
	
	.right
	{
		float: right;
	}
	
	.yellow
	{
		color: #FFCC00;
	}
	
	hr
	{
		border: 1px solid #333333;
		height: 0px;
		background-color: #333333;
	}

/** end standard css **/

/** general **/

#followUs
{
	margin: 15px 0px 0px 0px;
	text-align: center;
}

	#followUs img
	{
		margin-top: 20px;
	}
	
.halfPageBox
{
	width: 302px;
	height: 245px;
	border: solid 1px #333333;
	margin-bottom: 5px;
	background-color: #000000;
}

/** end general **/