html, body
{
	background-color: #ffffff;
	margin: 0px;
    padding: 0px;
	text-align:center;
	background:url('../../Library/SiteMedia/Images/background.gif');	
	color: #696169;
}

body, td, input, select, div
{
	font-size: 10pt;
	font-weight: 100;
	font-family:  Trebuchet MS, Verdana, Arial, Sans-serif;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}
select
{
	width: 125px;
}

h1
{
	color: #8b9945;
	font-size: 140%;
}
h2
{
	color: #5D0C2E;
	font-size: 120%;
}

h3
{
	color: #5D0C2E;
	font-size: 90%;
}

.RecipeContainer UL
{
    list-style: none;
    padding:0;
    margin:0;
}
#Ingredients
{
    padding-left: 10px;
    text-indent: -10px;
}


a { color: #f07a4a; }
a:link { color: #f07a4a; cursor: pointer; text-decoration: none; }
a:visited { color: #f07a4a; cursor: pointer; text-decoration: none; }
a:hover { color: #530E5B; cursor: pointer; text-decoration: none; }
a:active {color: #f07a4a; cursor: pointer; text-decoration: none; }

#LeftSide
{
    float:left;
    width: 15px;
    overflow:hidden;
    background:transparent url('../../Library/SiteMedia/Images/LeftShadow.png');
    background-repeat:repeat-y;	
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../Library/SiteMedia/Images/LeftShadow.png',sizingMethod='scale');
}
#RightSide
{
    float:left;
    width: 15px;
    overflow:hidden;
    background:transparent url('../../Library/SiteMedia/Images/RightShadow.png');	
    background-repeat:repeat-y;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../Library/SiteMedia/Images/RightShadow.png',sizingMethod='scale');
}
#BottomShadow
{
    margin:0px 15px;
    clear:both;
    float:left;
    width: 880px;
    height:15px;
    overflow:hidden;
    background:transparent url('../../Library/SiteMedia/Images/BottomShadow.png');	
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../Library/SiteMedia/Images/BottomShadow.png',sizingMethod='scale');
}
#PageContent
{
    padding:0;
    margin:0;
    background: none;
	width: 880px;
	text-align:left;
	border: none;
	float:left;   
}
#PageCenterer
{
    width: 912px;
    padding:0px;
	margin: 0px auto;
	
}

#Header
{
	color: #000000;
	height: 90px;
	width: 100%;
}

#Header a { color: #f6d53e; }
#Header a:link { color: #f6d53e; cursor: pointer; text-decoration: none; }
#Header a:visited { color: #f6d53e; cursor: pointer; text-decoration: none; }
#Header a:hover { color: #f6d53e; cursor: pointer; text-decoration: none; }
#Header a:active {color: #f6d53e; cursor: pointer; text-decoration: none; }

#HeaderLogo
{
margin: 0px;
padding: 0px;
	margin-left: 20px;
	position: absolute;
	top: 5px;
	z-index:10000;
}

#HeaderTop
{
margin: 0px;
padding: 0px;
	height: 65px;
}

#HeaderBottom
{
	background: #e79a3c;
	height: 9px;
	border-top: solid 1px #fff;
}
#SearchTable
{
    position: relative;
    top:-495px;
}
.SearchBar
{
	color: #8b9945;
	font-size:10px;
	font-weight: bold;
	float: right;
	margin-right: 30px;
	padding:0;
}
.SearchBar td
{
    padding: 0 3px;
	color: #f07a4a;
	font-weight: bold;
}

.SearchBar td a { color: #9ebd33; margin: 0px; }
.SearchBar td a:link { color: #9ebd33; cursor: pointer; text-decoration: none; }
.SearchBar td a:visited { color: #9ebd33; cursor: pointer; text-decoration: none; }
.SearchBar td a:hover { color: #0049a5; cursor: pointer; text-decoration: underline; }
.SearchBar td a:active {color: #9ebd33; cursor: pointer; text-decoration: none; }

.SearchBar .Textbox
{
	border:solid 1px Red;
	font-weight: normal;
	width: 125px;
	height: 18px;
}

.SearchBar .ImageButton
{
	cursor: pointer;
	padding-bottom: 15px;
}

#TopNavigation
{
	float: right;
	position: relative;
	height: 32px;
	top: 50px;
	padding: 0 25px;
}

#Body
{
	clear: both;
    background: #fff;
    width: 880px;
}
	
#BodyContent 
{
    color: #696169;
    padding: 5px 15px;
    margin: 0;
}

#BodyContent td
{
	
}

#BodyContent em
{
	font-style: normal;
	color: #696169;
}

#BodyFooter 
{
	text-align: left;
	
	width: 880px;
	clear:both;
}

#LeftContent
{
    padding: 0px 30px;
    float:left;
    display: block;
    position:absolute;
    z-index: 9999;
    top:230px;
}
#footerdisclaimer{
	width:900px;
	font-size:10px;

	
}
.HorizontalMenu
{
	vertical-align: middle;
	height: 32px;
}

.HorizontalMenuItem 
{
	font-family: Arial;
	text-align: center;
	cursor: pointer;
	padding: 5px;
	color: White;
}

.HorizontalMenuItemHover 
{
	color: #6b7433;
	font-family: Arial;
	text-align: center;
	cursor: pointer;
	padding: 5px;
}
.HorizontalMenuItemActive 
{
	color: #6A7531;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding: 5px;
	background-image:url('../../Library/SiteMedia/Images/selected.png');	
}

.HorizontalSubMenuItem 
{
	background-color: #f8f4e2;
	cursor: pointer;
	padding: 5px;
	width: 145px;
}

.HorizontalSubMenuItemHover 
{
	background-color: #6b7433;
	color: #dfb407;
	cursor: pointer;
	padding: 5px;
	width: 145px;
}

.FooterMenuItem
{
    color: #fff;
    font-family: trebuchet ms;
    font-size: 80%; 
    font-weight: bold;	
}

.FooterMenuItem a { color: #fff; margin: 0px; }
.FooterMenuItem a:link { color: #fff; cursor: pointer; text-decoration: none; }
.FooterMenuItem a:visited { color: #fff; cursor: pointer; text-decoration: none; }
.FooterMenuItem a:hover { color: #fff; cursor: pointer; text-decoration: none; }
.FooterMenuItem a:active {color: #fff; cursor: pointer; text-decoration: none; }

.OuterDiv
{
    border: solid 2px #8b9945;
    width:280px;
}
.InnerDiv
{
    margin: 2px;
    border: solid 1px #8b9945;
    padding:4px;
    vertical-align:top;
}
.bold
{
    font-weight:bold;
}
.LargerText
{
    font-size:120%;
}
.SmallerText
{
    font-size:80%;
}
.FloatRight
{
    float:right;
}
.FloatLeft
{
    float:left;
}
.green a, a:link, a:visited, a:hover, a:active 
{
    color: #8b9945;
}
a.green a, a:link, a:visited, a:hover, a:active 
{
    color: #8b9945;
}
.green 
{
    color: #8b9945;
}
.orange, a:link, a:visited, a:hover, a:active
{
	color: #ee6730;
}

.red
{
    color: #f07a4a;
    border-color: #f07a4a;
}
.Clear
{
    clear:both;
    margin:0;
    padding:0;
}
.Block
{
    display:block;
}
a.RecipeListItem
{
    font-weight:normal;
    color: #560F5D;
    text-indent:-10px;
}
a.RecipeListItem:hover
{
    color: #f07a4a;
}

.toolbarcontainer a
{
    padding-right:10px;
}
.RecipeList
{
    width:215px;
    padding:0;
}
#quickandsimplelogo
{
	position:relative;float:right;left:200px;
}

 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names or CSS selectors to which you want the script applied.
  Ensure the path to the .HTC file is correct too.
  See below for another method of activating the script without adding CSS here.
 */

 /*/img, div, a#demoLink { behavior: url("iepngfix.htc") }/**/

 /*

  You can specify that this will apply to all elements like so (will be slower):
   * { behavior: url("iepngfix.htc") }

  Or try applying only to elements that have CLASS="pngalpha":
   .pngalpha { behavior: url("iepngfix.htc") }
   
 */
 .Available
 {
	left:214px;
	position:relative;
 }
 #homeFooter
 {
	margin-top:-7px;
	top:-5px;
	position:relative;
 }

.PurpleGray a, a:link, a:visited, a:hover, a:active 
{
	color:#696169;
}
.PurpleGray
{
	color:#696169;
}
.FooterImageNoBorder
{
	width:880px;
	height:114px;
	background:transparent url('../../images/footer_noborder.png');	
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/footer_noborder.png',sizingMethod='scale');
}
.FooterImageBorder
{
	width:880px;
	height:114px;
	background:transparent url('../../images/footer.png');	
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/footerpng',sizingMethod='scale');
}
.PrintOnly
{
	display: none;
}