body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}

#wrap {
	border: 1px solid #751945;
	clear: both;
	width: 975px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
	background: url(../images/header_bg.jpg) repeat-x;
}
#header  {
	background: url(../images/header.jpg) no-repeat;
	height: 99px;
	width: 975px;
}

#homelink {
	position:absolute;
	width:200px;
	height:90px;
	z-index:1;
	cursor: pointer;
}

#page_title    {
	font: italic normal 2.2em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	float: right;
	padding-right: 28px;
	letter-spacing: 0.1em;
	z-index: 2000;
	height: 59px;
	padding-top: 40px;
}
#mainNav   {
	height: 27px;
	background: url(../images/mainnav_bg.jpg);
	width: 975px;
}
#topnav  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	height: 18px;
	width: 90%;
	letter-spacing: 0.25em;
	text-align: right;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #748c42;
	background-color: #FFFFFF;
}
#subNav  {
	background: #EFEADC;
	height: auto;
	padding-bottom: 5px;
	border-top: 1px solid #91754D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-right: 45px;
	text-align: center;
	padding-top: 5px;
}
#subNav a  {
	font-size: 0.8em;
	font-style: italic;
	text-decoration: none;
	color: #751A45;
}
#subNav a:hover {
	color: #223D16;
	text-decoration: underline;
}
#mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	width: auto;
	clear: both;
	margin: 0px auto auto;
	padding: 12px 30px 15px;
	}
#mainContent #ingredients  {
	padding-left: 25px;
}

#wrap #mainContent #leftColumn {
	float: left;
	width: 38%;
}
#wrap #mainContent #rightColumn {
	float: right;
	padding-left: 20px;
	border-left: 1px solid #274F22;
	width: 58%;
}


#wrap #mainContent #recipeIndex {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #28625C;
	background-color: #D8D8D8;
	float: right;
	width: 200px;
	list-style-type: none;
	margin-left: 20px;
	text-align: left;
	border-left: thin solid #94104C;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
#wrap #mainContent #recipeIndex h2 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #971A1D;
	text-align: center;
	display: block;
}

#wrap #mainContent #recipeIndex ul li a {
	color: #8C4026;
	font-weight: bold;
}

#wrap #mainContent #recipeIndex ul  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: left;
	list-style-type: none;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}
#wrap #mainContent #news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #371F3D;
	float: right;
	height: auto;
	width: 250px;
	margin-left: 20px;
	border: 1px dotted #A2AEBA;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#wrap #pullquote {
	font: italic 500 0.9em "Times New Roman", Times, serif;
	color: #324A00;
	padding: 12px;
	float: right;
	height: auto;
	width: 348px;
	border-top: 1px solid #638D38;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background: #ebf7fe;
	letter-spacing: .1em;
	margin-right: 8px;
	margin-left: 12px;
	margin-bottom: 12px;
}
#wrap #pullquoteLeft {
	font: italic 500 0.9em "Times New Roman", Times, serif;
	color: #324A00;
	padding: 12px;
	float: left;
	height: auto;
	width: 348px;
	border-top: 1px solid #638D38;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background: #EBF7FE;
	letter-spacing: .1em;
	margin-right: 12px;
	margin-left: 8px;
	margin-bottom: 12px;
}

#wrap #box1 {
	color: #333746;
	border: 1px solid #AEA886;
	width: 300px;
	background-color: #ECFCD6;
	font: 500 85% Arial, Helvetica, sans-serif;
	padding: 8px 18px;
	float: right;
	margin-left: 15px;
}

#wrap #footer{
	clear: both;
	text-transform: none;
	margin-top: auto;
	border-top: 1px solid #BCBC7A;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font: 0.8em Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 15px;
	
}
#wrap #footer a {
	color: #8E130D;
	text-decoration: none;
}
#wrap #footer a:link {
	color: #8E130D;
	text-decoration: none;
}
#wrap #footer a:hover {
	color: #663366;
	text-decoration: underline;
}
.textBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin: auto;
	padding: 8px;
	clear: both;
	width: 300px;
	border: 2px solid #62AC35;
	background-color: #D5E3D2;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #CB701D;
	text-decoration: none;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #cb701d;
	padding: 2px;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #571F7C;
	text-decoration: underline;
}

a.menu, a.menu:visited {
	font-size:12px;
	color:#4C4A53;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}
a.menu:hover {
	font-size:12px;
	color:#E89804;
	text-decoration:underline;
}
a.menuon, a.menuon:hover, a.menuon:visited {
	font-size:12px;
	color:#4C4A53;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}

a.orange, a.orange:visited{
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	color:#DFAD90;
	outline:none;
}
a.orangeon, a.orange:hover, a.orangeon:hover, a.orangeon:visited{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#CA7646;
}

/*a.orangelink:visited{
	font-weight:bold;
	text-decoration: none;
	color:#DFAD90;
}
a.orangelink:hover{
	font-weight:bold;
	text-decoration:none;
	color:#CA7646;
}
*/


img{
	border:none;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
li {
	font: 500 11px Verdana, Geneva, sans-serif;
	color: #2F3853;
}


h1 {
	color: #868f2c;
	text-align: left;
	padding-left: 4px;
	font: italic bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}

h2 {
	color: #812541;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	padding-left: 15px;
}
h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #640938;
	text-indent: 1.3em;
	padding-left: 8px;
	text-transform: uppercase;
}

h4 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #463674;
}

.smallHead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #7B2D3A;
}
.smallText {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.heading2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #596A88;
}
.heading {
	color: #596A88;
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 6px;
	letter-spacing: 0.1em;
}
.box1 {
	color: #333746;
	border: 1px solid #AEA886;
	width: 600px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	margin: auto;
	clear: both;
	background-color: #ECFCD6;
	font: 500 12px Verdana, Geneva, sans-serif;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.mainNav {
	height: 26px;
	width: 800px;
	clip: rect(auto,auto,auto,auto);
	background-image: url(file:///C|/images/index/navbg.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94A781;
	padding-top: 5px;
	}

.imgcell img, .imgcell a { 
display: block; 
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #427539;
}

.storeItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #94104C;
}

/*-----------------------------------------------------------------------------------------------*/
.mainmenu
{
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	text-transform:uppercase;
}

.gap
{
	width:20px;
}
.submenu
{
	font-family: Verdana;
	font-size: 10px;
	text-align:center;
	text-transform:uppercase;
}


/*-----------------------------------------------------------------------------------------------*/
#nav {
	margin:0;
	padding:0;
}
#nav {
	float:left; 
	width:900px; 
	height:25px;
	background-color:#fff; 
	position:relative;
}

#nav li {
	display:inline; 
	margin:0px; 
	padding:0px;
	height:auto;
}
#nav li.menubullet{ padding:0px 3px 0px 3px; margin:0px;}
#nav .select a,#nav .current a {
	text-decoration:none;
	/*color:#DFAD90; */
	color:#CA7646; 
}

/*
* html #nav .select a, * html #nav .current a {
	width:1px;
}
#nav .select a b, #nav .current a b { 
	height:100%; 
	display:block; 
	color:#DFAD90; 
}
#nav .select a:hover, #nav .select li:hover a {
	border-color:#046; 
	cursor:pointer;
}

/*#nav .select a:hover b, #nav .select li:hover a b {
	border-color:#046; 
	color:#4E515E;
}
#nav .sub {
	display:none;
}
/* for IE5.5 and IE6 only 
#nav table {
	position:absolute; 
	border-collapse:collapse; 
	left:0; 
	top:0; 
	font-size:10px;	

}
#nav .current a { 
	border-color:#046;
}
#nav .current a  {
	color:#8AB07F;
}
#nav .select li a:hover .sub, #nav .select li:hover .sub {
	display:block; 
	position:absolute; 
	width:900px; 
	top:21px; 
	left:0;
	background-color:#85858E; 
	margin-top:1px; 
	padding:0; 
	z-index:100; 
	border-bottom:0px solid #fff;
}
/*----------------------------------------------------------------------*/

}
/*----------------------------------------------------------------------------------*/
.recp_boldtext01{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#4C4A53;
	font-weight:bold;
	line-height:12px;
}
/*----------------------------------------------------------------------------------*/
.sidemenu {
	z-index:1000;
	font-size:90%;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#828187;
	width:200px;
	float: right;
	}

/* remove all the bullets, borders and padding from the default list styling */
.sidemenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:90px;
}
/* position relative so that you can position the sub levels */
.sidemenu li {
	position:relative;
	height:18px;
	margin:0px;
	padding:0px;
	color:#000;
}

/* get rid of the table */
.sidemenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.sidemenu a, .sidemenu a:visited {
	display:block; 
	text-decoration:none;
	height:12px;
	line-height:12px;
	width:90px;
	color:#828187;
	text-indent:0px;
}

.sidemenu :hover > a {
	color:#4C4A53; 
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.sidemenu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:89px;
	z-index:0;
	height:18px;
}
.sidemenu ul ul li{
	height:12px;
}

/* make the second level visible when hover on first level list OR link */
.sidemenu ul li:hover ul,
.sidemenu ul a:hover ul {
	visibility:visible;
}
/*-----------------------side menu--------------------*/

.textbox{
	height:15px;
	width:143px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0;
	margin:0;
	border:1px solid #4C4A53;

}
.submit{
	height:15px;
	width:50px;
	background:url(../images/search.gif) no-repeat;
	padding:0;
	border:1px solid #B5C7A7;
}
/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
.starter_recep_h1{
	font-weight:bold;
	color:#89A674;
}
.starter_recep_date{
font-size:8px;
}
.starter_recep_back{
font-size:9px;
}
.starter_recep_red{
	font-size:9px;
	color:#DA3F34;
}

