.solutions {
	text-align: left;
	color: #444;
}
.solutions h1 {
	width: 920px;
	margin: 35px auto 25px auto;
	color: #000;
}
.solutions h2 {
	color: #916c46;
	font-style: italic;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
}
.solutions h3 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 10px 0;
}
.solutions .overview {
	background-color: #ebf0ec;
	padding: 20px 0;
}
.solutions .overview > div {
	width: 920px;
	margin: 20px auto;
}
.solutions .overview .description {
	width: 430px;
	float: left;
}
.solutions ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.solutions ul li {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 7px 0;
	padding: 0 0 7px 15px;
	font-size: 15px;
	line-height: 19px;
	background: url(../images/articles/solutions/landing-bullet.gif) no-repeat left 6px;
}
.solutions .overview .picture {
	width: 460px;
	float: right;
	padding-top: 10px;
}
.solutions .overview .picture span {
	display: block;
	background-color: #333;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	font-size: 11px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 15px;
}
.solutions .overview .picture h3 {
	margin-left: 20px;
	margin-top: 30px;
}
.solutions .overview .picture ul {
	margin-left: 20px;
}
.solutions .products {
	margin: 35px auto 0 auto;
	padding: 0 0 15px 0;
	width: 920px;
	background: url(../images/articles/solutions/landing-divider.gif) no-repeat bottom center;
}
.solutions .products table tr td {
	width: 300px;
	padding: 20px 20px 20px 0;
}
.solutions .products .img {
	height: 180px;
	width: 130px;
	float: left;
	text-align: center;
}
.solutions .products table tr td h4 {
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.solutions .products table tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin: 8px 0 5px 130px;
	padding: 0;
}
.solutions .products td.title {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0 10px 0;
	line-height: 21px;
}
.rec-button {
	display: block;
	text-align: center;
	width: 195px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 7px 35px 0 23px;
	margin: 5px auto 15px auto;
	background: url(../images/articles/solutions/landing-button.gif) no-repeat top left;
}
.rec-button:active {
	background-position: left -31px;
}
.rec-button.up {
	background-position: left -62px;
}
.rec-button.up:active {
	background-position: left -93px;
}
.rec-button .quantity {
	color: #916c46;
}
.solutions .details {
	margin: 35px auto;
	width: 920px;
}
.solutions .ingredients {
	float: left;
	width: 620px;
}
.solutions .ingredients.narrow { width: 450px }
.solutions .ingredients.full { width: auto; float: none }
.solutions .ingredients ul.left {
	float: left;
	width: 45%;
}
.solutions .ingredients ul.right {
	float: right;
	width: 50%;
}
.solutions .ingredients li {
	background-image: none;
	padding: 0;
	clear: both;
}
.solutions .ingredients h3 {
	margin: 0;
}
.solutions .ingredients p {
	margin: 0 0 20px 120px;
	padding: 0;
}
.solutions .ingredients img {
	float: left;
	margin: 0 10px 20px 0;
}
.solutions .recommendations {
	float: right;
	width: 250px;
}
.solutions .recommendations.wide { width: 390px }
.solutions .recommendations.full { width: auto; float: none }
