@charset "utf-8";
/* CSS Document */
html {
	margin:0px;
	padding:0px;
	background:#f4f8f9;
	min-height:100%;
}
body {
	font-family:  sans-serif,  "Lucida Sans Unicode","Century Gothic", Verdana, Arial;
	font-size:10pt;
	color:#000;
	margin:0px 0px;
	padding:0px;
	min-height:100%;
}
a {
	color:#013b4b;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration: underline;
}
img {
	border:none;
}
form {
	padding:0px;
	margin:0px;
}
h1 {
	font-weight:normal;
	font-family:  Tahoma, Georgia, sans-serif,  "Lucida Sans Unicode","Century Gothic", Verdana, Arial;
	padding:0px; 
	margin:0px; 
	color:#862329;
	font-size:2em;
}
h2 {
	font-weight:bold; 
	font-family:  Tahoma, Georgia, sans-serif,  "Lucida Sans Unicode","Century Gothic", Verdana, Arial;
	padding:10px 0px 0px 0px;
	margin:0px;
	color:#000;
	font-weight:normal;
	font-size:1.6em;
}
h3 { 
	font-weight:bold; 
	font-family:  Tahoma, Georgia, sans-serif,  "Lucida Sans Unicode","Century Gothic", Verdana, Arial;
	padding:6px 0px 0px 0px;
	padding:0px; 
	margin:0px;
}
h4 {
	font-weight:normal; 
	padding:0px; 
	margin:0px;
}
h5 {
	font-weight:normal; 
	padding:0px; 
	margin:0px;
}
#Container {
	position:relative;
	width:960px;
	background:#fff;
	margin:0px auto;
	z-index:2;
	overflow:hidden;
	margin-top:10px;
	border:1px solid #000;
}
/*TopHeader-----------------------*/
#TopHeader {
	postion:relative;
	text-align:right;
	background:#5d8997;
	font-weight:normal;
	padding:2px 5px;
}
#TopHeader a{
	color:#fff;
}
/*Header Area----------------------*/
#Header {
	position:relative;
	height:190px;
	z-index:2;
	background:url(../media/3155/istock_000004204346large3.jpg) no-repeat 0px 0px;
}
#Header img {
	position:absolute;
	top:0px;
	left:50px;

}
#HeaderBG {
	position:absolute;
	bottom:0px;
	width:100%;
	height:40px;
	background:#e4e7e7;
}
/*Header Search Form */
#Header form {
	position:absolute;
	top:10px;
	right:10px;
	overflow:visible;
}
#Header form input {
	display:block;
	float:left;
	padding:4px;
}
#Header form .q{
	border:1px solid #172f36;
	color:#000;
	padding:5px;
}
#Header form .search{
	border:1px solid #172f36;
	margin-left:10px;
	background:#b6cad0;
	color:#172f36;
}
/*HeaderMenu*/
#HeaderMenu {
	position:absolute;
	top:180px;
	left:0px;
	width:100%;
	padding:0px 0px 20px 0px;
	font-family: Helvetica, Tahoma, "Lucida Sans Unicode","Century Gothic",Verdana,Arial,sans-serif;
	font-size:1.2em;
	z-index:2;
}
#HeaderMenu ul {
	position:relative;
	margin:0px 10px;
	padding:0px;
	list-style:none;
	text-align:center;
}
#HeaderMenu ul li {
	position:relative;
	display:inline;
	padding:0px 20px;
	margin:0px;	
}
#HeaderMenu ul li a{
	display:inline;
	font-size:1em;
	color:#0e272f;
	padding:30px 11px 25px 0px;
}
#HeaderMenu ul li a:hover{
	color:#5d8997;
	text-decoration:none;
}
#HeaderMenu ul li.here a {
	color:#FFF;
	background: url(../images/menu_bg_hereR.png) no-repeat bottom right;
}
#HeaderMenu ul li a span {
	padding:30px 0px 25px 11px;
}
#HeaderMenu ul li.here a span{
	color:#FFF;
	background: url(../images/menu_bg_hereL.png) no-repeat bottom left;
}
/*LeftMenu-------------------------*/
#LeftMenu {
	position:relative;
	border-right:1px solid #862224;
	float:left;
	margin:60px 5px 30px 20px;
	padding:10px 20px 20px 0px;
	width:155px;
	text-align:right;
	font-size:1.2em;
}
#LeftMenu ul {
	position:relative; 
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}
#LeftMenu ul li {
	margin:10px 0px;
}
#LeftMenu ul li a{
	color:#2f414d;
}
#LeftMenu ul li.here a{
	color:#862224;
}
#LeftMenu ul li a:hover{
	color:#862224;
}
/*BodyArea------------------------*/
#BodyArea {
	position:relative;
	width:700px;
	margin:20px 10px 10px 220px;
	padding-bottom:20px;
}
#BodyArea img {
	padding:5px;
	margin:3px;
	border:1px solid #eee;
}
/*img classes------------*/
#BodyArea .right {
	float:right;
	margin-right:0px;
}
#BodyArea .left {
	float:left;
	margin-left:0px;
}
#BodyArea .nobg {
	border:none;
}
/*FrontPage--------------------------*/
#RecipeArea {
	position:absolute;
	top:210px;
	left:0px;
	height:363px;
	width:680px;
	/*background-image:url(../media/171/recipearea2.png) */
	background-repeat:no-repeat;
	background:position:top left;
/*	border:1px solid #999;
	border-width:1px 1px 0px 0px;*/
}
#RecipeArea img{
	position:absolute;
	top:20px;
	right:475px; /*20px*/
}
#RecipeArea h2 {
	text-indent:-50000px;
}
#RecipeArea a {
	position:absolute;
	width:100%;
	height:100%;
	z-index:99;
	top:0px;
	left:0px;
}
#RecipeArea a:hover {
	text-decoration:none;
}
/*Recipe -------------------*/
#Recipe{
	position:absolute;
	top:245px;
	left:20px;
	/*background:url(../images/pages/frontpage/RecipeArea.png) no-repeat center center;*/
	/*background:url(../media/171/recipearea2.png) no-repeat center center;*/
	background:url(../media/4481/recipearea3.png) no-repeat center center;
	width:353px;
	height: 65px; /*120*/
	padding:10px;
}
#Recipe h3 {
	padding:0px 0px 5px 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;
}
/*Right Promo Area--------*/
#RightPromo {
	position:relative;
	left:680px;
	width:277px;
	height:118px;
	border-bottom:none;
	font-size:1.2em;
	font-weight:bold;
	border-width:3px 0px 0px 3px;
	border-style:solid;
	border-color:#fff;
	background-position:right top;
	background-repeat:no-repeat;
}
#RightPromo a {
	position:absolute;
	width:100%;
	height:100%;
}
#RightPromo a:hover {
	text-decoration:none;
}
#RightPromo.RP1 {
	border-width:0px 0px 0px 3px;
}

/*Footer Area----------------------*/
#Footer {
	position:relative;
	padding:0px 5px;
	font-size:0.8em;
	text-align:center;
}
#Footer a {
	font-size:1.4em;
}

/*Developed By Area----------------------*/
#Developed {
	position:relative;
	padding:0px 5px;
	font-size:0.8em;
	text-align:center;
}

/*Background stuff----------------------*/
#dropShadow {
	position:relative;
	background:url(../images/dropShadow1.png) center top no-repeat;
	z-index:2;
}
#shadow{
	position:absolute;
	width:100%;
	height:24px;
	background:url(../images/dropShadow2.png) center bottom no-repeat;
}
#BackgroundBar {
	position:absolute;
	height:40px;
	width:100%;
	top:182px;
	background:#ccc;
	z-index:0;
}


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
















































































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