﻿/* Created by Mark Russell */
/*  BoatWizardWebSolutions.com */
/* General Styles & fonts */
body {
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
	color: #464646;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #2D2D2D;
}
h1 {
	margin: 0px;
	font-size: 24px;
	color: #204588;
	font-weight: normal;
}
h2 {
	margin: 0px;
	font-size: 16px;
	color: #a3a3a3;
	font-weight: normal;
}

h3 {
	margin: 0px;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
}
a.newstitle{
	font-size: 20px;
	color: #204588;
	font-weight: normal;
}

ul#nav li a {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
}
#footer, #footer a {
	color: #555553;
	text-decoration: none;
}

a {
	text-decoration:none;
	color:#
}

/* structure */
#container {
	width: 940px;
	margin: 70px auto 0px auto;
	background-color: #ffffff;
}
#page {
	width: 920px;
	margin: 10px;
	
}

/* navigation */
ul#nav {
	width: 100%;
	height: 52px;
	background-image: url('images/nav-bg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #5C5D58;
}
ul#nav li {
	height: 16px;
	padding: 19px 0px 15px 0px;
	border-right: 1px #333333 solid;
	float: left;
	display: block;
	margin: 0px;
	text-align: center;
}


/* The below classes are for the navigation, although they may seem unecessary it is the only way to have the list work in IE6 as well as the modern browsers */
.home {
	width: 62px;
}
.parts {
	width: 142px;
}
.used {
	width: 151px;
}
.new {
	width: 97px;
}
.about {
	width: 69px;
}
.news {
	width: 62px;
}
.scrapbook {
	width: 98px;
}
.contact {
	width: 91px;
}
ul#nav li.nobor {
	border-right: none;
}
ul#nav li img {
	position: absolute;
	margin: -16px 0px 0px 20px;
}

/* logos */
ul#logos {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 56px;
}
ul#logos li, ul#logos a {
	display: block;
	height: 56px;
	float: left;
	background-repeat: no-repeat;
}
.tracker {
	background-image: url('/images/logos.jpg');
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 154px;
}
.suntracker {
	background-image: url('/images/logos.jpg');
	background-position: -155px 0px;
	width: 142px;
}
.tahoe {
	background-image: url('/images/logos.jpg');
	background-position: -298px 0px;
	width: 175px;
}
.nitro {
	background-image: url('/images/logos.jpg');
	background-position: -474px 0px;
	width: 141px;
}
.mako {
	background-image: url('/images/logos.jpg');
	background-position: -616px 0px;
	width: 137px;
}
.mercruiser {
	background-image: url('/images/logos.jpg');
	background-position: -754px 0px;
	width: 170px;
}

/* homepage table */

#rightpanel {
	background-color:#A0A09D;
	color:#ffffff;
	padding:10px;
	width:260px;
}

.footerimage {
	float: right; margin-top:25px;
}

.videoborder {
	border: 5px #B6B6B4 solid;
}