h1 {
	padding: 15px;
	background-color: #CBEED3;
	font-size: 182%;
}

.sIFR-alternate {
	display: none;
}

p {
	line-height: 1.5em;	
}

a {
	color: #008b1d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#hd #masthead.home {
	background-image: url(/images/content/grain-bin-hoppers.jpg);
}

#hd #masthead.productimg {
	background-image: url(/images/content/mast-products.jpg);
}

#hd #masthead.faq {
	background-image: url(/images/content/mast-faq2.jpg);
}

#hd #masthead.specials {
	background-image: url(/images/content/mast-specials.jpg);
}

#hd #masthead.contact {
	background-image: url(/images/content/mast-contact2.jpg);
}

.productblock {
	position: relative;
}

.productblock p {
	padding: 0 0 0 6px;
}

.brandblock {
	position: absolute;
}

.productbrand {
	position: absolute;
	right: 8px;
	top: 8px;
	text-align: right;
}

.featurelist {
	font-weight: bold;
	font-size: 105%;
}

.featurelist li {
	list-style: square;
	padding: 4px;
}

.products {
  	font-size: 135%;
  	color: #008b1d;
  	padding: 5px;
	background-color: #dedede;
}

.announce {
	font-size: 115%;
	color: #008b1d;
	padding: 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#bd img {
	margin: 2px;
	border: 1px solid #333333;
	border-bottom-color: #000000;
	border-right-color: #000000;
}


img.floatLeft {
	float: left;
	margin: 0 8px 0 0;
	padding: 0px;
}

img.floatRight {
	float: right;
	margin: 0 0 0 25px;
	padding: 0px;
}

dt {
  	margin-top: 15px;
  	font-size: 135%;
  	color: #008b1d;
  	padding: 5px 0; 
}

dd {
  	color: #333; 
  	background: #dedede;
	padding: 10px;
}

