body {	
	background-image: url(images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFC9AE;
}

ul {list-style-type: square;
}

.imglink	{text-decoration:none;}

a:link		{color: #FF9900;}
a:visited 	{color: #FF9900;}
a:active 	{color: #FFFFFF;}
a:hover 	{color: #FF8649; }

.header {
	color: #FF5600;
	font-size:1.3em;
	font-style: normal;
	font-weight: bold;
}

.body {
	font-size: 1em;
	font-weight: normal;
	text-indent: 2em;
}

/*Testimonials*/
.testquote	{}
.testname	{font-style:italic; font-size: .75em; }

/*Recipes Page*/
.table01	{width:98%;  }
.table01c	{
	width:20%;
	text-align:center;
	width:25%;
	vertical-align:bottom;
	text-decoration: none;
}


/*Tables*/
.tbcontent	{ width:90%; }
.Prod_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF7E00;
	text-indent: 5px;
	height: 20px;
	white-space: normal;
	padding-top: 3px;
}


/*Store Area*/
.Prod_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
.Prod_Price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF7E00;
	height: auto;
	padding: 5px;
	margin-bottom: 5px;
}
.padtop {
	margin-top: 5px;
}
.topBorder {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.photocaption {
	font-size: 11px;
	margin-top: 5px;
}
.feature_hilite {
	background: #852600;
	padding: 5px 5px 7px 7px;
	margin: 0 0 10px 0;
}
