* { margin:0px;padding:0px;}
BODY {
	background-color: #BB8752;
	text-align: center;
	font-family:'Verdana', 'Arial', 'Helvetica', sans-serif;
}
div#mainSite {
	width: 760px;
	margin: 3px auto;
	background: white url('../images/background_01.gif') top left repeat-y;
}
td#leftPane {
	width: 200px;
	background: transparent url('../images/left_panel_bg.gif') top left repeat-y;
}
td#leftPane A {
	display:block;
}
div#message {
	text-align: center;
	margin: 15px;
	font-weight: bold;
	font-size: 12px;
	color: #B3473E;
}
div#strFndContainer {
	width: 200px;
	height: 214px;
	background: transparent url('../images/flex_panel_01.gif') top left no-repeat;
}
div#frmDiv {
	padding: 81px 0 0 28px;
}
div#frmDiv input {
	background-color: #E5E5E5;
	font-family: 'Times New Roman', serif;
	font-weight: bold;
	color: #A16E3B;
	font-size: 12px;
	text-align:left;
}
div#frmDiv input.smallButton {
	color: #321D15;
	
	margin-left: 5px;
	background-color: #FFEEAE;
	
	
}
td#rightPane {
	/* IE workaround */
	text-align: center;
}
div#mainContent {
	/* fix for the IE workaround, above :-) */
	text-align:left;
}
td#rightPane P {
	font-size: 13px;
	margin: 12px 0;
	line-height: 18px;
	text-align: left;
}
div#footer {
	color: #FFE4B5;
	font-family:'Helvetica', 'Geneva', 'Arial', sans-serif;
	font-size: 10px;
	margin:0 auto;
}
div#alert {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color:#B3473E;
	border-style: solid;
	border-color: #B3473E;
	border-width: 0 5px;
	padding: 10px;
	margin: 12px auto;
	width: 60%;
	background-color: #EEEEEE;
}
div#mainNav {
	text-align:left;
}

table#contactForm td {
	padding: 1px;
}
table#wholesaleForm td {
	padding: 2px;
}
/* SEO */
div#seo {
	font-size: 5px;
	color: #BB8752;
}
/* For Steve's Product Home/Maine page tables
		For some reason, cellpadding=5 wasn't working */
table.prodHome td {padding:5px;}