body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #000000;
	text-align: center;
}
#wrapper #bodytable {
	text-align: left;
}
td.tableheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#wrapper {
	padding: 0px;
	width: 766px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
#wrapper ul#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	height: 16px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: auto;
}
ul {
	margin: 0px;
	padding: 0px;
}
#wrapper #nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#wrapper #nav a:link {
	color: #FFFFFF;
}
#wrapper #nav a:visited {
	color: #CCCCCC;
}
#wrapper #nav a:hover {
	color: #0099FF;
}
#wrapper #nav a:active {
	color: #FFFFFF;
}
#wrapper #nav #home {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-left: 100px;
}
#wrapper ul#nav li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.comment_lines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 12px;
}
p {
	margin: 0px;
}
table#formtable {
	width: 450px;
	margin-bottom: 20px;
}
table#formtable td.lbl {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 80px;
}
td.inp {
	width: 370px;
	}

table#formtable input.textfield {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 99%;
	border: 1px solid #000000;
}
#contactpage td.contactinfo p {
	margin-bottom: 10px;
}
#contactpage td.formcell {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

table#formtable input.textfield:focus {
	background-color: #e1ffe5;
}

table#formtable textarea.textarea {
	width: 99%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
}

table#formtable textarea.textarea:focus {
	background-color: #e1ffe5;
}

table#formtable td.Formheader {
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.sprayerspecs {
	padding-left: 5px;
}ul#sitemaplist {
	font-size: 14px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
ul#sitemaplist li {
	margin-bottom: 10px;
}
.style6 {
	font-size: 13px;
	color: #FFFFFF;
}
a#main {
	display: none;
}

/*DOWNLOAD FILES CSS STUFF!!*/
/* CSS for everything */
h1#filesh1 {width: 100%;text-align: center;}
#container { text-align: center; margin: 0 auto; display:table;}
#header { width: auto; margin-bottom: 10px; text-align: center; font-family: Arial, Helvetica, Genenva, Verdana, sans-serif; }  /* for the logo or site title */
#footer   { font: 11px/14px Verdana; text-align: center; margin-top: 20px; padding-right: 35px; padding-left: 35px; height: 60px }
#nav { text-align: center; height: auto; }  /* for the prev and next buttons */
#info { text-align: center; height: auto; }  /* for the exif and iptc buttons */
.title { font-size: 1.75em; font-family: Arial, Helvetica, Genenva, Verdana, sans-serif; font-weight:bold; }
.menu { font-size: 10px; font-family: "Trebuchet MS"; line-height: 14px; }
.name { font-size: small; font-family: Arial, Helvetica, Genenva, Verdana, sans-serif; line-height: 14px; }
.name2 { font-size: small; font-family: Arial, Helvetica, Genenva, Verdana, sans-serif; line-height: 14px; background-color: #d9d9d9; }
.copyright { font-size: 10px; font-family: "Trebuchet MS"; }
.madewith { border: 1px solid silver; }

/* CSS for index page */
#thumbs { margin-left: 50px;text-align:center;display:block;}
/* Hides from IE-mac \*/
/* html #thumbs { width:75%; }*/
/* End Hide from IE-mac */
div.thumb { background:white; padding:3px; margin:2px; border:1px solid silver; display:block; float:left; font-family: Arial, Helvetica, Genenva, Verdana, sans-serif; color: #000000;}
div.thumb img { border: none; }  /* remove link outline on thumbnails */
div.thumb a { font-weight: bold;font-size: small; }
div.thumb a:link { font-weight: bold; }
div.thumb a:visited { font-weight: bold;color: #a3a3a3; }
div.thumb a:hover { font-weight: bold;color: #ff0000; }
div.thumb a:active{ font-weight: bold; }
/*div.row { margin-left:auto; margin-right:auto; text-align:center; display:table;}*/
/* Hides from IE-mac \*/
* html div.row { width:75%; }
/* End Hide from IE-mac */
/*div.col { margin-left:auto; margin-right:auto; text-align:center; display:table;}*/
div.spacer { clear:both; }  /* needed for the floating boxes */





/* CSS for asset pages */
#pic { background:white; padding:15px 15px 40px 15px; border:1px solid black; display:block; }
#content { font-size: medium; font-family: Arial, Helvetica, Genenva, Verdana, sans-serif; font-weight: normal; text-align: center; margin-top: 20px; padding-right: 35px; padding-left: 35px; height: 60px }
div.exif { font-size: 10px; font-family: "Trebuchet MS"; line-height: 14px; background-color: #fff; text-align: left; visibility: hidden; padding: 10px; position: absolute; z-index: 4; top: 125px; left: 50%; width: 400px; height: 300px; }
div.iptc { font-size: 10px; font-family: "Trebuchet MS"; line-height: 14px; background-color: #fff; text-align: left; visibility: hidden; padding: 10px; position: absolute; z-index: 3; top: 125px; left: 50%; width: 400px; height: 300px; }
div.exif { margin-left:-200px; }
div.iptc { margin-left:-200px; }
div.shadow { position: relative; visibility: hidden; }  /* needed for showing and hiding metadata */
/*END DOWNLOAD FILES CSS STUFF!!*/
