*{margin:0; padding:0;}

body {background-color:#89956F; font:76% "Trebuchet MS", Arial, Helvetica, sans-serif; margin:0 auto; padding:0;}

/* Home page layout */
#container {
	position:relative;
	text-align:left;
	width:922px;
	margin:0px auto !important;
	margin: /**/0 auto;
	margin /**/:0 auto;
	background:#fff; 
	color:#303030;
}

#headerHome {
	position: absolute;
	top: 1px;
	left: 0px;
	width:922px;
	height:96px;
	margin:0;
	padding:20px 0 0 0;
	background-color:#89956F;
	background-image: url(images/headerHome.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu {
	position: absolute;
	top: 115px;
	left: 78px;
	background-color:#FFF0A7;
	color:#000000;
	height:236px;
	width:270px;
	font-size: 1em;
	background-image: url(images/menu-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 150;
}

#contentTopHome {
	position: absolute;
	top: 110px;
	left: 349px;
	background:url(images/kitchen.jpg) no-repeat; 
	width:574px; 
	height:242px; 
	text-align:left; 
}

#contentMainHome {
	position: absolute;
	top: 352px;
	left: 78px;
	width:844px;
	height: 280px;
	z-index:10;
	background-repeat: repeat-y;
	background-color:#FFFFFF;
}

#contentMainHome p {
	margin:5px 15px 10px 130px;
	text-align:center;
	line-height: normal;
}

#footer {
	position: absolute;
	top: 632px;
	left: 78px;
	width:844px;
	height:30px;
	color:#808080;
	background-color: #ffffff;
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 1;
}

#footer p {
padding: 4px 0 0 0;
}

#footer a {
color:#4E543F;
text-decoration:underline;
}

#footer a:hover {
text-decoration:bold;
color: #000000;
}

/* Alternate page layout */

#container2 {
	text-align:left;
	width:1000px;
	margin:0px auto !important;
	margin: /**/0 auto;
	margin /**/:0 auto;
	background:#fff; 
	color:#303030;
}

#header2 {
	width:1000px;
	height:140px;
	margin:0;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content2 {
	width:980px; 
	text-align:left; 
}

#content2 p {
	padding: 0px 15px 15px 40px;
	font-size:12px;
	font-weight:200;
	color:#000000;
}

#content2 h1 {
	padding: 0px 15px 12px 40px;
  color: #336600;
  font-size: 16px;
  font-weight: bold;
  text-transform:uppercase;
}

#content2 h2 {
	padding: 15px 15px 10px 40px;
  color: #336600;
  font-size: 14px;
  font-weight: bold;
}

#content2 h3 {
	padding: 15px 15px 10px 40px;
  color: #336600;
  font-size: 12px;
  font-weight: bold;
}

#content2 a {
color:#4E543F;
text-decoration:underline;
}

#content2 a:hover {
text-decoration:bold;
color: #000000;
}

#footer2 {
	width:1000px;
	height:30px;
	background-image: url(images/foot2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0;
	margin: 0;
}

#footer2 p {
	text-align:center;
	margin: -10px 0 0 0;
}



#footer2 a {
color:#4E543F;
text-decoration:underline;
}

#footer2 a:hover {
text-decoration:bold;
color: #000000;
}

/* Miscellaneous Classes */

.left {
	float:left;
	padding:0 15px 0 40px;
}

.right {
	float:right;
	margin:0 15px 0 15px;
}

.subtitle {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	text-align:center;
	font-weight:bold;
}

.store {
	margin:0 0 0 20px;
}

