body{
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
#wrapper{
	width: 772px;
	margin: 0 auto;
}

#masthead{
	position: relative;
	font-weight: normal;
	background-image:url(/mtdgold/images/seasons/lg09/mast_bg.png);
	background-repeat: repeat-x;
}
	#language{
		width: 200px;
		text-align: right;
		color: #fdba4d;
		position: absolute;
		top: 0;
		left: 562px;
		font-size: 11px;
		font-family: Verdana, Geneva, sans-serif;
		font-weight: normal;
	}
		#language a{
			color: #fdba4d;
			text-decoration: none;
			font-weight: normal;
		}
		#language a:hover{
			color: #fff;
		}
#canada{
	padding: 5px 0 0 15px;
}

#navigation{
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	position: absolute;
	width: 510px;
	left: 250px;
	top: 40px;
	/*border: 1px solid white;*/
}
	#navigation a{
		color: #fdba4d;
		text-decoration: none;
		text-align: center;
	}
	#navigation a:hover{
		color: #fff;
		text-decoration: none;
	}
	#navigation ul{
		width: auto;
   	    float: right;
	/*	border: 1px solid yellow;*/
	}
	#navigation li{
		padding: 6px 18px 6px 18px;
		text-align: center;
		float: left;
		list-style: none;
		display: inline;
		border-right: 1px solid #3e3f3e;
	}
	#navigation .last{
/*		padding-top: 0;*/
		padding-right: 0;
		border-right: none;
	}
	#navigation .first{
/*		padding-top: 0;*/
	}
	
#home{
	position: relative;
	background-image: url(/mtdgold/images/seasons/lg09/home_background.jpg);
	background-repeat: no-repeat;
	width:773px;
}
#blurb{
	color: #fff;
	font-size: 12px;
	width:773px;
	height:446px;
	text-align: center;
}
	#blurb-inner{
		float:right;
		width:352px;
		height:444px;
		margin:0 10px 0 0;
		
	}
	#blurb .brandstatement{
		font-size: 12px;
		line-height: 18px;
	}
#products{
	font-size:11px;
	text-align:center;
	line-height:11px;
	width:352px;
	margin:20px 0 0 0;
}
	#products img{
		padding-bottom: 5px;
	}
	#products a{
		color:#FFCC00;
		font-weight:bold;
		text-decoration: none;
	}
	#products a:hover{
		color: #fff;
	}
.productthumb{
	width:87px;
	float:left;
}

#footer{
	clear: both;
	background-image: url(/mtdgold/simages/lg08/home_footerbg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #000;
	padding: 12px 0 12px 0;
	position: relative;
	border-top: 3px solid #ffc51d;
}
#footer a{
	color:	#fdba4d;
	text-decoration: none;
}
#footer a:hover{
	color:	#fff;
}

#mtd{
	position: absolute;
	top: 22px;
	right: 0px;
	width: 78px;
}




/*  */


input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border: 0;
}
a {
	color: #000;
}
a:hover {
	color: #71613d;
}
a:visited {
	color: #333333;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 20px 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #362e16;
	margin: 10px 0 10px 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #362e16;
}
div#quickpoll {
	background-image:url(images/bg_main.gif);
	background-repeat: repeat-y;
	width:772px;
	background-color:#FFFFFF;
	text-align:right;
	clear:both;
}
Div#quickpoll img {
	float: right;
	padding:20px 5px 5px 0px;
}
div#container {
	background-image: url(/mtdgold/images/seasons/lg09/wrapper_bg.png);
	background-repeat: repeat-y;	
	width:772px;
	background-color:#FFFFFF;
	clear: both;
}

div#mast {
	height: 72px;
	width: 772px;
	margin: 0;
	background-image: url(images/bg_masthead.gif);
	background-repeat: repeat-x;
}
div#mast img {
	float: left;
}
#mastshadow {
	background-image: url(images/bg_mast_shadow.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: 772px;
}

div#content {
	width: 772px;

}
#copy {
	width: 546px;
	padding: 0 0 24px 30px;
	float: left;
	line-height: 18px;
}



#copy ul {
	list-style: disc;
	padding: 0 2% 0 15px;

}
#copy li {
	padding-top: 5px;
}



div#sidebar {
	width: 172px;
	float: left;
}

/* start sub */
	#productnav { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width: 184px;
		font-size: 10px;
		font-weight: bold;	
	}
	#productnav li { /* all list items */
		position : relative;
		float : left;
		width: 184px;
		border-bottom: 1px solid #e6d7bb;
		border-left: 1px solid #483e20;
	}

	#productnav li a {
		display : block;
		color : #e6d7bb;
		background-color: #362e16;
		font-weight : normal;
		font-size: 11px;
		text-decoration : none;
		padding : 12px 10px 12px 20px;
	}
	#productnav li a:hover {	
		background-color: #26200f;

	}
	#content {
		margin-left : 12em;
	}

/*end sub */

#productdetail ul {
	list-style:  disc;
	border: 0;
}

#productdetail li {
	font-size: 10px;
	list-style-type: disc;
}
#attachments ul {
	list-style:  url(none) none;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}
#attachments li {
	font-size: 10px;
	border-bottom: 1px solid #EAE9EA;
	margin: 0;
}
#attachments li a {
	display: block;
	padding: 5px 2px 5px 30px;
	color: #000;
	text-decoration: none;
	width: 100%;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 5px;
}

#attachments li a {
	width: auto;
}
#attachments li a:hover {
	color: #A20132;
	background-color: #F7F7F7;
}
#productheading {
	font-size: 18px;
	font-weight: bold;
	color: #362e16;
	padding: 5px 0 5px 12px;
	background-image: url(../images/seasons/lg09/title_bg.png);
	background-repeat: repeat-x;
}
#productheading small{
	font-size: 12px;
	display: block;
	padding: 4px 0 4px 0;
}
#breadcrumb {
	font-size: 11px;
	color: #000000;
	margin: 10px 0px 7px 0px;
}

#breadcrumb a {
	color: #000;
}
#breadcrumb a:hover {
	color: #71613d;
}
#breadcrumb a:visited {
	color: #666666;
	text-decoration: underline;	
}

#contentleft{
	width: 250px;
	float: left;
}
#contentright{
	width: 270px;
	float: right;
}
#productshot{
	width: 360px;
	float: left;
	text-align: left;
	margin: 0;
}
#productbullets{
	width: 180px;
	float: left;
}
#productbullets h3{
	color: #362e16;
	font-size: 11px;
	margin: 0;
	padding: 5px 0px 5px 10px;
}
#productbullets ul {
	list-style:  url(none) none;
	margin: 0;
	padding: 0;
	border: 0;
}
#productbullets li {
	font-size: 10px;
	border-bottom: 1px solid #e6d7bb;
	margin: 0;
}
#productbullets li:last{
	border-bottom: none;
}
#productbullets li a {
	display: block;
	padding: 5px 2px 5px 24px;
	color: #000;
	text-decoration: none;
	width: 100%;
	list-style-type: none;
	background-image: url(../images/seasons/lg09/product_bullet.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	width: auto;
}

#productbullets li a:hover {
	color: #000;
	background-color: #f6f6f6;
}
#btnwtp{
	display: block;
	margin: 5px 0 0 0;
}
#btnhtc{
	display: block;
	margin: 5px 0 0 0;
}
#specifications{
	clear: both;
	padding-top: 1px;
	background-image: url(../images/seasons/lg09/features_bg.png);
	background-repeat: repeat-x;
}
#specifications strong{
	font-weight: normal;
}
#specifications h2{
	color: #362e16;
	font-weight: bold;
	font-size: 14px;
	padding-left:10px;
	height: 14px;
	maring: 0;
}
#specifications h2 .left{
	width: 265px; 
	float: left;
}

#specifications h2 .right{
	width: 265px; 
	float: left;
	font-size: 11px;
	text-align: right;
}

#specifications .column{
	width: 253px;
	float: left;
	padding:10px;
}
#specifications ul {
	margin: 0;
	padding: 0;
	border: 0;
	/*margin-left: 1em;
	padding-left: .5em;*/
	list-style: disc;
	padding: 0 2% 0 15px;
	

}
#specifications li {
	padding-top: 5px;
	font-size: 11px;
	margin: 0;
}
#specifications .first{
	padding-top: 0;
}
#clear {
	clear:both;
	font-size:1px;
}
#badges{
	width: 270px;
	float: right;
	margin: 5px 0 5px 0;
	text-align: right;
}
.icons{
	float: left;
	width: 33%;
	height: 100px;
	text-align: center;
	font-size: 10px;
}
#printpage{
	margin: 0 0 0 50px;
	padding-top: 25px;
	clear: both;
}
#printpage img {
	border: 0;
}
div#disclaimer {
	clear: both;
	text-align: center;
}
#warrantyhdr {
	background-image: url(images/warranty-header.jpg);
	width: 522px;
	height: 284px;
}
#warranty{
	text-align: center;
	padding: 5px;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
div#important{
	border: 1px dashed red;
	background-color: #F6F6F6;
	padding: 5px;
}
div#homecontent {
	width: 320px;
	height: 213px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 5px 0 0;
	float: right;
	text-align: center;
	vertical-align: baseline;
}
dt {
	color: #71613d;
	font-weight: bold;
}
dd {
	padding-bottom: 20px;
}
.votebox {
	border: solid 1px #E5E5E5;
	background-color: #E80026;
	color: #FFF;
	width: 174px;
	height: 42px;
	text-align: center;
}
.voteimg {
	margin-bottom: 5px;
}
.votebtn {
	margin-top: 5px;
}
hr {
	color: #71613d;
}
.productsubheading{
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	color: #534a2d;
	background-image: url(../images/seasons/lg09/features_bg.png);
	background-repeat: repeat-x;

}
#htctable td{
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	background-color: #F7F7F7;
}

#htctable .dkbeige{
	color: #FFF;
	background-color: #878271;
}
#htctable .ltbeige{
	background-color: #d7d4cb;
}
#shadow_top{
	display: none;
	visibility: hidden;
}

#shadow_bottom{
	display: none;
	visibility: hidden;
}
#snowfeature td{
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
#snowfeature strong{
	color: #000;
	font-size: 12px;
}
#snowfeature a{
	color: #FFF;
}
#snowfeature .black{
	background-color: #000;
}
#snowfeature .taupe{
	background-color: #eaeade;
	color: #000;
}
#snowfeature .dkyellow{
	background-color: #ffc916;
	color: #000;
}
#snowfeature .ltyellow{
	background-color: #fdeba5;
	color: #000;
}


#feature table{
	background-color: #fff;
}
#feature td{
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;	
	line-height: 14px;
}
#feature a{
	color: #878271;
	text-decoration: none;
}
#feature a:hover{
	color: #000;
}

#feature .black{
	background-color: #000;
	color: #fff;
}
#feature .taupe{
	background-color: #eaeade;
	color: #000;
}
#feature .dkyellow{
	background-color: #ffc916;
	color: #000;
}
#feature .ltyellow{
	background-color: #fdeba5;
	color: #000;
}
#warrantybanner{
	background-color: #000; 
	color: #fbc300; 
	padding: 30px 10px 30px 120px; 
	line-height: 20px;
}
	.lg{
		background-image: url(/mtdgold/images/warranty_ballcap.png); 
		background-repeat: no-repeat;
	}
	.fw{
		background-image: url(/mtdgold/images/warranty_toque.png); 
		background-repeat: no-repeat;
	}

	#warrantybanner .small{
		font-size: 10px;
	}
	#warrantybanner .large{
		font-size: 21px; 
		font-weight: bold;
		text-transform: uppercase;
	}
	
#goldrace{
	position: absolute; top: 22px; left: 0;
}




