body {
	background-image: url(/images/header/header-backgroundx.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
}

.wrapper {
	width: 960px;
	position: relative;
	margin: auto;
}

.navigation {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 30px;
}



.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.navigation ul li {
	display: inline;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A60D11;
	padding-right: 15px;
	padding-left: 15px;
}
.navigation ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.navigation ul li a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #671012;
	text-decoration: none;
}

.logo {
	height: 162px;
	width: 165px;
	position: absolute;
	left: 30px;
	top: 100px;
	z-index: 5;
}

.banner {
	background-image: url(/images/header/home-banner-image.jpg);
	height: 303px;
	width: 960px;
	margin-top: 150px;
}
.banner-about {
	background-image: url(/images/body/banner-aboutus.jpg);
	background-repeat: no-repeat;
	height: 186px;
	width: 960px;
	margin-top: 150px;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div {
	margin: 0px;
	padding: 0px;
}

.blown-away-title {
	background-image: url(/images/header/blown-away-title.jpg);
	height: 78px;
	width: 421px;
	float: left;
	margin-top: 68px;
	margin-left: 230px;
}
.column {
	width: 280px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.column-middle {
	width: 278px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.red-bold {
	font-size: 19px;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}

.white-bold {
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	font-style: italic;
}
.footer-wrapper {
	background-color: #1A1A1A;
	background-image: url(/images/footer/footer-divider.jpg);
	background-repeat: no-repeat;
	width: 100%;
	clear: both;
	background-position: 0px 0px;
	position: relative;
	margin-bottom: 0px;
}

.footer {
	padding: 20px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #999999;
	height: 30px;
}

.call-today {
	height: 30px;
	width: 300px;
	position: absolute;
	top: 110px;
	left: 690px;
}

.thumb {
	background-image: url(/images/body/snow-blower-example.jpg);
	float: right;
	height: 125px;
	width: 150px;
	border: 1px solid #333;
	margin-left: 10px;
}

.thumb-skidsteer {
	background-image: url(/images/skid_blower2_thumb.jpg);
	float: right;
	height: 80px;
	width: 150px;
	border: 1px solid #333;
	margin-left: 10px;
}

.thumb-rock-bucket {
	background-image: url(/images/RockBucket_thumb.jpg);
	float: right;
	height: 80px;
	width: 150px;
	border: 1px solid #333;
	margin-left: 10px;
}

.thumb-estate-master {
	background-image: url(/images/estate_master_1.jpg);
	float: right;
	height: 80px;
	width: 110px;
	border: 1px solid #333;
	margin-left: 10px;
}

.thumb-snow-pole {
	background-image: url(/images/snow-marker-2-thumb.jpg);
	float: right;
	height: 80px;
	width: 110px;
	border: 1px solid #333;
	margin-left: 10px;
}


a.button {
	display: block;
	width: 95px;
	height: 30px;
	text-decoration: none;
	background-image: url(/images/buttons/buttons.jpg);
	margin-top: 10px;
	margin-left: 0px;
	}

a.button:hover {
	background-position: -95px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

.content-wrapper {
	background-color: #1A1A1A;
	padding: 20px;
	border: 1px solid #666;
	margin-top: 20px;
	margin-bottom: 20px;
}

.large-image-holder {
	float: right;
	width: 400px;
	margin-left: 20px;
	border: 1px solid #666;
}

.large-image-holder-rock-bucket {
	float: right;
	width: 367px;
	margin-left: 20px;
	border: 1px solid #666;
}

.large-image-holder-estate-master {
	float: right;
	width: 367px;
	margin-left: 20px;
	border: 1px solid #666;
}

.large-image-holder-snow-pole {
	float: right;
	width: 329px;
	margin-left: 10px;
	border: 2px solid #666;
}

/*Clear Fix*/

 .clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hide these rules from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}

/* End hide from IE-mac */
h1 {
	font-size: 18px;
	color: #999;
	display: inline;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #999;
	display: inline;
	padding: 0px;
	margin-bottom: 6px;
}

.firenav {
	margin-top: 8px;
	margin-left: 18px;
	padding: 0px;
}

.firenav li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-image: url(/images/body/flame-bullet.png);
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
}

.dark-text {
	color: #333;
}

.product-box {
	width: 883px;
	background-color: #000;
	float: left;
	margin-right: 5px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 15px;
}

.product-box3 {
	width: 563px;
	background-color: #000;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 15px;
}

.thumb-small {
	background-image: url(/images/body/snow-blower-example.jpg);
	float: right;
	height: 85px;
	width: 110px;
	border: 1px solid #333;
	margin-left: 10px;
}

.thumb-small-estate-master {
	background-image: url(/images/estate_master_1.jpg);
	float: right;
	height: 85px;
	width: 110px;
	border: 1px solid #333;
	margin-left: 10px;
}

.thumb-skid-blower {
	background-image: url(/images/skid_blower2_thumb.jpg);
	float: right;
	height: 74px;
	width: 110px;
	border: 1px solid #333;
	margin-left: 10px;
}

.thumb-rock-bucket {
	background-image: url(/images/RockBucket_thumb.jpg);
	float: right;
	height: 74px;
	width: 110px;
	border: 1px solid #333;
	margin-left: 10px;
}

.clear {
	clear: both;
	width: 100%;
	height: 15px;
}

a:link {
color:#FFFFFF;
}

a:hover {
color:#FFFFFF;
}

a:visited {
color:#FFFFFF;
}

#gallery {
	background-image: url(/images/body/gallery-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #3A3A3C;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

#gallery-bottom {
	background-image: url(/images/body/galllery-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}

.gallery-thumbnail {
	height: 113px;
	width: 150px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
}

.logo-new {
	height: 163px;
	width: 450px;
	left: 30px;
	top: 55px;
	z-index: 5;
	background-image: url(/images/logo-new.png);
	text-indent: -9999em;
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	overflow: hidden;
}

#tagline {
	background-image: url(/images/tagline.png);
	height: 70px;
	width: 523px;
	float: left;
	margin-top: 75px;
	margin-left: 200px;
}

#mainnav {
	height: 63px;
}

#mainnav ul {
	margin: 0px;
	padding: 0px;
}

#mainnav ul li {
	display: block;
	list-style-type: none;
	line-height: 65px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#mainnav ul li a {
	text-decoration: none;
	font-size: 12px;
}

.header {
	height: 250px;
	position: relative;
}
