
html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	font-size:12px; 
	font-family: arial, sans-serif;
	overflow: hidden; 
}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0; 
	font-size:12px;
	font-family: Arial, Sans-Serif;
	/*background: #F4EEC9 url(../images/background.png) repeat-y top center;*/
}

body *
{
	font-size:12px;
	font-family: Arial, Sans-Serif;
	color:#2d0b04;/*#2d0b04;*/
}

div
{
	font-size:12px;
	font-family: Arial, Sans-Serif;
	color:#2d0b04;
	
}

p
{
	font-size:12px;
	font-family: Arial, Sans-Serif;
	color:#2d0b04;
	
}

div *
{
	font-size:12px;
	font-family: Arial, Sans-Serif;
	color:#2d0b04;
}

p *
{
	font-size:12px;
	font-family: Arial, Sans-Serif;
	color:#2d0b04;
}

a:link
{
	color:#2d0b04;
}

a:visited
{
	color:#2d0b04;
}

a:hover
{
	color:#F65623;
}

#flash_bg
{
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
	background:#F4EFC9 url(../images/ajax-loader(2).gif) center center no-repeat;
	/*background:#c6b79f url(../images/cafecafe_loading.gif) center center no-repeat;*/

 }

#content { 
	display:block; 
	height:100%; 
	max-height:100%;
	overflow:auto; 
	position:relative; 
	z-index:3; 
	width:100%;
	text-align:center; /* fixes IE centering bug */
}

#margin_top
{
	height:50px;
	width:100%;
}

#header
{
	height:132px;
	width:100%;
	background: url(../images/nav.png) no-repeat bottom center;
	z-index:8;
	text-align:left;
}

#friends
{
	width:152px;
	height:47px;
	margin:-49px auto 0 372px;
	text-align:right;
	direction:rtl;
	padding:0;
	overflow:hidden;
	font-size:12px;
	color:#2d0b04;
}


#friends *
{
	font-size:12px;
	color:#2d0b04;
}

#house
{
	width:160px;
	height:43px;
	margin:-47px auto 0 543px;
	text-align:right;
	overflow:hidden;
	font-size:12px;
	color:#2d0b04;
	direction:rtl;
}

#house div
{
	margin:0;
	padding:0;
}

#house *
{
	font-size:12px;
	color:#2d0b04;
}

#search_branch
{
	width:154px;
	height:45px;
	margin:-45px auto 0 729px;
	overflow:hidden;
	font-size:12px;
	color:#2d0b04;
}
 
 
#search_branch *
{
	font-size:12px;
	color:#2d0b04;
}

#search_branch label
{
	font-size:12px;
}

#search_branch select
{
	/*width:84px;*/
	width:115px;
	height:16px;
	border: solid 1px #2d0b04;
	font-size:11px;
}


#search_branch a:link
{
	font-size:14px;
	color:#2d0b04;
}

#search_branch a:visited
{
	font-size:14px;
	color:#2d0b04;
}

#search_branch a:hover
{
	font-size:14px;
	color:#2d0b04;
	text-decoration:none;
}


#centered_inner_content
{
	margin:0 auto; 
	clear:both;
	width:900px;
	height:100%;
	text-align:center;
}

#wrapper_bg
{
	width:100%;
	/*min-height:450;*/
	/*background: #FFFDF2 url(../images/content_px.png) repeat-y;*/
	background: #FFFDF2 url(../images/content_px.png) repeat-y;
}


#content_leaf
{
	width:894px;
	margin:0 auto; 
	clear:both;
	text-align:center;
	background: url(../images/top_leaf.png) no-repeat top left;
	/*height:100%;*/
	direction:rtl;
}

#content_leaf3
{
	width:894px;
	margin:0 auto; 
	clear:both;
	text-align:center;
	background: url(../images/organic_back_crop.png) repeat-y top left;
	/*height:100%;*/
	direction:rtl;
}

#content_leaf2
{
	width:900px;
	margin:0 auto; 
	clear:both;
	text-align:center;
	background: url(../images/bot_leaf.png) no-repeat center center;
	height:133px;
	direction:rtl;
}

#content_txt
{
	/*width:849;*/
	width:894px;
	margin:0 auto;
	text-align:center;
	background:url(../images/bottom_leaf.png) bottom right no-repeat;
}

#content_txt99
{
	/*width:849;*/
	width:894px;
	margin:0 auto;
	text-align:center;
	/*background:url(../images/bottom_leaf.png) bottom right no-repeat;*/
}

#content_tachles
{
	width:849;
	margin:0 auto;
	direction:rtl;
	text-align:right;
}

#content_txt2
{
	width:100%;
	margin:0 auto;
	direction:rtl;
	text-align:center;
	background: url(../images/top_organic.png) no-repeat top center;
}

.padding {
	display:block;
	height:82px; /* height to miss footer */
}



#footer_container 
{
	position:absolute; 
	margin:0; 
	bottom:0px;
	/*left:0;*/
	display:block; 
	/*width:98.8%; */
	width:100%;
	/*right:19px;*/
	left:-8px;
	height:82px; 
	text-align:right;  
	z-index:4; 
	text-align:center;
	
	/*background:#fffdf2 url(../images/footer2812.jpg) no-repeat center center;*/
}


#footer
{
	/*background: #ffffff url(../images/footer_bg.png) no-repeat;*/
	background:#d5cfad url(../images/footer_NEW_bg.png) no-repeat;
	width:900px;
	height:82px; 
	margin: 0 auto;
	clear:both; 
	text-align:right;
	position:relative;
}


label
{
	cursor:pointer; 
}

.orange
{
	color:#F65623;
	font-size:14px; 
}


.orange2
{
	color:#F65623;
	font-size:11px; 
}

.orange3
{
	color:#F65623;
	font-size:12px; 
}

#flash_credit
{
	position:absolute;
	bottom:5px;
	/*left:32;*/
	left:10px;
	font-size:10px;
	color:#000000;
}

#flash_credit_10click
{
	position:absolute;
	bottom:3px;
	right:10px;
	font-size:10px;
	color:#2d0b04;
}

#flash_credit span
{
	font-size:10px;
	color:#000000;
}

a.flash_credit_link:link
{
	color:#000000;
	text-decoration:none;
	font-size:10px;
}

a.flash_credit_link:visited
{
	color:#000000;
	text-decoration:none;
	font-size:10px;
}

a.flash_credit_link:hover
{
	color:#000000;
	text-decoration:none;
	font-size:10px;
}



a.flash_credit_10click:link
{
	color:#2d0b04;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

a.flash_credit_10click:visited
{
	color:#2d0b04;
	text-decoration:none;
	font-size:11px;font-weight:bold;
}

a.flash_credit_10click:hover
{
	color:#2d0b04;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}



#navigation
{
	width:100%;
	/*margin-top:7px;*/
	text-align:right;
	direction:rtl;
	font-size:12px;
	color:#2d0b04;
}

#navigation *
{
	font-size:12px;
	color:#2d0b04;
}

.white_px
{
	width:1px;
	height:12px;
	background-color:#fcf7d7; 
}

#navigation a:link
{
	font-size:12px;
	color:#2d0b04;
	text-decoration:none;
}

#navigation a:visited
{
	font-size:12px;
	color:#2d0b04;
	text-decoration:none;
}


#navigation a:hover
{
	font-size:12px;
	color:#fcf7d7;
	text-decoration:none; 
}

#time_now
{
	color:#fcf7d7;
	font-size:11px;
	width:280px;
	direction:rtl;
}

#clock
{
	color:#fcf7d7;
	font-size:11px;
	float:right;
	margin-left:3px;
}

#DateNow
{
	color:#fcf7d7;
	font-size:11px;
	float:right;
	margin-left:3px;
}

#heb_day
{
	color:#fcf7d7;
	font-size:11px;
	float:right;
	margin-left:3px;
}

#breadcrumbs
{
	margin:0px 18px 0px 0px;
	padding-top:8px;
	padding-bottom:4px;	
	text-align:right;
	direction:rtl;
	font-size:11px;
	color:#ea7516;
}

#breadcrumbs a:link
{
	text-decoration:none;
	font-size:11px;
	color:#2d0b04;
}

#breadcrumbs a:visited
{
	text-decoration:none;
	font-size:11px;
	color:#2d0b04;
}

#breadcrumbs a:hover
{
	text-decoration:underline;
	font-size:11px;
	color:#ea7516;
}


#breadcrumbs_organic
{
	margin:0px 18px 0px 0px;	
	text-align:right;
	direction:rtl;
	font-size:11px;
	color:#ea7516;
}

#breadcrumbs_organic a:link
{
	text-decoration:none;
	font-size:11px;
	color:#ffffff;
}

#breadcrumbs_organic a:visited
{
	text-decoration:none;
	font-size:11px;
	color:#ffffff;
}

#breadcrumbs_organic a:hover
{
	text-decoration:underline;
	font-size:11px;
	color:#ffffff;
}










#page_heading
{
	width:324px;
	height:65px;
	overflow:hidden;
	background: url(../images/page_head.jpg) no-repeat top center;
	text-align:center;
	color:#2d0b04;
	font-size:18px;
	font-weight:bold;
}

#blog_heading
{
	width:636px;
	height:73px;
	overflow:hidden;
	background: url(../images/cafecafebirds.png) no-repeat top center;
	text-align:center;
	color:#2d0b04;
	font-size:18px;
	font-weight:bold;
}

.food_category
{
	width:152px;
	height:104px;
	background: #f7f1d1;
	border: solid 1px #c9bfb0;
	text-align:center;
	font-size:14px;
	cursor:pointer;
	overflow:hidden;
}

.food_category *
{
	color:#2d0b04;
	font-size:14px;
	font-weight:bold;
}

#menu
{
	margin-top:12px;
}

#recommended_recipes
{
	width:100%;
	border: solid 1px #c9bfb0;	
	background: #f7f1d1;
}


#recommended_head
{
	width:312;
	height:33px;
	background: url(../images/recommended.png) no-repeat bottom center;
	font-size:15px;
	font-weight:bold;
	color:#2d0b04;
}

#recommended_head2
{
	width:244;
	height:33px;
	background: url(../images/recommended2.png) no-repeat bottom center;
	font-size:15px;
	font-weight:bold;
	color:#2d0b04;
	text-align:center;
}

.recommended_head2
{
	/*width:244;
	height:33px;*/
	min-height:33px;
	height: expression( this.scrollHeight < 33 ? '33px' : 'auto' );
	background: #ff7200 url(../images/recommended2.png) no-repeat bottom center;
	font-size:15px;
	font-weight:bold;
	color:#2d0b04;
	text-align:center;
	width:238px;
}


.food_img
{
	/*width:144px;
	height:70px;
	border: solid 1px #c9bfb0;*/
	margin: 2px auto;
	margin-bottom:3px;
	overflow:hidden;
}

.food_big_img
{
	/*width:142px;
	height:91px;
	/*border: solid 1px #c9bfb0;	*/
	overflow:hidden;
	float:left;
	margin:0 3px 0 3px ;
}

.recipe_name
{
	margin-right:8px;
	font-weight:bold;
	font-size:14px;
	color:#2d0b04;
	text-decoration:none;
}

.divider
{
	/*clear:both;
	
	margin: 0 auto;
	background: #4c3016;*/
	background: url(../images/divider.png) no-repeat center center;
	height:1px;
	width:310px;
}


.divider2
{
	background: url(../images/divider2.png) no-repeat center center;
	height:1px;
	width:244px;
}

.item
{
	/*height:100px;
	overflow:hidden;*/
	width:312px;
}

.from
{
	font-weight:normal;
	font-size:13px;
	margin-top:2px;
	color:#2d0b04;
}

#left_banner
{
	width:168px;
	/*overflow-x:hidden;*/
	float:left;
}

#left_column
{
	width:175px;
	/*overflow-x:hidden;*/
	float:left;
}

#main_pg
{
	float:right;
}

#bottom_leaf
{
	width:100%;
	clear:both;
	margin: 0 -22px 0px 0 ;
	position:relative;
	/*position:absolute;
	bottom:0;*/
	z-index:20;
}

#bottom_leaf2
{
	width:100%;
	clear:both;
	/*margin: 0 -22px 0px 0 ;*/
	position:relative;
	z-index:20;
}

#category_crumbs
{
	margin-right:20px;
}

#category_crumbs *
{
	font-size:13px;
	color:#2d0b04;
}

.category
{
	width:639px;
	border: solid 1px #c9bfb0;
	background:#fefbea;
	margin-bottom:7px;
}

.category2
{
	margin-top:7px;
	width:639px;
	border: solid 1px #c9bfb0;
	background:#fefbea;
	margin-bottom:7px;
}

.orange
{
	color:#f96f00;
	font-weight:normal;
}

.top_border
{
	border-top: solid 1px #c9bfb0; padding-top:6px;
}

.light_yellow
{
	background: #fcf7d7;
}

.light_yellow *
{
	font-weight:bold;
	font-size:17px;
	color:#2d0b04;
}

.from_date
{
	font-size:12px;
	font-weight:normal;
}

.detail_tbl *
{
	font-size:10px;
	color:#333333;
}

.detail_header 
{
	background:#ece7d5;
	width:54px;
	text-align:center;
}

.detail_divider
{
	width:3px;
	background: url(../images/line.png) repeat-y;
}

a.back2top:link
{
	color:#795e4f;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}

a.back2top:visited
{
	color:#795e4f;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}

a.back2top:hover
{
	color:#F65623;
	font-weight:normal;
	font-size:12px;
}

.print
{
	font-size:10px;
	color:#4c3016;
}

a.print:link
{
	font-size:11px;
	color:#4c3016;
}

a.print:visited
{
	font-size:11px;
	color:#4c3016;
}

a.print:hover
{
	font-size:11px;
	color:#F65623;
	text-decoration:none;
}

.invite_friends *
{
	font-size:12px;
	color:#2d0b04;
}

.invite_friends label
{
	color:#2d0b04;
	font-weight:bold;
	font-size:13px;
}

td.label
{
	/*width:63px;*/
}

input.friend
{
	width:105px;
	height:20px;
	background-color:#fcf7d7;
	border: solid 1px #c9bfb0;
	margin:0;
	padding:0;
}

textarea.friend
{
	width:105px;
	height:20px;
	background-color:#fcf7d7;
	border: solid 1px #c9bfb0;
	margin:0;
	padding:0;
	overflow:auto;
}


input.comment
{
	width:266px;
	height:22px;
	background-color:#ffffff;
	border: solid 1px #c4cec9;
	margin:0;
	padding:0;
}

textarea.comment
{
	width:423px;
	height:86px;
	background-color:#ffffff;
	border: solid 1px #c4cec9;
	margin:0;
	padding:0;
	overflow:auto;
}

label.comment
{
	font-size:12px;
	color:#5d5c55;	
}

label.contact
{
	font-size:14px;
}

.regular_txt
{
	font-size:12px;
	color:#2d0b04;
}

a.add:link
{
	font-size:12px;
	color:#2d0b04;
}

a.add:visited
{
	font-size:12px;
	color:#2d0b04;
}

a.add:hover
{
	font-size:12px;
	color:#F65623;
}

.divider_friends
{
	width:340px;
	height:1px;
	background-color:#dcd4c4;
}

.select_friend
{
	width:84px;
	height:16px;
	border: solid 1px #dbd4c6;
	background:#fcf7d7;
	font-size:11px;
	color:#2d0b04;
}

.teeny
{
	width:30px;
	height:20px;
	border: solid 1px #dbd4c6;
	background:#fcf7d7;
	font-size:11px;
	color:#2d0b04;
}

.teeny2
{
	width:38px;
	height:20px;
	border: solid 1px #dbd4c6;
	background:#fcf7d7;
	font-size:11px;
	color:#2d0b04;
}


.textarea_friend
{
	width:239px;
	height:72px;
	border: solid 1px #dbd4c6;
	background:#fcf7d7;
	font-size:11px;
	color:#2d0b04;
	overflow:auto;
}

a.date:link
{
	font-size:11px;
	color:#2d0b04;	
}

a.date:visited
{
	font-size:11px;
	color:#2d0b04;	
}

a.date:hover
{
	font-size:11px;
	color:#F65623;	
	text-decoration:none;
}

.bordered_img
{
	border: solid 1px #c9bfb0;
}

.blog_txt
{
	width:410px;
	height:159px;
	overflow:hidden;
	color:#2d0b04;
	font-size:13px;
}

.blog_txt2
{
	color:#2d0b04;
	font-size:13px;
	line-height:1.4;
}

.blog_txt * 
{
	color:#2d0b04;
	font-size:13px;
	line-height:1.4;
}

.gray_heading
{
	font-weight:bold;
	font-size:15px;
	color:#605f5c;
}


.blog_stuff *
{
	font-size:11px;
}

.blog_comment
{
	width:600px;
	background:#fcf7d7;
}

.tags
{
	margin-right:15px;
	color:#2d0b04;
	font-size:13px;
}

.tag_names
{
	color:#2d0b04;
	font-size:11px;
}

.bold
{
	font-weight:bold;
	font-size:14px;
	color:#2d0b04;
	height:27px;
}

.bold2
{
	font-weight:bold;
	font-size:12px;
	color:#2d0b04;
}

a.publications:link
{
	font-size:12px;
	color:#2d0b04;
	text-decoration:none;
}

a.publications:visited
{
	font-size:12px;
	color:#2d0b04;
	text-decoration:none;
}

a.publications:hover
{
	font-size:12px;
	color:#2d0b04;
	text-decoration:underline;
}

.menu_mouseover
{
	position:absolute;
	top:4px;
	right:7px;
	/*width:131px;
	/*border: solid 1px #4c3016;*/
}

.menu_tr
{
	height:18px;
	background:url(../images/gradient.jpg) repeat;
}

a.menu_mouseover:link
{
	color:#ff7200;
}

a.menu_mouseover:visited
{
	color:#ff7200;
}

a.menu_mouseover:hover
{
	color:#fcf7d7;
}

.float_right
{
	float:right;
	position:relative;
}

#paragraphs
{
	width:650px;
	font-size:12px;
	color:#2d0b04;
}

#paragraphs *
{
	color:#2d0b04;
}

.heading
{
	font-weight:bold;
	font-size:16px;
	color:#2d0b04;
}

.subheading
{
	font-weight:bold;
	font-size:13px;
	color:#2d0b04;
}

a.category_crumbs:link
{
	text-decoration:none;
	font-size:12px;
	color:#2d0b04;
}

a.category_crumbs:visited
{
	text-decoration:none;
	font-size:12px;
	color:#2d0b04;
}

a.category_crumbs:hover
{
	text-decoration:none;
	font-size:12px;
	color:#2d0b04;
}

a.nearby_branch:link
{
	text-decoration:underline;
	font-size:11px;
	color:#2d0b04;
}

a.nearby_branch:visited
{
	text-decoration:underline;
	font-size:11px;
	color:#2d0b04;
}

a.nearby_branch:hover
{
	text-decoration:none;
	font-size:11px;
	color:#2d0b04;
}

a.heading_bold:link
{
	font-weight:bold;
	font-size:15px;
	color:#2d0b04;
	text-decoration:none;
}

a.heading_bold:visited
{
	font-weight:bold;
	font-size:15px;
	color:#2d0b04;
	text-decoration:none;
}

a.heading_bold:hover
{
	font-weight:bold;
	font-size:15px;
	color:#2d0b04;
	text-decoration:underline;
}

.heading_organic
{
	font-size:36px;
	color:#fc7000;
}

.organic_orange
{
	font-size:12px;
	color:#fc7000;
}

.white_organic
{
	font-size:16px;
	color:#ffffff;
}

.white_organic *
{
	font-size:16px;
	color:#ffffff;
}

.white_organic div
{
	font-size:16px;
	color:#ffffff;
}

.white_organic p
{
	font-size:16px;
	color:#ffffff;
}

p.white_organic
{
	font-size:16px;
	color:#ffffff;
}

p.white_organic *
{
	font-size:16px;
	color:#ffffff;
}

p.white_organic div
{
	font-size:16px;
	color:#ffffff;
}


p.white_organic div *
{
	font-size:16px;
	color:#ffffff;
}


p.white_organic span
{
	font-size:16px;
	color:#ffffff;
}


p.white_organic p > div > span
{
	font-size:16px;
	color:#ffffff;
}

.white_organic a:link
{
	color:#ffffff;
	text-decoration:none;
}

.white_organic a:visited
{
	color:#ffffff;
	text-decoration:none;
}

.white_organic a:hover
{
	color:#fc7000;
	text-decoration:underline;
}

/*
.white_organic li
{
	background:url(../images/bullet_list.png) left top no-repeat;
	padding-right:10px;
}

.white_organic ul
{
	margin:0; 
	padding:0; 
	list-style-type:none;
}

*/



select
{
	font-size:12px; 
	font-family: arial, sans-serif;	
	color:#2d0b04;
}


a.paginglinks:link { text-decoration:none; font-size:10px;}
a.paginglinks:visited { text-decoration:none; font-size:10px;}
a.paginglinks:hover { text-decoration:underline ; font-size:10px;}

a.paginglinkscurrent:link { text-decoration:underline ; font-size:10px;}
a.paginglinkscurrent:visited { text-decoration:underline ; font-size:10px;}
a.paginglinkscurrent:hover { text-decoration:none; font-size:10px;}

a.pagingarrow:link { text-decoration:none; font-size:10px;}
a.pagingarrow:visited { text-decoration:none; font-size:10px;}
a.pagingarrow:hover {  text-decoration:underline; font-size:10px;}


.paging
{
	font-size:10px;
}

input.contact_form
{
	border: solid 1px #2d0b04;
	width:170px;
	color:#2d0b04;
	background:transparent;
}


.Organic_orange
{
	font-size:12px;
	color:#fc7000;
}

.White_organic
{
	font-size:16px;
	color:#ffffff;
}


.para_txt 
{
	color:red;	
	line-height:1.4;
}

.contact_orange
{
	color:#fe7200;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;	
}