@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
}
body,td,th {
	color: #938142;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}
a:link {
	color: #630;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #630;
}
a:hover {
	text-decoration: underline overline;
	color: #b8652f;
}
a:active {
	text-decoration: none;
	color: #D29542;
}
.menu_bar {
	font-weight: bolder;
	text-transform: uppercase;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.textbox,table {
	color: #300;
	text-align: left;
}
h1,h2,h3,h4,h5 {
	text-transform: uppercase;
	text-decoration: underline overline;
}
.verbiage {
	font-size: small;
}
.lighttable {
	color: #300;
	background-color: #C96;
	border: thin solid #300;

}
.lighttable:hover {
	color: #300;
	background-color: #C60;
	border: thin solid #300;
}
ul {
	font-size: small;
	list-style-image: url(http://foothillsdesignaz.com/noflash/images/list_bg.gif);
	text-align: left;
}
li:hover {
	background-color: #C93;
}
.galmenu {
	color: #300;
	background-color: #C96;
	border: thin solid #300;
	height: auto;
	padding: 5px;
	text-align: center;
}
.galmenu:hover {
	color: #E1C09C;
	background-color: #600;
	cursor: pointer;
}
.pricelist {
	font-size: x-small;
	text-transform: uppercase;
	color: #300;
	text-align:left;
}
.pricelist:hover {
	background:#C96
}