html {
    overflow-y: scroll;
}
body {
	margin: 0px 0px 5px 0px;
}
.bg1 {
	background: #FFF url('../images/bg-1.jpg') no-repeat fixed 50% top;
}
.bg2 {
	background: #FFF url('../images/bg-2.jpg') no-repeat fixed 50% top;
}
.bg3 {
	background: #FFF url('../images/bg-3.jpg') no-repeat fixed 50% top;
}
img {
	border-width: 0px;
}
p {
	margin: 0px 0px 15px 0px;
	line-height: 150%;
}
.title1 {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	color: #712901;
	margin: 10px 0px 20px 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}
.title2 {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	color: #712901;
	margin: 5px 0px 20px 0px;
}
.title3 {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #712901;
	margin: 0px 0px 15px 0px;
}
.list1 {
	line-height: 200%;
	list-style: circle;
}
.list2 {
	line-height: 150%;
	list-style: circle;
}
#sitewrapper {
	width: 880px;
	padding: 0px 10px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 880px;
}
#menu {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
#imagetopwrapper {
	width: 880px;
	height: 300px;
	background-image: url('../images/cell-image-top.gif');
	background-repeat: no-repeat;
	background-position: top;
}
#imagetop {
	width: 840px;
	height: 260px;
	padding: 20px;
}
#content {
	background-position: 50% top;
	width: 840px;
	min-height: 300px;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-image: url('../images/bg-content.gif');
	background-repeat: no-repeat;
	overflow: hidden;
}
#contentleft {
	width: 600px;
	float: left;
}
#contentleft a {
	color: #800000;
	text-decoration: none;
	border-bottom: 1px dotted #800000;
}
#contentleft a:hover {
	color: #C90;
	text-decoration: none;
	border-bottom: 1px dotted #C90;
}
#menuwrapper {
	width: 600px;
	padding: 10px 0px 15px 0px;
	overflow: hidden;
}
#menuwrapper a {
	border-style: none;	
}
#menuwrapper a:hover {
	border-style: none;	
}
.menucategory1 {
	width: 146px;
	padding-right: 5px;
	float: left;
}
.menucategory2 {
	width: 146px;
	float: left;
}
.menuimage {
	width: 146px;
	float: left;
}
.menutext {
	width: 146px;
	font-size: 12px;
	text-align: center;
	padding: 5px 0px;
}
.menubutton {
	width: 146px;
}
#menudisclaimer {
	width: 600px;
	padding-top: 15px;
	border-top: 1px dotted #CCC;
}
.productwrapper {
	width: 600px;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dotted #CCC;
	overflow: hidden;
}
.productimage {
	width: 146px;
	float: left;
	padding-right: 15px;
}
#gourmetwrapper {
	width: 600px;
	padding: 10px 0px 25px 0px;
	overflow: hidden;
}
.gourmetitem1 {
	width: 193px;
	float: left;
	margin-right: 10px;
}
.gourmetitem2 {
	width: 193px;
	float: left;
}
.gourmetprice {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	margin: 5px 0px 0px 0px;
	color: #333;
	text-align: center;
}
#gourmetcontent {
	width: 600px;
	padding: 10px 0px 15px 0px;
}
.steptitle {
	width: 600px;
	margin-bottom: 20px;
}
.stepdesc {
	width: 600px;
	padding-bottom: 10px;
}
.desc {
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}
#contentright {
	background-position: 50% top;
	padding: 30px;
	width: 160px;
	float: right;
	background-image: url('../images/cell-quote.gif');
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}
#footer {
	width: 880px;
}

/*Top Menu */

.solidblockmenu {
	border-style: solid;
	margin: 0px;
	padding: 0px;
	float: left;
	font: bold 12px Arial;
	width: 100%;
	border-width: 0px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #712901 url("../images/menu-default.gif") center center repeat-x;
	overflow: hidden;
}
.solidblockmenu li {
    display: inline;
}
.solidblockmenu li a {
	float: left;
	color: #FFF;
	padding: 12px 22px;
	text-decoration: none;
	border-right: 1px solid #333;
}
.solidblockmenu li a:visited {
    color: #FFF;
}
.solidblockmenu li a:hover{
    color: #FFF;
    background: transparent url("../images/menu-active.gif") center center repeat-x;
}
