@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin: 0px; padding: 0px; }

header a.logo {
	position: absolute;
	display: block;
	width: 160px;
	height: 66px;
	text-decoration: none;
	color: #000;
	font-size: 1.6em;
	font-weight: 700;
	left: 10px;
}

nav {
	width: 100%;
	display: block;
	background-color: #1540fd;
}

h3 { 
	margin: 0 0 .5em 0; 
	font-size: 1em;
	font-weight: 700;
}

/* Layout Large Screens (default for older browsers) */

header { 275px; background: url(../images/HomePgBanner2.png) no-repeat right 0px; }

article { padding: 30px 20px 10px 20px; }

nav { top: 275px; }
nav a { margin: 12px 0px 10px 20px; }

@media screen and (max-width: 1200px) {
	footer { padding-left: 20px; }
}

@media screen and (min-width: 515px) {
	section.productcategorymobile { display: none; }	
	section.contentmobile { display: none; }
	section.contentmobile2 { display: none; }
	.page .centersmall { display: none; }
	.page .mobilesectionwidth3 section.three { display: none; }
	.page section.mobileone { display: none; }
	.page .mobilesectionwidth5 { display: none; }
	.page .rambosmall { display: none; }
	.page .mobilesectionwidth2 { display: none; }
	.page .specsection3 { display: none; }
}

section.animation { position: relative; padding: 0px 0px; width: 100%; height: 275px; }

section.animation .marquee { font-size: 16px; height: 275px; max-width: 1200px; border: 0px; }
section.animation .marquee .marquee_data { display: none; }
section.animation .marquee .marquee_stage_large { height: inherit; position: relative; overflow: hidden; }
section.animation .marquee .marquee_stage_small { height: inherit; position: relative; overflow: hidden; }

section.animation .marquee .marquee_container_1,
section.animation .marquee .marquee_container_2 { height: inherit; position: absolute; top: 0px; left: 0px; width: 100%; }
section.animation .marquee .marquee_container_1 { z-index: 101; }
section.animation .marquee .marquee_container_2 { z-index: 102; }

section.animation .marquee .marquee_panel {
	height: inherit; width: 100%; 
	poition: absolute; top: 0px; left: 0px; 
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: cover;
}

section.animation .marquee .marquee_panel .panel_caption {
	width: 68%;
	position: absolute; bottom: 35px; left: 0px;
	margin-left: 16%;
	font-family: 'Lato', sans-serif;
	padding-bottom: 10px;
}

section.animation .marquee .marquee_panel .panel_caption h3 { font-family: 'Arial', serif; margin: 0px 0px 0px 0px; font-weight: 600; font-size: 2.2em; color:#fff; }
section.animation .marquee .marquee_panel .panel_caption p { margin: 0px 50px 15px 50px; color: #888; font-size: 1.3em; color: rgba(255,255,255,.75); }
section.animation .marquee .marquee_panel .panel_caption a.cta { display: inline-block; background-color: rgba(255,255,255,0); text-transform: uppercase; color:#fff; font-size: .9em; padding: 6px 20px; transition: background-color .7s, border .7s; border: 1px solid rgba(255,255,255,.5); border-radius: 5px; text-decoration: none; }

section.animation aside .marquee .marquee_panel .panel_caption a:hover { background-color: rgba(255,255,255,.6); color:#000; border-color: rgba(255,255,255,0); }

section.animation .marquee .overlay {
	position: absolute; left: 0px; top: 0px;
	width: 100%; height: 100%;
	background-image: linear-gradient(rgba(0,0,0,0) 10%, rgba(0,0,0,.7)95%);
	background-size: 100%;
}

section.animation .marquee .marquee_nav {
	position: absolute; bottom: 10px; left: 0px;
	text-align: center; width: 100%;
	z-index: 103;
}

section.animation .marquee .marquee_nav div {
	display: inline-block;
	width: 10px; height: 10px;
	border: 2px solid rgba(255,255,255,.5);
	border-radius: 50%;
	margin: 0px 8px 0px 8px;
	cursor: pointer;
	transition: background-color .4s, border .4s;
}

section.animation .marquee .marquee_nav div:hover { border-color: #fff; background-color: rgba(255,255,255,.2); }

section.animation .marquee .marquee_nav div.selected { background-color: #fff; }

section.animation .marquee .btn {
	width: 39px; height: 39px;
	background: rgba(255,255,255,.2) no-repeat;
	background-size: 50px 30px ;
	position: absolute; top: 192px;
	cursor: pointer;
	border-radius: 50%; border: 2px solid rgba(255,255,255.5);
	transition: background-color .4s, border .4s;
}

section.animation .marquee .btn:hover { border-color: #fff; background-color: rgba(0,0,0,.6); }

section.animation .marquee .btn.prev {
	left:20px; z-index: 104;
	background-image: url(../images/arrow_left.svg); background-position: -8px 4px;
}

section.animation .marquee .btn.next {
	right: 20px; z-index: 105;
	background-image: url(../images/arrow_right.svg); background-position: -3px 4px;
}

/* Section - Products */

section.products { margin-top: 20px; margin-bottom: 10px; padding: 5; }
section.products aside { width: 25%; float: left; text-align: center; }
section.products aside .columnheading h3 { font-family: arial, helvetica, sans-serif; }
section.products aside h3 a { color: #fff; text-decoration: none; }
section.products aside h3 a:hover { text-decoration: underline; }
section.products aside .content p { color: #fff; font-size: .8em;  max-width: 220px; padding: 0px 10px 0px 30px; }

section.products aside .twoplaces { margin-top: 20px; margin-bottom: 10px; padding: 5; }

.page section.fiveproducts { margin-top: 20px; margin-bottom: 10px; padding: 5; }
.page section.fiveproducts aside { width: 20%; float: left; text-align: center; }
.page section.fiveproducts aside .HangerButton h3 a { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 16px; text-decoration: none; }
.page section.fiveproducts aside .HangerButton h4 { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 14px; text-decoration: none; font-weight: normal; margin-top: -8px; }
.page section.fiveproducts aside .MowerButton h3 a { font-family: arial, helvetica, sans-serif; color: #fff; text-decoration: none; font-size: 16px; font-weight: bold; }
.page section.fiveproducts aside .MowerButton h4 { font-family: Arial, Helvetica, sans-serif; color: #fff; text-decoration: none; font-size: 15px; font-weight: normal; margin-top: -6px; }

/* Space Below Title */

.page .titlespacer { width: 1190px; height: 65px; }

/* Space Above Footer */

.page .footerspacer { width: 1190px; height: 45px; }

/* Section - Bottom Row */

section.productpkg { margin-top: 20px; margin-bottom: 10px; padding: 5; }
section.productpkg aside { width: 100%; float: left; text-align: center; }

section.productpkg aside h3 a { color: #fff; text-decoration: none; }
section.productpkg aside h3 a:hover { text-decoration: underline; }

section.productpkg aside .content p { color: #fff; font-size: 8em; max-width: 220px; padding: 0px 10px 0px 30px; }

/* Section - Featured */

section.featured { background-color: #999; padding-top: 18px; padding-bottom: 18px; color: #000; }

section.featured article { padding: 0 20px 0 415px; background: url(../images/selvatici-spaders-featured.jpg) no-repeat 0 5px; min-height: 250px; }

/* Section - Feature */

section.feature { background-color: #999; padding-top: 18px; padding-bottom: 18px; color: #000; }

section.feature article { padding: 0 20px 0 415px; background: url(../images/peruzzo-collection-mowers-featured.jpg) no-repeat 0 5px; min-height: 250px; }

/* Section - Information */

section.information { background-color: #666; position: relative; }

section.information aside { width: 30%; float: left; margin-right: 10px; }

section.information aside .content { padding: 20px 30px 20px 0; }
section.information aside .contentbelow { padding: 5px 30px 20px 0; }
section.information aside .Samcontent { padding: 20px 30px 20px 0; }

section.information aside .content img { display: block; margin-bottom: 15px; width: 30%; }
section.information aside .Samcontent img { display: block; margin-bottom: 15px; width: 30%; }

section.information aside .content h4 { margin-bottom: 0; }
section.information aside .contentbelow h4 { margin-top: 2px; margin-bottom: 0; }
section.information aside .Samcontent h4 { margin-bottom: 0; color: #c22423; font-weight: bold; }
section.information aside .content p { margin-bottom: .5em; }
section.information aside .Samcontent p { margin-bottom: -22px; }
section.information aside .content a { display: inline-block; color: #fff; font-weight: 700; }

section.informationside { background-color: #666; position: relative; }

section.information blockquote { 
	margin: 0; width: 30%;
	color: #fff;
	background-color: #000;
	position: absolute; bottom: 0; right: 4%;
}

section.information blockquote p { margin: 30px 30px 20px 50px; }

section.information blockquote p.quote { font-style: italic; font-size: 1.2em; }

section.information blockquote p.credit { 
	color: #999;
	font-size: .9em; margin-top: 0; padding-left: 20px; line-height: 1.3em;
	position: relative;
}

section.information blockquote::before { 
	content:'\201c'; color: #999; 
	position: absolute;
	top: 10px; left: 8px;
	font-size: 5em;
	font-family: serif;
}

section.information blockquote p.quote::after { content:'\201d'; font-family: serif; }

section.information blockquote p.credit::before { content:'\2014'; position: absolute; top: -1px; left: 0; }

/* Product Categories */

.page .pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 1190px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	
	line-height: 1.15;
	list-style-type: none;
}

.page .title {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 1190px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;	
	line-height: 1.0;
	list-style-type: none;
}

.page .ValentiniSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 1190px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	padding-top: -3px;
	padding-bottom: 5px;
}

.page .ValentiniSubTitleTwo {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 1190px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
}

.page .ValentiniTillerSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	padding-top: 0px;
	margin-top: 5px;
}

.page .ValentiniTillerSubtitleTwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 0px;
	margin-top: 3px;
}

.page .subtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 1190px;
	text-align: center;	
	font-size: 24px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;		
}

.page .subtitletwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	padding-top: 0px;
	margin-top: 10px;
	padding-right: 50px;
	padding-left: 50px;	
}

.page .PkgSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 0px;
	margin-top: 1px;
}

.page #PeruzzoSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 1190px;
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.3;
}

.page #PeruzzoSubTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 1190px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.page #blankspace {
	width: 1190px;
	background-color: #000;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.page .titletwo {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 1190px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

.page .titletwo h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.page .VenturaSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	padding-top: 0px;
	margin-top: -30px;
}

.page #wrapper {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	justify-content: center;
	background-color: #000;	
}

.page #MowerCategory {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 1190px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.page .endpgtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 950px;
	text-align: center;	
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;		
	margin: auto;
}

.page .endspecheading {
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: auto;
}

.page section.one {
	width: 950px;
	margin: auto;
	background-color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.page section.one { margin-bottom: 5px; padding: 5px; margin-top: 10px; }
.page section.one aside { width: 100%; text-align: center; }
.page section.one aside .HangerButton h3 a { font-family: Arial, Helvetica, sans-serif; color: #fff; font-weight: bold; font-size: 16px; text-decoration: none; } 
.page section.one aside .HangerButton h4 { font-family: Arial, Helvetica, sans-serif; color: #fff; font-weight: normal; font-size: 14px; text-decoration: none; margin-top: -8px; }

.page .sectionwidth2 {
	width: 1180px;
	margin: auto;
	background-color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: center;
}

section.two { margin-bottom: 5px; padding: 5; }
section.two aside { width: 50%; float: left; text-align: center; }
section.two aside .columnheading { margin-top: 50px; font-family: Arial, Helvetica, sans-serif; }
section.two .description { font-family: Arial, Helvetica, sans-serif; }
section.two .description p { margin-top: 15px; margin-left: 15px; font-size: 1.3em; }
section.two .description ul li { margin-left: 12px; text-align: left; font-size: 1.0em; }
.page .sectionwidth2 section.two aside .contentimg h3 { font-family: Arial, Helvetica, sans-serif; color: #fff; font-weight: bold; font-size: 18px; }
.page .sectionwidth2 section.two aside .contentimg .imgtext { font-family: Arial, Helvetica, sans-serif; color: #fff; font-weight: normal; font-size: 16px; }
.page .sectionwidth2 section.two aside .contentimg .text { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 16px; margin-top: -3px; }
.page .sectionwidth2 section.two aside section.featureheading { margin-top: 15px; margin-left: 30px; padding: 5; }
.page .sectionwidth2 section.two aside section.featureheading p { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 26px; font-weight: bold; }
.page .sectionwidth2 section.two aside section.speclist { margin-top: 5px; margin-left: 20px; font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 1.1em; text-align: left; }
.page .sectionwidth2 section.two aside .phototextfifty { width: 535; text-align: center; margin-left: auto; margin-right: auto; font-family: Arial, Helvetica, sans-serif; color: #fff; margin-top: -1px; font-size: 15px; }

.page .sectionuneventwo {
	width: 1130px;
	margin: auto;
	background-color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}

.page .sectionuneventwo section.two { margin-bottom: 5px; padding: 5; }
.page .sectionuneventwo section.two aside { width: 50%; float: left; text-align: center; }
.page .sectionuneventwo section.two aside .contentimg1 { padding-left: 40px; }
.page .sectionuneventwo section.two aside .contentimg2 { float: right; padding-right: 40px; }

.page .categorywidth2 {
	width: 725px;
	margin: auto;
	background-color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: center;
	margin-top: 5px;
}

.page .categorywidth2 section.two { margin-bottom: 5px; padding: 5; }
.page .categorywidth2 section.two aside { width: 50%; float: left; text-align: center; }
.page .categorywidth2 section.two aside .MowerButton h3 a { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 16px; text-decoration: none; }
.page .categorywidth2 section.two aside .HangerButton h3 a { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 16px; text-decoration: none; }
.page .categorywidth2 section.two aside .HangerButton h4 { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 14px; text-decoration: none; font-weight: normal; margin-top: -8px; }

.page .threeacross {
	width: 1175px;
	margin: auto;
	background-color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.page .threeacross section.three { margin-bottom: 5px; padding: 5px; }
.page .threeacross section.three aside { width: 33%; float: left; text-align: center; }
.page .threeacross section.three aside .MowerButton { margin-top: 1px; font-family: Arial, Helvetica, sans-serif; }
.page .threeacross section.three aside .image { margin-top: 15px; }

.page .sectionwidth3 {
	width: 950px;
	margin: auto;
	background-color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

section.three { margin-bottom: 5px; padding: 5; }
section.three aside { width: 33%; float: left; text-align: center; }
section.three aside .columnheading { margin-top: 50px; font-family: Arial, Helvetica, sans-serif; }
section.three aside .image { margin-top: 15px; }
section.three aside h3 a { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 16px; text-decoration: none; }
section.three aside h2 a { font-family: Arial, helvetica, sans-serif; font-weight: normal; color: #fff; font-size: 15px; text-decoration: none; margin-top: -6px; margin-bottom: 6px; }
section.three aside h2 { font-family: Arial, helvetica, sans-serif; font-weight: normal; color: #fff; font-size: 15px; text-decoration: none; margin-top: -6px; margin-bottom: 6px; }
.page .sectionwidth3 section.three aside .HangerButton h3 a { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 16px; text-decoration: none; font-weight: bold; }
.page .sectionwidth3 section.three aside .HangerButton h4 { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 14px; text-decoration: none; font-weight: normal; margin-top: -8px; }

.page .specsection3 {
	width: 1100px;
	margin: auto;
	background-color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}

.page .specsection3 section.three { margin-bottom: 5px; padding: 5; }
.page .specsection3 section.three aside { width: 33%; float: left; text-align: left; }
.page .specsection3 section.three aside section.featureheading p { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 20px; }
.page .specsection3 section.three aside section.speclist { margin-top: 5px; margin-left: 20px; font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 1.1em; }

.page .container3 {
	width: 1200px;
	background-color: #000;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.page .spec1 {
	float: left;
	width: 450px;
	height: 333px;
	background-color: #000;	
	margin-left: 25px;
}

.page .spec2 {
	float: left;
	width: 450px;
	height: 333px;
	background-color: #000;
	margin-left: 20px;
}

.page .spec3 {
	float: right;
	width: 200px;
	height: 333px;
	background-color: #000;	
}

.page .speceven1 { 
	float: left;
	width: 380px;
	height: 275px;
	background-color: #000;
	margin-left: 30px;
}

.page .speceven2 { 
	float: left;
	width: 380px;
	height: 275px;
	background-color: #000;
	margin-left: 15px;
}

.page .speceven3 { 
	float: right;
	width: 380px;
	height: 275px;
	background-color: #000;	
	margin-right: 15px;
}

.page .speceven1, .speceven2, .speceven3, .imgtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}

.page .sectionwidth4 {
	width: 960px;
	margin: auto;
	background-color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

section.four { margin-bottom: 5px; padding: 5; }
section.four aside { width: 25%; float: left; text-align: center; }
section.four aside .columnheading { margin-top: 50px; font-family: Arial, Helvetica, sans-serif; }
section.four aside .image { margin-top: 15px; }
section.four aside h3 a { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 16px; text-decoration: none; }
section.four aside h2 a { font-family: Arial, helvetica, sans-serif; font-weight: normal; color: #fff; font-size: 15px; text-decoration: none; margin-top: -6px; }
section.four aside h2 { font-family: Arial, helvetica, sans-serif; font-weight: normal; color: #fff; font-size: 15px; text-decoration: none; margin-top: -6px; }

.page .sectionwidthfour {
	width: 1050px;
	margin: auto;
	background-color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.page .sectionwidthfour section.fouracross { margin-bottom: 5px; padding: 5; }
.page .sectionwidthfour section.fouracross aside { width: 25%; float: left; text-align: center; }
.page .sectionwidthfour section.fouracross aside .columnheading { margin-top: 50px; font-family: Arial, Helvetica, sans-serif; }
.page .sectionwidthfour section.fouracross aside .image { margin-top: 15px; }
.page .sectionwidthfour section.fouracross aside .HangerButton h3 a { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 16px; text-decoration: none; }
.page .sectionwidthfour section.fouracross aside .HangerButton h4 { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 14px; text-decoration: none; font-weight: normal; margin-top: -8px; }


.page .sectionwidth5 {
	width: 950px;
	margin: auto; 
	background-color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

section.five { margin-bottom: 5px; padding: 5px; }
section.five aside { width: 20%; float: left; text-align: center; }
section.five aside .HangerButton { margin-top: 15px; }
section.five aside h3 a { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 16px; text-decoration: none; }

.page .contentimg { margin-top: 10px; }

.page .phototext { width: 1025px; text-align: center; margin-left: auto; margin-right: auto; font-family: Arial, Helvetica, sans-serif; color: #fff; margin-top: -6px; margin-bottom: 20px; }
.page .phototext .bold { text-align: center; font-family: Arial, Helvetica, sans-serif; color: #fff; font-weight: bold; }

.page .customerreview { width: 950px; font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 14px; margin-left: auto; margin-right: auto; }
.page .customerreview aside { text-align: center; }

/* Product Page Content */

.page section.content { margin-bottom: 5px; padding: 5; }
.page section.content aside { width: 100%; text-align: center; }
.page section.content aside .contentimg h3 { font-family: Arial, Helvetica, sans-serif; color: #fff; font-weight: bold; font-size: 18px; }
.page section.content aside .contentimg .text { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 16px; margin-top: -9px; }
.page section.content aside .MowerButton h3 a { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 16px; text-decoration: none; }
.page section.content aside .MowerButton h3 { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 18px; text-decoration: none; }
.page section.content aside .MowerButton h4 { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 16px; font-weight: normal; margin-top: -8px; text-decoration: none; }
.page section.content aside .HangerButton h3 a { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 16px; text-decoration: none; }
.page section.content aside .HangerButton h4 { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 14px; text-decoration: none; font-weight: normal; margin-top: -8px; }
.page section.content .description { font-family: Arial, Helvetica, sans-serif; }
.page section.content .description p { margin-top: 15px; font-size: 1.2em; }
.page section.content .description ul li { text-align: left; font-size: 1.0em; }

section.paragraphheading { margin-top: 12px; padding: 5; }
section.paragraphheading p { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 19px; font-weight: bold; }

section.paragraph { margin-top: 5px; margin-left: 10px; margin-right: 10px; padding: 5; }
section.paragraph p { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 18px; }

section.paragraphi2000 { margin-top: -23px; margin-left: 10px; margin-right: 10px; padding: 5; }
section.paragraphi2000 p { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 16px; line-height: 1.3; }

.page section.endparagraph { margin-top: 25px; margin-left: 10px; margin-right: 10px; padding: 5; }
.page section.endparagraph p { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 14px; font-weight: bold; }

section.featureheading { margin-top: 15px; margin-left: 30px; padding: 5; }
section.featureheading p { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 26px; font-weight: bold; }

section.featureheadingtwo { margin-top: 15px; margin-left: 30px; padding: 5; }
section.featureheadingtwo p { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 32px; font-weight: bold; }

section.speclist { margin-top: 5px; margin-left: 20px; font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 1.1em; }

.page section.endspeclist { margin-top: 5px; margin-left: 25px; font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 1.0em; }
.page section.endspeclist ul li .indent { text-indent: 75px; }

.page .sectionheading1 { width: 1200px; text-align: center; font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 32px; font-weight: bold; margin-top: 10px; margin-bottom: 15px; }

.page .sectionheading { width: 1200px; text-align: center; font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 26px; font-weight: bold; margin-top: 5px; }
.page .sectionheading .text { width: 1200px; text-align: center; font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 16px; font-weight: normal; margin-top: 2px; }

.page section.space { margin-top: 40px; }
.page section.spacetwo { margin-top: 25px; }
.page section.spaceharrows { margin-top: 50px; }

.page .TractorPkgHeading { width: 1140px; margin: auto; background-color: #000; margin-top: 10px; padding-top: 15px; padding-right: 0px; padding-bottom: -5px; padding-left: 0px; }
.page .TractorPkgHeading section.safest { margin-bottom: 5px; }
.page .TractorPkgHeading section.safest aside { width: 100%; font-family: Arial, Helvetica, sans-serif; color: #fff; text-align: left; }
.page .TractorPkgHeading section.safest aside p { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 18px; font-weight: bold; }

@media screen and (min-width: 515px) {
	section.productcategorymobile { display: none; }
}

/* Table Styling */

.page .center {
	border: 2px solid #fff;
	border-collapse: collapse;
	font-size: 1rem;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.page tr {
	background-color: #000;
}

.page td, th {
	padding: 0.5rem;
	border: 1px solid #fff;
}

.page th {
	text-align: center;
	font-size: 1.5rem;
	text-decoration: underline;
}

.page .strong {	
	font-weight: bold;
	font-size: 1.1rem;
}

.page .strong h4 {
	font-weight: normal;
	font-size: 1.0rem;
	margin-top: 1px;
	margin-bottom: 1px;
}

.page .spec {
	text-align: center;
	font-size: 1.1rem;
}

.page .note {
	text-align: left;
	font-size: 0.8rem;
}

.page .tech {
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
}

.page .rambocolumn { 
	border: 2px solid #fff;
	border-collapse: collapse;
	font-size: 1rem;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

.page .rambocolumnwide {
	border: 1.30px solid #fff;
	border-collapse: collapse;
	font-size: 0.45rem;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	width: 1175px;
	margin-left: auto;
	margin-right: auto;
}

.page .rambocolumnwide th {
	text-align: center;
	font-size: 0.95rem;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.page .rambocolumnwide .strong {
	font-weight: bold;
	font-size: 0.77rem;
}

.page .rambocolumnwide .spec {
	text-align: center;
	font-size: 0.65rem;
}

.page .rambocolumnwide .rambonote {
	text-align: left;
	font-size: 0.75rem;
}

.page .rambonote {
	text-align: left;
	font-size: 1.0rem;
}

.page .smallspace {
	width: 100%;
	margin-bottom: 15px;
}

section.space { margin-bottom: 20px; }
section.space aside { width: 100%; text-align: center; }

.page .specs {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0rem;
	margin-top: 5px;
}

/* Footer */

section.footer { margin-top: 40px; margin-bottom: 0px; padding: 0; }
section.footer aside { text-align: center; }
section.footer aside .footertwo { 
	height: 50px;	
	background-color: #000;
	width: 1200px;
	background-image: url(../footer1.jpg);
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}

footer { background: #000; font-size: .8em; padding: 30px 0px 10px 20px; color: #fff; }
footer .content { display: inline; }

footer a { margin-left: 15px; color: #fff; }
footer a:visted { color: #fff; }
footer a:hover { color: #777; }

footer img { margin-left: 10px; }

navtwo { 
	background-color: #000;
	position: absolute;
	top: auto; left: 980px;
	z-index: 150;
}

navtwo::after { content:''; display: block; clear: both; }

navtwo ul { list-style: none; margin: 0; padding: 0px; }

navtwo ul li:hover { background-color: #b8b8b8; }
navtwo ul li:hover > ul { display: block; }

navtwo ul li a {
	display: inline-block;
	color: #000;
	padding: 10px 10px; 
	text-decoration: none;
	width: 180px;
	position: relative;
}

navtwo ul li a:visited { color: #000; }
navtwo ul li a:hover { background-color: b8b8b8; }

navtwo ul ul { position: absolute; bottom: 100%; background-color: #b8b8b8; display: none; }

navtwo ul ul li { position: relative; }

navtwo ul ul ul { left: 100%; bottom: 0px; }