html {
	overflow-y:scroll;
}
body {
	background: url('../images/bg.gif') repeat-x #dfdfff;
	padding: 0px;
	overflow: -moz-scrollbars-vertical;
	margin: 0;
}
p {
	margin: 3px 0 10px 0;
}
#holder, #footer {
	width: 680px;
	margin: auto;
}
#header {
	height: 110px;
}
#header h1 {
	font-size: 44px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	font-family: Bookman, serif;
}
#header h1 a, #header h1 a:hover{
	text-decoration: none;
	color: #5c39a2;
}


#header h2 {
	font-size: 18px;
	color: #494949;
	margin: 10px 0 0 0;
	position: absolute;
	top: 54px;
	padding: 0;
}

#toprightmenu {
	float: right;
}
#toprightmenu ul {
	padding: 0;
	margin: 14px 0 0 0;
}
#toprightmenu li {
	padding: 1px 0 1px 4px;
	list-style-image: url('../images/arrow.gif');
}

#toprightmenu ul li a {
	text-decoration: none;
}
#toprightmenu ul li a:hover, #toprightmenu ul li a.selected {
	color: #ffffff;
}
#topmenu {
	position: absolute;
	top: 98px;
}
#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topmenu ul li {
	float:left;
	padding: 0px 20px 0 0;
}
#topmenu ul li a {
	font-size: 12px;
	text-decoration: none;
	background: url('../images/arrow.gif') no-repeat center left;
	padding-left: 20px;
	color: #5c39a2;
}
#topmenu ul li a:hover, #topmenu ul li a.selected {
	color: #ffffff;
}
#mainmenu {
	background: #ffffff url('../images/deva4.jpg') no-repeat top left;
	height: 212px;
	width: 695px;
	margin-left: -6px;
	position: absolute;
	top: 118px;
}
#mainmenu ul {
	margin: 0;
	padding: 30px 0 0 30px;
	float: left;
}
#mainmenu ul li a {
	display: block;
	height: 25px;
	color: #47295e;
	width: 150px;
	text-indent: -800px;
}
#mainmenu ul li a.holistic_care {
	background: url('../menu/Holistic_Care.png') top left;
}
#mainmenu ul li a.nutrition {
	background: url('../menu/Nutrition.png') top left;
}
#mainmenu ul li a.recipes {
	background: url('../menu/Recipes.png') top left;
}
#mainmenu ul li a.health_tips {
	background: url('../menu/Health_Tips.png') top left;
}
#mainmenu ul li a.new_products {
	background: url('../menu/New_Products.png') top left;
}
#mainmenu ul li a.shopping_links {
	background: url('../menu/Shopping_Links.png') top left;
}
#mainmenu ul li a:hover, #mainmenu ul li a.selected {
	background-position: bottom left;
}
#mainmenu p {
	margin: 110px 0 0 196px;
	width: 214px;
	line-height: 160%;
	color: #1a7900;
	font-size: 12px;
}
#mainmenu p a {
	font-weight: bold;
}

#sidemenus {
	float:left;
	background: #e4ede3;
	text-align:left;
	width: 180px;
	margin: 10px 10px 10px -100px;
	padding: 5px;
	border: solid #ced7cd 5px;
}
#sidemenus h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 16px;
}
#sidemenus ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 3px;
}

#sidemenus ul li {
	list-style: none;
	margin: 0;
	padding:  5px 2px;
}
#sidemenus a { color: #5C39A2; }
#sidemenus a.selected { text-decoration: underline; }
#bodydiv {
	position: relative;
	margin-top: 240px;
	padding-bottom: 90px;
}

#fdiv {
	clear:both;
	display: none;
	background: url('../images/footer.png');
	height: 60px;
	position: absolute;
	width: 100%;
}
#discl {
	text-align:right;
	margin-top: 20px;
	padding-right: 20px;
	float: left;
	color: #dfdfff;
	font-size: 12px;
	border-right: solid #dfdfff 1px;
}
#discl a {
	color: #dfdfff;
	font-size: 10px;
}
#footermenus {
	float:right;
}
#footermenus a {
	color: #5c39a2;
}
#footermenus ul {
	margin: 26px 0 0 0;
	padding: 0;
	list-style: none;
}

#footermenus ul li {
	display: inline;
	padding-left: 20px;
}

/* Blog */
div.blogpages {
	text-align: center;
}
div.blogpost {
	padding-top: 0px;
	margin-top: 10px;
}
h1.blogtitle {
	float: left;
	font-size: 22px;
	margin: 0;
	height: 28px;
	padding: 5px 44px 0 0;
	background: url('../images/paws.png') no-repeat center right;
}
h1.blogtitle a {
	color: #0f4108;
}
div.date {
	padding: 10px 10px 10px 20px;
}
div.blogdata {
	padding: 10px 10px;
	clear: both;
}

/* Form */
table.contactform {
	margin: auto;
}
table.contactform input, table.contactform textarea , table.contactform select {
	color: #34294D;
	border: solid #b0a5c9 1px;
	padding: 3px;
}
table.contactform td {
	vertical-align:top;
}
input.emailform_input {
	width: 250px;
}
td.formheader {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 10px;
}
div.thankYou {
	font-size: 1.3em;
	padding: 10px;
	background-color: #e4e4ff;
	line-height: 120%;
	text-align: center;
}
.emailform_textarea {
	width: 250px;
	height: 150px;
}
.requiredfield {
	font-size: 0.8em;
}
#tipssignup {
	margin: auto;
	width: 500px;
	background: url('../images/lav.jpg') no-repeat;
	padding-left: 100px; 
	height: 260px;
}