body {
	margin: 0px;
	padding: 0px;
	background: #194701;
	background-image: url(../images/bodybak.jpg);
	background-repeat: repeat-x;
	font-size: 8pt;
	font-family: verdana, arial;
	color: #4b2c01; 
	text-align: left;
	vertical-align: top;
}

table, tr, td {
	background: #ffffff;
	padding: 0px;
	vertical-align: top;
}

table.main {
	margin-left: auto;
	margin-right: auto;
	width: 794px;
}
td.menucell {
	width: 211px;
	height: 36px;
}
a.menuon, a.menu {
	line-height: 35px;
	font-size: 9px;
	display: block;
	width: 183px;
	height: 36px;
	color: #ffffff;
	padding-left: 28px;
}
a.menuon {
	background: url('../images/menu-on.jpg');
}
a.menu {
	background: url('../images/menu-off.jpg');
}

a:hover.menu {
	background: url('../images/menu-off-hover.jpg');
}

.footer {
	height: 74px;
	width: 788px;
}
.footertext {
	background: url(../images/footer-back.jpg);
	width: 628px;
	color: #ffffff;
	text-align: right;
	vertical-align: bottom;
	font-size: 10px;
	padding-bottom: 23px;
	padding-right: 5px;
}
.footertext a {
	color: #ffffff;
	font-size: 10px;
}

.shoptile {
	text-align: center;
	vertical-align: top;
}
.title
	{
	font-size: 14pt;
	font-family: verdana, arial; 
	color: #347810; 
	font-weight: bold;
}

.cartheader {
	font-size: 11px; 
	font-family: verdana, arial; 
	color: #ffffff; 
	font-weight: bold;
	background: #c78330;
	padding: 5px;
	height: 15px;
}

.cartfooter {
	background: #f9eee1;
	padding: 5px;
}
a {
	color: #865512;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 9pt;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a.black {
	color: #4b2c01;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: bold;
}

a.black:hover {
	text-decoration: underline;
}

.productimage {
	border: 2px solid #865512;
	width: 120px;
	height: 90px;
}

.admindark {
	background: #c8c8c8;
	padding: 5px;
}
.adminlight {
	background: #e7e7e7;
	padding: 5px;
}
.adminlight table, .adminlight tr, .adminlight td {
	background: #e7e7e7;
}
.paraheader {
	font-size: 14px;
	color: #367da7;
	font-weight: bold;
}
input.submit {
	color: #ffffff;
	background: #e5ab3f;
	border: 1px solid #e5ab3f;
	font-weight: bold;
}
