h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0 2px 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* color: #FC3; */
	color: #ffde7b;
	font-size: 12px;
	background-color: #582E1C;
	margin: 0;
}
img {
	border: 1px solid black;
}
.hide {
	display: none;
}
.clearer { clear: both }
#content {
	margin: 0 auto;
	width: 660px;
	background-color: transparent;
	padding: 10px 30px 5px 30px;
}
#nav {
	margin: 0 auto;
	width: 672px;
	padding: 10px 10px 10px 38px;
	background-color: transparent;
}
#nav br {
	clear: both;
}
#banner {
	margin: 0 auto;
	width: 700px;
	padding: 10px;
	background-color: transparent;
}
#banner img {
	border: none;
}
#botnav {
	margin: 0 auto;
	width: 700px;
	padding: 25px 10px 10px 10px;
	background-color: transparent;
	text-align: center;
	border-bottom: 2px solid #000;
	clear: both;
}
a:link {
	font-weight: bold;
	color: #393;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #393;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #393;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #393;
	text-decoration: underline;
}
.noshow {
	display: none;
}
.quote {
	margin: 10px 30px;
	color: #F93;
}
.thumbs img {
	margin: 10px;
}
.thumbs img, .video img {
	border: solid 1px #393;
}
.thumbs a:link {
	border-color: #393;
}
.thumbs a:visited {
	border-color: #90F;
}
.thumbs a:hover, .thumbs a:active {
	border-color: #00F;
}
#promotion {
	padding-top: 40px;
	margin-bottom: 4px;
	font-size: 10px;
	text-align: center;
	color: #960;
}
#promotion a:link, #promotion a:active, #promotion a:hover, #promotion a:visited {
	color: #060;
}
#photo a {
	margin: 5px;
}
#photo img {
	margin: 10px;
	display: block;
}

/* STORE STYLES ------------------------------------------------------- */

table.product_category {
  width: 100%;
  padding-left: 50px;
}
table.product_category th, table.product_category td {
  vertical-align: top;
  padding-bottom: 20px;
}
table.product_category th {
  text-align: left;
  font-weight: normal;
  padding-right: 20px;
}
table.product_category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
table.product_category li.item_name{
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #fff;
}
table.product_category li.item_number{
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0 2em 0 0;
  float: left;
}
table.product_category li.item_price{
  color: #fff;
}
table.product_category li.item_description{
  clear: both;
}
table.product_category img{
  border: none;
}
