html, body {
	font: 13px verdana, helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(../custom/beach_services/bg.jpg) no-repeat 50% 0 scroll;
}


a {
	color: #54703d;
}

.main {
	margin: auto;
	padding: 0px;
	
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
	xbackground: #fbf6f2;
}

.header {
	xbackground: url(../images/3_header.jpg) repeat-x;
	height: 140px;
	padding: 0px;
}

.mainlogo img {
	position: absolute;
	height: 67px;
	margin: 4px 0 0 20px;
}

.sitename {
	color: #ebe9dc;
	padding-left: 20px;	
	font: bold 28px verdana, helvetica, sans-serif;
	position: relative;
	top: 20px;
}

.nav {
	
	height: 38px;
}

.nav ul {
	
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/12_nav.jpg);
}

.nav a {
	display: block;
	color: #333;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 1px;
	padding: 11px 20px 12px 20px;
	text-align: center;
}

.nav ul li a:hover {
	background: url(../images/12_hov.jpg) repeat-x;
}

.nav li {
	float: left;
}

.nav li ul {
	position: absolute;
	z-index: 2;
	display: block;
	visibility: hidden;
	height: auto;
	width: auto;
	margin: 0;
	border-right: none;
}

.nav li ul table a {
	width: auto;
	min-width: 120px;
	height: 15px;
	margin-top: 0;
	padding: 6px 8px 6px 20px;
	*padding-right: 30px; 
	background: url(../images/12_drpnav.jpg) repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-align: left;
	white-space: nowrap;
}

.nav li ul a:hover {
	background: url(../images/12_hov.jpg) repeat-x;;
}

.nav li:hover ul {
	visibility: hidden;
}

.nav li:hover ul, .nav li.sfhover ul {
	visibility: visible;
}

.FlashVideoArea {
	padding: 0;
}

.pageheader {
		clear: left;
		background: url(../images/12_titlebar.jpg) repeat-x;
		color: #555;
		padding-left: 20px;
		letter-spacing: 1px;
		text-transform: uppercase;
		height: 40px;
		line-height: 40px;
}


.content {
	font: 11px/15px verdana, sans-serif;
	color: #000;
	xbackground: #fff;
	padding: 0px 20px 40px 20px;
	margin: 0;	
	text-align: justify;
}

.cartheader {
	clear: both;
	padding: 0 5px; 
	line-height: 40px;
	background: url(../images/12_titlebar.jpg) repeat-x;
	color: #fff;
}

.producttitle {
	float: left;
}

.price {
	float: right;
}

.cartimg img {
	margin: 15px 0;
}

.cartcontent {
	vertical-align: top;
	width: 325px;
}

.cartcontent p {
	margin: 15px 0;
}

.cartbuttons {
	vertical-align: top;
	width: 150px;
	padding: 15px 0;
}

.cartbuttons input, .cartbuttons select {
	width: 150px;
	font-size: 11px;
}



object, embed {
	position: relative;
	z-index: 1;
}

.footer {
	xposition: fixed;
	xz-index: 2;
	bottom: 0;
	width: 756px;
		clear: both;
		background: url(../images/22_footer.jpg) repeat-x;
		height: 33px;
		padding-right: 20px;
		font-size: 9px;
}

.footer a span {
		color: #777;
}

.footer a {
		float: right;
		text-decoration: none;
		color: #000;
		padding-top: 9px;
}

	h3.beachservice-title {
		font: normal 20px Verdana, sans-serif;
		color: #36C;
	}
	table#packages {
		width: 100%;
		border: none;
		margin: 30px 0;
	}
	table#packages td {
		width: 33%;
		padding-bottom: 20px;
		vertical-align: top;
	}
	table#packages td h4.package-title {
		font: normal 15px Verdana, sans-serif;
		color: #36c;
		margin: 0;
	}
	p.note {
		background-color: #e0f0f8;
		border: 1px solid #abc9d8;
		padding: 15px;
	}
	p.phone {
		margin-top: 30px;
		padding-left: 50px;
		font: normal 15px Verdana, sans-serif;
		color: #396;
		background: url(/phone.png) no-repeat left;
	}