

#top {
	width: 780px;
	height: 115px;
	margin: 0;
	padding: 0;

}
#top h1, #top h2 {
	display: none;
}
#rightcol {
	float: right;
	width: 135px;
	padding: 0px;
	height: 100%;
	margin-top: 15px;
	min-height: 100%;
	height: auto;
	/*background-color: Yellow;*/
}
* html #rightcol {
	height: 100%;
}

#nav {
	margin-top: -10px;
	z-index: 1;
	margin-bottom: 20px;

}
#nav ul {
	list-style: none;
	margin: 0 0 0 -40px;
}
* html #nav ul {
	margin: 0;
}
#nav ul li {
	border: 3px solid #CC9900;
	margin: 3px;
	line-height: 1.75em;
	text-align: center;
	font-size: 10pt;
	background-color: #FFFFCC;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	display: block;
	color: black;
}
#nav ul li a:hover {
  background-color: blue;
	color: white;
}
#menuimg {
	position: relative;
	top: 0;
	left 0;
	background-image: url(img/menu.gif);
	background-repeat: no-repeat;
	width: 59px;
	height: 22px;
	z-index: 0;
	margin: 0;
	padding: 0;
}
#menuimg h3 {
	display: none;
}
#picmenu {
	height: 250px;
	width: 625px;
	background-color: white;
	text-align: center;
}
#picmenu a img {
	margin: 0;
	padding: 0;
}
#leftmain {
	float: left;
	padding: 10px;
	padding-top: 0;
	width: 290px;
	text-align: justify;
}
#rightmain {
	margin: 0;
	margin-left: 315px;
	padding: 10px;
	padding-top: 0;
	/*background-color: green;*/
	background-image: url(img/right_background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;

}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}

#featured {
	width: 125px;
	height: 450px;
	border: 3px solid #CC9900;
	margin-top: -10px;
	background-color: #FFFFCC;
	text-align: center;
}
#featuredimg {
	position: relative;
	top: 0;
	left 0;
	background-image: url(img/featured.gif);
	background-repeat: no-repeat;
	width: 88px;
	height: 25px;
	z-index: 0;
	margin: 0;
	padding: 0;
}
#featuredimg h3 {
	display: none;
}
#contactfrm {
	float: left;
	width: 350px;
	padding-left: 0px;
	margin: 10px;
}
div.row {
  clear: both;
  margin: 0;
  padding-top: 5px;
}
div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  font: normal 8pt verdana, helvetica, sans-serif;
}
div.row span.formw {
  float: right;
  width: 230px;
  text-align: left;
  font: normal 8pt verdana, helvetica, sans-serif;
}
input, select, textarea {
 	border: solid 1px #616e38;
	background-color: #99cc66;
	font: normal 8pt verdana, helvetica, sans-serif;
 }
 .frmDivide {
 	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom: solid 2px #616e38;
	font: bold 10pt verdana, helvetica, sans-serif;
}
.formtxt {
 	font: normal 8pt verdana, helvetica, sans-serif;
}
.noborder {
 	border: 0;
}
.error {
	color: red;
	font-weight: bold;
}
#products {
	float: left;
	padding: 10px;
	/*padding-top: 0;*/
	width: 600px;
	/*background-color: blue;*/
	/*height: 300px;*/
	text-align: justify;
}