body{
	background: #eaf7f0 url('images/bg.jpg') no-repeat  50% 0;
	margin:0;
}

.clear {
	float:none;
	clear:both;
}

img {
	border: none;
}

#bg-left {
	
}


#wrapper {
	margin:100px auto;
	width:930px;
	margin-bottom:0px;
}


#left {
	width:540px;
	float:left;
}

#left .foaming { 
	margin-top:50px; 
	margin-bottom:35px;
}

#left .left-sale {
	background:url('images/left_sale.png') no-repeat;
	height:333px;
	margin-bottom:-100px;
	padding-top:65px;
	width:496px;
}

#left .left-sale .sale-buttons {
	width:222px;
	float:right;
	clear:right;
	padding-right:15px;
}

#left .left-sale .sale-buttons a.button {
	width:221px;
	height:37px;
	background:transparent url('images/buy_buttons.png') no-repeat 0 0;
	float:left;
	margin-bottom:20px;
}



#left .left-sale .sale-buttons a.half-gallon {
	background-position:-221px -37px;
}

#left .left-sale .sale-buttons a.half-gallon:hover {
	background-position:-221px 0;
}

#left .left-sale .sale-buttons a.gallon {
	background-position:0 -37px;
}

#left .left-sale .sale-buttons a.gallon:hover {
	background-position:0 0;
}

#left .left-sale .sale-buttons a span{
	display:none;
	visibility:hidden;
}

#left .text p {
	padding-right:35px;
}


#right {
	width:390px;
	float:left;
}

#right ul {
	list-style:url(images/bullet.gif);
}

#right ul li {
	color:#a3b0b0;
	font-family:"Lucida Grande", sans-serif;
	line-height:22px;
	font-size:14px;
	margin-bottom:20px;
}

#right .product-button {
	float: left;
	margin-top: -200px;
	margin-left: 238px;
}

.text p{
	color:#a3b0b0;
	font-family:"Lucida Grande", sans-serif;
	line-height:20px;
	font-size:14px;
}

.text strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#00a786;
}

.text em {
	font-weight:bold;
	font-style:normal;
}

#footer {
	margin-top:75px;
}

#footer p {
	font-family:"Myriad Pro", Arial, Sans-serif;
	color:#72b19c;
	font-size:12px;
}

#footer p.left{
	float:left;
}

#footer p.right {
	float:right;
	clear:right;
}