/* reset */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}


body {
	background: #14110c url(../images/bg.jpg) repeat-x;
	font-family: Palatino, Georgia, "Times New Roman", serif;
	font-size: 85%;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#container {
	margin: 39px auto;
	width: 800px;
	background: white;
	position: relative;
}

#header {
	height: 162px;
	background: transparent url(../images/logo.gif) no-repeat;
}
#header h1, #header h2 {
	margin-left: -9000px;
}
#header img {
	float: right;
}
#menu {
	height: 361px;
	width: 210px;
	overflow: hidden;
	background: url(../images/menubg.jpg) bottom 0 repeat-x;
}

#menu ul {
}

#menu li {
	display: block;
	height:47px;
	background: url(../images/buttonbg.jpg);
	
	margin:0;
}

#menu a {
	display: block;
	padding: 12.5px 20px;
	width: 170px;
	color: #666;
	text-decoration: none;
	font-size: 120%;
}

#menu a:link, #menu a:visited {	
	color: #666;

}

#menu a:hover, #menu a:active {
	color: #000;
}

#feature {
	float: right;
	width: 590px;
	height: 175px;
	background: url(../images/feature.jpg);
	color: white;
	text-align: center;
}
#feature p {
	width: 40%;
	position: relative;
	top: 40px;
	left: 200px;
	text-align: center;
	font-size: 1.2em;
	line-height: 2em;
}
#feature em {
	font-style: italic;
}
#sidebar {
	width: 180px;
	float: left;
	min-height: 400px;
	padding: 0 10px 0 0;
}
#sidebar p, #sidebar h2, #sidebar h3, #sidebar h4 {
	text-align: center;
}
#sidebar h2 {
	color: #666;
	margin: 5px 0;
}
#sidebar h4 {
	background-color: #DDD;
	padding: 10px;
	margin: 0 15px;
}
#freeshipping {
	background: url(../images/shippingbox.jpg) top center no-repeat;
	width: 180px;
	font-size: 10px;
	padding-top: 95px;
	margin: 0 0 20px 0;

}
#freeshipping p {
	text-align: center;
}
#deliveredfresh {
	width: 180px;
	background: url(../images/deliveredfreshbox.jpg) top center no-repeat;
	height: 80px;
	margin: 0 0 20px 0;
}
#deliveredfresh p {
	margin-left: -9000px;
}

#contentrow {
	width: 780px;
	padding: 20px 10px;
	min-height: 300px;
	line-height: 2em;
}
#content {
	float: right;
	margin-top: -184px;
	width: 560px;
	padding: 10px;
}
#contentrow h2, #contentrow h3 {

}
#content ul {
	list-style:disc;
	margin-left: 20px;
}
#content li {
	margin-left: 10px;
}

#footer {
	clear: both;
	width: 800px;
	padding: 50px 10px 20px 10px;
}
#footer p {
	text-align: center;
}

#subfooter {
	background: url(../images/subfooterbg.jpg) repeat-x;
	padding: 40px 0;
	height: 132px;
	width: 100%;
}
#subfooter p {
	width: 800px;
	color: #666;
	text-align: center;
	margin: 0 auto;
}
#subfooter a
{
	color: white;
}
.mushroom1 {
	background: transparent url(../images/headerimage2.png) no-repeat;
	width: 145px;
	height: 193px;
	position: absolute;
	right: 70px;
	top: -32px;
}
.mushroom2 {
	background: transparent url(../images/headerimage.gif) no-repeat;
	width: 275px;
	height: 162px;
	position: absolute;
	right: 0;
	top: 0;
}
.mushroom3 {
	background: transparent url(../images/header_4_products_round.png) no-repeat;
	width: 406px;
	height: 162px;
	position: absolute;
	right: 0;
	top: 0;
}
.hidden {
	margin-left: -9000px;
}
table.offerings {
	margin-top: 10px;
	width: 100%;
}
table.offerings td {
	padding: 0 10px;
	vertical-align: middle;
}
table.offerings td img {
	float: left;
	padding: 3px 10px 3px 0;
}

#content p {
  margin-bottom: 12px;
}

#content p.phone_numbers {
  font-weight: bold;
  font-size: 120%;
}

#content p.footnote {
  font-size: 90%;
}

#content .indented {
  margin-left: 20px;
}

#content .headroom {
  margin-top: 16px;
}

#content .footroom {
  margin-bottom: 16px;
}

#content .emphasize {
  font-size: 140%;
  font-weight: bold;
}
