﻿body, html {
	background: #FFF url('images/bamboo-bg.jpg') no-repeat right top;
	color: #000;
	margin: 0px;
	font-family: calibri, verdana, helvetica, sans-serif;
	font-size: 13px;
}
a {
	text-decoration: none;
}
a:link {
	color: #600;
}
a:visited {
	color: #600;
}
a:hover {
	color: #F30;
}
a:active {
	color: #000;
}
a:visited:hover {
	color: #F30;
}
TABLE {
	border-collapse: collapse;
	border: 0px none;
}
TD {
	vertical-align: top;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	color: #999966;
	font-family: calibri, "Segoe UI", Tahoma, Geneva, Verdana;
	font-weight: 400;
	line-height: 1.3em;
	letter-spacing: 1px;
	text-shadow: 1px 1px #330;
}
h1 {
	font-size: 26px;
	margin: 4px 0 -1px -2px;
}
h2 {
	font-size: 20px;
	margin: 4px 0 0 -1px;
}
h3 {
	font-size: 18px;
	margin: .5em 0 -1px -1px;
}
h4 {
	font-size: 16px;
	margin: .5em .5em 1px -1px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
	margin: 2px 0 2px 4px;
}
p, li, td {
	font-family: calibri, verdana, helvetica, sans-serif;
	font-size: 13px;
}
p {
	margin: 1px 0 .8em 0;
	line-height: 1.5em;
}
#head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
}
#logo {
	position: absolute;
	top: 1em;
	left: 1em;
}
#slogan {
	position: absolute;
	top: 37px;
	left: 256px;
}
#slogan p {
	font-style: oblique;
}
#navtop {
	color: #666;
	text-align: right;
	position: absolute;
	top: 1em;
	right: 1em;
	font-size: 90%;

}
#navleft {
	position: absolute;
	top: 110px;
	left: 0;
	width: 18%;
	padding-left: 1em;
}
#navleft a {
	display: block;
	width: 100%;
	padding: 1px 1px 2px 6px;
	border: 1px dotted white;
}
#navleft a:link, #navleft a:visited {
	border-left: 2px solid maroon;
}
#navleft a:hover, #navleft a:visited:hover, #navleft a:active {
	border: 1px solid silver;
	border-left: 2px solid red;
	color: red;
}
#navleft h2 {
	margin: 7px 1px 2px -1px;
}
#subnav a:link {
	margin-left: 3px;
	border-left: 2px solid maroon;
	background-color: #EDF0F3;
}
#subnav a:visited {
	margin-left: 3px;
	border-left: 2px solid maroon;
}
#subnav a:hover {
	margin-left: 3px;
	border-left: 2px solid red;
	border-style: solid;
	border-width: 1px 1px 1px 2px;
	border-color: #cccccc #cccccc #cccccc red;
}
#subnav a:active {
	margin-left: 3px;
	border-left: 2px solid maroon;
}
#subnav a:visited:hover {
	margin-left: 3px;
	border-left: 2px solid red;
}
#main {
	position: absolute;
	top: 110px;
	left: 23%;
	width: 50%;
}
.column {
	width: 30%;
	padding: 1em;
}
#right {
	position: absolute;
	top: 110px;
	left: 78%;
	width: 20%;
	padding-left: 1em;
}
#right p {
	margin: 1px 2px 2px 0;
}
.serif {
	font-family: calibri, trebuchet, helvetica;
	font-size: 12px;
	font-size: 90%;
	line-height: 1.66em;
}
#footer {
	position: absolute;
	top: 920px;
	width: 100%;
	text-align: center;
	background-color: #E7E9E0;
	border-top: 1px solid #CCC;
	padding-bottom: 1em;
}
#footer p {
	font-size: 90%;
	letter-spacing: 1px;
	line-height: 1.66em;
	color: #666;
	padding: 2px 5px 3px 5px;
	margin: 0 0 1px 0;
}
.small {
	color: #666;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.66em;
	margin: 0.5em 0;
	letter-spacing: 1px;
}
.lite {
	color: #FFF;
	font-size: 11px;
	margin: 0;
	line-height: 1.3em;
}
.white {
	color: #FFF;
}
.blk {
	background-color: black;
	color: silver;
	font-weight: bold;
	padding: 2px;
}
.blk td {
	vertical-align: bottom;
}
.right {
	text-align: right;
}
.header {
	background-color: #666;
	color: #000;
}
.form {
	margin-top: 3;
	background-color: #FFF;
	width: 100%;
	border: 1px solid #CCC;
}
.form td {
	padding: 2 5;
	border-top: 1px solid #CCC;
	vertical-align: middle;
}
.form tr.odd {
	background-color: #EEECEA;
}
.formLeft {
	margin-top: 3px;
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 100%;
}
.formLeft td {
	padding: 2 5;
	border-top: 1px solid #CCC;
	vertical-align: middle;
}
.formLeft tr.odd {
	background-color: #EEECEA;
}
.multiform {
	width: 100%;
	margin: 3px 0px 100px 0px;
}
.navform {
	background: #CCC;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #999;
}
.navform p {
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
	margin: 2 0 1 0;
}
.price {
	background: transparent;
	width: 99%;
	border: 1px solid #CCC;
	margin: 4px 1px;
}
.price td {
	padding: 1 3 2 3;
	border-top: 1px solid #CCC;
	font-size: 70%;
	text-align: right;
}
.price tr.odd {
	background-color: #EEECEA;
}
.popup {
	background-color: #FFF;
	color: #333;
}
.popup td {
	padding: 2 1;
	font-size: 10px;
	text-align: center;
}
.popup th {
	padding: 2px 1px;
	text-align: center;
	background-color: #333;
	color: #999;
	font-size: 12px;
	font-weight: bold;
}
.popup tr.odd {
	background-color: #CCC;
}
.popup p {
	font-size: 10px;
	text-align: left;
}
.popup img {
	margin: 3 1 1 1;
	border: 1px solid #999;
}
HR {
	color: #CCC;
	background-color: silver;
	width: 100%;
	margin: 1px 0px;
	height: 1px;
	border: 0px none;
}
UL {
	list-style-image: url('images/arrow.gif');
	list-style-position: outside;
	margin: .5em 1.6em;
}
LI {
	margin: 2px;
	font-size: 11px;
}
blockquote {
	margin: -6 .5em .8em .5em;
	font-size: 11px;
}
input {
	font-size: 11px;
	border: 1px solid #c0c0c0;
	background-color: #FFF;
}
input.button {
	font-size: 12px;
	background-color: #EEECEA;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
textarea {
	font-size: 11px;
}
select {
	border: 1px solid #C0C0C0;
	padding: 1;
	font-size: 10px;
}
.radio {
	margin: 0 0 2em 0;
	width: 100%;
}
.radio td {
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid silver;
	padding: 0;
}
img {
	border-style: none;
	border-width: 0px;
}
img.left {
	float: left;
	margin: 4 1em 5 0;
}
img.right {
	float: right;
	margin: 4px 0 5px 1em;
}
.center {
	text-align: center;
	border: 1px solid #c0c0c0;
	margin: 1;
}
.centered {
	background: #E5E4E8;
	width: 98%;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	margin: 6px 12px 12px 0;
}
.centered td {
	text-align: center;
}
.centered tr.odd {
	background-color: #EEECEA;
}
#col1 {
	position: absolute;
	top: 170px;
	width: 35%;
	left: 10%;
}
#col2 {
	position: absolute;
	top: 170px;
	width: 35%;
	left: 50%;
	border-left: 1px solid #999;
	padding-left: 1em;
}
