@charset "utf-8";
/* CSS Document */

body {
	background-color: #3e3e3e;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #000000;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #76d636;
}

#masthead {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #355a8d;
}

#navbar {
	background-image: url(images/navbarback.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 950px;
	text-align: center;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	line-height: 16px;
}

/* start of list style navigation */
#nav {
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	height: 25px;
	}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#nav li {
	float: left;
	display: inline;
	text-align: center;
	height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	
	}
#nav a {
	font-size: 15px;
	font-weight: bold;
	color: #ffd500;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	
	}
	
#nav a:hover {
	color: #FFFFFF;
	
	}
#homebannercontainer {
	height: 290px;
	width: 942px;
	background-image: url(images/homebannerback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 4px;
}
#homebannerleft {
	margin: 0px;
	padding: 0px;
	height: 280px;
	width: 204px;
	float: left;
}
#homebannerleft img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#kitnav {
	margin: 0px;
	height: 20px;
	width: 730px;
	background-image: url(images/kitnavbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#kitnav a {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

#kitnav a.yamaha:link, #kitnav a.yamaha:visited, #kitnav a.yamaha:active {
	color: #dd0000;
	text-decoration: none;
}
#kitnav a.skidoo:link, #kitnav a.skidoo:visited, #kitnav a.skidoo:active {
	color: #ffd500;
	text-decoration: none;
}

#kitnav a.cat:link, #kitnav a.cat:visited, #kitnav a.cat:active {
	color: #76d636;
	text-decoration: none;
}
#kitnav a.other:link, #kitnav a.other:visited, #kitnav a.other:active {
	color: #5b97c8;
	text-decoration: none;
}


#kitnav a.yamaha:hover, #kitnav a.skidoo:hover, #kitnav a.cat:hover,  #kitnav a.other:hover{
	color: #FFFFFF;
}

#homebanner {
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 280px;
	width: 730px;
	float: right;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#content {
	background-image: url(images/contentback.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 188px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #b5b5b5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* start of sidebar list style navigation */
.sidenav {
	padding: 0px;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.sidenav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 1px solid #FFFFFF;
	}
.sidenav li {
	margin: 0px;
	display: block;
	letter-spacing: 1px;
	background-color: #333333;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
.sidenav a:link, .sidenav a:visited, .sidenav a:active {
	text-align: left;
	color: #FFFF66;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	background-color: #000000;
	height: 22px;
	}

.sidenav a:hover {
	color: #6699CC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	text-decoration: none;
	
	}
	
.sidenav h2 {
	margin: 0px;
	height: 20px;
	background-color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
}
#sidebar1 h1 {
	color: #2d4365;
	background-color: #CCCCCC;
	text-align: center;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ffd500;
	font-size: 14px;
	font-weight: bold;
}
.sidebartext {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sidebartext p {
	margin: 0px;
	padding: 10px;
	color: #000000;
}
.sidebartext a:link, .sidebartext a:visited, .sidebartext a:active {
	color: #990000;
	text-decoration: none;
}
.sidebartext a:hover {
	color: #FFFFFF;
}
.sidehighlight {
	font-weight: bold;
	color: #FFFFFF;
}



#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 212px;
} 

#mainContenttext {
	background-color: #000000;
	padding: 8px;
	border: 1px solid #FFFFFF;
	width: 695px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 6px;
}

#footer {
	background-image: url(images/footerback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
}
.homeadsTDred {
	color: #FFFFFF;
	background-image: url(images/homeyamahadbox.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	height: 156px;
	width: 354px;
	
}
.homeadsTable ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: disc;
}
.homeadsTDyellow {
	color: #FFFFFF;
	background-image: url(images/homeskidooadbox.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	height: 156px;
	width: 354px;
	
}
.homeadsTDgreen {
	color: #FFFFFF;
	background-image: url(images/homecatadbox.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	height: 156px;
	width: 354px;
	
}
.homeadsTDblue {
	color: #FFFFFF;
	background-image: url(images/homepolarisadbox.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	height: 156px;
	width: 354px;
	
}
.homeadstext {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 180px;
}
/* inside page styles */
#insidebannerleft {
	margin: 0px;
	padding: 0px;
	height: 142px;
	width: 204px;
	float: left;
}
#insidebannerleft img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#insidebannercontainer {
	height: 150px;
	width: 942px;
	background-image: url(images/homebannerback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 4px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#insidebanner {
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 142px;
	width: 730px;
	float: right;
}
#insideContenttext {
	background-color: #FFFFFF;
	padding: 8px;
	border: 1px solid #FFFFFF;
	width: 712px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
}
#insideContenttext h2 {
	font-size: 16px;
	font-weight: bold;
	color: #6699CC;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#insidecontent {
	background-image: url(images/contentbackinside.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
	width: 942px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#insidemainContent  h1 {
	color: #2d4365;
	background-color: #CCCCCC;
	text-align: left;
	padding: 5px;
	border: 1px solid #ffd500;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#insidemainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float: right;
	width: 730px;
	padding: 0px;
} 
.yellowtext {
	font-weight: bold;
	color: #ffd500;
}
.greentext {
	font-weight: bold;
	color: #76d636;
}

.turbomodelTD1 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #4f76a5;
	margin: 0px;
	height: 30px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.turbomodelTD2 {
	background-image: url(images/modelheaderback2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.photodiv {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
}

.photodiv img {
	border: 2px solid #003366;
	padding: 4px;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
TD.footer2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif
}
TD.details {
	color: #0033FF;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
TD.other {
	color: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
TD.dealertable {
	margin: 0px;
	padding: 15px;
}
.homeadstext a:link, .homeadstext a:visited, .homeadstext a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.homeadstext a:hover {
	color: #76d636;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #76d636;
}
