@charset "utf-8";
/* CSS Document */
/*////////Color Codes////////*/
/*
light cream fcf8e4
brown 5a471b
dark brown 3e3211
green (purify) 75a386
orange (rebuild) f9b12e
light brown (balance) 958162
light rust (relieve) c18031
yellow green (defend) b1b637
blue grey (minimize) 9aa3a8
*/

/*/////////HTML TAGS/////////*/
body {background:#fcf8e4;}
object, embed {margin-bottom:1.5em;}


/*////////////IDs////////////*/

#topNavExpand {width:auto; background:url(../graphics/topNavBg.gif) top repeat-x;}
#hhLogo {margin:0; width:302px; height:54px; background:url(../graphics/healthyHealingLogo.gif) bottom no-repeat; float:left;}
	#hhLogo a {display:block; width:auto; height:54px;}
#csLogo {margin:0; width:390px; height:108px; background:url(../graphics/CrystalStarLogo.gif) no-repeat;}
	#csLogo a {display:block; width:267px; height:90px;}
#searchBox {float:left;}
#searchBox input {margin-top:-.4em; margin-bottom:1.152em;}
* html #searchBox input {margin-top:0em; margin-bottom:1.152em;}

#categories {height:170px;}
#signUpBox {height:36px;}
#signUpBox input {margin-right:5px;}

/*//////////Classes//////////*/
.floatLeft {float:left;}
.btnsTop {display:block; margin-top:1.5em; padding-top:1.5em; width:110px; float:left; color:#5a471b; text-decoration:none;}
.bShop {margin-right:20px; background:url(../graphics/btnShopAll.gif) top no-repeat;}
* html .bShop {margin-right:10px;}
.bCart {background:url(../graphics/btnCart.gif) top no-repeat;}

.product {}
.product a {display:block; text-decoration:none; color:#fff;}
.product a img {margin-top:0;}
.moreInfo {display:block; width:110px; height:18px; background:url(../graphics/btnCart.gif) no-repeat; padding-left:1.5em; cursor:pointer;}
/*.product a:hover, .product a:active, .product a:focus {color:#fff; text-decoration:none;}*/
.productLinks {float:left;}
.productDesc {float:left; width:494px;}
.productDesc2 {float:left; width:238px;}
.productDesc3 {float:left; width:110px;}

.newsletter {padding-left:30px; background:url(../graphics/iconNewsletter.gif) left no-repeat;}
.contactUs {background:url(../graphics/iconPhone.gif) no-repeat; background-position:78px 0; float:right;}
.contactUs a {margin-right:28px;}

a.arrow {color:#5a471b; text-decoration:underline;}
.arrow {padding-right:18px;}
.Lrnd {background:url(../graphics/iconArrowRndL.gif) right no-repeat;}
.Rup {background:url(../graphics/iconArrowRup.gif) right no-repeat;}



#form1{border:none;}







.right {float:right;}
.left {float:left;}















/*color classes*/
.purifyBgColor {background:#75a386; color:#fff; padding-left:.25em;}
.rebuildBgColor {background:#f9b12e; color:#fff; padding-left:.25em;}
.balanceBgColor {background:#958162; color:#fff; padding-left:.25em;}
.relieveBgColor {background:#c18031; color:#fff; padding-left:.25em;}
.defendBgColor {background:#b1b637; color:#fff; padding-left:.25em;}
.minimizeBgColor {background:#9aa3a8; color:#fff; padding-left:.25em;}
.cartBgColor {background:#8775a3; color:#fff; padding-left:.25em;}



.purifyBgColor a {color:#fff; text-decoration:none; display:block;}
.rebuildBgColor a {color:#fff; text-decoration:none; display:block;}
.balanceBgColor a {color:#fff; text-decoration:none; display:block;}
.relieveBgColor a {color:#fff; text-decoration:none; display:block;}
.defendBgColor a {color:#fff; text-decoration:none; display:block;}
.minimizeBgColor a {color:#fff; text-decoration:none; display:block;}
.cartBgColor a {color:#fff; text-decoration:none; display:block;}


.purifyColor {color:#75a386;}
.rebuildColor {color:#f9b12e;}
.balanceColor {color:#958162;}
.relieveColor {color:#c18031;}
.defendColor {color:#b1b637;}
.minimizeColor {color:#9aa3a8;}
.minimizeColor {color:#8775a3;}

a.purifyColor:hover {color:#75a386;}
a.rebuildColor:hover {color:#f9b12e;}
a.balanceColor:hover {color:#958162;}
a.relieveColor:hover {color:#c18031;}
a.defendColor:hover {color:#b1b637;}
a.minimizeColor:hover {color:#9aa3a8;}
a.minimizeColor:hover {color:#8775a3;}











/*//////////Effects//////////*/
/*
filter:alpha(opacity=50); -moz-opacity:.5; opacity:.5;
*/