@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 12px;
	background-image: url(../images/black-treadplate.jpg);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 139px;
	width: 955px;
	margin-top: 20px;
} 
.twoColFixLtHdr #header #logoSmall {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #header #mowersHead {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
}
.twoColFixLtHdr #mainContentPropane {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContentPropane #small {
	font-size: 125%;
	font-weight: normal;
	letter-spacing: 2px;
}
.twoColFixLtHdr #mainContentPropane #normal {
	font-size: 200%;
	font-weight: normal;
}
.twoColFixLtHdr   #mainContentPropane #big   {
	font-size: 300%;
	font-weight: bold;
	letter-spacing: 2px;
}
.twoColFixLtHdr  #mainContentPropane #lowPolutingPropane {
	float: left;
	width: 250px;
	margin-top: 40px;
	margin-left: 0px;
	text-align: right;
}
.twoColFixLtHdr #mainContentPropane #propaneSpecs {
	float: left;
	width: 805px;
	margin-top: -30px;
	margin-left: -30px;
	text-align: right;
}
.twoColFixLtHdr #mainContentPropane #propanePhoto {
	float: left;
	width: 250px;
	margin-top: -0px;
	margin-left: -20px;
	text-align: right;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr   #container   #sidebar1   {
	font-size: 110%;
	line-height: 160%;
	font-weight: bold;
	vertical-align: top;
}
.twoColFixLtHdr #container #sidebar1 a {
	text-decoration: none;
	display: inherit;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 100%;
} 
.twoColFixLtHdr #mainContentHome {
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	color: #E31831;
} 
.twoColFixLtHdr   #footer   p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	text-align: left;
}
.twoColFixLtHdr    #footer    h4  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 110%;
	line-height: 110%;
}
.oneColFixCtrHdr #container {
	width: 955px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 0 0 0;
}
.oneColFixCtrHdr #mainContent #mainLogo {
	float: left;
	margin-left: 40px;
}
.oneColFixCtrHdr #mainContent #frontMountPhoto {
	float: left;
	margin-top: -210px;
	margin-left: -20px;
}
.oneColFixCtrHdr #mainContent #midMountPhoto {
	float: right;
	margin-top: -80px;
}
.oneColFixCtrHdr #mainContent #decidForYourself {
	float: left;
	margin-top: -40px;
	margin-left: 350px;
	width: 350px;
}
.oneColFixCtrHdr #mainContent #normal {
	font-size: 150%;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent #big {
	font-size: 250%;
	font-weight: normal;
	letter-spacing: 2px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #E31831;
	font-size: 110%;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 115%;
}
