@charset "UTF-8";
@import "global.css";
#modelWrapper{
	/*height:1200px;*/
}

.singleReview {
	padding:20px 0px;
	position:relative;
	width:660px;
	min-height:70px;
}
.text {
	padding:5px;
	position:relative;
	width:550px;
}
.source {
	font-style:italic;
	font-weight:900;
	position:relative;
}
.pdfIcon {
	right:-20px;
	position:absolute;
	top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#00CCFF;
}
#boat_contain{
	width:700px;
	margin:auto;
	padding-top:375px;
	padding-left:260px;
	padding-right:50px;
}
.advantage{
	padding-bottom:10px;
	border-bottom:1px solid;
	border-bottom:1px solid #666666;
}
.advPhoto{
	float:left;
	margin-right:15px;
}

#photoGallery{
	margin-top:40px;
	border-bottom:1px solid #666666;
}
.photo{
	width:243px;
	float:left;
	padding-right:20px;
}
.features{
	padding-bottom:20px;
	border-bottom:1px solid #666666;
}
.feature img{
	float:left;
	padding-right:10px;
}
.colorSwatch{
	float:left;
	width:20px;
	height:15px;
	border:1px solid #888888;
	margin-right:10px;
	margin-bottom:10px;
}
#interiors img{
	padding-right:10px;
}
#pageWrap { /* Wraps the entire page with 100% height and a negative margin for the footer */
	height:auto !important;
	height:100%;
	margin:0px 0px -100px;
	min-height:100%;
	padding:0px;
	position:relative;
	width:100%;
}

#footer {
	position:relative;
	width:100%;
	bottom:0px;
	height:100px;
	margin:0px;
	z-index:10;
}