* {
	padding: 0px;
	margin: 0px;
}
html { 
	color: black; 
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, sans-serif;;
	background: #364762;
}
body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}
h1 {
	font-size: 1.4em;
	text-align: left;
	margin: 0px 0px 10px 0px;
	color: #165bba; /*#191970*/;
	text-transform: uppercase;
}
h2 {
	font-size: 1.2em;
	text-align: left;
	margin: 0px 0px 5px 0px;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
p {
	font-size: 1em;
	margin: 0px 0px 10px 0px;
}
.a:link { color: navy; font-size: 10pt; }
.a:visited { color: gray; font-size: 10pt; }
.body.class { color: black; font-size: 10pt; }
.small { color: black; font-size: 8pt; }
.p { color: black; font-size: 11pt; }
#share-this {
	position: absolute;
	z-index: 1000;
	left: 675px;
	top: 25px;
}
#header {
	width: 800px;
	height: 155px;
	position: relative;
}
#header img {
	display: inline;
}
#header .menu {
	width: 800px;
}
#header .menu img {
	display: inline block;
}
#content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#content td {
	padding-bottom: 20px;
}
#footer {
	width: 800px;
	height: 25px;
	background: url(http://www.silverbear.biz/images/2009_edits/shovel_footer.jpg) top left no-repeat;
	font-size: .7em;
}
#footer p, #footer a {
	color: #fff;
}
.text-red {
	color:#F00;
}
/*styles for Order page*/
#order-content {
	position: relative;
	height: 590px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#free-shipping-content {
	position: relative;
	float: left;
}
#product-container {
	background-image: url(images/order_page_reslice_20111208.jpg);
	height: 470px;
	width: 734px;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#scoop-content {
	position: absolute;
	height: 100px;
	width: 250px;
	left: 275px;
	top: 30px;
}
#wheel-content {
	position: absolute;
	height: 100px;
	width: 164px;
	left: 550px;
	top: 115px;
}
#rake-content {
	position: absolute;
	height: 100px;
	width: 250px;
	left: 275px;
	top: 325px;
}
#extension-content {
	position: absolute;
	height: 100px;
	width: 158px;
	left: 550px;
	top: 325px;
}
#heavy-duty-content {
	position: relative;
	float: left;
	background-color: #d4dee7;
	width: 100%;
}
#heavy-duty-container {
	width: 715px;
	margin-left: 45px;
	margin-top: 10px;
}
.text-white {
	color: #FFF;
}
.text-size-1 {
	font-size: 15px;
}
.text-bold {
	font-weight: bold;
}
.text-size-2 {
	font-size: 13px;
}

