h2 { background-image: url(../images/titles/johnsons_stress_collection.png);}

#content {
	position: relative;
	width: 542px;
	height: 430px;
	margin-bottom: 20px;
	border: 0px dotted green;
}

html>body #content {
	min-height: 430px;
}

#content .product_image {
	position: absolute;
	top: 50px;
	left: 620px;
	width: 252px;
	height: 429px;
	background-repeat: no-repeat;
	background-image: url(../images/products/products.png);
}

#content p {
	margin-right: 0;
	border: 0px dotted blue;
}

#content ol {
	list-style: none;
	width: 551px;
	height: 31px;
	margin-left: -4px;
	text-indent: -1000em;
	background-repeat: no-repeat;
}

#softlotion #content ol { background-image: url(../images/products/product_bar_softlotion.png); }
#softwash 	#content ol { background-image: url(../images/products/product_bar_softwash.png); }
#softoil 	#content ol { background-image: url(../images/products/product_bar_softoil.png); }

#content h3 {
	margin-top: 35px;
	width: 548px;
	height: 45px;
	text-indent: -1000em;
	background-repeat: no-repeat;
}

#softlotion #content h3 { background-image: url(../images/titles/johnsons_softlotion.png); }
#softwash 	#content h3 { background-image: url(../images/titles/johnsons_softwash.png); }
#softoil 	#content h3 { background-image: url(../images/titles/johnsons_softoil.png); }

#content ul {
	list-style: none;
	margin-top: 7px;
	border: 0px dotted red;
}

#content ul li {
	text-align: right;
	margin-bottom: 7px;
}

#content ul li sup {
	font-size: 9px;
}

#content a.next {
	display: block;
	text-indent: -1000em;
	float: right;
	width: 57px;
	height: 29px;
	margin-top: 5px;
	margin-right: -3px;
	background-image: url(../images/buttons/transparent/next.png);
}






