/* 
CREATED BY HOTWIRE ADVERTISING AND WEB DESIGN 
http://www.hotwireindustries.com
*/

/* Default style for the BODY */
body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #6a6a6a;
	text-align: center;
	text-transform: none;
}


/* DEFAULT style for any LINKS */
a, a:visited, a:active { 
	color: #5097c9;
	text-decoration: underline;
}
	
a:hover {
	color: #2f658b;
	text-decoration: none;
}


/* Default style for H1 */
h1 {
	font-size: 39px;
	line-height: 39px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000;
	margin: 0 0 -5px 0;
	padding: 0;
}

h2 {
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	color: #5097c9;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #232b36;
	word-spacing: -.125px;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #5097c9;
	word-spacing: -.125px;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #000;
	margin: 0 0 25px 0;
	padding: 0;
	text-transform: uppercase;
}

h6 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #333;
	word-spacing: -.125px;
	margin: 0;
	padding: 0;
}

#singleBoatLeftContent h2 {
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #000;
	margin: 0 0 25px 0;
	padding: 0;
	text-transform: uppercase;
}

p {
	margin: 0 0 15px;
}

small, .smalltitle {
	font-size: 10px;
}

ul {
	padding: 0 0 15px 25px;
	margin: 0;
}

ul li {
	padding-left: 4px;
	margin-bottom: 6px;
}

ol {
	padding: 0 0 15px;
	margin: 0 0 0 19px; 
}

ol li {
	list-style: decimal;
	margin-bottom: 12px;
}


/* DEFAULT style for any IMAGE */
img {
	border: 0;
}


/* TEXT Styles */
.red {
	color: #c72e33;
}

.redLink {
	color: #c72e33;
}

.grey {
	color: #999;
}

a:link.searchLink {
	padding: 2px 4px;
	background: #5097c9;
	color: #FFF;
	text-decoration: none;
}

a:hover.searchLink {
	background: #FFF;
	color: #5097c9;
}


/* DEFAULT FORM field styles */
.inputField {
	border: 1px solid #7c7c7c;
	background-color: #f6f6f6;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

input, textarea, select, option {
	color: #6a6a6a;
}

.checkbox {
	width: 15px;
	background: none;
	border: none;
	margin-left: 2px;
}

.submit {
	width: 100px;
	border: 1px solid #7c7c7c;
	background-color: #7c7c7c;
	color: #FFF;
	font-weight: bold;
}

.submit:hover {
	background-color: #d5d5d5;
	color: #383a3b;
	cursor: pointer;
}


/* TO CLEAR ANY FLOATS USE THIS */
.clear	{
	clear: both;
}


/* STRUCTURE - Wrappers and Container Divs */
#contentwrapper {
	width: 950px;
	text-align: left;
	margin: 0 auto;
}

#header {
	padding: 20px 0;
	text-align: center;
}

#printNumbers {
	display: none;
}

#nav {	
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #FFF;
	padding: 0 0 1px 0;
	margin-bottom: 7px;
	background: url(images/nav-bg-black.jpg) no-repeat #000;
	text-transform: uppercase;
}

#navLeft {
	float: left;
	width: 600px;
	margin: 0 0 0 20px;
}

#navRight {
	float: right;
	width: 270px;
	text-align: right;
	margin: 0 20px 0 0;
	color: #efe9c7;
}

#navLeft ul, #navRight ul  {
	padding: 8px 0 6px 0;
	margin: 0;
}

#navLeft li,  #navRight li {
	display: inline;
	margin: 0 1px 0 0;
	padding: 7px 1px 5px 1px;
}

.navSeperator {	
	background: url(images/nav-bg-seperator.jpg) no-repeat bottom left;
}

#navLeft li a,  #navRight li a {
	color: #FFF;
	padding: 7px 8px 5px 8px;	
	margin: 0;
	text-decoration: none;
	background: none;
}

#navLeft li a:hover,  #navRight li a:hover {
	text-decoration: none;
	background: #454243;
}

#content {
	text-align: left;
	padding: 0;
}

#banner-image {
	text-align: center;
	margin: 0 auto;
}

.centerdiv { /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div { /*Proper way to center a relative div*/
margin: 0 auto;
}

#homepage-intro {
	width: 680px;
	text-align: left;
	font-size: 18px;
	line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 25px 0 0 128px;
}

#homepage-flag {
	text-align: center;
}

#contentLeft {
	float: left;
	width: 465px;
	text-align: left;
	padding: 0 55px 0 30px;
}

#contentRight {
	float: left;
	width: 143px;
	text-align: left;
	padding-top: 4px;
}


/* SAILBOATS/POWER LANDING PAGE Styles/Structures */
#moduleWrapper {
	padding: 0 11px 0;
	margin: 10px 0 15px 0;
	color: #1d3247;
}

#featuredBoatStrip {
	margin: 0 0 20px;
	padding: 0 0 10px 0;
	font-size: 12px;
	line-height: 15px;
	background: url(images/featured-boat-strip-bg.jpg) bottom left repeat-x;	
	color: #1d3247;
}

#featuredBoatStripBrokers {
	margin: 20px 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	line-height: 15px;
	background: url(images/featured-boat-strip-bg.jpg) bottom left repeat-x;
	color: #1d3247;
}

/* OLD 12-8-08 #featuredBoatStripBrokers {
	margin: 20px 0;
	padding: 7px 20px 10px 20px;
	font-size: 12px;
	line-height: 15px;
	background: url(images/featured-boat-strip-bg.jpg) bottom left repeat-x #a8a27f;
	color: #1d3247;
}
*/

#featuredBoatStripHeadline {
	display: block;
	background: #a8a27f;
	font-weight: bold;
	padding: 7px 0 7px 14px;
	margin-bottom: 10px;
}

#featuredBoatStrip img {
	float: left;
	border: 1px solid #243e5f;
	margin-right: 8px;
}

#featuredBoatStripBrokers img {
	float: left;
	border: 1px solid #243e5f;
	margin-right: 8px;
}

.featuredBoatStripListing {
	float: left;
	width: 220px;
	margin-left: 11px;
}

.module {
	float: left;
	width: 226px;
	margin: 0 8px 15px 0;
	font-size: 10px;
	line-height: 14px;
}

.module h2 {
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	text-transform: none;
}

.moduleLast {
	float: left;
	width: 226px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 14px;
}

.module .title {
	background: url(images/blue-button.jpg) no-repeat #00648b;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 10px;
	height: 24px;
}

.moduleLast .title {
	background: url(images/black-button.jpg) no-repeat #242424;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 10px;
	height: 24px;
}

.moduleContent, .moduleLastContent {
	margin: 5px 0 0 0;
	padding: 15px 20px;
	background: url(images/module-content-bg.jpg) bottom left no-repeat #e6e6e6;
	display: block;
	height: 200px;
}

#moduleContentBoatSize {
	padding-left: 50px;
}

.module p, .moduleLast p {
	margin: 0 0 10px;
}

.brokerSmallImage {
	float: left;
	margin: 0 8px 0 0;
}

.brokerSmallListing {
	height: 80px;
	margin-bottom: 10px;
}

.module img, .moduleLast img {
	margin-bottom: 5px;
}

.boatSize {
	font-size: 23px;
	line-height: 29px;
	font-weight: bold;
}


/* BOAT GROUP LISTINGS STYLES */
#boatSizeNav {
	float: left;
	width: 120px;
	margin: 30px 0 0 40px;
}

#boatListing {
	float: left;
	width: 650px;
	margin: 30px 0 0 0;
}

.boat {
	margin-bottom: 35px;
	font-size: 12px;
	line-height: 16px;
	color: #232b36;
}

.boat p {
	margin-top: 15px;
}

.boat img {
	border: 1px solid #858687;
	margin-right: 20px;
	float: left;
}

.boat a:hover img {
	border: 1px solid #5097c9;
}

.boatDescription {
	float: left;
}

.boatPrice {
	float: right;
	width: 110px;
	text-align: right;
	font-style: italic;
	font-size: 15px;
}

.boatNameLink {
	font-size: 25px;
	line-height: 28px;
	text-transform: uppercase;
}


/* INDIVIDUAL BOAT LISTING Styles */
#singleBoatWrapper {
	width: 632px;
	color: #232b36;
	font-size: 12px;
	margin-bottom: 45px;
	margin: 0 auto;
}

#singleBoatGalleryTop {
	margin: 0 0 4px 0;
}

#singleBoatGalleryBottom {
	margin-bottom: 20px;
}

#singleBoatGalleryTop img, #singleBoatGalleryBottom a img {
	border: 2px solid #ccc;
}

#singleBoatGalleryTop a:hover img, #singleBoatGalleryBottom a:hover img {
	border: 2px solid #5097c9;
}

.singleBoatGalleryMiddle {
	margin: 0 4px;
}

#singleBoatLeftContent {
	float: left;
	width: 395px;
	margin: 0 30px 0 0;
}

#singleBoatRightContent {
	float: right;
	width: 200px;
	color: #5097c9;
}

.specHeadlines {
	display: block;
	margin-bottom: 10px;
	background: url(images/spec-bg.jpg) bottom left repeat-x;
}

.specLeft {
	float: left;
	width: 50%;
}

.specRight {
	float: right;
	width: 50%;
	text-align: right;
	color: #232b36;
}

.singleBoatPrice {
	font-size: 26px;
	margin: 10px 0 41px 0;
}

.requestInfo a {
	display: block;
	text-align: right;
	margin-bottom: 18px;
	background: url(images/request-info-boat3.jpg) top left no-repeat;
	height: 60px;
	padding: 13px 0 0 0;
	font-weight: bold;
	color: #e03127;
}

.requestInfo a:hover {
	background: url(images/request-info-boat3-hover.jpg) top left no-repeat;
	color: #554f27;
}


/* BROKER SECTION */
#brokerBioWrapper {
	background: #edf1fa;
	font-size: 12px;
	line-height: 16px;
	color: #1d3247;
	width: 878px;
	padding: 15px 25px 10px 25px;
	margin: 0 11px;
}

#brokerBioWrapper h1 {
	font-size: 22px;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000;
	margin-bottom: 8px;
}

#brokerBioLeft {
	float: left;
	width: 420px;
}

#brokerBioRight {
	float: right;
	width: 440px;
	padding-top: 148px;
}

#brokerBioRightAbout {
	float: right;
	width: 440px;
}

#brokerBioRightAbout img {
	margin-bottom: 15px;
}

.brokerContactInfo {
	margin-bottom: 20px;
}

.brokerContactInfo h1 {
	font-size: 22px;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000;
	margin: 0 0 -2px 0;
	padding: 0;
}

.brokerContactInfo img {
	float: left;
	margin-right: 15px;
}

#brokerOffices {
	float: left;
	width: 170px;
	background-color: #caced7;
	padding: 10px;
	margin: 0 13px 10px 0;
	font-size: 12px;
	line-height: 15px;
}

#brokerOffices img {
	margin: 0 0 3px 0;
	border: 1px solid #8790a4;
}


/* CONTACT FORM */
#contactWrapper {
	padding: 30px 0 0 40px;
}

.contactFieldWrapper {
	clear: both;
	margin-bottom: 15px;
}

.contactFieldsLeft {
	float: left;
	width: 270px;
	text-align: right;
	padding-top: 1px;
}

.contactFieldsRight {
	float: right;
	width: 350px;
}

#contactLeft {
	float: left;
	width: 190px;
	margin: 0 10px 0 0;
	border-right: 1px solid #CCC;
}

#contactRight {
	float: left;
	width: 635px;
}


/* Default style for FOOTER content and links */
#footer {
	font-size: 12px;
	line-height: 17px;
	color: #6a6a6a;
	margin-top: 15px;
	text-align: center;
	padding: 15px 0;
	background: url(images/footer-bg-2.jpg) top left repeat-x #dbd9d9;
}

#footer a {
	color: #6a6a6a;
	text-decoration: underline;
}

#footer a:visited {
	color: #6a6a6a;
}

#footer a:hover {
	color: #383838;
	text-decoration: none;
}

#footer a:active {
	color: #6a6a6a;
	text-decoration: underline;
}

.footerAddress {
	color: #4f4e4e;
	font-weight: bold;
}


/* LIGHTBOX STYLES */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
