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

* {
	margin: 0px;
	padding: 0px;
	z-index: 0;
	outline: 0px;
}

a img {
	border: 0px;	
}

body {
	background-color: #891717;
	margin:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #FFF;
}

p {
	padding-bottom: 15px;	
}

a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #d90f29;
	text-decoration:underline;
	line-height:20px;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #d90f29;
	text-decoration:underline;
	line-height:20px;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #d90f29;
	text-decoration:underline;
	line-height:20px;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #d90f29;
	text-decoration:underline;
	line-height:20px;	
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 1045px;
	margin-top:0px;
}

#header{
	height:120px;
	width:1045px;
	float:left;
}

#top-border{
	height:290px;
	width:1045px;
	float:left;
	background-image: url(../images/top-border.png);
}

#top-margin{
	height:15px;
	width:1045px;
	float:left;
	background-image: url(../images/top-margin.png);
}
#content{
	min-height: 390px;
	width:920px;
	float:left;
	background-image:url(../images/content.png);
	background-repeat:repeat;
	padding-left:70px;
	padding-right:70px;
	position: relative;
	
}

h1 {
	font-size: 16px;
	font-weight:bold;
	color: #d90f29;
}

h2 {
	font-size: 14px;
	font-weight:bold;
	color: #d90f29;
}

.style1{
	font-size: 16px;
	font-weight:bold;
	color: #FFF;	
}

.style2{
	font-size: 14px;
	font-weight:bold;
	color: #CCC;
	
}

#top-rotation {
	height:290px;
	width:700px;
	float:left;
	margin-right:51px;
}

#navigation{
	width: 230px;
	height:290px;
	float:left;
	margin-left:60px;
	margin-right:4px;
}

#navigation a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height:20px;
	text-decoration:none;
	font-weight:bold;
}
#navigation a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height:20px;
	text-decoration:none;
	font-weight:bold;
}
#navigation a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height:20px;
	text-decoration:none;
	font-weight:bold;
	font-weight:bold;
}
#navigation a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height:20px;
	text-decoration:none;
	font-weight:bold;
}

#footer{
	height:60px;
	width:1045px;
	float:left;
	background-image:url(../images/footer.png);
}
.image-right{
	float: right; 
	width: 430px;
	margin-left: 20px;
}
.image-right img{
	display: block; 
	margin: 40px auto;
}

.imgRight {
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.image-right2{
	float: right; 
	width: 430px;
	margin-left: 20px;
}
.image-right2 img{
	display: block; 
	margin: 10px auto;
}
#letter {
	padding: 10px;
}

.centerImg {
	display: block;
	margin: 0px auto;	
}

.center {
	margin: 0px auto;
	text-align: center;
}

.sold {
	font-size: smaller;
	color: #f00;	
}

ul.boats {
	margin-left: 35px;	
}

.used_boats {
	float: left;
	width: 290px;
	margin: 5px;
	height: 243px;
	border: 1px solid #ccc;
	background: #bf1616;
	position: relative;
}

.used_boats .title {
	display: block;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	background: #bf1616;
	width: 270px;
    height: 60px;
}

.used_boats img {
	display: block;
	height: 153px;
	margin-bottom: 24px;
}

.used_boats .links {
	display: block;
	border-top: 1px solid #fff;
	font-size: 14px;
	padding: 4px 0px;
	text-align: center;
	background: #bf1616;
	position: absolute;
	bottom: 0px;
	width: 290px;
}

.used_boats .links a {
	color: #fff;
	text-decoration: underline;
}

.used_boats li{
	margin-left:70px;
}

#used_popup {
	color: #FFF;
}

#used_popup h1 {
	font-size: 18px;
}

#used_popup h2 {
	font-size: 16px;	
}

#used_popup ul {
	float: left;
	padding-left: 25px;
}

.clear {
	clear: both;	
}

img#darecompare {
	padding: 10px;
	border: 1px dotted #333;	
}

img#darecompare:hover {
	background-color: #232323;	
}

#industry-links {
	width: 740px;
	text-align: center;
	margin: 0px auto;
}

#industry-links img {
	margin: 3px;
}


.description {
	background-color: #333;	
	border: 1px solid #444;
	width: 450px;
	margin-bottom: 15px;
}

.description  p, .description  h2 {
	padding: 5px;	
}

.error {
	color: #d90f29;
}

#index-footer div {
	margin: 5px;
	width: 290px;
	height: 198px;
	float: left;
	position: relative;
}

.rotation {
	border: 2px solid #eee;	
}

.over-text {
	position: absolute;
	left: 2px;
	bottom: 2px;
}

.videos {
	margin-left: 15px;	
}

.videos div {
	float: left;
	width: 200px;
	height: 180px;
	margin: 10px;
	text-align: center;
}

.videos img {
	display: block;	
	margin: 0px auto;
	margin-bottom: 5px;
}

.videos a {
	font-size: 12px;
	padding: 10px 0px;
	color: #ccc;
}

.videos li a:hover {
	color: #fff;	
}

.magazine {
	width: 800px;
	margin: 0px auto;
	border-collapse: collapse;
}

.magazine th {
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
	color: #fff;
}

.magazine td {
	padding: 5px 3px 5px 5px;
	border-bottom: 1px dotted #393939;
	color: #eee;
}

.magazine td a {
	display: block;
	width: 320px;	
}

.satisfaction {
	width: 800px;
	margin: 0px auto;
	border-collapse: collapse;
}

.satisfaction th {
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
	color: #fff;
}

.satisfaction td {
	padding: 5px 3px 5px 5px;
	border-bottom: 1px dotted #393939;
	color: #eee;
}
#copyright {
	padding-left: 25px;
}

#copyright a {
	color: #eee;	
}

.bigboldwhite {
	font-size: 16px;
	font-weight:bold;
	color: #FFF;
	}
  
.boldgray{
	font-size:14px;
	font-weight:bold;
	color:#CCC;
}