@charset "UTF-8";
body {
	background-color: #173E22;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#content {
	background-color: #EBF4DE;
	padding: 20px;
}
.itemRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.itemLeft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
#content h1 {
	color: #173D22;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 12px;
}
#content h2 {
	color: #173D22;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 6px;
}
#content p {
	margin-top: 0px;
	margin-bottom: 12px;
	line-height: 18px;
}
#content li {
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 18px;
}
#content ul {
	margin-top: 0px;
	margin-bottom: 12px;
}
#content ul li ul {
	margin-bottom: 0px;
}
#content li li {
	margin-top: 6px;
	margin-bottom: 0px;
}
#footer {
	color: #EBF4DE;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 50px;
}
.line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #173E22;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content a {
	color: #173D22;
}
#footer a {
	color: #EBF4DE;
}
#wholesale label {
	float: left;
	clear: left;
	padding-bottom: 10px;
}
#content #wholesale input {
	float: left;
}
.required {
	color: #990000;
}
#retail label {
	float: left;
	clear: left;
	padding-bottom: 10px;
}
#content #retail input {
	float: left;
}