body {
	background: #268595;
	color: black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5;
}

body, html, #wrap, #header, #content-wrap, #indent, #feather, ul#navlist, #text, #footer, ul#serv-list {
	margin: 0;
	padding: 0;
}

a img { border: none; }


a {
	color: #268595;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

#wrap {
	width: 750px;
	margin: 0 auto;
	position: relative;
	font-size: 90%;
}

/* ---------------- HEADER ---------------- */

#header img {
	display: block;
}

#logo {
	margin-left: 54px;
}

/* ---------------- LAYOUT ---------------- */

#content-wrap {
	background: transparent url(images/wrap-bg.jpg) top left repeat-y;
}

#indent {
	background: transparent url(images/catcher-bot.jpg) bottom right no-repeat;
	width: 642px;
	margin-left: 54px;
}

#feather {
	background: transparent url(images/feather.gif) 0 15px no-repeat;
	padding-bottom: 30px;
}

/* Hide from IE Mac \*/
#feather { min-height: 450px; }
* html #feather {height: 450px; }
/* End hide from IE Mac */

/* ---------------- MENU ---------------- */

ul#navlist {
	color: #3A2037;
	padding: 5px 11px 0 0;
}

ul#navlist li {
	float: right;
	list-style: none;
}

ul#navlist a {
	color: #3A2037;
	text-decoration: none;
	padding: 0 5px;
}

ul#navlist a:hover,
ul#navlist a:focus,
#home li#nav-home a,
#about li#nav-about a,
#vehicles li#nav-vehicles a,
#services li#nav-services a,
#contact li#nav-contact a,
#sitemap li#nav-sitemap a {
	color: #268595;
}


/* ---------------- TEXT ---------------- */

#text {
	width: 465px;
	margin-left: 145px;
	padding-top: 40px;
}


h1 {
	font-size: 150%;
	font-weight: normal;
}

h1.has-sub {
	margin-bottom: 0;
	padding-bottom: 0;
}

h2 {
	font-size: 130%;
	font-weight: normal;
}

h2.is-sub {
	margin-top: 0;
	padding-top: 0;
}


/* ---------------- FOOTER ---------------- */

#footer {
	background: transparent url(images/footer-bg.jpg) top left no-repeat;
	padding: 50px 0 20px 0;
	text-align: center;
	color: white;
}


#footer a {
	color: white;
	text-decoration: none;
	font-size: 90%;
}

#footer a:hover,
#footer a:focus {
	text-decoration: underline;
}


/* ---------------- EXTRAS ---------------- */

#box {
	text-align: center;
	background:url(/images/box.jpg) top left no-repeat;
	height: 64px;
}

ul#serv-list {
	padding-top: 10px;
}

ul#serv-list li {
	display: inline;
	font-size: 120%;
}

ul#serv-list li a {
	text-decoration: none;
	color: #268595;
}

ul#serv-list li a:hover,
.charter ul#serv-list li#sidenav-charter  a,
.cruise ul#serv-list li#sidenav-cruise  a,
.destin ul#serv-list li#sidenav-destin  a,
.shores ul#serv-list li#sidenav-shores  a,
.parties ul#serv-list li#sidenav-parties  a,
.shuttle ul#serv-list li#sidenav-shuttle  a,
.weddings ul#serv-list li#sidenav-weddings  a {
	color: #7c4974;
}

#catcher {
	position: absolute;
	left: -28px;
	top: 127px;
}

ul.tiny-catcher li {
	list-style: none;
	background: transparent url(images/tiny-catcher.jpg) top left no-repeat;
	padding: 0 0 10px 41px;
	margin: 0 0 5px 0;
}

#action {
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
}

hr {
	color: black;
	background: black;
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
	border: none;
}

label {
	font-weight: bold;
	display: block;
}

input, textarea, select { 
	margin-bottom: 10px; 
	font-size: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Hide from IE Mac \*/
input, textarea { padding: 2px; }
/* End hide from IE Mac */


.wide {
	width: 461px;
	background: white;
	border: 1px solid black;
}

select.wide { width: 465px; }

input#submit {
	background: #ddd;
	border: 1px solid #666;
	width: 150px;
	padding: 2px 0;
}

.center {
	text-align: center;
}

.f-left {
	float: left;
	margin: 0 10px 0 0;
}

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

p#vehicle-pics img {
	padding: 0 2px 0 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */

