/*---------- CSS Reset ----------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: top;background: transparent;}
/*---------- Sitepoint CSS Reset ----------*/
#navigation a.kioti
{
	color: #fff;
	background: #fb0 url(../img/left-tab.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px
}

#navigation a.kioti span
{
	background: url(../img/right-tab.gif) right top no-repeat;
	padding-right: 10px
}
/*--------------------*/

#navigation a.yamaha
{
	color: #fff;
	background: #a40505 url(../img/left-tab_yamaha.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px
}

#navigation a.yamaha span
{
	background: url(../img/right-tab_yamaha.gif) right top no-repeat;
	padding-right: 10px
}
/*--------------------*/

#navigation a.ariens
{
	color: #fff;
	background: #0aa405 url(../img/left-tab_ariens.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px
}

#navigation a.ariens span
{
	background: url(../img/right-tab_ariens.gif) right top no-repeat;
	padding-right: 10px
}
/*--------------------*/
#navigation a.orange
{
	color: #fff;
	background: #fb890a url(../img/left-tab_orange.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px
}

#navigation a.orange span
{
	background: url(../img/right-tab_orange.gif) right top no-repeat;
	padding-right: 10px
}
/*--------------------*/

#navigation a.bobcat
{
	color: #fff;
	background: #933cb8 url(../img/left-tab_bobcat.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px
}

#navigation a.bobcat span
{
	background: url(../img/right-tab_bobcat.gif) right top no-repeat;
	padding-right: 10px
}
/*--------------------*/

#navigation a.kioti:hover, #navigation a.yamaha:hover, #navigation a.ariens:hover, #navigation a.bobcat:hover, #navigation a.orange:hover
{
	color: #fff;
	background: #26a url(../img/left-tab-hover.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px
}

#navigation a.kioti:hover span, #navigation a.yamaha:hover span, #navigation a.ariens:hover span, #navigation a.bobcat:hover span, #navigation a.orange:hover span
{
	background: url(../img/right-tab-hover.gif) right top no-repeat;
	padding-right: 10px
}
#navigation a.kioti, #navigation a.kioti span, #navigation a.yamaha, #navigation a.yamaha span, #navigation a.ariens, #navigation a.ariens span, #navigation a.bobcat, #navigation a.bobcat span, #navigation a.orange, #navigation a.orange span
{
	display: block;
	float: left
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a.kioti, #navigation a.kioti span, #navigation a.yamaha, #navigation a.yamaha span, #navigation a.ariens, #navigation a.ariens span, #navigation a.bobcat, #navigation a.bobcat span, #navigation a.orange, #navigation a.orange span
{
	float: none
}
/* End IE5-Mac hack */

#navigation
{
	list-style: none;
	padding: 0;
	margin: 0
}

#navigation li
{
	float: left;
	display: block;
	margin: 0;
	padding: 0
}
/*---------- Layout Styles----------*/
* {
	margin:0px;
	padding:0px;
}
.hideme {
   position:fixed;
	top:-3000px;
}
body {
	background-color:#e3e9f0;
}
.clear {
	clear:both;
}
#mainNav {
	position:relative;
	height:40px;
	background-color:#000000;
	text-transform: uppercase;
	font-family:arial;
	font-size:9pt;
}
		#mainNavCenter {
			color:#FFFFFF;
			position:relative;
			margin-left:auto;
			margin-right:auto;
			width:960px;
			height:38px;
			padding-top:12px;
		}
				#mainNavCenter ul.left li {
					list-style-type:none;
					display:inline;
					font-size:11pt;
					font-weight:bold;
					padding:0 5px;
				}
				#mainNavCenter ul.right li {
					list-style-type:none;
					display:inline;
					font-size:11pt;
					padding:0 5px;
				}
				#mainNavCenter a {
					color:#FFFFFF;
				}
				#mainNavCenter a.current {
					color:#89bdfe;
				}
#header {
	position:relative;
	background-color:#053572;
	background:url(../img/headerBG.jpg);
	background-repeat:repeat x;
	height:144px;
	border-top:1px solid #90c1fd;
	border-bottom:1px solid #90c1fd;
}
		#headerCenter {
			position:relative;
			margin-left:auto;
			margin-right:auto;
			width:960px;
			height:144px;
			background:url(../img/header.jpg) no-repeat;
		}
				#headerNav {
					position:relative;
					top:126px;
					color:#FFFFFF;
					text-transform: uppercase;
					font-family:arial;
					font-size:11pt;
					font-weight:bold;
				}
		
#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	font-family:georgia;
	font-size:9pt;
	padding-top:20px;
}
		#left {
			position:relative;
			float:left;
			width:240px;
		}
				.leftH {
					border-bottom:1px solid #043572;
					width:240px;
				}
				.itemHead {
					background-color:#c2ddff;
					font-weight:bold;
					width:235px;
					height:24px;
					margin:10px 0;
					padding-left:5px;
					padding-top:8px;
				}
				.itemBody {
					padding-bottom:20px;
				}
				span.price {
					color:#a80b0b;
				}
				a.moreLink {
					position:relative;
					float:right;
					color:#053672;
					font-weight:bold;
				}
		#right {
			position:relative;
			float:right;
			width:240px;
		}
				.rightH {
					border-bottom:1px solid #043572;
					width:240px;
				}		
		#center {
			position:relative;
			margin-left:auto;
			margin-right:auto;
			width:450px;
		}
				.centerH {
					border-bottom:1px solid #043572;
					width:450px;
				}
/*---------- General Styles----------*/
	h2, h3 {
	color:#043572;
	text-transform: uppercase;
	font-family:arial;
	font-size:14pt;
}
.left {
	position:relative;
	float:left;
}
.right {
	position:relative;
	float:right;
}
p {
	text-align:justify;
	padding:5px 0;
}
#contentContainer_one p.center {
	text-align:center;
}
a {
	text-decoration:none;
	color:#f26522;
}
img {
	padding:5px;
}

