/* CSS Document */

body {
	background-color: #523106;
	margin: 20px;
}
/* ----------- Site Container ----------- */
.maintable {
	margin: 0 auto;
	background-color: #ffffff;
}
/* ----------- Header Image ----------- */
.topimage {
	margin: 0px 0px 0px 0px;
	width: 840px;
	height: 170px;
	background: url('images/topImage.jpg') no-repeat;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
/* ----------- Left Navigation ----------- */
.nav {
	margin: 0px 0px 0px 0px;
	width: 200px;
	font-family: "Arial", arial, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #000000;
	background:  #f4ece7 url('../images/pixel.jpg') repeat-y top right;
	/*border-right: thin solid #dbc8ba;  -- this border messed up alignments in Firefox -- */
}
.mainnav a:link, .mainnav a:visited {
	color: #000000;
	background: transparent;
	text-decoration: none;
}
.subnav a:link, .subnav a:visited {
	color: #666666;
	background: transparent;
	text-decoration: none;
}
.subnav a:hover, .subnav a:active, .mainnav a:hover, .mainnav a:active {
	color: #a0410d;
	background: transparent;
	text-decoration: none;
}
#navbody {
	padding: 10px 10px 10px 20px;
	line-height: 125%;
}
.mainnav {
	list-style: none outside;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.subnav  {
	list-style: none outside;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-weight: normal;
}
.mainnav li {
	padding: 4px 0px 4px 0px;
}
.subnav li {
	padding: 2px 0px 0px 0px;
}
/* ----------- Content ----------- */
.content {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	width: 600px;
	font-family: "Arial", arial, sans-serif;
	font-size: 13px;
}
.content a:link, .content a:visited {
	color: #c0272d;
	background: transparent;
	text-decoration: none;
}
.content a:hover, .content a:active {
	color: #c0272d;
	background: transparent;
	text-decoration: underline;
}
#contentbody {
	position: relative;
	padding: 10px;
}
#contentbody th {
	border-bottom: medium solid #dbc8ba;
	background-color: #fff;
}
#contentbody td {
	border-bottom: thin solid #dbc8ba;
	background-color: #fff;
}
#price td {
	text-align: right;
}
/* ----------- Side Borders ----------- */
.border {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 20px;
	background-color: #dbc8ba;
}
/* ----------- Footer ----------- */
.footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 840px;
	height: 150px;
	background: url('../images/footerImage.jpg') no-repeat bottom left;
}
.footer a:link, .footer a:visited {
	color: #000000;
	background: transparent;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #000000;
	background: transparent;
	text-decoration: underline;
}
#footerbody {
	position: relative;
	padding: 0px 30px 20px 0px;
	text-align: right;
	font-family: "Arial", arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
/*	color: #81401d;*/
	line-height: 20px;
}
/* ----------- Universal HTML Elements ----------- */
h1 {
	font-family: "Arial", arial, sans-serif;
	font-size: 16px;
	color: #854723;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}
h2 {
	font-family: "Arial", arial, sans-serif;
	font-size: 15px;
	color: #000000;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 6px;
	font-weight: bold;
}
h3 {
	font-family: "Arial", arial, sans-serif;
	font-size: 14px;
	color: #854723;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}
h4 {
	font-family: "Arial", arial, sans-serif;
	font-size: 12px;
	color: #854723;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}
p{
  font-family: "Arial", arial, sans-serif;
	font-size: 13px;
}
p a:link, p a:visited {
	color: #3b5677;
	background: transparent;
	text-decoration: none;
}
p a:hover, p a:active {
	color: #3b5677;
	background: transparent;
	text-decoration: underline;
}
table {
	font-family: "Arial", arial, sans-serif;
	font-size: 13px;
}
ul {
	list-style-type: square;
	margin: 4px 0px 0px 0px;
}
hr {
	margin: 20px 0px 20px 40px;
	width: 500px;
	border: dbc8ba thin solid;	
}
/*li {
	margin: 10px 0 10px 0;
}*/
img {
  border: none;
}
