/* CSS Document */

body {
	background-color:#f8efe7;
	margin:0px;
	margin-top:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

/* ---------- Header Area ----------- */
#header {
	width:646px;
	height:110px;
	margin:auto;
	background-image:url(images/header.gif);
	border-left:2px #f8efe7 solid;
	border-right:2px #f8efe7 solid;
}
#blockBAK {
	height:110px;
	margin:auto;
	background:#baa390;
}
ul#mainMenu li, /* menu start - this applies to every page but the index */
ul#mainMenu li#bean {
	display:inline;
	list-style:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding-right:15px;
}
ul#mainMenu li#bean {
	padding-right:10px;
}
ul#mainMenu {
	margin:0px;
	background-color:#dec19a;
	width:200px;
	position:relative;
	top:87px;
	_top:89px; /* IE hack */
	left:436px;
	padding:2px 0px 2px 10px;
	background-image:url(images/corner.gif);
	background-repeat:no-repeat;
}
li#bean img {
	position:relative;
	top:2px;	
} /* menu end */

/* ---------- Upper Area ----------- */
#upper {
	width:646px;
	height:300px;
	margin:auto;
	background-color:#f2e1d3;
}
#prodMenu {
	width:213px;
	height:300px;
	background-image:url(images/menuBAK.gif);
	background-repeat:no-repeat;
	float:left;
}
#content {
	width:403px;
	height:270px;
	float:right;
	line-height:18px;
	padding:15px;
}
h1 {
	font-size:16px;
	color:#754822;
}
#Yleg {
	background-image:url(images/Yleg.gif);
	background-repeat:no-repeat;
	width:27px;
	height:13px;
	position:relative;
	left:-24px;
	top:-15px;
	
}

/* ---------- Middle Area ----------- */
#middle{
	width:646px;
	height:22px;
	margin:auto;
}
#featureTitle {
	width:203px;
	background-color:#d1a170;
	float:left;
}
#cafeTitle {
	width:423px;
	background-color:#dec19a;
	float:right;
}
#featureTitle,
#cafeTitle	{
	height:22px;
	font-weight:bold;
	line-height:22px;
	padding-left:10px;
}
/* Product Menu */
.menuTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color:#754822;
}
#prodMenu ol {
	list-style:none;
	font-family:"Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 10px 0px 0px -30px;
	_margin: 10px 0px 0px 10px; /* IE hack */
	line-height:18px;
}
/* ---------- ------------- ---------- */
/* ---------- Linking Rules ---------- */
/* ---------- ------------- ---------- */
a:link {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#754822;
	text-decoration:underline;
}
a:visited {
	color:#666;
	text-decoration:none;
}
#featureTitle a:link,
#cafeTitle a:link {
	color:#000;
	text-decoration:none;
}
#featureTitle a:hover,
#cafeTitle a:hover {
	color:#660;
	text-decoration:none;
}

/* ---------- Lower Area ----------- */
#lower {
	width:646px;
	height:275px;
	margin:auto;
	background-image:url(images/lowBAK.gif);
	background-repeat:no-repeat;
}
#feature {
	width:193px;
	height:275px;
	float:left;
	padding:0px 10px 0px 10px;
	line-height:18px;
	text-align:center;
}
.vacation {
	font-size:12px !important;
}
.georg14px {
	font-size:14px!important;
	font-weight:Bold!important;
}
#cafe {
	width:433px;
	height:275px;
	float:right;
}

/* ---------- Footer Area ----------- */
#footer {
	width:646px;
	margin:auto;
	text-align:center;
	margin-top:10px;
}


