
body {
	background-color: #666;
	margin: 0;
	padding: 0;
	}
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
hr {
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
	clear: both;
	}
/*<agl.folder "basic structure and colors">*/
	#page {
		background-color: #c5cd5d;
		background-image: url(../img/an_main_bkgd_green_only.gif);
		background-repeat: repeat-y;
		background-position: 0 0;
		position: absolute;
		left: 0;
		width: 800px;
		margin: 0;
		padding: 0;
		}
	#header {
		color: #fff;
		background-color: #e6377a;
		background-image: url(../img/an_logo.gif);
		background-repeat: no-repeat;
		background-position: 10px 58px;
		height: 125px;
		margin-left: 180px;
		}
	#content {
		background-color: transparent;
		width: 620px;
		float: right;
		}
	#nav {
		color: #fff;
		font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
		width: 170px;
		margin: 0;
		padding: 0;}
	#footer {
		color: #fff;
		font-size: 9px;
		font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
		font-weight: bold;
		background-color: #666;
		text-align: right;
		clear: both;
		margin: 1em 0 0;
		padding: 2px;
		}
/*</agl.folder>*/
#header h1 {
	display: none;
	}
#nav a {
	text-decoration: none;
	}
#nav ul {
	text-align: right;
	margin: 0;
	}
#nav li,
#nav li a {
	color: #aeeba6;
	font-size: 30px;
	font-weight: normal;
	}
#nav li li,
#nav li li a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	}
#nav ul ul {
	margin: 2px 0 14px;
	}
#header h1 {
	margin: 0;
	padding: 0;
	}
#content div#pad {
	margin: 14px;
	}
#content h1, #content h2, #content h3 {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
#content h1 {
	color: #19bd09;
	}
#content h2 {
	color: #d93373;
	}
#content h3.tagline {
	color: #edf2d3;
	font-size: 22px;
	margin: 10px 10px 20px 0;
	padding: 0;
	}
#content p, #content td {
	color: #000;
	font-size: 13px;
	font-family: "Times New Roman", Times, Georgia, serif;
	line-height: 1.5em;
	margin-top: 0;
	}
#content div#featured_products td {
	text-align: center;
	vertical-align: top;
	}
img {
	margin: 0;
	padding: 0;
	border: solid 8px #fff;
	}
div.left40 {
	text-align: center;
	width: 40%;
	float: left;
	margin-right: 20px;
	}
div#featured_products {
	clear: both;
	margin-top: 0;
	}
dl.caption dt {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	}
dl.caption dd {
	font-size: 12px;
	}
.red {
	color: #e6377a;
	}


#featured_products ul li {
	text-align: center;
	width: 30%;
	/*height: 190px;*/
	float: left;
	margin-right: 3%;
	display: block;
	}
/*<agl.folder "product_detail">*/


	#product_detail tr td {
	/*	width: 33%;*/
		text-align: center;
		vertical-align: top;
		background-color: #e2e6b1;
		padding: 4px;
		}
	#product_detail ul li {
		font-size: 85%;
		background-color: #e2e6b1;
		text-align: center;
		width: 30%;
		height: auto;
		float: left;
		margin-right: 3%;
		margin-bottom: 1em;
		padding-top: 4px;
		display: block;
		}
	#product_detail h4,
	#product_detail h5,
	#product_detail p {
		font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
		font-weight: normal;
		margin: 0;
		}
	#product_detail img {
		border-color: #fff #554100 #554100 #fff;
		border-style: solid;
		border-width: 1px;
		}
	#product_detail p {
		font-size: 11px;
		line-height: 1.2em;
		margin: 6px;
		}
/*</agl.folder>*/
/*<agl.folder "forms">*/
	form.large {
		font-family: Arial, Helvetica;
		}
	form.large hr {
		clear: both;
		margin-top: 10px;
	}
	form.large h5 {
		font-weight: normal;
		font-size: 70%;
		margin: 0 0 0 160px;
	}
	form.large label {
		color: #fff;
		text-align: right;
		width: 150px;
		float: left;
		font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
		font-weight: normal;
		background-color: #c5cd5d;
		}
	form.large input,
	form.large textarea {
		width: 300px;
		margin-bottom: 0.5em;
		margin-left: 1em;
		}
	form.large textarea {
		height: 5em;
		}
	form.large p.agree label {
		float: none;
		width: auto;
		text-align: left;
		}
	form.large p.agree input {
		text-align: left;
		width: auto;
		float: none;
		margin-left: 160px;
	}
	form.large input.button {
		margin-left: 160px;
		width: auto;
	}
/*</agl.folder>*/
ul.errors li {
	margin-bottom: 2em;
	margin-left: 2em;
	list-style-type: disc;
	}

