@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #6C8453;
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}
body, div, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #000000;*/
	text-align: center;
	padding: 0px; 
}
div#logofloat {
	z-index: 1;
	position: absolute;
	top: 0px;
	height: 177px;
	width: 340px;
	float:left;
	margin-left: 50%;
	margin-right: 50%;
	left: -431px;
	clear:both;
}
div#header {
	height: 105px;
}
div#content {
	text-align: left;
	background-color: #A3B88D;
	border: 2px solid #000000;
	background-attachment: fixed;
	background-image: url(images/bg_stripe.png);
	background-repeat: repeat;
	padding: 13px;
	background-position: left top;
}
div#cleft {
	width: 135px;
	float: left;
	font-size: 12px;
	padding-top: 18px;
	background-color: #A3B88D;
}
div#cright{
	width: 620px;
	float: right;
	padding-left: 15px;
}
div#footer {
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;

}

div#image_container {
width:50%;
height:50%;
border:3px double #999;
margin:2% auto;
}
div#image_container img {
width:100%;
height:100%;
} 

div#nav1 {
	font-size: 14px;
	font-weight: bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
div#nav1 a:link, div#nav1 a:active, div#nav1 a:visited, div#nav1 a:hover {
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
}
div#nav1 a:hover {
	color: #999933;
	background-color: #E0E0E0;
}
div#nav2 {
	font-size: 12px;
	font-weight: bold;
	display:none;
}
div#nav2 a:link, div#nav2 a:active, div#nav2 a:visited, div#nav2 a:hover {
	color: #000000;
	text-decoration: none;
	width: auto;
	display: block;
	padding-left: 5px;
}
div#nav2 a:hover {
	color: #999933;
	background-color: #E0E0E0;
}
div.imgbox {
	border:1px solid #000000;
	width: auto;
	height: auto;
	padding: 2px;
	margin: 5px;
}

h2 {
	clear: both;
	font-size:16px;
	border-bottom: 1px solid #000000;
	margin: 0px;
}
div#cleftTextBlock {
	padding-left: 5px;
	font-size: 12px;
}
div#showleft, div#showright {
	text-align: right;

}

div#showleft {
	float: left;
	height: 60px;
}
div#showright {
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-top: 7px;
}
.supplieritem {
	border-bottom: 1px solid #000000;
	font-size: 10px;
}

.supplieritem a:link, .supplieritem a:active, .supplieritem a:visited, .supplieritem a:hover {
	color: #36422B;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16px;
	text-decoration: underline;
}
.supplieritem a:hover {
	color: #6C8453;
	text-decoration: none;
}

a:link, a:active, a:visited, a:hover {
	font-weight:bold;
	color: #20261A;
	text-decoration: underline;
}
a:hover {
	color: #4F613D;
	text-decoration: none;
}
div#newsholder {
	margin-right: 10px;
	margin-left: 10px;
}
div#newsbox {
	border: 2px solid #000000;
	background-color: #6C8453;
	padding: 3px;
	font-size: 12px;
}
form, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
input, textarea {
	border: 1px solid #000000;
}
form#emailus input, form#emailus textarea {
	margin-left: 15px;
	border: 1px solid #000000;
}
input[type=submit] {
	font-weight:bold;
	font-size: 14px;
	border: 2px solid #000000;
	background-color: #36422B;
}
input[type=submit]:hover {
	background-color: #6C8453;
}
.sessionerror {
	font-style: italic;
	color: #990000;
}
.supplieroption a:link, .supplieroption a:active, .supplieroption a:visited, .supplieroption a:hover {
	color: #20261A;
	font-size: 12px;
	text-decoration: underline;
	font-variant: normal;
}
.supplieroption a:hover {
	color: #4F613D;
	text-decoration: none;
}

