

@charset "UTF-8";
/* CSS Document */



body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#343434;
	font-size:.8em;
	background-color:#ffffff;
	/*background-image: url("../images/2010/abstract-background.jpg");
	background-repeat:repeat;*/
	}
fieldset {
	margin-bottom:10px;
	}
a {
	color:#1969bc;
	text-decoration:none;
	}
	
a :hover {
	text-decoration:underline;
	}

h2 {
	margin:10px 10px 5px 10px;
	font-size:1.2em;
	text-decoration:underline;
	color:#1969bc;
	}
	
h3 {
	margin-bottom:0px;
	}

blockquote {
	margin-top:0px;
	margin-bottom:4px;
	}
	
#header {
	/*background-color:#ed2025;*/
	margin-bottom:20px;
	padding-bottom:20px;
	}
	
#content {
	width:830px;
	border:1px solid #cccccc;
	margin:auto auto;
	background:#ffffff;
	}
	
#contactForm {
	width: 244px;
	border:1px solid #cccccc;
	float:left;
	}
	
.contactForm {
	margin:20px;
	}
	
.clear {
	clear:both;
	}
	
.green {
	color:#00a90f;
	}
	
.blue {
	color:#1969bc;
	}
	
.red {
	color:#ed2025;
	}
	
.lightColor {
	background:#f7f7f7;
	border:1px solid #eaeaea;
	}
	
#boats {
	float:left;
	width:465px;
	margin:0px 40px 40px 40px;
	}
	
#dealerInfo {
	margin:20px;
	opacity:0;
	filter:alpha(opacity=0);
	display:none;
	}
	
.boat {
	width:462px;
	height:130px;
	border:1px solid #c9c9c9;
	margin-top:15px;
	}
	
.saleInfo {
	width:462px;
	border:1px solid #c9c9c9;
	border-top:1px solid #ffffff;
	}

.infoTease {
	float:left;
	width:236px;
	height:130px;
	border-left:1px solid #c9c9c9;
	}

.boatImage {
	margin-top:40px;
	}
	
.strong {
	font-weight:bold;
	}
	
.price {
	font-size:2.5em;
	font-weight:bold;
	/*color:#00a90f;   Green  */
	color:#ed2025;
	}

.tinyLink {
	font-size:.8em;
	text-decoration:underline;
	float:right;
	cursor:pointer;
	color:#1969bc;
	}

.blockQuote {
	margin-left:30px;
	}

.indent {
	margin-left:0px;
	}
	
	
/*  Table Styles  */

table {
	border:0;
	margin:auto auto;
	margin-bottom:20px;
	}

caption {
	text-align:center;
	}
	
th {
	text-decoration:underline;
	}
	
tfoot {
	color:#ed2025;
	font-weight:bold;
	}
		
td {
	padding:5px;
	text-align:center;
	/*font-size:.8em;*/
	}

.small {
	font-size:.8em;
	}

#model {
	width:150px;
	text-align:left;
	}
	
.model {
	font-weight:bold;
	text-align:left;
	}
	
#current {
	width:80px;
	}	
	
#plus {
	width:70px;
	}
	
#total {
	text-align:right;
	}
	
.total {
	font-weight:bold;
	color:#1469ab;
	}
#sigInfo {
	}
	
.logoHeader {
	margin:20px 0px 0px 28px;
	border:3px solid #3a3a3a;
	}



.infoBox {
	/*border:1px solid #eaeaea;*/
	border-collapse:collapse;
	}
	
.infoBox td {
	vertical-align:top;
	}
	
.bigNumber {
	font-weight:bold;
	color:#5f93c9;
	font-size:4em;
	position:absolute;
	left:0;
	top:-10px;
	/*opacity:0.4;
	filter:alpha(opacity=40);*/
	}




