@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	background: fixed;
	background-image: url(../images/moldybackground.jpg);
	color: #000;
	width: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #888;
	overflow: hidden;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-topright: 50px;
}
#header {
	margin: 0 auto;
	height: 75px;
	width: 760px;
}
#leftColumn {
	float: left;
	width: 200px;
	background-color: #C06000;
	height: auto;
	-moz-border-radius-topleft: 50px;
}
#leftColumn h4 {
	text-align: center;
	font-size: 20px;
}
#rightColumn {
	float: right;
	width: 200px;
	margin: 0px;
	padding-left: 2px;
	background-color: #888;
	height: auto;
	-moz-border-radius-topright: 50px;
}
#centerColumn {
	float: left;
	width: 490px;
	background-color: #CCC;
	padding-left: 2px;
	padding-right: 2px;
	min-height: 750px;
}
#centerColumn h1, h3 {
	color: #903000;
}
#footer {
	margin: 0 auto;
	width: 896px;
	text-align: center;
	background-color: #CCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	padding: 2px;
	-moz-border-radius-bottomleft: 50px;
	-moz-border-radius-bottomright: 50px;
}
#serving {
	display: block;
}
#zips {
	display: none;
}
.pic-side {
	margin: 0px;
	float: right;
	height: 150px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 5px;
}
.pic-side:hover {
	z-index:100 !important;
	-moz-transform: scale(1.1) !important;
}
#factoid {
	float: right;
	background-color: #888;
	width: 200px;
	height: 250px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	-moz-border-radius-topright: 50px;
}
#factoid h1 {
	font-size: 30px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}
#rightColumn h3 {
	color: #000;
}
.jsclass body .randomcontent {
	/*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
	display: none;
}
.nav_button {
	background-color: #C06000;
	color: #000;
	font-size: 18px;
	font-weight: 800;
	width: 190px;
	float: right;
	border: solid 1px #888;
	text-align: center;
	padding: 14px 0px 14px 8px;
}
.nav_button:hover {
	background-color: #888;
}
label {
	float: left;
	width: 95px;
	font-weight: bold;
}
input, textarea {
	width: 95px;
	margin-bottom: 5px;
}
textarea {
	width: 185px;
	height: 150px;
}
.boxes {
	width: 1em;
}
#submitbutton {
	margin-left: 95px;
	margin-top: 5px;
	width: 80px;
}
br {
	clear: left;
}
h1, h2, h3, h4, h5 {
	text-align: center;
}
#testimonials {
	float: left;
	width: 192px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #C06000;
	padding: 2px;
}
#testimonials h3 {
	color: #C06000;
}
.mobile_div {
	color: #000000;
}

