@charset "utf-8";
/* CSS Document */
html {
	width:90%;
	padding:5%;
}
body {
	font-family: Georgia, Tahoma, "Lucida Sans Unicode","Century Gothic",Verdana,Arial,sans-serif;
	font-size:12pt;
	color:#000;
	margin:0px 0px;
	padding:0px;
}
img {
	border:none;
}
.hide {
	display:none;
}
/*TopHeader-----------------------*/
#TopHeader {
	display:none;
}
/*Header Area----------------------*/
#Header {
	position:relative;
}
#Header img {
	position:relative;
}
#HeaderBG {
}
/*Header Search Form */
#Header form {
	display:none;
}
/*HeaderMenu*/
#HeaderMenu {
	display:none;
}
/*LeftMenu-------------------------*/
#LeftMenu {
	display:none;
}
/*BodyArea------------------------*/
#BodyArea {
	position:relative;
}
/*img classes------------*/
#BodyArea img{
	display:block;
	margin:10px 0px;
}
/*FrontPage--------------------------*/
#RecipeArea {
	position:absolute;
	top:265px;
	left:0px;
	height:363px;
	width:680px;
	background-image:url(../images/pages/frontpage/roastchicken.jpg) 
	background-repeat:no-repeat;
	background:position:top left;
	border:1px solid #666;
	border-width:0px 1px 0px 0px;
}
#RecipeArea img{
	position:absolute;
	top:20px;
	right:20px;
	
}
#RecipeArea h2 {
	text-indent:-50000px;
}
/*Recipe -------------------*/
#Recipe{
	position:absolute;
	top:215px;
	left:20px;
	background:url(../images/pages/frontpage/RecipeArea.png) no-repeat center center;
	width:353px;
	height:120px;
	padding:10px;
}
#Recipe h3 {
	padding:0px;
	margin:0px;
	color:#0e272f;
}
#Recipe ul {
	padding:3px 5px 0px 30px;
	margin:0px;
	list-style:none;
	font-size:0.8em;
}
#Recipe ul li {
	
}
#Recipe p {
	position:absolute;
	bottom:15px;
	right:15px;
	padding:0px;
	margin:0px;
}
#Recipe a {
	
}
/*Right Promo Area--------*/
#RightPromo {
	position:relative;
	left:680px;
	width:280px;
	height:120px;
	border-bottom:none;
	font-size:1.2em;
	font-weight:bold;
border-top:1px solid #999;
}
#RightPromo a {
	position:absolute;
	width:100%;
	height:100%;
}
#RightPromo a span {
	position:absolute;
	padding:3px;
}
#RightPromo.RP1 a span{
	bottom:20px;
	right:10px;
}
#RightPromo.RP2 a span{
	top:15px;
	left:10px;
}
#RightPromo.RP3 a span{
	top:15px;
	right:10px;
}
#RightPromo.RP1 {
	background:url(../images/pages/frontpage/healthy.jpg) no-repeat top left #fff;
}
#RightPromo.RP2 {
	background:url(../images/pages/frontpage/chickenmagnifying.jpg) no-repeat top right #fff;
}
#RightPromo.RP3 {
	background:url(../images/pages/frontpage/washinghands.jpg) no-repeat top left #fff;
}
#RightPromo a:hover {
	text-decoration:none;
}
#RightPromo a:hover span{
	color:#7a0f0f;
	background:#fff000;
}

/*Footer Area----------------------*/
#Footer {
	position:relative;
}
/*Background stuff----------------------*/
#dropShadow {
}
#shadow{
	display:none;
}
#BackgroundBar {
	display:none;
}


/*Print*/
#PrintInfo {
	display:block;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
