/*Datahost stylesheet*/

/*Set up body, td, and p as the same style. You'll also want to include the same info in the <body> tag on main template.*/

html, body {
		height:100%; 
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #666666;
	background: #d2bf9f url(images/bkgnd_bodytop.gif) top left repeat-x;
}

a:link, a:visited {
	color: #714384; 
	text-decoration: underline;
}

a:hover {
	color: #9da470; 
	text-decoration: underline;
}

td, p {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #666666;
}



/*Main template styles.*/


#wrapper {
	width: 780px;
	margin: 0 auto;
	position: relative;
}

#banner {
	position: relative;
	height: 158px;
	background: url(images/bkgnd_banner2008.jpg) top left no-repeat;
}

#topnav {
	position: absolute;
	width: 100%;
	top: 15px;
	text-align: right;
}

.topnavlinks {
	font-size: 11px;
	color: #714384;
	font-weight: bold;
	padding: 0px 20px;
	display: inline;
	text-align: right;
}

.topnavlinks a:link, .topnavlinks a:visited {
	color: #714384;
	text-decoration: none;
}

.topnavlinks a:hover {
	color: #9da470;
	text-decoration: none;
}

#carttotals {
	width: 100%;
	position: absolute;
	top: 30px;
	right: 5px;
	font-size: 11px;
	text-align: right;
}

#slogan {
	position: absolute;
	width: 250px;
	height: 50px;
	top: 80px;
	left: 325px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 13px;
	line-height: 1.3em;
	color: #714384;
}


#contentwrapper {
	width: 100%;
	position: relative;
	background: #fffdf1 url(images/bkgnd_content.gif) top left repeat-y;
	border-bottom: 4px solid #fffce4;
}

#mainnav {
	height: 35px;
	width: 775px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	background: url(images/bkgnd_mainnav.gif) 0px 0px no-repeat;
	margin-left: 5px;
}


#navigation {
	width: 150px;
	padding-top: 50px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#navigation li {
	list-style: none;
	color: #714384;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 1.1em;
	margin-bottom: 8px;
	padding-left: 10px;
}

#navigation li a:link, #navigation li a:visited {
	display: block;
	color: #714384;
	text-decoration: none;
}

#navigation li a:hover {
	color: #9da470;
	text-decoration: none;
}

#navigation ul ul li {
	padding-top: 3px;
	padding-left: 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #d2bf9f;
}

#navigation li.listheader {
	color: #848b57;
	font-weight: bold;
	font-style: normal;
}

#navigation li.listheader a:link, #navigation li.listheader a:visited {
	color: #848b57;
	text-decoration: none;
}

#navigation li.listheader a:hover {
	color: #714384;
	text-decoration: none;
}

#navigationhome {
	width: 0px;
	height: 0px;
}


#content {
	padding: 50px 10px 15px 20px;
}

#contenthome {
	padding: 40px 0px 0px 0px;
}

#footer {
	margin-top: 8px;
	margin-bottom: 10px;
	text-align: center;
}

#footerlinks {
	width: 770px;
	margin: 0 auto;
	color: #714384; 
	font-size: 12px;
	text-align: center;
	background-color: #f0e8d1;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footerlinks a:link, #footerlinks a:visited {
	color: #714384;
	text-decoration: none;
}

#footerlinks a:hover {
	color: #9da470;
	text-decoration: none;
}/*site links in the footer, like home, etc.*/

.footername {  
	color: #fffce4; 
	font-weight:bold; 
	font-size: 12px;
}

.footername a:link, .footername a:visited {
	color: #fffce4;
}

.footername a:hover {
	color: #ffffff;
}

.siteby {  
	padding-top: 5px;
	font-size: 10px; 
	line-height: 1.2em; 
	color: #fffce4;
}

.siteby a:link, .siteby a:visited {
	color: #fffce4;
}

.siteby a:hover {
	color: #ffffff;
}

.clear {
	clear: both;
}


.cartheaders {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #9da470;
	font-weight: bold;
}

.cartheaders a:link, .cartheaders a:visited {
	color: #9da470;
	text-decoration: none;
}

.cartheaders a:hover {
	color: #714384;
	text-decoration: none;
}

#searcharea {
	width: 25%;
	position: absolute;
	text-align: right;
	top: 125px;
	right: 10px;
}

#lowerlinks {
	margin-top: 20px;
	margin-left: 10px;
	color: #af9c7c;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 1.1em;
}

#lowerlinks a:link {
	color: #af9c7c;
	text-decoration: none;
}

#lowerlinks a:visited {
	color: #af9c7c;
	text-decoration: none;
}

#lowerlinks a:hover {
	color: #714384;
	text-decoration: none;
}


/*index template styles*/

#contentwrapperhome {
	position: relative;
	background: #fffce4 url(images/mastheadhome2.jpg) top left no-repeat;
	padding-top: 410px;
	border-bottom: 4px solid #fffce4;
}

/*#navigationhome {
	width: 180px;
	height: 200px;
	position: absolute;
	top: 167px;
	left: 359px;
}*/

#navigationhome {
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#navigationhome ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigationhome li {
	list-style: none;
	color: #f0e2c8;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 7px;
}

#navigationhome li a:link, #navigationhome li a:visited {
	color: #f0e2c8;
	text-decoration: none;
}

#navigationhome li a:hover {
	color: #ffffff;
	text-decoration: none;
}

.alt {
	border: 1px solid #9572a3;
	padding: 1px;
}

.specials {
	width: 250px;
	margin: 1px;
	/*background-color: #fffdf1;*/
}

.specialstext {
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
}

.specialsimg {
	width: 130px;
	float: left;
	margin: 2px;
}

#signupbox {
	background-color: #714384;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

#storebox {
	margin-top: 5px;
	background-color: #9da470;
	font-family: Georgia, serif;
	font-size: 16px;
	padding: 3px;
	color: #fff;
	font-weight: 400;
	height: 95px;
}

.featuredcellheader {
	font-family: Georgia, serif;
	font-size: 12px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #9da470;
}

.featuredcellheader a:link, .featuredcellheader a:visited    {
	color: #9da470;
	text-decoration: none;
}

.featuredcellheader a:hover  {
	color: #9da470;
	text-decoration: underline;
}

.featuredcelltext {
	font-size: 11px;
	line-height: 1.2em;
}

.featuredcelltext a:link, .featuredcelltext a:visited, .featuredcelltext a:hover {
	color: #333;
	text-decoration: none;
}

.featuredhighlight {
	color: #848b57;
	font-size: 11px;
	font-weight: bold;
}


/*Category and Product list, cell and details pages*/

h1 {  
	margin-top: 0px;
	margin-bottom: 8px; 
	font-family: Georgia, serif;
	font-size: 20px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #9da470;
} /*this is always used for the page title, except home page and product detail pages*/

h2 {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-family: Georgia, serif;
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #9da470;
}

h3 {  
	margin-top: 0px; 
	margin-bottom: 2px; 
	font-family: Georgia, serif;
	font-size: 16px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #9da470;
}

h4 {  
	margin-bottom: 2px; 
	font-family: Georgia, serif;
	font-size: 12px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #9da470;
}

li {  
	font-size: 12px; 
	line-height: 1.2em; 
	list-style-type: square; 
	list-style-position: outside; 
	color: #666666;
}

li.webpages {  
	font-size: 13px; 
	line-height: 1.2em;
}

.sku {font-size: 11px; color: #666666; text-decoration: none; font-weight:bold;}

.cellheader, .testimonialcellheader {
	font-family: Georgia, serif;
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #9da470;
}

.cellheader a, .testimonialcellheader a {
	color: #9da470;
	text-decoration: none;
}

.cellheader a:hover, .testimonialcellheader a:hover  {
	color: #9da470;
	text-decoration: underline;
}/*cat name or product name, depending on which cell*/

.celltext {  font-size: 11px; line-height: 1.2em;}

.testimonialcelltext {  
	font-size: 12px; 
}

.highlight {  
	font-size: 13px; 
	font-weight:bold; 
	color: #9da470; 
}

.highlight a:link, .highlight a:visited {
	color: #714384;
	text-decoration: underline;
}

.highlight a:hover  {
	color: #9b0075;
	text-decoration: underline;
}

.freeship {  font-size: 12px; font-weight:bold; color: #9b0075;}


.multiheader {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #6cbd45;
	background-color: #ffffff;
	display: block;
	padding: 4px 10px;
} /*multilist header*/

.insertlist1 { 
	font-size: 12px; 
}

.insertlist1 a:link, .insertlist1 a:visited {
	text-decoration: none;
}
 /*youarehere links*/

.nextprev {  font-size: 11px; line-height: 1.2em; }

.gotocart {  font-size: 11px; line-height: 1.2em; }
 /*for viewcart links*/

.cellclickhere {  font-size: 11px; line-height: 1.2em; }


.jumplinks {font-size: 12px; line-height: 1.5em;} /*used on faq page*/

.clickhere {  font-size: 11px; line-height: 1.5em; }
 /*back to top links*/

.clickherereverse {
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	font-family: arial, helvetica, sans-serif;
}

.clickherereverse a:link, .clickherereverse a:visited {
	color: #fff;
	text-decoration: none;
}

.clickherereverse a:hover {
	color: #fff;
	text-decoration: underline;
}

/*Cart pages and shipping*/

.cartteaser {
	background-color: #f0e8d1;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}

.cartteaser a:link, .cartteaser a:visited {
	/*color: #bb772e;*/
}

.cartteaser a:hover {
	/*color: #000;*/
}

.steps {
	display: inline;
	width: 100px;
	color: #666;
	margin-right: 8px;
	padding right: 0px;
	text-align: left;
	height: 15px;
}

.stepson {
	display: inline;
	width: 100px;
	color: #714384;
	margin-right: 8px;
	padding-left: 15px;
	background: url(images/cart_arrow.gif) left center no-repeat;
	font-weight: bold;
	text-align: left;
	height: 15px;
}



#cart {
	width: 100%;
}

.buttons {
	width: 100%;
	position: relative;
}

.leftbuttons {
	width: 50%;
	float: left;
}

.rightbuttons {
	width: 50%;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

#cartcontent {
	width: 100%;
}

.tablecart {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.tablecart tr.bkgnd1 {
	background: #b6bb94;
}

.tablecart th.bkgnd1 {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px;
}

.tablecart tr.bkgnd2 {
	background: #fffdf1;
}

.tablecart th.bkgnd2 {
	font-size: 13px;
	color: #9da470;
	padding-top: 5px;
}

.tablecart td, .tablecart p {
	font-size: 13px;
	background: #fffdf1;
}

.tablecart td.products {
	color: #666666;
	border-top: 1px solid #d2bf9f;
	padding-top: 6px;
}

.tablecart td.options {
	font-size: 11px;
}

.tablecart td.subhead {  
	font-size: 13px; 
	font-weight: bold; 
	color: #9da470;
	line-height: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

.tablecart td.shipping {
	font-size: 12px;
}

.tablecart td.indshipnote {
	color: #990000;
	font-weight: bold;
}

.cartbutton {
	font-size: 10px;
	color: #ffffff;
	background: #9572a3;
	border: 1px solid #9572a3;
	display: inline;
}

.instructions {  
	font-size: 12px;
}

.smallnotes {
	font-size: 11px;
	line-height: 1.2em;
}

.continue {
	text-align: right;
}

.continuebutton {
	background: #714384;
	border: 1px solid #666666;
	padding: 3px; 
	font-size: 15px; 
	color:#ffffff;
	text-transform: lowercase;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #eeeeee;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #d2bf9f;
line-height:1.2em;
z-index:1001;
border-right: 2px solid #d2bf9f;
border-bottom: 2px solid #d2bf9f;
visibility: hidden;
text-decoration: none;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-size: 11px;
	color: #ffffff;
	background-color: #d2bf9f;
	display: inline;
	padding: 3px;
}

.hintanchor a:link, .hintanchor a:visited, .hintanchor a:hover {
	color: #ffffff;
	text-decoration: none;
}

.hintclick {
	font-size: 12px;
	color: #714384;
}

.shippingnotes {
	width: 100%;
	margin-top: 25px;
}

.shippingnotes th {
	color: #4f86ba;
	padding-bottom: 10px;
	border-bottom: 1px solid #4f86ba;
}

.shippingnotes td {
	border-bottom: 1px solid #4f86ba;
}	



/*Miscellaneous*/

select {
	font-size: 11px;
}

input {margin-top: 0px; margin-bottom: 0px; margin-left: 0px;}

form {margin-top: 0px; margin-bottom: 0px; }

.fancyform p {
	padding-top: 6px;
	clear: left;
}

.fancyform input, .fancyform textarea, .fancyform select, .fancyform option {
	border: 1px solid #666;
}

.fancyform p label {
	width: 30%;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
}

.linkcode {
	color: #000000;
	margin: 20px 0px 20px 25px;
	padding: 1px 1px 1px 1px;
	background: #d2bf9f;
	text-align: center;
	border: 1px solid #9d8f77;
}

table {margin-top: 0px; margin-bottom: 0px; }

.massageprices {
	color: #848b57;
}

img.withborder {
	border: 1px solid #d2bf9f;
}

img.withborder a:link, img.withborder a:visited, img.withborder a:hover {
	border: 1px solid #d2bf9f;
}
	
.certificate { padding: 0; margin: 0; border: 2px solid #9da470; background-color: #f0e8d1; }
.certificate td { padding: 5px; }

.blendingbox {
	width: 170px;
	padding: 5px;
	background-color: #f0e8d1;
}

.announcementbox {
	padding: 5px;
	background-color: #f0e8d1;
	margin-bottom: 5px;
}


/*hr {
	border-bottom: 1px dotted #666666;
	color: #bc56a2;
	background-color: #bc56a2;
}*/

table.price_table th {
	background-color: #ffcc66;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}

table.price_table td {
	background-color: #ffffff;
}


table.pmt_table th {
	background-color: #b6bb94;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

table.pmt_table td {
	background-color: #fffdf1;
}

.label {  font-size: 11px; line-height: 1.2em; font-weight: bold; }

.attribute {  font-size: 11px; line-height: 1.2em;}


.errormessage {font-size: 14px; color: #990000; font-weight:normal; text-decoration: none;}
.errormessageA    {text-decoration: underline;}
.errormessage A:hover  {text-decoration: underline;}


.fancybutton {
	background: #714384; 
	font-size: 11px; 
	color:#f0e2c8;
	border: 1px solid #f0e2c8;
	padding: 2px;
}

.fancybutton2 {
	background: #714384; 
	font-size: 10px; 
	color:#f0e2c8;
	border: 1px solid #f0e2c8;
	padding: 2px;
}

.fancybutton3 {
	background: #714384; 
	font-size: 10px; 
	color:#f0e2c8;
	border: 1px solid #f0e2c8;
	padding: 1px;
}

.fancybutton4 {
	background: #714384; 
	font-size: 13px; 
	color:#f0e2c8;
	border: 1px solid #f0e2c8;
	padding: 2px;
}