.lnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #92928b;
	line-height: 23px;
	font-weight: bold;
	padding: 2px 10px 2px 15px;
	background-color: #3d3c3a;
}
.lnavro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e7512e;
	line-height: 23px;
	font-weight: bold;
}
.captions {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #e7512e;
	text-align: center;
}
.content1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #211f1a;
	line-height: 21px;
	padding-right: 298px;
	padding-left: 18px;
}
.content2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #211f1a;
	line-height: 21px;
	padding-right: 18px;
	padding-left: 18px;
}
.content3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #211f1a;
	line-height: 21px;
	padding-right: 18px;
	font-weight: normal;
}
.header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #211f1a;
	padding-right: 298px;
	padding-left: 18px;
	font-weight: bold;
}
.header2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #211f1a;
	padding-right: 18px;
	padding-left: 18px;
	font-weight: bold;
}
.products {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #e7512e;
	font-weight: bold;
	padding-right: 18px;
	padding-left: 18px;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	}
.threecolumns {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #e7512e;
	font-weight: bold;
	padding-left: 18px;
	}
.mowers {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #e7512e;
	font-weight: bold;
	padding-right: 18px;
	padding-left: 18px;
	}
.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #211f1a;
	padding-right: 18px;
	padding-left: 18px;
}
.specialscontent {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #211f1a;
	line-height: 21px;
	padding-right: 18px;
	padding-left: 18px;
}
table.background {
	background-color: #FFF;
	height: 840px;
	width: 263px;
	top: 253px;
	left: 744px;
	position: absolute;
	/*float:right;*/
	-moz-box-shadow:0px 0px 20px #999;
	-webkit-box-shadow:0px 0px 20px #999;
	box-shadow:0px 0px 20px #999;
	/*commented out since it is giving issues on ie8 above*/
	/*filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";*/

	zoom:1;
}
a:link {
	text-decoration: none;
	color: #92928b;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #92928b;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #e7512e;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #92928b;
	font-weight: bold;
}
ul, li {
	list-style-type:disc;
	list-style-position:outside;
	margin:0;
	line-height: 22px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.imageBorder {
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
.MowerBorder {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.imageBorder-Right {
	border-style: solid;
	border-width: 15px 25px 15px 0px;
	border-color: #ffffff;
}
p {
	margin-top:.5em;
	margin-bottom:.5em;
}
/*normal classes: for standard border and padding*? */
fieldset.normal,table.normal {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
th.normal,td.normal { /*use td class="normal" for standard border and padding*?
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}

/*fixes*/
/*sub menu*/
.noSpace {
	margin-bottom: -8px; /*this is to remove the extra space on each item when the submenus are added*/
}

.onHover {
	position: relative;
}

.onHover:hover > .subMenu {
	display: block;
}

.subMenu {
	display: none; /*hides the submenu*/
	width: 100%;
	position: absolute;
	top: -1px;
	left: 100%;
	z-index: 10;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
}

.subMenu ul, .subMenu li {
	display: block;
	margin: 0;
	list-style: none;
}

.subMenu ul {
	background: #fff;
	padding-left: 0;
}

.subMenu li {
	padding: 0;
	border: 1px solid #ecede7;
	border-top: 0;
}

.subMenu li:first-child {
	border-top: 1px solid #ecede7;
}

.subMenu a, .subMenu p {
	font-weight: bold;
	font-size:  14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #e7512e;
	padding: 5px 10px;
}

.subMenu p {
	margin: 0;
	cursor: pointer;
}

.subMenu a {
	display: block;
}

.subMenu a:hover, .subMenu p:hover {
	background-color: #ecede7;
}

/*fixes on the layout of the existing site*/
table.background {
	/*height: auto;*/
	/*top: auto;*/
	bottom: 0;
	z-index: 5; /*to keep this on top of most content on the site - exception for the menu*/
}

.lnav {
	border-right: 5px solid transparent;
	margin: 0;
	padding: 10px 10px 10px 15px;
}

.lnav:hover {
	background-color: #201f1a;
	border-right-color: #e7512e;
}

.lnav:hover, .lnav:hover a {
	color: #e7512e;
	cursor: pointer;
}

.lnav:hover a {
	display: block;
}
div.columns { width: 796px; }
div.columns div   { width: 380px; float: left; }
div.column1 {  	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #e7512e;
	font-weight: bold;
	padding-left: 18px; }
div.column2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #e7512e;
	font-weight: bold;
	padding-left: 18px;  }
div.clear         { clear: both; }