@charset "utf-8";
/* CSS Document */

body {
	/*background-image: url(images/bg.jpg);*/
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-color:#8B8579;
}
body,td,th {
	color: /*#e1c09c*/#534E46;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}
.footnote {
	font-size: xx-small;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 980px;
	background: url(images/50_gray.png) repeat #8B8579;
	-moz-border-radius: 0 0 70px 70px;
	-webkit-border-radius: 0 0 70px 70px;
	border-radius: 0 0 70px 70px;
	-moz-box-shadow: 0 0 70px #000;
	-webkit-box-shadow: 0 0 70px #000;
	box-shadow: 0 0 70px #000;
	border: 1px solid #000;
	padding-bottom: 55px;
	behavior: url(PIE.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
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: #534E46;
	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
}
#logoDiv {
	background: rgba(186, 153, 125, 0.4);
	padding: 15px;
	width: 800px;
	-moz-border-radius: 0 0 70px 70px;
	-webkit-border-radius: 0 0 70px 70px;
	border-radius: 0 0 70px 70px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: -17px;
}

