/* CSS Document */

body {
	margin: 0px;
	background-color: #E8DCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
img { border: 0px; }

a:link { color: #663300; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:hover { color: #660000; text-decoration: underline; }

/* ================= TYPE STYLES ================= */
h1, h2, h3 {
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal; text-transform: uppercase;
	margin-top: 0px;
	padding: 0px;
}
h1 { font-size: 26px; line-height: 28px; margin-bottom: 18px; }
h2 { font-size: 18px; line-height: 20px; margin-bottom: 10px; }
h3 { font-size: 12px; line-height: 20px; margin-bottom: 10px; font-weight: normal; }

p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 18px;
	color: #000000;
	margin-top: 0px; margin-bottom: 18px;
	padding: 0px;
}

/* ================= STRUCTURE ================= */
#wrapper {
	width: 960px;
	margin-left: auto; margin-right: auto;
	background-image: url(../images/bkgrnd_rpt.gif);
	background-position: center; background-repeat: repeat-y;
}

#header {
	width: 960px; height: 85px;
	background-color: #660000;
	background-image: url(../images/header.gif);
	background-position: center top; background-repeat: no-repeat;
	display: block;
}
#content {
	width: 960px;
	padding-top: 20px;
	clear: both;
	background-image: url(../images/woodfade.jpg);
	background-position: center top; background-repeat: no-repeat;
}
#footertext {
	width: 960px; height: 40px; padding-top: 20px;
	clear: both;
	display: block;
}
#footer {
	width: 960px; height: 10px; padding-top: 10px;
	clear: both;
	background-image: url(../images/footer.gif);
	background-position: center bottom; background-repeat: no-repeat;
	display: block;
}

.leftcolumn, .copyright {
	width: 220px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
#typearea {
	width: 670px;
	float: left;
}
.centrecolumn {
	width: 300px;
	float: left;
}
.rightcolumn {
	width: 350px;
	float: right;
	margin-right: 25px;
}

/* ================= HEADER ================= */
a.logo {
	width: 245px; height: 60px;
	float: left;
	margin-left: 19px; margin-top: 10px;
	display: block;
}
#contacts {
	width: 375px;
	margin-top: 37px;
	float: right;
	font-size: 13px; color: #D4BFA3;
	text-align: left;
}
#contacts a:link, #contacts a:visited { color: #D4BFA3; text-decoration: none; }
#contacts a:hover { color: #FFFFFF; text-decoration: none; }

/* ================= NAVIGATION ================= */
ul#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px; text-transform: uppercase;
	color: #663300;
}
ul#nav li {
	padding-bottom: 5px; margin-bottom: 5px;
	border-bottom: 1px solid #C79D66;
}
ul#nav a:link, ul#nav a:visited { color: #663300; text-decoration: none; }
ul#nav a:hover { color: #000000; text-decoration: none; }
ul#nav span.submenu {
	font-size: 12px; line-height: 18px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	display: block;
}
ul#nav span.submenu a {
	clear: both;
	display: block;
}
ul#nav span.submenu a:link, ul#nav span.submenu a:visited { color: #666666; }
ul#nav span.submenu a:hover { color: #000; }
ul#nav span.submenu_hide { display: none; }

/* ================= FOOTER ================= */
.copyright {
	font-size: 10px; line-height: 15px; text-align: left;
	color: #663300;
	/*margin-top: 29px;*/ margin-top: 11px;
}
.copyright a:hover { color: #000000; }
.environment {
	width: 615px; padding-left: 55px;
	float: left;
	margin-right: 25px;
	background-image: url(../images/oaktree.jpg);
	background-position: left 1px; background-repeat: no-repeat;
	display: block;
}
.environment h4 {
	font-size: 12px; line-height: 12px;
	color: #336600;
	font-weight: bold; text-transform: uppercase;
	margin: 0px; padding: 0px;
}
.environment p {
	font-size: 11px; line-height: 15px;
	color: #336600;
	margin: 0px;
}

.credit {
	width: 950px; padding-bottom: 20px;
	margin-left: auto; margin-right: auto;
	clear: both;
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
}
.credit a:link, .credit a:visited { color: #AAA095; text-decoration: none; }
.credit a:hover { color: #000000; }

/* ================= PRICE LIST TABLE ================= */
table.pricetable {
	border-collapse: collapse;
	width: 300px;
	font-size: 12px;
	margin-bottom: 18px;
}
table.pricetable caption {
	caption-side: top;
	text-align: left;
	background-color: #660000; color: #FFFFFF;
	padding: 5px;
	border-bottom: 2px solid #FFFFFF;
}
table.pricetable td.price { text-align: right; }
table.pricetable th, table.pricetable td {
	border-bottom: 2px solid #FFFFFF;
	background-color: #E8DCCC;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
.notes { font-size: 10px; }
.plaintext { font-weight: normal; }


.photo {
	margin: 0px;
	padding: 0px;
}
.photocaption {
	padding: 5px;
	background-color: #E8DCCC;
	font-size: 11px; font-weight: bold;
	display: block;
}


ul.sitemap {
	margin-left: 15px;
}
ul.sitemap li { margin-bottom: 5px; }
li.sublevel {
	margin-left: 15px;
	list-style: circle;
}