@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #444;
	background: #252525;
}
.page { font-size: 1em; }

h1 { font-size: 2.2em; color: #454545; margin: 0px 0px .5em 0px; font-weight: bold; }
h2 { font-size: 1.6em; color: #666; margin: 0px 0px .5em 0px; }
h3 { font-size: 1.2em; color: #375f8f; margin: 0em 0px .25em 0px; }
h4 { font-size: 1.25em; color: #fff; margin: 0em 0px .25em 0px; font-weight: normal; }
h5 { font-size: .9em; color: #000; margin: 0em 0px .15em 0px; font-weight: normal; }
h6 { font-size: .1em; color: #666; margin: 0em 0px .25em 0px; }
p { margin: 0px 0px 1em 0px; font-size: 1.15em; line-height: 130%; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #cc0000; font-weight: bold; text-decoration: none; }
a:hover { color: #fece7b; text-decoration: underline;}
figure { display: block; margin: 0px; padding: 0px; }
figure .figure_photo1 {
	background: url(../images/shuttle-big.png) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 100px;
}
figure .figure_photo2 {
	background: url(../images/pontoon-big.png) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 100px;
}
figure .figure_photo3 {
	background: url(../images/surfer-big.png) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 100px;
}
figure .figure_photo4 {
	background: url(../images/jetski-big.png) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 100px;
}
figure .figure_photo5 {
	background: url("../images/2025-blue-avalon-big.jpg") 50% 0px no-repeat;
	float: right;
	width: 700px;
	position: relative;
	display: block;
	margin: 0px 0px 10px 10px;
	height: 366px;
	border: 0px solid #000;
}
figure .figure_photo6 {
	background: url("../images/blue-avalon-interior1-big.jpg") 50% 0px no-repeat;
	width: 100%;
	position: relative;
	display: block;
	margin: 0px 0 10px 0;
	height: 410px;
	border: 0px solid #000;
}
figure .figure_photo8 {
	background: url("../images/blue-avalon-interior2-big.jpg") 50% 0px no-repeat;
	width: 100%;
	position: relative;
	display: block;
	margin: 0px 0 10px 0;
	height: 410px;
	border: 0px solid #000;
}

/* Full screen monitor layout */

.page { position: relative; margin: 0px auto 0px auto; width: 100%; max-width: 2300px; }
.page header {
	display: block;
	position: relative;
	height: 98px;
	padding: 32px 65px 0px 420px;
background: -moz-linear-gradient(top, #4e84c4 40%, #375f8f 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#4e84c4), color-stop(90%,#375f8f));
}
.page header a.logo {
	position: absolute;
	top: 10px;
	left: 25px;
	display: block;
	width: 380px;
	height: 105px;
	background: url(../images/cb-excur-logo-big.png) no-repeat 0px 0px;
}
.page header a.tagline {
	position: absolute;
	top: 80px;
	left: 430px;
	display: block;
	width: 360px;
	height: 20px;
	background: url(../artwork/cv-tagline-big.png) no-repeat 0px 0px;
}
.page header a.rentals {
	position: absolute;
	top: 67px;
	right: 21px;
	display: block;
	width: 150px;
	height: 53px;
	background: url(../artwork/rental-btn1-big.png) no-repeat 0px 0px;
}
.page header a:hover.rentals {
	background: url(../artwork/rental-btn2-big.png) no-repeat 0px 0px;
}
.page header a.fb {
	position: absolute;
	top: 22px;
	right: 20px;
	display: block;
	width: 35px;
	height: 35px;
	background: url(../artwork/fb-big.png) no-repeat 0px 0px;
}
.page .page_content { background-color: #fff; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container_nav { width: 100%; float: left; margin: 0px 0px 10px 0px; padding: 0px; background-color: #e3ebf4; }
.page .page_content .page_content_container_topleft { width: 96%; float: left; margin: 0px 10px 0 30px; padding: 0px; }

.page .page_content .page_content_container_bottomleft { width: 48%; float: left; margin: 0px 0 10px 2%; padding: 0px; }
.page .page_content .page_content_container_bottomright { width: 48%; float: left; margin: 0px 2% 10px 0; padding: 0px; }
.page .page_content .page_content_container_teaserleft { width: 50%; float: left; margin: 0px; padding: 0px; background-color: #e3ebf4; }
.page .page_content .page_content_container_teaserleft a.button-shuttle {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 200px;
	height: 50px;
	background: url(../artwork/shuttle-btn1.png) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_teaserleft a:hover.button-shuttle {background:url(../artwork/shuttle-btn2.png) no-repeat 0px 0px; }
.page .page_content .page_content_container_teaserleft a.button-pontoon {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 200px;
	height: 50px;
	background: url(../artwork/pontoon-btn1.png) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_teaserleft a:hover.button-pontoon {background:url(../artwork/pontoon-btn2.png) no-repeat 0px 0px; }
.page .page_content .page_content_container_teaserright { width: 50%; float: right; margin: 0px; padding: 0px; background-color: #e3ebf4; }
.page .page_content .page_content_container_teaserright a.button-water {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 200px;
	height: 50px;
	background: url(../artwork/water-btn1.png) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_teaserright a:hover.button-water {background:url(../artwork/water-btn2.png) no-repeat 0px 0px; }
.page .page_content .page_content_container_teaserright a.button-jetski {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 200px;
	height: 50px;
	background: url(../artwork/pwc-btn1.png) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_teaserright a:hover.button-jetski {background:url(../artwork/pwc-btn2.png) no-repeat 0px 0px; }
.page .page_content .content {
	margin: 10px 15px 10px 15px;
	padding: 0px;
}
.page .page_content .content_sidebar {
	margin: 15px 10px 10px 0px;
	padding: 10px;
	border: 1px solid #bdbdbd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #edf2f6;
}

.page nav { position: absolute; top: 77px; right: 20px; text-align: right; border: none; }
.page nav a {
	border: 1px solid #fff;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 16px;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin: 0px 2px 4px 2px;
	background-color: rgba(0,0,0,.6);
	font-size: 1.15em;
}
.page nav a:hover { background-color: rgba(44,80,117,.7); color: #fff; }
.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 50px 20px 50px 20px;
	font-size: .9em;
	color: #fff;
	background-color: #fff;
	background: -moz-linear-gradient(top, #4e84c4 40%, #375f8f 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#4e84c4), color-stop(90%,#375f8f));
}

.clear_both { clear: both; line-height: 1px; }

/* Rules Sensitive to Screen Size */

/* Small Phone Vertical Screen Rules */
@media screen and (min-width: 150px) and (max-width: 500px) {	
body { padding: 0px; }
	h1 { font-size: 1.8em; color: #666; margin: 0px 0px .5em 0px; }
	h2 { font-size: 1em; color: #666; margin: 0px 0px .5em 0px; }
	.page { margin: 0px; padding: 0px; font-size: .95em }
	.page header { height: 35px; padding: 95px 15px 0px 20px; }
	.page header a.logo {
		top: 3px;
		left: 5px;
		margin: 0px auto 0px auto;
		width: 220px;
		height: 61px;
		background: url(../images/cb-excur-logo-sml.png) no-repeat 0px 0px;
	}
	.page header a.tagline {
	position: absolute;
	top: 65px;
	left: 5px;
	display: block;
	width: 250px;
	height: 14px;
	background: url(../artwork/cv-tagline-sml.png) no-repeat 0px 0px;
}
.page header a.rentals {
	position: absolute;
	top: 80px;
	left: 20px;
	display: block;
	width: 120px;
	height: 42px;
	background: url(../artwork/rental-btn3-med.png) no-repeat 0px 0px;
}
.page header a:hover.rentals {
	background: url(../artwork/rental-btn4-med.png) no-repeat 0px 0px;
}
.page header a.fb {
	position: absolute;
	top: 20px;
	right: 10px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(../artwork/fb-med.png) no-repeat 0px 0px;
}
.page .page_content .page_content_container_nav { width: 100%; float: left; margin: 0px 5px 5px 0px; padding: 0px; background-color: #e3ebf4; }
.page .page_content .page_content_container_topleft { width: 98%; float: left; margin: 0px 0 0 0px; padding: 0px 0 0 10px; }
.page .page_content .page_content_container_bottomleft { width: 100%; float: left; margin: 0px 0 5px 0px; padding: 0px; }
.page .page_content .page_content_container_bottomright { width: 100%; float: left; margin: 0px 0 5px 0px; padding: 0px; }
figure .figure_photo5 {
	background: url(../images/2025-blue-avalon-sml.jpg) 50% 0px no-repeat;
	float: none;
	width: 100%;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 164px;
	border: 0px solid #000;
}
figure .figure_photo6 {
	background: url(../images/blue-avalon-interior1-sml.jpg) 50% 0px no-repeat;
	float: none;
    width: 100%;
	position: relative;
	display: block;
	margin: 0px 0 10px 0;
	height: 164px;
	border: 0px solid #000;
}
figure .figure_photo8 {
	background: url(../images/blue-avalon-interior2-sml.jpg) 50% 0px no-repeat;
	float: none;
    width: 100%;
	position: relative;
	display: block;
	margin: 0px 0 10px 0;
	height: 164px;
	border: 0px solid #000;
}
.page .page_content .page_content_container_teaserleft { width: 100%; float: left; margin: 0px; padding: 0px; background-color: #e3ebf4; }
.page .page_content .page_content_container_teaserleft a.button-shuttle {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 120px;
	height: 30px;
	background: url(../artwork/shuttle-btn3.png) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_teaserleft a:hover.button-shuttle {background:url(../artwork/shuttle-btn4.png) no-repeat 0px 0px; }
.page .page_content .page_content_container_teaserleft a.button-pontoon {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 120px;
	height: 30px;
	background: url(../artwork/pontoon-btn3.png) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_teaserleft a:hover.button-pontoon { background:url(../artwork/pontoon-btn4.png) no-repeat 0px 0px; }
.page .page_content .page_content_container_teaserright { width: 100%; float: left; margin: 0px; padding: 0px; background-color: #e3ebf4; }
.page .page_content .page_content_container_teaserright a.button-water {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 120px;
	height: 30px;
	background: url(../artwork/water-btn3.png) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_teaserright a:hover.button-water { background:url(../artwork/water-btn4.png) no-repeat 0px 0px; }
.page .page_content .page_content_container_teaserright a.button-jetski {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 120px;
	height: 30px;
	background: url(../artwork/pwc-btn3.png) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_teaserright a:hover.button-jetski {background:url(../artwork/pwc-btn4.png) no-repeat 0px 0px; }
figure .figure_photo1 {
	background: url(../images/shuttle-med.png) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 70px;
}
figure .figure_photo2 {
	background: url(../images/pontoon-med.png) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 70px;
}
figure .figure_photo3 {
	background: url(../images/surfer-med.png) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 70px;
}
figure .figure_photo4 {
	background: url(../images/jetski-med.png) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 70px;
}
figure .figure_photo10 {
	background: url(../artwork/30-off-burst-sml.jpg) 50% 0px no-repeat;
	width: 100px;
	float: left;
	position: relative;
	display: block;
	margin: 0px 10px 0px 0;
	height: 100px;
	border: 0px solid #000;
}
	.page .page_content .content { margin: 5px 5px 10px 5px; }
	
	.page nav {
		position: inherit;
		padding: 15px 0px 1px 0px;
		text-align: left;
		border-top: 1px solid #ddd;
	}
	.page nav a {
		color: #fff;
		border: none;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: 1em;
		display: block;
		margin: 0px 10px 15px 10px;
		background: #47657f url(../images/mobile_link_arrow.png) no-repeat right 50%;
	}
	.page nav a:hover { color: #fff; background-color: #27425a; }
	.page footer { font-size: .8em; }
}
/* Phone Horiz Screen Rules */
@media screen and (min-width: 501px) and (max-width: 700px) {
	.page { margin: 0px; padding: 0px; font-size: .8em; }
	.page header { height: 70px;
	padding: 15px 40px 0px 420px; }
	.page header a.logo {
		top: 10px;
		left: 20px;
		width: 220px;
		height: 61px;
		background: url(../images/cb-excur-logo-sml.png) no-repeat 0px 0px;
	}
	.page header a.tagline {
	position: absolute;
	top: 48px;
	left: 250px;
	display: block;
	width: 250px;
	height: 14px;
	background: url(../artwork/cv-tagline-sml.png) no-repeat 0px 0px;
}
.page header a.rentals {
	position: absolute;
	top: 40px;
	right: 10px;
	display: block;
	width: 120px;
	height: 42px;
	background: url(../artwork/rental-btn3-med.png) no-repeat 0px 0px;
}
.page header a:hover.rentals {
	background: url(../artwork/rental-btn4-med.png) no-repeat 0px 0px;
}
.page header a.fb {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(../artwork/fb-med.png) no-repeat 0px 0px;
}
.page .page_content .page_content_container_nav { width: 100%; float: left; margin: 0px 10px 10px 0px; padding: 0px; background-color: #e3ebf4; }
.page .page_content .page_content_container_topleft { width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_bottomleft { width: 48%; float: left; margin: 0px 0 10px 0; padding: 0px; }
.page .page_content .page_content_container_bottomright { width: 48%; float: left; margin: 0px 0 10px 0; padding: 0px; }
figure .figure_photo5 {
	background: url(../images/2025-blue-avalon-sml.jpg) 50% 0px no-repeat;
	float: right;
	width: 400px;
	position: relative;
	display: block;
	margin: 0px 0 10px 10px;
	height: 164px;
	border: 0px solid #000;
}
figure .figure_photo6 {
	background: url(../images/blue-avalon-interior1-sml.jpg) 50% 0px no-repeat;
	width: 100%;
	position: relative;
	display: block;
	margin: 0px 0 10px 0;
	height: 164px;
	border: 0px solid #000;
}

figure .figure_photo8 {
	background: url(../images/blue-avalon-interior2-sml.jpg) 50% 0px no-repeat;
	width: 100%;
	position: relative;
	display: block;
	margin: 0px 0 10px 0;
	height: 164px;
	border: 0px solid #000;
}
.page .page_content .page_content_container_teaserleft { width: 100%; float: left; margin: 0px; padding: 0px; background-color: #e3ebf4; }
.page .page_content .page_content_container_teaserleft a.button-shuttle {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 120px;
	height: 30px;
	background: url(../artwork/shuttle-btn3.png) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_teaserleft a:hover.button-shuttle {background:url(../artwork/shuttle-btn4.png) no-repeat 0px 0px; }
.page .page_content .page_content_container_teaserleft a.button-pontoon {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 120px;
	height: 30px;
	background: url(../artwork/pontoon-btn3.png) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_teaserleft a:hover.button-pontoon {background:url(../artwork/pontoon-btn4.png) no-repeat 0px 0px; }
.page .page_content .page_content_container_teaserright { width: 100%; float: left; margin: 0px; padding: 0px; background-color: #e3ebf4; }
.page .page_content .page_content_container_teaserright a.button-water {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 120px;
	height: 30px;
	background: url(../artwork/water-btn3.png) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_teaserright a:hover.button-water {background:url(../artwork/water-btn4.png) no-repeat 0px 0px; }
.page .page_content .page_content_container_teaserright a.button-jetski {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 120px;
	height: 30px;
	background: url(../artwork/pwc-btn3.png) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_teaserright a:hover.button-jetski {background:url(../artwork/pwc-btn4.png) no-repeat 0px 0px; }
figure .figure_photo1 {
	background: url(../images/shuttle-med.png) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 70px;
}
figure .figure_photo2 {
	background: url(../images/pontoon-med.png) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 70px;
}
figure .figure_photo3 {
	background: url(../images/surfer-med.png) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 70px;
}
figure .figure_photo4 {
	background: url(../images/jetski-med.png) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 70px;
}
figure .figure_photo10 {
	background: url(../artwork/10-off-burst-med.jpg) 50% 0px no-repeat;
	width: 130px;
	float: left;
	position: relative;
	display: block;
	margin: 0px 10px 0px 0;
	height: 130px;
	border: 0px solid #000;
}
}

/* Medium Screen Rules */
@media screen and (min-width: 701px) and (max-width: 1100px) {
	.page { margin: 0px; padding: 0px; font-size: .9em; }
	h1 { font-size: 2em; }
	.page header { height: 95px;
	padding: 10px 50px 0px 420px; }
	.page header a.logo {
		top: 10px;
		left: 20px;
		width: 300px;
		height: 83px;
		background: url(../images/cb-excur-logo-med.png) no-repeat 0px 0px;
	}
	.page header a.tagline {
	position: absolute;
	top: 60px;
	left: 340px;
	display: block;
	width: 360px;
	height: 20px;
	background: url(../artwork/cv-tagline-big.png) no-repeat 0px 0px;
}
.page header a.rentals {
	position: absolute;
	top: 40px;
	right: 15px;
	display: block;
	width: 150px;
	height: 53px;
	background: url(../artwork/rental-btn1-big.png) no-repeat 0px 0px;
}
.page header a:hover.rentals {
	background: url(../artwork/rental-btn2-big.png) no-repeat 0px 0px;
}
.page header a.fb {
	position: absolute;
	top: 10px;
	right: 15px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(../artwork/fb-med.png) no-repeat 0px 0px;
}
.page .page_content .page_content_container_nav { width: 100%; float: left; margin: 0px 10px 10px 0px; padding: 0px; background-color: #e3ebf4; }
.page .page_content .page_content_container_topleft { width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_topleft a.button-1 {	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 140px;
	height: 99px;
	margin: 0 0 5px 0;
	background: url(../artwork/avalon-button3.jpg) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_topleft a:hover.button-1 {background:url(../artwork/avalon-button4.jpg) no-repeat 0px 0px; }
.page .page_content .page_content_container_bottomleft { width: 49%; float: left; margin: 0px 0 10px 0; padding: 0px; }
.page .page_content .page_content_container_bottomright { width: 49%; float: left; margin: 0px 0 10px 0; padding: 0px; }
figure .figure_photo5 {
	background: url(../images/2025-blue-avalon-med.jpg) 50% 0px no-repeat;
	float: right;
	width: 500px;
	position: relative;
	display: block;
	margin: 0px 0 10px 10px;
	height: 287px;
	border: 0px solid #000;
}
figure .figure_photo6 {
	background: url("../images/blue-avalon-interior1-med.jpg") 50% 0px no-repeat;
	width: 100%;
	position: relative;
	display: block;
	margin: 0px 0 10px 0;
	height: 300px;
	border: 0px solid #000;
}

figure .figure_photo8 {
	background: url("../images/blue-avalon-interior2-med.jpg") 50% 0px no-repeat;
	width: 100%;
	position: relative;
	display: block;
	margin: 0px 0 10px 0;
	height: 300px;
	border: 0px solid #000;
}
.page .page_content .page_content_container_teaserleft { width: 50%; float: left; margin: 0px; padding: 0px; background-color: #e3ebf4; }
.page .page_content .page_content_container_teaserleft a.button-shuttle {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 200px;
	height: 50px;
	background: url(../artwork/shuttle-btn1.png) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_teaserleft a:hover.button-shuttle {background:url(../artwork/shuttle-btn2.png) no-repeat 0px 0px; }
.page .page_content .page_content_container_teaserleft a.button-pontoon {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 200px;
	height: 50px;
	background: url(../artwork/pontoon-btn1.png) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_teaserleft a:hover.button-pontoon {background:url(../artwork/pontoon-btn2.png) no-repeat 0px 0px; }
.page .page_content .page_content_container_teaserright { width: 50%; float: right; margin: 0px; padding: 0px; background-color: #e3ebf4; }
.page .page_content .page_content_container_teaserright a.button-water {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 200px;
	height: 50px;
	background: url(../artwork/water-btn1.png) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_teaserright a:hover.button-water {background:url(../artwork/water-btn2.png) no-repeat 0px 0px; }
.page .page_content .page_content_container_teaserright a.button-jetski {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 200px;
	height: 50px;
	background: url(../artwork/pwc-btn1.png) no-repeat 0px 0px;
	text-decoration: none;
	}
.page .page_content .page_content_container_teaserright a:hover.button-jetski {background:url(../artwork/pwc-btn2.png) no-repeat 0px 0px; }
figure .figure_photo1 {
	background: url(../images/shuttle-med.png) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 70px;
}
figure .figure_photo2 {
	background: url(../images/pontoon-med.png) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 70px;
}
figure .figure_photo3 {
	background: url(../images/surfer-med.png) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 70px;
}
figure .figure_photo4 {
	background: url(../images/jetski-med.png) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	height: 70px;
}

figure .figure_photo10 {
	background: url(../artwork/30-off-burst-med.jpg) 50% 0px no-repeat;
	width: 130px;
	float: left;
	position: relative;
	display: block;
	margin: 0px 10px 0px 0;
	height: 130px;
	border: 0px solid #000;
}
}

.page header h3 em {
	color: #FFF; font-weight: normal;
}
.page header h2 a strong {
	color: #FFF;
}
.red {
	color: #C00;
}
