﻿body 
{
	background: #393327 url('images/bg.gif');
	color: #B3A585;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

table
{
	border-style: none;
	background-color: #000000;
}

td
{
	background: #000000;
}

.all
{
	background-color: #000000;
	border: 3px solid #333333;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

h3
{
	color: #992400;
	font-size: small;
	font-weight: bold;
}

h4
{
	color: #DAD8B3;
	font-size: medium;
	font-weight: bold;
}

h6
{
	color: #DAD8B3;
	font-size: smaller;
	font-weight: bold;
}

img
{
	border: 0;
}

.content
{
	background: #393327;
	text-align: left;
}

td.content
{
	width: 610px;
	vertical-align: top;
	line-height: 1.5;
}

a:link, a:visited
{
	color: #DAD8B3;
	text-decoration: none;
}

a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
}

/* TOP NAVIGATION MENU */
table.nav
{
	background-color: #000000;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	width: 760px;
}

tr.nav
{
	background-color: #453C2B;
}

td.nav
{
	background-color: #534834;
	font-weight: bold;
	padding: 0;
	text-align: center;
}

/* TOP NAVIGATION SUBMENU */
table.navsub
{
	background-color: #000000;
	font-size:100%;
	position: absolute;
	text-align: center;
	visibility: hidden;
	width: 150px;
}

td.navsub
{
	background: #534834;
	font-weight: normal;
	padding: 0;
	text-align: left;
}

a.navsub
{
	color: #000000;
	text-decoration: none;
}

.top
{
	background: #1B1610 url('images/bg.top.jpg') repeat-y left top;
	height: 77px;
	width: 100%;
	border-bottom: 2px solid #8B8A72
}

/* LEFT SPECIALS NAVIGATION */
td.leftnav
{
	background-color: #29241B;
	text-align: left;
	vertical-align: top;
	width: 170px;
}

/* RIGHT NAVIGATION */
td.rightnav
{
	text-align: center;
	vertical-align: top;
	width: 150px;
}

/* FOOTER */
.footer 
{
	background-color: #1b1710;
	color: #786F59;
	padding: 8px;
	border-top: 1px solid #B3A585;
	font-size: 11px;
	width: 760px;
}

.text_links
{
	color: #DAD8B3;
	text-transform: capitalize;
}

.text_links a:link, .text_links a:visited
{
	color: #DAD8B3;
	text-decoration: none;
}

.text_links a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.copyright
{
	color: #B3A585;
}

.copyright a:link, .copyright a:visited
{
	color: #786F59;
	text-decoration: none;
}

.copyright a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

/* FORM */
form {
	display: inline;
}
fieldset {
	border: 1px solid #68613E;
	margin: 0px 0px 16px;
	padding: 0px 0px 8px;
}
form td {
	background-color: #393327;
	text-align: left;
	padding: 4px;
}
form th {
	background-color: #393327;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
form td, th {
	font-size: 11px;
}
legend {
	font-size: 12px;
	font-weight: bold;
	color: #FFBD20;
	padding: 4px;
	margin: 4px;
}
form select {
	font-size: 10px;
	background: #E3DED2;
}
.input_idle, .input_blur {
	background-color: #DDD7C8;
	border: 1px solid #393327;
}
#left ul {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 1em;
}
#left ul li {
	margin-left: 1em;
}


.phone {
	font-size: 13px;
	font-weight: bolder;
	color: #FFBD20;
}

.input_focus {
	background-color: #FFFFFF;
	border: 1px solid #FFBD20;
}

.tester 
{
	background-image: url('images/border-bg.jpg');
	background-repeat: no-repeat;
	width: 198px;
	height: 386px;
	padding: 1px;
	text-align: center;
}