#textblock {
	float: left;
}
#textblock h2 {
	color: #FFFFFF;
	padding-bottom: 1em;
	position: relative;
	width: auto;
}
#specsheet {
	float: right;
	width: 470px;
	position: relative;
	height: 1%;
	background-color: #FFFFFF;
	margin-top: 2em;
	margin-right: 10px;
	margin-bottom: 2em;
	margin-left: 0px;
	padding: 10px;
	font-size: 0.8em;
}
#specsheet h2 {
	font-size: 1.5em;
	color: #5E9C41;
	font-style: italic;
	padding-bottom: 0.5em;
	position: relative;
	width: auto;
}

#specsheet h3 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	background-color: #626464;
	margin-bottom: .5em;
	padding-top: .2em;
	padding-bottom: .2em;
}
#specsheet h4 {
	font-size: 1em;
	text-transform: uppercase;
	color: #5E9C41;
	padding-bottom: 1em;
}
.specBoxright *, specBox * {

}
.specBox    h5, .specBoxright  h5 {
	font-size: 1em;
}
.specBoxright  img, .specBox img {
	text-indent: 0px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -50px;
}



#specsheet ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 1em;
}
.speccol {
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	clear: both;
}
.specBox {
	width: 180px;
	background-image: url(resource/whitecorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #CCCCCC;
	position: relative;
	float: left;
	margin-bottom: 1em;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 50px;
}
.specBoxright {
	width: 180px;
	background-image: url(resource/whitecorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #CCCCCC;
	position: relative;
	float: right;
	margin-bottom: 1em;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 50px;
}
