.newsTicker{
/*Funnily enough this is the border color for the news ticker :) */
	border:1px solid #184B88;
}
.border{
/*This is the border color for the boxes in the side bar */
	border:1px solid #184B88;
}

.header{
/* The background and text colours for the very top bar with click here for Trek Adventures etc. */
	background-color:#347EBF;
	color:#FFFFFF;
}

.Footer{
/* The colour of the footer bar at the bottom 
	background-color:#184B88;
}

.Footer li.current a{
/* The text colour for the current link in the footer (disabled at the mo) 
 	color: #184B88; */
}

.siteNav a{
/* the wee pixel arrow and the text colour for the side nav bar */
	background-image:url("images/sailarrow.gif");
	color:#184B88;
}

.siteNav a:hover, .siteNav a.current{
/* the wee pixel arrow and the text colour for the side nav bar */
	background-color:#184B88;
	color:#FFFFFF;
}

h3, .watermark h3.banner{
/* The background colour for all the banners with curved ends */
	background-color:#184B88;
	background-image: url("images/sailingcurve.gif");
}

.watermark h3{
	color:#184B88;
}

#printDate{
	display:none;
}


h3.quote{
	font-style:italic;
	color:#666;
}



.yacht_details{
	clear:both;
	border-bottom:1px solid #CCC;
}

.yacht_description{
	float:right;
	width:390px;
	height:160px;
	padding-top:15px;
	position:relative;
	overflow:hidden;
}

.yacht_more_info{
	position:absolute;
	bottom:0px;
	right:2px;
}

.yacht_more_info a{
	cursor:pointer;
	font-size:0.7em;
	text-transform:uppercase;
}

.yacht_image{
	float:left;
	width:140px;
}

.yacht_full_info{
	clear:both;
}