body {
	background: #f5f5ef;
	font-family: "Microsoft Sans Serif", Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
}
/* common attributes */
form {
	margin: 0px;
}
a {
	color: #8a9903;
}
a:visited {
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #276faa;
}
h1 {
	color: #276faa;
	font-size: 140%;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: normal;
}
h2 {
	color: #276faa;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 15px;
	
}
h2 span {
	font-weight: normal;
	font-size: 90%;
	padding-left: 5px;
}
h3 {
	color: #276faa;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 10px;
}
hr {
	height: 1px;
	color: #276faa;
}
input {
	background-color: #ffffff;
	color: #444444;
	border: 1px solid #b7c901;
}
textarea {
	background-color: #ffffff;
	color: #444444;
	border: 1px solid #b7c901;
}
select {
	background-color: #ffffff;
	color: #444444;
	border: 1px solid #b7c901;
}
input.checkbox {
	border: 0px;
}
input.submit {
	background-color: #b7c901;
	color: #ffffff;
	border: 1px solid #b7c901;
	cursor: pointer;
}
input.contentsubmit {
	font-size: 13px;
	background-color: #b7c901;
	color: #ffffff;
	border: 1px solid #b7c901;
	cursor: pointer;
}
input.leftbarinput {
	font-size: 13px;
	margin-bottom: 3px;
}
input.leftbarsubmit {
	font-size: 13px;
	background-color: #b7c901;
	color: #ffffff;
	border: 1px solid #b7c901;
	cursor: pointer;
}
.linkbutton { /* make normal link look like content button */
	font-size: 13px;
	background-color: #b7c901;
	color: #ffffff;
	border: 1px solid #b7c901;
	padding: 1px 7px;
	text-decoration: none;
	cursor: pointer;
}
.linkbutton:hover, .linkbutton:visited {
	color: #ffffff;
}
.formbuttons { /* buttons at bottom of form, usually in <p> tag */
	padding-bottom: 10px;
}
.originalprice {
	color: #cc0000;
	text-decoration: line-through;
}
input.contentinput {
	font-size: 12px;
}
select.contentselect {
	font-size: 12px;
}
/* outer frame */
div#body {
	width: 900px;
	margin: auto;
	overflow: auto;
	height: 100%;
	background: #ffffff;
	border-left: 1px solid #e5e6d4;
	border-right: 1px solid #e5e6d4;
	border-bottom: 3px solid #b7c901;
}
div#topnav {
	background: #b7c901 url(../images/topnavbg.gif) repeat-x;
	padding: 7px 0px;
}
div#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#topnav li {
	display: inline;
}
div#topnav a, div#topnav a:visited {
	padding: 7px 20px;
	text-decoration: none;
	color: #ffffff;
	font-size: 90%;
	border-right: 1px solid #ffffff;
	font-weight: bold;
}
div#topnav a:hover {
	background: #87afc8 url(../images/topnavbg_hover.gif) repeat-x;
	color: #ffffff;
}
/* start of front content */
div#frontcontentt {
	margin: 40px 20px 30px 20px;
	overflow: auto;
	height: 100%;
}
div#frontcontentb {
	margin: 20px 20px;
	overflow: auto;
}
div#frontcontentl {
	width: 180px;
	float: left;
	overflow: auto;
}
div#frontlogo {
	text-align: center;
}
div#frontlogo img {
	border: 0px;
}
div#frontextboxouter {
	margin-top: 20px;
	width: 250px;
}
div#frontcontentr {
	margin-left: 210px;
	font-size: 80%;
	color: #444444;
	line-height: 1.4em;
}
div#frontcontentr h1 {
	font-size: 150%;
	color: #276faa;
	margin-top: 0px;
	font-weight: normal;
}
div#frontbuttons {
	border-bottom: 1px solid #ecf0e0;
	text-align: center;
	padding-bottom: 15px;
	margin: 0px 20px;
}
div#frontbuttons img {
	border: 0px;
	margin: 0px 15px;
}
div#frontbuttons img:hover {
	opacity: .80;
	filter: alpha(opacity=80);
}
div#frontnav {
	margin-left: 640px;
	padding: 20px 0px 20px 30px;
}
div#frontnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#frontnav li {
	font-size: 80%;
	margin-bottom: 10px;
	padding-left: 18px;
	background: url(../images/frontnavbg.gif) left no-repeat;
}
div#frontnav li a, div#frontnav li a:visited {
	text-decoration: none;
	color: #276faa;
}
div#frontnav li a:hover {
	color: #8a9903;
}
div#frontbasket {
	margin: 0px 0px 20px 670px;
	padding: 20px 10px 0px 0px;
	text-align: center;
	color: #444444;
	line-height: 1.4em;
	font-size: 75%;
	border-top: 1px solid #ecf0e0;
}
div#frontbasket span, div#leftbasket span {
	font-weight: bold;
}
div#leftbasket {
	padding: 10px;
	margin: 0px 10px 5px 10px;
	text-align: center;
	color: #444444;
	line-height: 1.4em;
	font-size: 75%;
	border-top: 1px solid #ecf0e0;
	border-bottom: 1px solid #ecf0e0;
}
div.newsbox {
	border-bottom: 1px solid #ecf0e0;
	padding: 10px 20px 10px 20px;
}
div.newsbox div.newsboxcontent {
	font-size: 80%;
	line-height: 1.4em;
	color: #444444;
	height: 100%;
	padding-bottom: 10px;
}
div.newsbox div.newsboxcontent h3 {
	color: #8c9a07;
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 10px;
	
}
div.newsbox div.newsboxcontent h3 a {
	color: #8c9a07;
}
div.newsbox div.newsboxcontent h3 a:hover {
	color: #276faa;
}
div.newsbox div.newsboxcontent h3 span.newsdate {
	color: #888888;
	font-size: 80%;
}
div#frontproducts {
	width: 610px;
	float: left;
	overflow: auto;
	padding-right: 30px;
	border-right: 1px solid #ecf0e0;
}
div#frontfeatured {
	padding-top: 20px;
}
/* end of Front Content */
/* middle section container */
div#main {
	margin: 40px 20px 30px 20px;
	overflow: auto;
}
/* lefthand bar */
div#leftbar {
	width: 180px;
	float: left;
	overflow: auto;
}
div#logo, div#logocheckout {
	text-align: center;
}
div#logo img, div#logocheckout img {
	border: 0px;
}
div#logocheckout {
	margin-bottom: 10px;
}
div.leftnav {
	padding: 20px 0px 10px 10px;
}
div.leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.leftnav li {
	font-size: 80%;
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(../images/leftnavbg.gif) left no-repeat;
}
div.leftnav li a, div.leftnav li a:visited {
	text-decoration: none;
	color: #276faa;
}
div.leftnav li a:hover {
	color: #8a9903;
}
div.leftnav li.active {
	font-weight: bold;
}
div.leftnav li.sub {
	margin-left: 10px;
}
div.leftnav li.subactive {
	font-weight: bold;
	margin-left: 10px;
}
div.leftnav li.subsub {
	margin-left: 20px;
}
div.leftnav li.subsubactive {
	font-weight: bold;
	margin-left: 20px;
}
div.leftnav li.subsubsub {
	margin-left: 30px;
}
div.leftnav li.subsubsubactive {
	font-weight: bold;
	margin-left: 30px;
}
div#leftbarbuttons {
	text-align: center;
	padding-top: 5px;
}
div#leftbarbuttons img {
	border: 0px;
	margin-bottom: 5px;
}
div#leftbarbuttons img:hover {
	opacity: .80;
	filter: alpha(opacity=80);
}
ul#leftbarclinicnav {
	padding-top: 15px;
}
div#leftbarsearch {
	text-align: center;
	padding: 10px;
	margin-bottom: 5px;
	text-align: center;
	border-top: 1px solid #ecf0e0;
}
/* right content frame */
div#maincontent {
	margin-left: 200px;
	height: 100%;
}
div#breadcrumb {
	font-size: 75%;
	border-top: 1px solid #ecf0e0;
	padding: 10px;
	margin: 0px 10px 5px 10px;
	line-height: 1.4em;
}
div#breadcrumb strong {
	color: #276faa;
	line-height: 1.6em;
}
div.snippet, div.articlebox {
	font-size: 80%;
	color: #444444;
	line-height: 1.4em;
	margin-bottom: 20px;
}
div.snippet li, div.articlebox li {
	font-size: 100%;
}
div.snippet p, div.articlebox p {
	font-size: 100%;
}
div.snippet h2, div.articlebox h2 {
	font-size: 100%;
}
div.snippet h3, div.articlebox h3 {
	font-size: 100%;
}
div.articlebox {
	overflow: auto;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ecf0e0;
}
div.container {
	overflow: auto;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ecf0e0;
}
div.article, div.sectionarticle {
	font-size: 80%;
	line-height: 1.4em;
	overflow: auto;
	color: #444444;
	height: 100%;
	margin: 15px 0px;
}
div.article h3, div.sectionarticle h3 {
	color: #8c9a07;
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 5px;
}
div.article h3 a, div.sectionarticle h3 a{
	color: #8c9a07;
}
div.article h3 a:hover, div.sectionarticle h3 a:hover {
	color: #276faa;
}
div.sectionarticle div.prodimg {
	float: right;
	margin-left: 15px;
}
div.sectionproductclear {
	overflow: auto; 
}
div.sectionproduct {
	font-size: 80%;
	line-height: 1.4em;
	color: #444444;
	overflow: auto;
	height: 100%;
	margin: 15px 10px 15px 0px;
	float: left;
	width: 313px;
}
div.sectionproduct div.prodinfo {
	float: left;
	overflow: auto;
	height: 100%;
	width: 150px;
}
div.sectionproduct div.prodimg {
	margin-left: 151px;
}
div.sectionproduct div.prodimg img {
	border: 0px;
}
div.productsection {
	font-size: 80%;
	line-height: 1.4em;
	color: #444444;
	overflow: auto;
	height: 100%;
	/*margin: 15px 10px 15px 0px;
	float: left;
	width: 313px;*/
	margin-bottom: 15px;
}
div.productsection img {
	/*margin-left: 151px;
	margin-left: 500px;*/
	float: right;
	margin-left: 15px;
	border: 0px;
}
div.product {
	font-size: 80%;
	line-height: 1.4em;
	padding: 15px;
	margin: 15px 0px;
	overflow: auto;
	color: #444444;
	height: 100%;
	
}
div.product div.prodimg {
	float: left;
	margin-right: 10px;
	overflow: auto;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
div.product div.prodimg img {
	border: 0px;
}
div.product div.price, div.sectionproduct div.price {
	font-weight: bold;
	line-height: 2.0em;
	font-size: 120%;
	color: #276faa;
}
div.product h3, div.sectionproduct h3, div.productsection h3 {
	color: #8c9a07;
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 5px;
}
div.product h3 a, div.sectionproduct h3 a, div.productsection h3 a {
	color: #8c9a07;
}
div.product h3 a:hover, div.sectionproduct h3 a:hover, div.productsection h3 a:hover {
	color: #276faa;
}
div.product div.prodinfo {
	margin-left: 160px;
	
}
/* two column product page */
div#prodpage {
	overflow: auto;
	height: 100%;
}
div#prodpageleft {
	font-size: 80%;
	width: 400px;
	float: left;
}
div#prodpageright {
	margin-left: 420px;
	text-align: center;
}
div#prodpageright div.buttonbox {
	text-align: center;
	margin-top: 20px;
	font-size: 70%;
	color: #444444;
	line-height: 1.4em;
}
div#proddescription {
	color: #444444;
	line-height: 1.4em;
}
div#prodpage div#proddescription li {
	font-size: 100%;
}
table.data {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 80%; 
	color: #444444;
}
/* table used for form layout */
table.formtable {
	border: 0px;
}
table.formtable td {
	vertical-align: top;
	font-size: 80%;
	color: #444444;
}
table.formtable th {
	vertical-align: top;
	font-size: 80%;
	text-align: left;
	color: #444444;
}
table.formtable td.formsectiontitle {
	font-weight: bold;
	text-align: center;
}
table.formtable td.formtitle {
	font-weight: bold;
	text-align: right;
}
table.formtable td.righttitle {
	font-weight: bold;
}
table.formtable td h3 {
	font-size: 105%;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #276faa;
}
/* table used for ordering details */
table.orderingtable {
	border: 0px;
}
table.orderingtable td {
	vertical-align: top;
	font-size: 80%;
	color: #444444;
}
table.orderingtable th {
	font-size: 80%;
	color: #444444;
}
table.orderingtable td.orderingsectiontitle {
	font-weight: bold;
	text-align: center;
}
table.orderingtable td.orderingtitle {
	font-weight: bold;
	text-align: right;
}
table.orderingtable td.righttitle {
	font-weight: bold;
}
table.orderingtable td h3 {
	font-size: 105%;
	margin-top: 0px;
	margin-bottom: 5px;
}
table.orderingtable td img {
	border: 0px;
}
div.checkoutcenter {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}
div.checkoutloginl, div.checkoutloginr {
	width: 45%;
	border: 1px solid #e5e6d4;
	padding: 10px;
	height: 160px;
	overflow: auto;
}
div.checkoutloginl {
	float: left;
}
div.checkoutloginr {
	float: right;
}
div#customermenu {
	float: right;
	width: 210px;
	border: 1px solid #e5e6d4;
	padding: 10px;
	margin-left: 20px;
	font-size: 80%;
}
div#customermenu ul {
	margin-left: 10px;
	padding-left: 10px;
}
div#customermenu li {
	line-height: 1.5em;
	list-style: square;
	font-weight: bold;
}
div#customermenu a, div#customermenu a.visited {
	text-decoration: none;
}
div#customermenu a:hover {
	text-decoration: underline;
}
div.review {
	border-bottom: 1px solid #e5e6d4;
	font-size: 80%;
	color: #444444;
	line-height: 1.4em;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
div.review h3 {
	font-size: 100%;
}
div.twocol {
	overflow: auto;
	height: 100%;
}
div.twocol div.left {
	width: 300px;
	overflow: auto;
	height: 100%;
	float: left;
	font-size: 80%;
}
div.twocol div.right {
	overflow: auto;
	height: 100%;
	margin-left: 320px;
	font-size: 80%;
}
div#sendtofriend {
	padding: 10px;
}
/* odds and ends */
.coldark {
	background-color: #eff3c3;
}
.collight {
	background-color: #f8fae4;
}
.emph {
	color: #cc0000;
}
.fieldscontent {
	font-weight: bold;
}
.fieldscontentemph {
	font-weight: bold;
	color: #cc0000;
}
.paging {
	text-align: center;
	margin-top: 10px;
	font-size: 70%;
	border-top: 1px solid #e5e6d4;
	border-bottom: 1px solid #e5e6d4;
	padding: 10px 0px;
}
.error {
	color: #cc0000;
	font-weight: bold;
	font-size: 80%;
}
.sort { /* p tag for sort options */
	text-align: center;
}
.searchresults { /* p tag for search result description */
	text-align: center;
	font-weight: bold;
}
div.clr {
	clear: both;
}
.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
} 
div.topbox {
	overflow: auto;
	height: 100%;
}
div.boxr {
	background: #f8fae4;
	float: right;
	width: 250px;
	padding: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	overflow: auto;
}
div.boxl {
	background: #f8fae4;
	float: left;
	width: 250px;
	padding: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	overflow: auto;
}
div.boxm {
	background: #f8fae4;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
}
.imgr {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.imgl {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
div.banners h3 {
	font-size: 70%;
	color: #276faa;
	margin-top: 0px;
	margin-bottom: 5px;
}
div.specialouter {
	display: inline;
	font-size: 50%;
	padding-left: 10px;
}
div.newproduct, div.topproduct, div.specialoffer { /* main product flags */
	display: inline;
	padding: 0px 7px;
	line-height: 25px;
	margin-right: 5px;
	text-transform: uppercase;
}
div.newproduct {
	color: #8a9903;
	font-weight: bold;
}
div.topproduct {
	color: #8a9903;
	font-weight: bold;
}
div.specialoffer {
	color: #8a9903;
	font-weight: bold;
}
div.smlnewproduct, div.smltopproduct, div.smlspecialoffer { /* boxed product flags */
	text-transform: uppercase;
}
div.smlnewproduct {
	color: #8a9903;
}
div.smltopproduct {
	color: #8a9903;
}
div.smlspecialoffer {
	color: #8a9903;
}
/* balms */
table#balmcol td {
	width: 25%;
	padding: 5px 10px;
	vertical-align: top;
}
table#balmcol td h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}
table#balmcol td p {
	color: #222222;
	margin-bottom: 5px;
}
table#balmtable th {
	font-weight: normal;
	
}
table#balmtable td {
	padding: 4px;
	border-bottom: 1px solid #aaaaaa;
	vertical-align: top;
}
td.colfadeyel {
	background: #fbf8e5 url(../images/bgfade_yellow.jpg) top repeat-x;
}
td.colfadeprp {
	background: #f7f0f7 url(../images/bgfade_purple.jpg) top repeat-x;
}
td.colfadegrn {
	background: #f1f7eb url(../images/bgfade_green.jpg) top repeat-x;
}
td.colfadeblu {
	background: #f4f9fd url(../images/bgfade_blue.jpg) top repeat-x;
}
td.colbrn {
	
}
td.colyel, td.colprp, td.colgrn, td.colblu {
	margin: 0px;
	text-align: center;
}
td.colyel {
	background-color: #eee293;
}
td.colprp {
	background-color: #dbc0dc;
}
td.colgrn {
	background-color: #c9dab3;
}
td.colblu {
	background-color: #c4e1f5;
}
a.buy, a:visited.buy {
	text-decoration: underline;
	color: #222222;
}
a:hover.buy {
	text-decoration: none;
}
table.feestable {
	width: 600px;
	margin-bottom: 5px;
}
table.feestable td {
	vertical-align: top;
	padding: 4px;
	background: #f8fae4;
	color: #444444;
}
table.feestable td.title {
	background: #eff3c3;
	font-weight: bold;
}
table.feestable td.single {
	
}
table.feestable td.left {
	text-align: right;
}
table.feestable td.right {
	width: 100px;
	font-weight: bold;
}
/* footer bar */
div#footer {
	width: 900px;
	margin: auto;
	font-size: 70%;
	color: #999841;
	padding: 5px 0px 5px 0px;
}
div#footer a, div#footer a:visited {
	color: #999841;
	
}