div.columnTitle {
	/*width: 825px;*/
	width: 100%;
	height: 29px;
	background: url(../images/bg_product_column_title.jpg) no-repeat;
	text-align: center;
}
div.columns1 {
	/*width: 825px;*/
	width: 100%;
	height: 179px;
	background: url(../images/bg_product_1_column.jpg) no-repeat;
}
div.columns1 div.column {
	/*width: 785px;
	margin: 0px 20px;*/
	width: 785px;
	padding: 0 10px;
	float: left;
}
div.columns2 {
	/*width: 825px;*/
	width: 100%;
	height: 179px;
	background: url(../images/bg_product_2_columns.jpg) no-repeat;
}
div.columns4 {
	/*width: 825px;*/
	width: 100%;
	height: 179px;
	background: url(../images/bg_product_4_columns.png) no-repeat;
}
div.columns2 div.column {
	/*width: 360px;
	margin: 0px 20px;*/
	width: 378px;
	padding: 0 10px;
	float: left;
}

div.columns4 div.column {
	/*width: 360px;
	margin: 0px 20px;*/
	width: 378px;
	padding: 0 15px;
	float: left;
}
div.columns3 {
	/*width: 825px;*/
	width: 100%;
	height: 179px;
	background: url(../images/bg_product_3_columns.jpg) no-repeat;
}
div.columns3 div.column {
	/*width: 226px;*/
	/*margin: 0px 20px;*/
	width: 245px;
	padding: 0 10px;
	float: left;
}
div.floatStopper {
	clear: both;
}
/**/
div.columnTitle p {
	font-family: Gill Sans,Verdana,Arial,Helvetica,sans-serif;
	color: #ffffff;
	font-size: 20px;
}
div.column h1.title {
	margin-top: 5px;
	font-family: Gill Sans,Verdana,Arial,Helvetica,sans-serif;
	color: #eb1c24;
	font-size: 18px;
}
div.column p.blurb {
	margin-top: 13px;
	color: #6c808d;
	font-size: 10px;
}
p.twoColumn1stTitle {
	width: 360px;
}
.disclaimer {
	color: #eb1c24;
}
#productHTMLs {
	display: none;
}
.productHTML {
	margin-bottom: 50px;
}
.productName {
	width: auto;
	height: auto;
	padding: 5px;
	color: #ffffff;
	background: url("../images/hdr_title_bg.jpg");
	border-style: solid;
	border-width: 1px;
	border-color: #2d83da;
}
.productBlurb {
	margin-left: 5px;
	font-style: italic;
}
.productImage {
	float: right;
	margin: 0 100px 0 20px;
}
.benefits,.directions,.ingredients,.notes {
	width: 50%;
	margin: 0 100px;
}
