/* CSS Document */

body, html {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #224d18;
	height: 100%;
	font-family: tahoma; 
	font-size: 11px;
	color: white; }

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px; }
	
a:link {
	text-decoration: underline;
	color: #333; }

a:visited {
	text-decoration: underline;
	color: #333; }
	
a:active {
	text-decoration: underline;
	color: #333; }

a:hover {
	text-decoration: none;
	color: #333; }
	
a.nav:link {
	text-decoration: underline;
	font-weight: bold;
	color: white; }

a.nav:visited {
	text-decoration: underline;
	font-weight: bold;
	color: white; }
	
a.nav:active {
	text-decoration: underline;
	font-weight: bold;
	color: white; }

a.nav:hover {
	text-decoration: none;
	font-weight: bold;
	color: yellow; }
	
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #999900;
	border-bottom: 1px solid #D7D7D7;
	height: 32px;
	width: 100%;
	margin-bottom: 24px;
	vertical-align: left; }

.titlebold {
	color: #626200;
	font-weight: bold; }
	
.maintext {
	font-family: tahoma, verdana, arial;
	line-height: 16px;
	font-size: 12px;
	color: #666666; }
	
.sidemain {
	color: #009933;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma, verdana, arial; }
	
.sidetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 11px;
	color: #666666; }

.pageinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 22px;
	padding-left: 10px;
	background-color: #E7E7E7;
	font-size: 11px;
	color: #666666; }
	
.contact {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #333;
	font-weight: bold; }


input.textbox {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	font-color: #777;
	margin-bottom: 4px;
	padding-left: 4px;
	width: 180px;
	border: 1px solid #D7D7D7; }
	
textarea.textbox {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	font-color: #777;
	margin-bottom: 4px;
	padding-left: 4px;
	width: 240px;
	height: 100px;
	border: 1px solid #D7D7D7; }

.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #626200;
	font-weight: bold; }
	
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #626200;
	font-weight: bold; }
	
.line {
	width: 100%;
	height: 1px;
	background-color: #D7D7D7;
	margin-bottom: 15px;
	margin-top: 15px; }
	
.footnote {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #444; }
