.landing-container {
	clear: both;
	float: left;
	width: 980px;
	height: 431px;
	overflow: hidden;
}

.landing-container .left-col {
	width: 638px;
	float: left;
	margin-right: 5px;
}
.landing-container .right-col {
	width: 336px;
	float: left;
	display: inline;
}

.landing-container .left-col .blueheader {
	width: 638px !important;
	height: 90px;
	margin-bottom: 8px;
}

.landing-container .left-col .products-main {
	clear: both;
	float: left;
	width: 638px;
	height: 333px;
}
.landing-container .left-col .products-main a.products-main-img {
	width: 638px;
	height: 333px;
	background: url(../img/products/landing-main.jpg) left top no-repeat;
	z-index: 1;
	display: block;
}
.landing-container .left-col .products-main a.products-main-img:hover {
	position: absolute;
	z-index: 2;
	width: 638px;
	height: 333px;
	margin: 0;
	background: url(../img/products/landing-main-hover.jpg) left top no-repeat;
}

.landing-container .right-col .products-side {
	clear: both;
	float: left;
	width: 336px;
	height: 430px;
}
.landing-container .right-col .products-side a.products-side-img {
	width: 336px;
	height: 430px;
	background: url(../img/products/landing-side.jpg) left top no-repeat;
	z-index: 1;
	display: block;
}
.landing-container .right-col .products-side a.products-side-img:hover {
	position: absolute;
	z-index: 2;
	width: 336px;
	height: 430px;
	margin: 0;
	background: url(../img/products/landing-side-hover.jpg) left top no-repeat;
}

/*** Products page ***/
.products-content-container {
	clear: both;
	float: left;
	width: 980px;
	height: 355px;/**/
	overflow: hidden;
}
.products-content-container .hero-img {
	width: 432px;
	height: 355px;
	float: left;
	margin-right: 20px;
}
.products-content-container .product-details {
	width: 528px;
	height: 355px;/**/
	float: left;
	display: inline;
}
.products-content-container .product-details h1 {
	clear: both;
	width: 528px;
	display: block;
	font-size: 30px;
	font-weight: normal;
	color: #f00;
	line-height: 1.2em;
}
.products-content-container .product-details .product-info {
	width: 300px;
	height: 240px;
	overflow: hidden;
	float: left;
	margin-right: 25px;
	font-size: 12px;
	position:relative;
}
.products-content-container .product-details .product-shot a.nutritional-info {
	clear: both;
	height: 19px;
	position:absolute;
	bottom:0;
	left:-190px;
}

.products-content-container .product-details .product-shot{
	width: 200px;
	height: auto;
	float: left;
	display: inline;
	position:relative;
}

ul.bullets {
	width: auto;
	list-style-type: disc;
	margin: 10px 0px 10px 6px;
	padding-left: 10px;
}

.products-content-container .scrolling-product-container {
	width: 840px;
	height: auto;
	overflow: hidden;
	margin: 30px 70px 0px 70px;
}


.product-title{
	width:300px;
}

.product-title h1{
	display:inline!important;
}

.astro
{
    padding-right:10px;
    background:url(../img/astro.gif) right 5px no-repeat;
}
