body {
	margin: 0;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/sub-bg.gif);
	background-repeat: repeat-y;
}
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: #EF001A;
}
a:visited {
	color: #333333;
}
h1 {
	font-size: 16px;
	font-wieght: bold;
	margin: 20px 0 20px 0px;
}
h2 {
	font-size: 14px;
	font-wieght: bold;
	color: #9A012F;
	margin: 10px 0 10px 0px;
}
h3 {
	font-size: 12px;
	font-wieght: bold;
	color: #6B6B6B;
}

#container{
	width: 772px;
}
div#mast {
	height: 72px;
	width: 772px;
	margin: 0;
	background-image: url(/whiteoutdoor/images/bg-mast.gif);
	background-repeat: repeat-y;
	background-color: #880029;
}
div#mast img {
	float: left;
}
div#nav{
	width: 275px;
	padding: 20px 15px 0 0;
	float: right;
	color: #F4F0CC;
	text-align: right;
}
div#nav a{
	color: #D6D6C8;
}
div#nav a:hover{
	color: #FFF;
}
div#nav a:visited{
	color: #D2BBC2;
}

div#footnav{
	width: 520px;
	margin: 20px 35px 0 0;
	float: right;
	color: #F4F0CC;
	text-align: center;
}
div#footnav a{
	color: #D6D6C8;
}
div#footnav a:hover{
	color: #FFF;
}
div#footnav a:visited{
	color: #D2BBC2;
}
div#submast {
	height: 71px;
	width: 772px;
	margin: 0;
	clear: both;
	background-color: #000;
/*	background-image: url(images/logo-yardmachines-sub.gif);
	background-repeat: no-repeat;*/
}
div#submast img {
	float: left;
	margin: 0;
}
div#subnav{
	width: 360px;
	margin: 20px 5px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #F4F0CC;
	text-align: right;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body div#subnav {
	margin: 20px 10px 0 0;
}
div#subnav a{
	color: #FFF;
}
div#subnav a:hover{
	color: #EF001A;
}
div#subnav a:visited{
	color: #CCC;
}
div#content {
	width: 772px;
	border: solid 1px black;
	voice-family: "\"}\"";
	voice-family:inherit;

}
html>body div#content {
}
div#copy {
	width: 546px;
	margin: 0 0 0 30px;
	float: left;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body div#copy {
	width: 546px;
	margin: 0 0 0 40px;
}
div#sidebar {
	width: 172px;
	float: left;
}

/* start sub */
	#productnav { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width: 186px;
		background-image: url(images/sidebarnav1.jpg);
		font-size: 10px;
		font-wieght: bold;	
	}
	#productnav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 185px;
	}
	#productnav li a {
		width: 165px;
		display : block;
		color : #FFF;
		font-weight : bold;
		text-decoration : none;
		border-top: 1px solid #E74456;
		border-left: 1px solid #E74456;
		padding : 12px 10px 12px 10px;
	}
	#productnav li a:hover {	
		background-color: #B60107;
	}
	#content {
		margin-left : 12em;
	}
	#sidenav { 
		clear: both;	
	}


	#sidenav, #sidenav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width: 186px;
		border-bottom: 1px solid #FFF;
	}
	#sidenav{
		background-image: url(images/sidebarnavbg2.jpg);
		background-repeat: repeat-y;
		background-color: #E5E5E5;

	}
	#sidenav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 186px;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	
	#sidenav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 186px;
		background-image: url(images/sidebarnavbg2.jpg);
		background-repeat: no-repeat;
		margin-top : -25px;
	}
	
	#sidenav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#sidenav li a {
		width: 166px;
		display : block;
		color : #000;
		font-weight : normal;
		text-decoration : none;
		padding : 6px 10px 6px 10px;
	}
	
	#sidenav li a:hover {
		color : #000;
		background-color : #FFF;
	}
	
	#sidenav li:hover ul ul, #sidenav li:hover ul ul ul, #sidenav li.sfhover ul ul, #sidenav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#sidenav li:hover ul, #sidenav li li:hover ul, #sidenav li li li:hover ul, #sidenav li.sfhover ul, #sidenav li li.sfhover ul, #sidenav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}


/*end sub */

#footer {
	width: 772px;
	clear: both;
}
#footer .left{
	display: block;
	width: 186px;
	float: left;
	text-align: center;
}
#footer .right{
	display: block;
	width: 586px;
	float: left;
	text-align: center;
}

#productheading {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 5px 0 5px 13px;
	background-color: #EF001A;
}
#productheading small{
	font-size: 12px;
	display: block;
	font-weight: bold;
	color: #FFF;
	padding: 4px;
	background-color: #EF001A;
}
#breadcrumb {
	font-size: 11px;
	color: #000000;
	margin: 10px 0px 7px 0px;
}

#breadcrumb a {
	color: #000;
}
#breadcrumb a:hover {
	color: #EF001A;
}
#breadcrumb a:visited {
	color: #6666;
	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{
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 2px 0;
}
#productbullets ul {
	list-style:  url(none) none;
	margin: 0;
	padding: 0;
	border: 0;
}
#productbullets li {
	font-size: 10px;
	border-bottom: 1px solid #EAE9EA;
	margin: 0;
}
#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/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#productbullets li a {
	width: auto;
}
#productbullets li a:hover {
	color: #000;
	background-color: #F7F7F7;
}
#btnwtp{
	display: block;
	margin: 5px 0 0 0;
}
#btnhtc{
	display: block;
	margin: 5px 0 0 0;
}
#specifications{
	clear: both;
	padding-top: 1px;
}
#specifications strong{
	font-weight: normal;
}
#specifications h2{
	background-color: #EF001A;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
	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: 273px;
	float: left;
}
#specifications ul {
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: 1em;
	padding-left: .5em;

}
#specifications li {
	padding-top: 5px;
	font-size: 11px;
	margin: 0;
}
#specifications .first{
	padding-top: 0;
}
#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;*/
	text-align: center;
	padding-top: 15px;
	clear: both;
}
#printpage img {
	border: 0;
}
div#disclaimer {
	clear: both;
	text-align: center;
}
#warrantyhdr {
	background-image: url(/whiteoutdoor/images/warranty-header.jpg);
	width: 522px;
	height: 284px;
}
#warranty{
	text-align: center;
	padding-top: 5px;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
div#important{
	border: 1px dashed red;
	background-color: #F6F6F6;
	padding: 5px;
}
dt {
	color: #EF001A;
	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: #9A012F;
}
.productsubheading{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 4px;
	background-color: #EF001A;
}
#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 .red{
	background-color: #dd031b;
}
#snowfeature .dkgrey{
	background-color: #333333;
}
#snowfeature .ltgrey{
	background-color: #e7e7e7;
	color: #333333;
}

#feature td{
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
#feature a{
	color: #000;
	text-decoration: none;
}
#feature a:hover{
	color:	#EF001A;
}
#feature .black{
	background-color: #000;
}
#feature .red{
	background-color: #dd031b;
}
#feature .dkgrey{
	background-color: #333333;
}
#feature .ltgrey{
	background-color: #e7e7e7;
	color: #333333;
}


#htctable td{
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	background-color: #e7e7e7;
}

#htctable .dkgrey{
	color: #FFF;
	background-color: #333333;
}
#htctable .ltgrey{
	background-color: #e7e7e7;
}


.LF_Header {
	background-color:#333333;
	color:#FFFFFF;
}
.LF_Row_Even {
	background-color:#e7e7e7;
}
#submastfw {
	height: 101px;
	width: 772px;
	margin: 0;
	clear: both;
	background-color: #000;
	background-image: url(images/fw07/submast_bg.png);
	background-repeat: no-repeat;
}
#submastfwfra {
	height: 101px;
	width: 772px;
	margin: 0;
	clear: both;
	background-color: #000;
	background-image: url(/french/yardmachines/images/fw07/submast_bg.png);
	background-repeat: no-repeat;
}

#subnavfw{
	width: 360px;
	margin: 5px 10px 0 0;
	float: right;
	font-size: 10px;
	text-align: right;
	color: #FFF;
}
#subnavfw a{
	color: #FFF;
	text-decoration: none;
}
#subnavfw a:hover{
	color: #e51837;
}

#warrantybanner{
	background-color: #ee0017; 
	color: #fff; 
	padding: 30px 10px 30px 120px; 
	line-height: 20px;
}
	.lg{
		background-image: url(/yardmachines/images/warranty_ballcap.png); 
		background-repeat: no-repeat;
	}
	.fw{
		background-image: url(/yardmachines/images/warranty_toque.png); 
		background-repeat: no-repeat;
	}

	#warrantybanner .small{
		font-size: 10px;
	}
	#warrantybanner .large{
		font-size: 18px; 
		font-weight: bold;
		text-transform: uppercase;
	}