body {
	margin: 0;
	padding: 0;
	background: #505050 url(/images2008/mainbg.jpg) left top repeat-x;
	font-family: Verdana, Arial, Helvetica, "Century Gothic", san-serif;
	behavior: url(/csshover.htc);
text-align: center;
}
#page {
	xposition: absolute;
position: relative;
	xtop: 0px;
	xleft: 22px;
margin: 0 auto 0 auto;
text-align: left;
	width: 900px;
	background: #FFFFFF;
}
#topbar {
	background: #CCCCCC;
	width: 900px;
	height: 7px;
	font-size: 1px;
}
div#menu {
	width: 900px;
	background: #505050;
	font-size: 10px;
	font-weight: bold;
}
div#menu ul {
	margin: 0;
	padding: 0;
}
div#menu li {
	position: relative;
	list-style: none;
	margin: 0 1px 0 0;
	float: left;
	width: 120px;
	line-height: 10px;
	background: #818181 url(/images2008/m1b.gif) left bottom no-repeat;
}
div#menu li:hover {
	background: #CCCCCC url(/images2008/m2b.gif) left bottom no-repeat;
}
div#menu li a {
	display: block;
	padding: 3px 3px 6px 12px;
	text-decoration: none;
	width: 120px;
	color: #FFFFFF;
}
div#menu ul ul li a {
	color: #606060;
}
div#menu>ul a {
	width: auto;
}
div#menu ul ul {
	position: absolute;
	width: 120px;
	display: none;
}
div#menu ul.level1 li.submenu:hover ul.level2, div#menu ul.level2 li.submenu:hover ul.level3, div#menu ul.level2 li.submenu:hover ul.level3c {
	display: block;
}
div#menu ul.level2 {
	top: 13px;
	left: 0px;
	background: #CCCCCC url(/images2008/m2b.gif) left bottom no-repeat;
	padding: 6px 0 6px 0;
}
div#menu ul.level2 li {
	background: #CCCCCC url(/images2008/arrowW.gif) 3px 6px no-repeat;
margin: 0;
}
div#menu ul.level2 li:hover {
	background: #ECECEC url(/images2008/arrowB.gif) 3px 6px no-repeat;
}
div#menu ul.level3 {
	top: 0px;
	left: 120px;
	background: #ECECEC url(/images2008/m3b.gif) left bottom no-repeat;
	padding-bottom: 6px;
}
div#menu ul.medium {
	width: 240px;
	background: #ECECEC url(/images2008/m3bB.gif) left bottom no-repeat;
}
div#menu ul.wide {
	width: 360px;
	background: #ECECEC url(/images2008/m3cB.gif) left bottom no-repeat;
}
div#menu ul.level3 div {
	background: url(/images2008/m3tr.gif) right top no-repeat;
	width: 120px;
	height: 6px;
}
div#menu ul.medium div {
	width: 240px;
}
div#menu ul.wide div {
	width: 360px;
}
div#menu ul.level3 li {
	background: none;
	float: left;
}
div#menu ul.level3 li a {
	background: url(/images2008/arrowB.gif) 3px 6px no-repeat;
	color: #000000;
}
div#menu ul.level3 li a:hover {
	background: url(/images2008/arrowW.gif) 3px 6px no-repeat;
}
div#submenu {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 120px;
	padding: 0 0 6px 0;
	background: #CCCCCC url(/images2008/submenuB.gif) left bottom no-repeat;
	font-size: 10px;
}
div#submenu #smhead {
	background: #848484 url(/images2008/submenuT.gif) left top no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}
div#submenu ul {
	margin: 0;
	padding: 0;
}
div#submenu li {
	background: #CCCCCC url(/images2008/arrowW.gif) 3px 6px no-repeat;
	xmargin: 0;
	list-style: none;
	xmargin: 0 1px 0 0;
}
div#submenu li:hover {
	background: #ECECEC url(/images2008/arrowB.gif) 3px 6px no-repeat;
}
div#submenu a {
	display: block;
	padding: 3px 3px 6px 12px;
	text-decoration: none;
	width: 120px;
}
div#submenu a:link, div#submenu a:visited {
	color: #FFFFFF;
}
div#submenu a:hover {
	color: #848484;
}
div#submenu>ul a {
	width: auto;
}
#logoarea {
	width: 900px;
	height: 129px;
	padding-top: 9px;
	background-color: #505050;
	background-position: 29px 9px;
	background-repeat: no-repeat;
}
#content {
	position: relative;
	width: 900px;
	font-size: 0.7em;
	color: #414141;
	background: #FFFFFF;
}
#content #contentinner {
	border-left: solid 3px #999999;
	border-right: solid 3px #999999;
	border-bottom: solid 1px #999999;
	width: 900px;
}
#content>#contentinner {
	width: auto;
}
#content h1 {
	font-size: 120%;
	color: #414141;
	margin-top: 0;
	padding-top: 20px;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 115%;
	color: #888888;
	font-style: italic;
	margin: 10px 10px 10px 10px;
}
#content h3 {
	font-size: 110%;
	color: #414141;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 110%;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h5 {
	font-size: 105%;
	color: #414141;
	margin-top: 10px;
	margin-bottom: 0;
}
#content h6 {
	font-size: 105%;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 0;
}
#content p {
	margin-top: 0;
	margin-bottom: 10px;
}
#content td {
	font-size: 0.7em;
        color: #414141;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #414141;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #414141;
	font-weight: bold;
}
#content a:visited {
	color: #414141;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #414141;
	text-decoration: none;
	font-weight: bold;
}
#content .specs {
	float: right;
	xwidth: 290px;
	margin-left: 20px;
}
#content .specs td {
	padding: 2px;
}
#content .specs .alt {
	background: #EEEEEE;
}
#content .error {
	color: #FF0000;
	font-weight: bold;
}
#features {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 190px;
}
#featuresinner {
}
#content .feature {
	padding-bottom: 6px;
	margin-bottom: 10px;
	background: url(/images2008/featureB.gif) left bottom no-repeat;
}
#content .feature h2 {
	background: #818181 url(/images2008/featureT.gif) left top no-repeat;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
.feature h2 a {
	display: block;
	width: 100%;
	padding: 4px 3px 4px 3px;
}
.feature>h2 a {
	width: auto;
}
#content .feature h2 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#content .feature h2 a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#content .feature h2 a:hover {
	text-decoration: none;
	color: #414141;
}
#content .feature p {
	padding: 0 1px 0 3px;
	margin:0;
	border-left: solid 1px #818181;
	border-right: solid 1px #818181;
}
#content .feature p a {
	font-weight: bold;
}
#content .feature p a:link {
	text-decoration: none;
	color: #414141;
}
#content .feature p a:visited {
	text-decoration: none;
	color: #888888;
}
#content .feature p a:hover {
	text-decoration: none;
	color: #666666;
}
#partsearch {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 100%;
	font-weight: bold;
}
#partsearch input {
	font-size: 100%;
	font-weight: bold;
}
#footer {
	position: relative;
	width: 900px;
	height: 100px;
	background: #FFFFFF;
}
#footer #login {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 102px;
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	background: url(/images2008/login.gif) left top no-repeat;
	text-align: center;
	padding-top: 2px;
}
#footer #login a:link, #footer #login a:visited {
	color: #000000;
	text-decoration: none;
}
#footer #login a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #ozeweb {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
	font-size: 9px;
	color: #414141;
}
#footer #ozeweb a:link, #footer #ozeweb a:visited {
	color: #414141;
	text-decoration: none;
}
#footer #ozeweb a:hover {
	color: #888888;
	text-decoration: none;
}
.ecomform label {
	padding: 0 10px 0 0;
}
.ecomform select, .ecomform input {
	xfont-size: 80%;
}
.ecomform .button {
	text-align: right;
	border: solid 1px #808080;
	padding: 5px 20px 5px 0;
	margin-top: 10px;
}
.photo {
	float: left;
	width: 150px;
	height: 180px;
	margin: 20px;
	text-align: center;
}
/* FEATURES */
.featCopy {
	display: block;
	margin: 38px 0 0 24px;
	width: 840px;
	font-size: 11px;
	background-image: url(/feature/images2008/3squares.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
.featCopy a:link, .featCopy a:visited {
	color: #414141;
	text-decoration: underline;
}
.featCopy a:hover {
	color: #414141;
	text-decoration: none;
}
.compareA {
	color: #414141;
	font-size: 10px;
}
#content table#featureboats {}
#content table#featureboats td.titlesF {
	font-size: 10px;
	padding: 20px 5px 10px 5px;
	text-transform: uppercase;
	font-weight: bold;
	color: #888;
}
#content table#featureboats td.optionList {
	font-size: 10px;
	padding: 0px 5px 0px 25px;
	color: #888;
}
#content table#featureboats td.options1 {
	font-size: 10px;
	border-left: 2px solid #aaa;
	background-color: #eee;
	color: #A63B01;
	text-align: center;
	font-weight: bold;
}
#content table#featureboats td.options2 {
	font-size: 10px;
	border-left: 2px solid #aaa;
	color: #444;
	text-align: center;
	font-weight: bold;
}
#content table#featureboats td.aTop {
	border-left: 2px solid #aaa;
	color: #444;
	background-image: url(/feature/images2008/bgatop.gif);
	background-repeat: no-repeat;
}
#content table#featureboats td.aMid {
	border-left: 2px solid #aaa;
	color: #444;
	background-image: url(/feature/images2008/bgamid.gif);
	background-repeat: repeat-y;
}
#content table#featureboats td.aBot {
	border-left: 2px solid #aaa;
	color: #444;
	background-image: url(/feature/images2008/bgabot.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
#content table#featureboats td.bTop {
	border-left: 2px solid #aaa;
	color: #444;
	background-image: url(/feature/images2008/bgbtop.gif);
	background-repeat: no-repeat;
}
#content table#featureboats td.bMid {
	border-left: 2px solid #aaa;
	color: #444;
	background-image: url(/feature/images2008/bgbmid.gif);
	background-repeat: repeat-y;
}
#content table#featureboats td.bBot {
	border-left: 2px solid #aaa;
	color: #444;
	background-image: url(/feature/images2008/bgbbot.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
#content table#featureboats td.cTop {
	width: 72px;
	border-left: 2px solid #aaa;
	color: #444;
	background-image: url(/feature/images2008/bgctop.gif);
	background-repeat: no-repeat;
}
#content table#featureboats td.cMid {
	border-left: 2px solid #aaa;
	color: #444;
	background-image: url(/feature/images2008/bgcmid.gif);
	background-repeat: repeat-y;
}
#content table#featureboats td.cBot {
	border-left: 2px solid #aaa;
	color: #444;
	background-image: url(/feature/images2008/bgcbot.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
#content table#featureboats td.space1 {
	border-left: 2px solid #aaa;
	color: #444;
}
#response {
	padding: 0.5em;
	width: 90%px;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 10em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
/* RESPONSE FORM */
#response2 {
	padding: 0.5em;
}
#response2 p {
	clear: both;
	padding: 5px 0 0 0;
	margin: 0 0 0 15em;
}
#response2 legend {
	font-size: 120%;
	font-weight: bold;
}
#response2 fieldset {
	padding-bottom: 10px;
}
#response2 label {
	padding-left: 10px;
	white-space: nowrap;
}
#response2 label.ml {
	float: left;
	width: 15em;
	text-align: right;
	padding: 0;
	white-space: normal;
	margin-left: -15em;
}
#response2 b {
	margin-right: 5px;
}
#response2 span {
	margin-left: 10px;
	font-style: italic;
}
#response2 input.submit {
	width: 7em;
	text-align: center;
}
#response2 input:focus, #response2 textarea:focus {
	background-color: #dedede;
}
#response2 .element {
	float: left;
}

/* added in 2010 */

/* SRS */

#subTxtSRS {
	background-image: url(images/shadowgradient2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 8px 11px 20px 29px;
	overflow: auto;
}

#subTxtSRS p {
	margin: 5px 50px 15px 5px;	
}

#subTxtSRS h1 {
	font-size: 11px;
	font-weight: bold;
	background-color: #818181;
	padding: 3px 5px;
	color: #fff;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

#subTxtSRS h3 {
	font-size: 11px;
	font-weight: bold;
	background-color: #818181;
	padding: 5px;
	color: #fff;
	margin: 0 0 20px 0;
}


#subTxtSRS table {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#subTxtSRS td {
	vertical-align: top;
	color: #fff;
}

/* Library */

.topleft {
	background-image: url(srs/images/topLeft.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 396px;
	height: 241px;
}

.topleft p {
	padding: 155px 0px 0 5px;
}

.topRight {
	background-image: url(srs/images/topRight.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 396px;
}

.topRight p {
	padding: 155px 0px 0 5px;
}

.midleft {
	background-image: url(srs/images/midLeft.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 396px;
	height: 244px;
}

.midleft p {
	padding: 155px 0px 0 5px;
}

.midRight {
	background-image: url(srs/images/midRight.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 396px;
	height: 244px;
}

.midRight p {
	padding: 155px 0px 0 5px;
}

.botleft {
	background-image: url(srs/images/botLeft.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 396px;
	height: 385px;
}

.botleft p {
	padding: 312px 0px 0 5px;
}

.botRight {
	background-image: url(srs/images/botRight.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	height: 385px;
	width: 396px;
}

table#libraryDownloadB td#libraryDownload1 {
	vertical-align: top;
	border-right: 1px solid #ccc;
	width: 50%;
}

table#libraryDownloadB td#libraryDownload2 {
	vertical-align: top;
	padding: 0 0 0 10px;
}

.libraryBucket2 {
	font-size: 10px;
	font-weight: bold;
	color: #888;
	margin: 20px 20px 20px 170px;
	text-align: right;
	position: relative;
	height: 120px;
}

.libraryBucket2 a:link, .libraryBucket2 a:visited {
	text-decoration: underline;
	color: 000;
	font-weight: normal;
}

.libraryBucket2 a:hover {
	text-decoration: none;
	color: 000;
	font-weight: normal;
}

.libraryBucket2 img {
	position: absolute;
	top: 0px;
	left: -150px;
}

.warranty {
	background-image: url(images/warranty.jpg);
	background-repeat: no-repeat;
}

.warranty img {
	margin: 230px 0 0 0;
}

.warranty p {
	padding: 0 0 10px 5px;

}

/* Worlds */

.worldsResults h3 {
	width: 475px;
}

.worldsResults table {
	margin: 0 0 10px 10px;
}

.worldsResults td {
	padding: 3px
}
.worldsLink {
	background: #eee;
	margin: 3px;
	padding: 6px;
	font-weight: bold;
	width: 400px;
	border: #aaa 1px solid;
}

.worldsResults h2	{
	font-size:				11px;
	font-weight:			bold;
	border:					1px solid #ccc;
	padding:2px 3px;
}

.worldsResults tr.bold	{
	font-weight:		bold;
}

.worldsResults tr.odd	{
	background-color:		#dedede;
}

.worldsResults td	{
	margin:					0;
}

.worldsResults .wrapper			{
	height:					200px;
}

.worldsResults .wrapper table	{
	width:				250px;
}

.worldsResults .wrapper td	{
	margin:					0;
	padding:				3px;
}

/* Dealers */


.DealMeIn {
	margin: 0 0 0 150px;
}

.DealMeIn td{
	border-bottom: #000000 1px solid;
}

/* Three Column */

#subTxt3 {
	background-image: url(images/shadowgradient2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 35px 11px 150px 29px;
}

.tripleColumn		{
	width:			280px;
	float:			left;
}

.tripleColumn p {
	margin: 5px 25px 15px 5px;
}

.tripleColumn h2	{
	font-size:		12px;
	font-weight:	bold;
	margin:			25px 20px 10px 5px;
	border-bottom:	1px solid #000;
	border-left:	1px solid #000;
	background-color:	#666;
	color:			#fff;
	padding:		3px 5px;
}

.tripleColumn ul	{
	font-size:		10px;
}

.clearLeft			{
	clear:			left;
}

.clearBoth			{
	clear:			both;
}

/* Certified Dealers */

.leftColumn400		{
	width:			400px;
	float:			left;
}

.leftColumn400 h2	{
	font-size:		11px;
	font-weight:	bold;
	border-width:	1px 1px 2px 1px;
	border-color:	#818181;
	border-style:	solid;
	padding:		5px 5px 8px 5px;
	margin:			0 40px 0px 0;
}

.greyBucket			{
	margin:			0 50px 20px 10px;
	background-color:	#d9d9d9;
	padding:		5px 0 20px 0;
}

.leftColumn400 .greyBucket .px	{
	margin:			0px 5px 5px 5px;
	padding:5px;
	width:			300px;
}

.greyBucket ol		{
	font-weight:	bold;
	margin-bottom:	60px;
}

.rightColumn400		{
	float:			left;
	width:			400px;
}

.rightColumn400	h2	{
	font-size:		11px;
	text-transform:	uppercase;
	border-bottom:	1px solid #818181;
}

.certifiedBucket	{
	border-bottom:	1px solid #818181;
	position:		relative;
	margin:			0 0 10px 0;
}
	

.certifiedBucket img	{
}

.certifiedBucket p	{
	position:		absolute;
	top:			0px;
	left:			250px;
	padding:0;
	margin:0;
	width:200px;
}

/* international dealer links */

.dealerLinks a:link, .dealerLinks a:visited	{
	color:				#da5823;
	font-weight:		bold;
	text-decoration:	none;
}

.dealerLinks a:hover	{
	color:				#da5823;
	text-decoration:	underline;
}

.positionator	{
	position:		relative;
}

.certifiedlogo			{
	display:		block;
	position:		absolute;
	right:			40px;
	top:			70px;
}

.showPageDealer {
	float: right;
	margin: 0px 70px 0 0;
	background-color: #515151;
	padding: 9px 5px 0px 9px;
}

/* FACEBOOK *************************************************/

.facebook1		{
	margin:		45px 0 20px 0;
	float:		right;
}

/* Athlete Q A *********************************************/

.headLink		{
	color:			#fff;
	font-size:		10px;
	text-transform:	none;
	float:			right;
}

.headLink a:link, .headLink a:visited, .headLink a:hover	{
	color:			#fff;
}

.headLink a:hover	{
	text-decoration:	none;
}

.qna	{
	width:		400px;
	float:		left;
	margin:		10px 5px 10px 0;
}

.qna li	{
	list-style:		none;
	padding-bottom:	10px;
}

.qna li.question	{
	font-weight:	bold;
	padding-bottom:	0;
}

.riderPhotos		{
	margin:		10px 5px 10px 25px;
}

.riderPhotos img	{
	margin:			5px;
	border:			2px solid  #818181;
}

/* wraps Home ******************************************/

.wakeWraps	{
	margin:		10px 30px 20px 0;
	float:		right;
}

.wakeWraps h3	{
	color:		#fff;
	margin-bottom:	3px;
}

.wakeWraps a:link, .wakeWraps a:visited, .wakeWraps a:hover	{
	color:			#bebebe;
	display:		block;
	float:			right;
	margin-top:		5px;
}			

/* VISION */

.rightImages1		{
	width:				420px;
	padding:			10px 0;
	background-color:	#121212;
	text-align:			center;
	float:				right;
	margin:				0 20px 20px 20px;
}

.rightImages1 img.thumbs	{
	margin:				5px;
}


