/*HTML Redefined*/
body, div, td{
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#513e1f;
}
h2{
	font-size:14px;
	font-weight:bold;
}
h3{
	font-size:12px;
	font-weight:bold;
}
table td{
	font-size:10px;
	vertical-align:top;
}
a:link {
	color:#513E1F;
	text-decoration:none;
	font-weight: bold;
}
a:visited{
	color:#7D6E57;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color:#996633;
	text-decoration:none;
	font-weight: bold;
}

a:link strong, a:visited strong, a:hover strong{
	color:#513E1F;
	font-weight:bold;
	text-decoration:none;
}
/*Interface*/
#menu{margin-top:120px;}
#col1{
	width:198px;
	float:left;
}
#col1 img{border-bottom:1px solid #3c0f00;}
#col2{
	width:493px;
	float:right;
	padding:23px 22px 20px 15px;
}

#tanBox {
    font-size:9px;
	border:1px solid #F3D693;
	padding:5px 5px 5px 5px;
	background-color:#F9F0C7;
}
/*Rules for Recipe Table Key*/
table.key{
	color:#900000;
	border-bottom:1px solid #000;
	/*background:#F9F0C7;*/
	margin-bottom:10px;
}
table.key td{	
	font-weight:bold;
	font-size:11px;
	padding-bottom:3px;
 }
  /*Rules for Recipe Table Servings*/
table.servings{
	color:#900000;
	border-bottom:1px solid #000;
	margin-bottom:10px;
}
table.servings td{	
	font-size:10px;
	padding-bottom:12px;
 } 
 
/*Recipes Table Rules*/
table.recipes tr.tile{background-color:#FDF9EB;}
table.recipes{
	background:#FEFDF9;
	padding:2px;
    margin-bottom:10px;
    border-bottom:1px solid #000;
}
td.trial{
	width:146px;
}
td.foodservice{
	width:146px;
}
td.ingredients{
	width:226px;
}
/*hr rule*/
div.hr{
	border-top:1px solid #000;
	margin:15px 0;
	}
div.hr hr{display:none;}
/*hr rule in halo include*/
div.hrhalo{
	border-top:1px solid #630;
	margin:0px;
	}
div.hrhalo hr{display:none;}

/*segment menu*/
div#segmentholder{width:493px;}
div#segmentmenu{
	float:right;
	border:1px solid #F3D693;
	padding:12px 9px;
	background-color:#F9F0C7;
}
#menu1{
	background-color:3C0F00;
	font-size:11px;
	color:#513e1f;
}
#segment{
	float:left;
	padding-right:30px;
}

.formButton {
font:10px/14px Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #513e1f; background-color: #fff; border: 0;
}

