/****** html ******/
html {
	background: #fff url(images/top_bars.gif) repeat-x;
	font-size: 100%;
}
body {
	color: #444;
	font-size: 62.5%;
	font-family: arial, helvetica, sans-serif;	
	background: url(images/compass.gif) no-repeat;
}
body * {
	margin: 0; padding: 0;
}
img {
	border: 0;
}
hr {
	margin: 5px 1px;
}
h1, h2, h3, h4, h5 {
	color: #a00;
	font-weight: normal;
	font-family: "century gothic", arial, sans-serif;
}
h1 {
	font-size: 2em;
	
	margin: .1em 0 .3em 0;
}
h2 {
	font-size: 1.8em;
	margin: .1em 0 .3em 0;
}
h3 {
	font-size: 1.6em;
	margin: .1em 0 .3em 0;
}
h4 {
	font-size: 1.4em;
	margin: .1em 0 .3em 0;
}
h5 {
	font-size: 1.2em;
	margin: .1em 0 .3em 0;
}
p {
	margin: .1em 0 .7em;
	font-size: 1.2em;
	line-height: 1.4em;
}
label {
	font-size: 1.1em;
	text-align: right;
}
ul {
	margin: .1em 0 .7em 1.8em;
}
ol {
	margin: .1em 0 .7em 2.2em;
}
li, li li {
	font-size: 12px;
	line-height: 1em;
	margin-bottom: .6em;
}
blockquote {
	margin: .6em 1.5em;
}
input {
	margin-top: 9px;
}
dt {
	font-weight: bold;
	font-size: 1.3em;
}
dd {
	margin-left: 1.4em;
	font-size: 1.2em;
}
a {
	color: #154276;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #10315a;
}
a:hover {
	color: #5A460B;
	text-decoration: underline;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.aligncenter {
	text-align: center;
}
.aligncenter img {
	margin-left: 9px;
}
/****** sturcture ******/
/* logo  and contact links */
#branding {
	margin: 32px 0 0 95px;
	w: 765px;	
	position: relative;
	height: 109px;
}
#logo_pic {
	margin: 2em 0;
}
#redbar-top {
	height: 40px;
	width: 765px;
	position: relative;
	background-color: #c00;
	color: #fff;	
	margin: 2px 0 0 95px;
	clear: both;	
	display: block;
	border-top: 1px solid #333;
}
#redbar-top h3 {
	padding: 8px 10px;
	text-align: right;
	color: #fff;
	font-weight: normal;
	font-style: italic;
}
#catalog {
	position: absolute;
	top: 2px;
	left: 352px;
	height: 60px
	width: 180px;
	z-index: 44;
	padding-top: 10px;
}
#catalog img, #quote img, #newsletter img {
	margin-top: -8px;
}
#quote {
	position: absolute;
	top: 46px;
	left: 444px;
	height: 60px
	width: 180px;
	z-index: 54;
	padding-top: 10px;
}
#newsletter {
	position: absolute;
	top: 10px;
	left: 580px;
	height: 60px;
	width: 200px;
	z-index: 44;
	padding-top: 10px;
}
#breadcrumb {
	float: left;
	margin-top: 20px;
}

/* page photo and navigation */
#mid {
	clear: both;
	margin: 2px 0 0 95px;
	width: 765px;
	height: 27.6em;
	position: relative;
	
}
#boatcaption {
	position: absolute;
	top: 230px;
	left: 8px;
}
#boatcaption h4 {
	display: inline;
	padding: 2px 4px 2px 4px;
	border: 1px solid #ccc;
	background: white;
}
#pic {
	float: left;
	width: 535px;
	height: 276px;
	
	}
#pic h4 {
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	width: 150px;
	margin-left: 200px;
	padding: 4px; 
	border: 1px solid #ccc;
}
#formdiv {
	float: left;
	width: 535px;
	padding-bottom: 2em;
	
	}

/* navigation */
#nav {
  margin: 1em 0 1em 560px;
}
#nav ul {
	list-style: none;
	font-size: 1.2em;
	margin-left: 0;
}
#nav li.home {
	margin-top: 5px;
}

/* main content */
#main {
	width: 765px;
	position: relative;
	margin: 2px 0 0 95px;
	background: transparent;
	clear: both;
	margin-top: 1em;
}
#boatname {
	float: left;
	width: 500px;
	
}
#boatname h2 {
	color: #fff;
	margin: 7px 12px;
}
.centered {
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
	height: 1px;
}
.box-0 {
	width: 765px; 
	
}
.box-1 {
	width: 765px; 
	border: 1px solid #ccc;
	background: #fff;
}
.box-2 {
	width: 370px;
	border: 1px solid #ccc;
	float: left;
	background: #fff;
}
.box-3 {
	width: 240px;
	border: 1px solid #ccc;
	float: left;
	margin: 3px;
	background: #fff;
	height: 58em;
	
}
.box-4 {
	width: 200px;
	border: 1px solid #ccc;
	float: right;
	margin: 3px;
	background: #fff;
	text-align: left;
}
.box-5 {
	width: 270px;
	float: right;
	margin: 3px;
	background: #fff;
	text-align: left;
}
.wideleft {
	text-align: left;
	width: 480px;
	margin-left: 10px;
}
.medleft {
	text-align: left;
	width: 420px;
	margin-left: 10px;
}
.onecol {
	text-align: left;
	width: 710px;
	margin-left: 10px;
}
.column {
	width: 370px;
}
.pad {
	padding: 7px;
}
.pad2 {
	padding: 10px 10px;
}
ul.manufacture {
	margin-left: 2.0em;
	list-style: none;
	font-size: 1.1em
}

/* specials */
#redbar-bottom {
	width: 760px;
	position: relative;
	background-color: #c00;
	color: #fff;	
	clear: both;	
	display: block;
}
#redbar-bottom p,#redbar-bottom h1, #redbar-bottom h2, #redbar-bottom h3, #redbar-bottom h4, #redbar-bottom h5{
	color: #fff;
}
/* gallery section */
.thumbnail {
	padding: 4px;
	margin: 2px 4px;
	border: 1px solid #ccc;
	float: left;
	font-size: 12px;
}
.thumbtext {
	width: 500px;
	margin-left: 70px;
	float:left;
}
.gallerytext {
	float: left;
	width: 765px;
	text-align: left;
}
.gallerytext ul {
	list-style: none;
	text-align: center;	
}
.gallerytext ul li {
	display: inline;
	
}
.gallerytext li a {
	display: inline-block;
	background: #000 url(images/bg_links.jpg) 0 50% repeat-x;
	color: #fff;
	padding: 6px 10px;
	font-weight: normal;
}
.gallerytext li a:hover {
	background: #900 url(images/bg_links_over.jpg) 0 50% repeat-x;
	text-decoration: none;
	color: #fff;
}

/* footer */
#footer {
	margin: 12px 0 0 95px;
	width: 765px;	
	position: relative;
	text-align: center;
	background-color: #c00;
	border-bottom: 1px solid #333;
	margin-bottom: 2px;
}
#footer h4 {
	font-size: 1.2em;
	color: #fff;
}
#footer p {
	font-size: 1em;
	color: #fff;
}
#by a {
	font-weight: normal;
	color: #666;
}
#by p {
	font-size: 1em;
	color: #666;
	text-align: center;
}