#content_wrap {
 	background: #fff url(../images/common/bg_bowl_1.jpg) no-repeat scroll top left;
}
/*********************************************
STEPS
*********************************************/

#steps123 {
	width: 787px;
	height: 182px;
	margin-top: 21px;
	padding-left: 36px;
	padding-top: 12px;
	background: transparent url(../images/common/bg_steps123.gif) no-repeat scroll top left;
}

#step1 {
	float: left;
	width: 220px;
	margin-right: 40px;
	padding-top: 75px;
	background: transparent url(../images/home/notepad.gif) no-repeat scroll top right;
}

#step2 {
	float: left;
	width: 204px;
	margin-right: 43px;
	padding-top: 75px;
	background: transparent url(../images/home/cookpot.gif) no-repeat scroll top right;
}

#step3 {
	float: left;
	width: 200px;
	padding-top: 75px;
	background: transparent url(../images/home/bowlfood.gif) no-repeat scroll top right;
}

#step1 img, #step2 img, #step3 img {
	display: block;
	margin-left: 110px;
	padding-bottom: 0;
}

#steps123 p {
	font-size: 12px;
	color: #888;
	margin: 0;
}

/*********************************************
TESTIMONIALS
*********************************************/

#testimonials {
	width: 763px;
	height: 201px;
	position: relative;
	margin-top: -14px;
	padding-bottom: 20px;
	background: transparent url(../images/home/bg_testimonials.png) no-repeat;
}

#testimonialsText { 
	position:absolute;  
	left:300px; 
	top:30px; 
	width:420px;
}
					
#testimonialsText h2 {
	margin: 0px;
	padding-bottom: 6px;
}

#testimonialsText p { 
	font-size: 12px;
	color: #888;
	margin:0;
	padding-bottom: 6px;
}
 
span.testimonialName {font-style:italic; font-weight:bold;}