/*faq's*/
.faqsContentWrapper{
	overflow: hidden;
	padding-top: 2em;
}
#faqsContainer{
	overflow: hidden;
	padding-top: 2em;
}
#faqs p,#faqs h2,#faqs h3,#faqs a{
	font-family: arial, tahoma, sans-serif;
	padding: 5px 0 0 5px;
}
#content_left{
 width: 488px;
}
#content_right{
 width: 488px;
}
.questionsGroup h2,.questionsGroup h3,.questionsGroup p{
	color: #555555;
}
.questionsGroup h2{

}
h2.faq-cat_coffee,
h2.faq-cat_tea,
h2.faq-cat_organic_produce,
h2.faq-cat_kitchen_exclusives,
h2.faq-cat_salads,
h2.faq-cat_delivery,
h2.faq-cat_the_farm,
h2.faq-cat_meditation
{
	font-size: 20pt;
	width: 293px;
	height: 50px;
	padding: 12px 0 0 20px !important;
}
h2.faq-cat_coffee{
	color: #603913;
	background: url("../images/coffeeCatBG.gif") no-repeat left;
}
h2.faq-cat_tea{
	color: #406618;
	background: url("../images/teaCatBG.gif") no-repeat left;
}
h2.faq-cat_organic_produce{
	color: #94550f;
	background: url("../images/organicproduceCatBG.gif") no-repeat left;
}
h2.faq-cat_kitchen_exclusives{
	color: #4b0049;
	background: url("../images/kitchenexclusivesCatBG.gif") no-repeat left;
}
h2.faq-cat_salads{
	color: #003663;
	background: url("../images/saladsCatBG.gif") no-repeat left;
}
h2.faq-cat_delivery{
	color: #790000;
	background: url("../images/deliveryCatBG.gif") no-repeat left;
}
h2.faq-cat_the_farm{
	color: #8f6300;
	background: url("../images/thefarmCatBG.gif") no-repeat left;
}
h2.faq-cat_meditation{
	color: #213340;
	background: url("../images/meditationCatBG.gif") no-repeat left;
}


/*==========================*/
#desc {
	color:#1E3B5D;
}
#faq {
	margin:30px 0px;
	font-size:20px;
}
.faq{
	padding: 10px 0;
}
.question {
	cursor: pointer;
	font-size: 12pt !important;
	font-family: "arial", tahoma, sans-serif !important;
	text-align: justify !Important;
}
.answer {
	padding:10px 20px 10px !important;
	background-color: #feffeb;
	font-size: 11pt !important;
	font-family: "arial", tahoma, sans-serif !important;
	text-align: justify !Important;
	line-height: 20pt;
}
