h1, #nav, #col-left, #topbar, #footer, #flash-1, .search-nav, #boatsearch, #subscribe {
	display: none;
}

body {
	color: #000;
	margin: 0;
	padding: 0;
	font: 100%/110% "Arial", Helvetica, sans-serif;
}

.colwrap-right {
	width: 100%;
	font-size: 0.7em;
	line-height: 1.3em;
}

p {
	margin: 0 0 1em 0;
}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	color: #BF0000;
}

h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	color: #BF0000;
	clear: both
}

div#print-header {
	height: 120px;
}


a img { border: none; }

.imgRight {	float: right; margin: 0 0 10px 20px; text-align: center;}
.imgLeft { float: left;	margin: 0 20px 10px 0;}

/* home pages boxes */

.feature {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	float: left;
	margin-bottom: 20px;
}

	.featurebox {
		float: left;
		width: 280px;
		padding: 0 20px 20px 20px;
	}
	
	.featurebox.option,
	.featurebox.serviceaboat {
		border-left: 1px solid #ccc;
	}
	
	.search {
	}
	
	.option {
		height: 160px;
	}
	.serviceaboat {
		height: 160px;
	}

/* forms */

fieldset {
	border: none;
}

form ol { margin: 0; padding: 0; }

form ol li { list-style: none; }

/* boat listings */

.boat-main {
	height: 123px;
	position: relative;
	border-top: 1px solid #ccc;
	float: left;
	padding: 10px 15px 10px 15px;
}
	
.boat-main h3 {
	font-size: 1.1em;
	clear: none;
}

.boat-main p {
	line-height: 1.8em;
	float: left;
}

.boat-main ul {
	font-weight: bold;
	margin-left: 200px;
}

.boat-main h3 a {
	color: #0060B6;
	text-decoration: underline;
}
.boat-main h3 a:hover {
	color: #BF0000;
	text-decoration: none;
}
	
.boat-main img {
	float: right;
	background: #FFF;
	padding: 1px;
	border: 3px solid #ccc;
	width: 135px;
	height: 101px;
}
	
.boat-main.new img {
	border: 3px solid #EB1E25;
}

.price { float: right; }
.price span { color: #BF0000; }



