/* GENERAL RULES */
body {
	margin: 16px;
	padding: 0;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #e7e5d8;
}

p {
	margin: 0 0 .8em 0;
	font-size: 11px;
	line-height: 1.3em;
}

.indent {
	margin: 0 0 .8em 8px; 
}

a, a:visited, a:active {
	color: #02000b;
	text-decoration: underline;
}

a:hover {
	color: #02000b;
	text-decoration: none;
}

h2 {
	margin: 0 0 .8em 0;
	font-size: 13px;
	line-height: 1.3em;
}

/* forms */
table.login td {
	vertical-align: middle;
	padding: 2px;
}

table.login p {
	margin: 0 0 2px 0;
}

input.text {
	height: 14px;
	font-size: 11px;
	width: 140px;
}

input.button {
	height: 22px;
	font-size: 14px;
	background: #e7e5d8;
	border: 1px outset #684233;
	width: 90px;
}

/* tables */
td {
	padding: 0;
	vertical-align: top;
}

table.main {
	width: 777px;
	border: 1px solid #684233;
}

td.logo {
	padding: 12px 20px 0 20px;
	border-bottom: 1px solid #684233;
	border-right: 1px solid #684233;
	background: #ffffff;
}

td.nav_bot {
	background: #e7e5d8;
	border-bottom: 1px solid #684233;
}

td.nav_left, td.nav_left_index {
	background: #afa87f;
	border-right: 1px solid #684233;
	padding-top: 15px;
	text-align: center;
}

td.nav_left_contact {
	background: #afa87f;
	border-bottom: 1px solid #684233;
	border-right: 1px solid #684233;
}

.nav_left p.nav_left_contact, .nav_left_contact p.nav_left_contact, nav_left_index p.nav_left_contact {
	margin: 25px 4px 4px 6px;
	font-size: 9px;
}

td.nav_left_index img {
	border: 1px solid #e7e5d8;
}

.nav_left_index p {
	font-size: 9px;
	color: #e7e5d8;
}

.nav_left_index a, .nav_left_index a:visited, .nav_left_index a:active {
	color: #e7e5d8;
	text-decoration: underline;
}

.nav_left_index a:hover {
	color: #e7e5d8;
	text-decoration: none;
}

td.content {	
	border-bottom: 1px solid #684233;
	padding: 11px;
	background: #ffffff;
}

td.footer {
	background: #e7e5d8;
}

table.footer p {
	margin: 3px 6px 3px 6px;
	font-size: 9px;
	line-height: 1.3em;
	color: #684233;
}

table.footer a, table.footer a:visited, table.footer a:active, table.footer a:hover {
	color: #684233;
}

table.specs {
	margin: 0 0 .8em 0;
	border: 1px solid #684233;
}

table.specs tr td {
	border: 0;
	border-collapse: collapse;
	font-size: 11px;
	padding: 4px;
}

table.specs tr td p {
	margin: 0;
}

table.specs tr td.spacer {
	width: 32px;
}

/* images */
img {
	border: 0;
}

.image_border {
	border: 1px solid #684233;
}

/*pics*/

table#thumbs {
	margin-top: 4px;
	margin-right: 7px;
}

.picMain {
	vertical-align: top;
	text-align: center;
	padding: 15px;
}

.picMain img {
	border: 1px solid #684233;
}

img.picMainTitle {
	padding: 15px; 
}

img.picBorder {
	border: 1px solid #684233;
}

a:hover.picBorder img {
	padding: 0;
	border: 1px solid #e7e5d8;
}
