@charset "utf-8";
/* CSS Document */

body {
	background: #ececec;	
	font-size: 12px;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, body, html, p, blockquote, div, table, tr, td, form, fieldset {
	border:0;
	border-collapse:collapse;
	font-weight:normal;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

#pageContainer {
	background: #ececec;
	width: 960px;  /* sets the width of the page to 960px */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 0;
	position: relative;
}

/* global */

h1 span, h2 span {
	margin-left:-9999px;
}

h1, h2, h3 {
	clear:both;
	display:block;
	overflow:hidden;
	position:relative;
}

h1 {
	width:600px;
	height:70px;
}

h2 {
	width:465px;
	height:45px;
}

h3 {
	width:465px;
}

h1.about{
	background:url("../images/about/aboutus.gif") no-repeat scroll left top transparent;
	height: 170px;
	width: 311px;
}

h1.club{
	background:url("../images/register/club.gif") no-repeat scroll left top transparent;
	height: 140px;
	width: 463px;
}

h1.competition {
	background:url("../images/competiton/win.jpg") no-repeat scroll left top transparent;
	width:318px;
	height: 111px;
}

h1.privacy {
	background:url("../images/privacy.gif") no-repeat scroll left top transparent;
}

h1.privacypop {
	background:url("../images/register/privacy.gif") no-repeat scroll left top transparent;
	height: 125px;
	width: 470px;
}

h1.faqs {
	background:url("../images/faq.gif") no-repeat scroll left top transparent;
}

h1.sitemap {
	background:url("../images/sitemap.gif") no-repeat scroll left top transparent;
}

h1.refer {
	background:url("../images/contact/referFriend.gif") no-repeat scroll left top transparent;
	height: 125px;
	width: 470px;
}

h1.contact {
	background:url("../images/contact/contact.gif") no-repeat scroll left top transparent;
	height: 164px;
	width: 411px;
}

h1.wheretobuy {
	background:url("../images/wheretobuy/wheretobuy.gif") no-repeat scroll left top transparent;
	height: 84px;
}

h1.tandc {
	background:url("../images/tandc.gif") no-repeat scroll left top transparent;
	height: 70px;
}
				
h1.cocoshea{
	background:url("../images/products/h_cocoshea.gif") no-repeat scroll left top transparent;
}

h1.papayamango{
	background:url("../images/products/h_papayamango.gif") no-repeat scroll left top transparent;
}

h1.honeyalmond {
	background:url("../images/products/h_honeyalmond.gif") no-repeat scroll left top transparent;
}

h1.strawpom {
	background:url("../images/products/h_strawpom.gif") no-repeat scroll left top transparent;
	height:110px;
}

h1.gifts {
	background:url("../images/products/h_gifts.gif") no-repeat scroll left top transparent;
}

h1.limitededitions {
	background:url("../images/products/h_limitededitions.gif") no-repeat scroll left top transparent;
}

h1.travel {
	background:url("../images/products/h_travel_main.gif") no-repeat scroll left top transparent;
}

h2.bathing1{
	background:url("../images/products/h_bathing1.gif") no-repeat scroll left top transparent;
}

h2.bodycare1 {
	background:url("../images/products/h_bodycare1.gif") no-repeat scroll left top transparent;
}

h2.travel1 {
	background:url("../images/products/h_travel1.gif") no-repeat scroll left top transparent;
}

h2.bathing2{
	background:url("../images/products/h_bathing2.gif") no-repeat scroll left top transparent;
}

h2.bodycare2 {
	background:url("../images/products/h_bodycare2.gif") no-repeat scroll left top transparent;
}

h2.travel2 {
	background:url("../images/products/h_travel2.gif") no-repeat scroll left top transparent;
}

h2.bathing3{
	background:url("../images/products/h_bathing3.gif") no-repeat scroll left top transparent;
}

h2.bodycare3 {
	background:url("../images/products/h_bodycare3.gif") no-repeat scroll left top transparent;
}

h2.bathing4{
	background:url("../images/products/h_bathing4.gif") no-repeat scroll left top transparent;
}

h2.bodycare4 {
	background:url("../images/products/h_bodycare4.gif") no-repeat scroll left top transparent;
}

img, div, a, input, ul, li { behavior: url(iepngfix.htc) }

h3 { font-size: 18px; }

p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;	
	color: #ececec;
	font-size: 12px;
}

img {
	border: none;
}

a {
	color: #000;
	text-decoration: none; 
}

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

.button, .button:hover {
	background-color: #a50044;
	color: #fff;
	padding: 5px;
}

hr {
	color: #fff;
	border: 0;
	border-top: 1px solid #ccc;
	clear:both;
	display:block;
	overflow:hidden;
	margin: 15px 0;
}

.clearfix {
	clear: both;
}

.clearfixspacer {
	clear: both;
	height: 15px;
}

.red {
	color: #a50044;
}

/* end of global */

/* header */

#header {
	background: #ececec;
	margin: 0 auto;
	width: 960px;
	top: 0px;
	height: 140px;
}



/* management bar */

#logo {
	height: 120px;
	margin: 0;
	padding: 10px 0px 10px 0px;
	float: left;
}

#navTop {
	font-weight: bold;
	margin: 10px 0px 0 0;	
}

ul.topnav {
	float:right;
	height: 30px;
	display:inline;
	margin: 0;
	list-style:none;
}

ul.topnav li {
	float:left;
	border-right: 1px solid #999;
	line-height: 140%;
	margin-right: 20px;
	padding-right: 20px;
}

ul.topnav li.last {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0;
}

.nav {
	color: #750934;
	font-weight: bold;
}

#navBtm {
	height: 30px;
	font-weight: bold;
	margin: 10px 10px 0 0;	
}

#menu {
	height: 40px;
	width: 836px;
	margin: 20px 0 0 0px;
	padding: 30px 0 0;
	float: right;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
}

#menu ul {
	display: inline;	
}

#menu ul li {
	width: 151px;
	display: inline;
	margin-left: 4px;
}

a:focus {
	outline: none;
}

.menu {
	display: inline-block;
  	width: 151px;
	height: 34px;
	padding-top: 5px;
	background: transparent url(../images/menu.gif) no-repeat 0 0;
	text-decoration: none;
	text-align: center;
	color: #000;
}

.menu:hover {
  background-position: 0 -43px;
  text-decoration: none;
  color: #FFF;
}

.menuactive {
  background-position: 0 -43px;
  text-decoration: none;
  color: #000;
}

/* main page */

#treat {
	background: #750934 url(../images/bgTop.jpg) repeat-x top;	
	width: 709px;
	height: 342px;
	margin-right: 3px;
	margin-bottom: 2px;
	float: left;
}

#sign {
	background: #756b87 url(../images/bgTop.jpg) repeat-x top;	
	width: 247px;
	height: 342px;
	margin-bottom: 2px;
	float: left;
	clear: right;
}

#signInfo {
	width: 227px;
	height: 136px;
	margin: 0 auto;
	padding: 5px 10px 0 10px;
	text-align: left;
	color: #FFF;
}

#beaut {
	font-weight: bold;
}

.agnRht {
	padding-top: 5px;
	float: right;
	margin-bottom: 5px;
}

#bath {
	background: #000 url(../images/bgTop.jpg) repeat-x top;	
	width: 237px;
	height: 193px;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
}

#body {
	background: #000 url(../images/bgTop.jpg) repeat-x top;	
	width: 231px;
	height: 193px;
	margin-right: 3px;
	margin-bottom: 2px;
	float: left;
}

#ltd {
	background: #000 url(../images/bgTop.jpg) repeat-x top;	
	width: 236px;
	height: 193px;
	margin-right: 3px;
	margin-bottom: 2px;
	float: left;
}

#blog {
	background: #531c40 url(../images/bgTop.jpg) repeat-x top;
	width: 247px;
	height: 193px;
	margin-bottom: 2px;
	float: left;
}

#blogInfo {
	width: 218px;
	height: 96px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	text-align: left;
	color: #FFF;
}

/* end of main page */

/* about us page */

#about {
	background: #FFF;	
	width: 311px;
	height: 562px;
	margin-bottom: 2px;
	padding-right: 18px;
	float: left;
}

#about p, #moreAbout p {
	color: #000;
	padding-left: 25px;
}

.bold {
	font-weight: bold;	
}

#moreAbout {
	width: 300px;
	margin-top: 170px;
	padding-right: 20px;
	float: left;
}

#aboutProd {
	background: #FFF;	
	width: 311px;
	height: 562px;
	margin-bottom: 2px;
	float: left;
}

/* end of about page */

/* register page */

#club {
	background: #FFF;	
	width: 463px;
	padding: 0px 6px 20px 0;
	margin-bottom: 2px;
	float: left;
}

#club p {
	color: #000;
	padding: 0 30px 0 30px;
	clear:left;
	margin-bottom: 15px;
}

#delProd {
	background: #FFF;	
	width: 491px;
	padding-bottom: 20px;
	margin-bottom: 2px;
	float: left;
	clear:right;
}

/* end of register page */

/* competition page */

#win {
	background: #531c40;	
	width: 318px;
	height: 362px;
	margin-right: 4px;
	margin-bottom: 2px;
	float: left;
	position: relative;
}

#winInfo {	
	width: 298px;
	padding: 20px 0 0 20px;
}	

#compTC {
	position: absolute;
	bottom: 0px;
	height: 30px;	
	width: 298px;
	padding-left: 20px;
	font-weight: bold;;
}

#compTC a {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}

#compTC a:link {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}

#straw {
	background: url(../images/competiton/strawberry.jpg);	
	width: 316px;
	height: 362px;
	margin-right: 4px;
	margin-bottom: 2px;
	float: left;
}

form#signUp { float: right; text-align: right; }

form#signUp p { float: right; text-align: right; }

#form {
	background: #fff;	
	width: 318px;
	height: 362px;
	margin-bottom: 2px;
	float: left;	
}

#formInfo {
	float:none;
	width:auto;
}

/* form */

fieldset {
	clear: both;
	display:block;
	overflow:hidden;
}

fieldset.margin {
	margin-top: 15px;
}

fieldset div.row {
	clear:both;
	display:block;
	overflow:hidden;
}

fieldset div.margin {
	margin-bottom: 5px;
}

fieldset div.smargin {
	margin-bottom: 3px;
}

form p, #club form p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin-top: 0px;
	color: #000;
	margin-bottom: 5px;
	clear:both;
	display:block;
	overflow:hidden;
}

#registration {
	margin-left: 30px;	
}

#regInfo {
  width: 450px;
}

#register-promotions {
  padding: 5px 0;
}

form p.submit {
	width: 100px;
	float:right;
	margin-top: 10px;
	text-align:right;
}

#contactform input, #contactform textarea, #referFriend input, #referFriend textarea {
	float: right;	
}

.mForm  {
	font-size: 13px;
	float: left;
	width: 100px;
}

#contactform .mForm  {
	width: 120px;
}

.cForm  {
	width: 385px;
}

label.error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}

.friend {
	float: left;
}

label.small {
	font-size: 11px;	
}

input, textarea {	
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;
}

input.checkbox {	
	border: 0;
}

em { 
	font-weight: bold; 
	padding-right: 0.1em; 
	vertical-align: text-bottom; 
}

#privacy {
	float: left;
	margin-top: 10px;
	width: 150px;
	clear:none;
}

.submit {
	color: #fff;
	margin: 0;
	border: 0;
	clear:none;
}

#subContact  {
	float: right;
	margin: 0;
	margin-left: 285px;
	margin-right: 30px;
	border: 0;
}

#contactform {
	padding-right: 30px;	
}

.formfooter {
	clear: both;	
	display:block;
	overflow:hidden;
	margin-top: 20px;
}

#competition .formfooter {
	margin-top: 10px;
}

#refer .formfooter {
	margin-top: 0;
}

.signupsubmit {
	border: 0;
}

.title { width: 90px; }

.compForm { width: 183px;}

#subComp  {
	float: right;
	margin: 0;
	border: 0;
}

.referForm { width: 270px; }

#subRefer  {
	float: right;
	margin: 0;
	margin-left: 210px;
}

#join {
	float: right;
	margin: 0;
	margin-right: 0;
	border: 0;
}

p.left {
	float: left;
	width:150px;
	clear: left;
}

p.right {
	float: right;
	width:150px;
	clear: right !important;
}

/* end form */

/* competition page  */

/* contact page */

#contact {
	background: #fff;	
	width: 411px;
	height: 380px;
	margin-bottom: 2px;
	float: left;
}

#contact p {
	color: #000;
	padding-left: 30px;
}

#contactForm {
	background: #FFF;	
	width: 549px;
	height: 380px;
	margin-bottom: 2px;
	float: left;
}

#referFriend {
	background: #fff;
}

#referFriend p, #privacywrapper p {
	color: #000;
	padding-left: 10px;
	margin-bottom: 5px;
}

#refer {
	margin-top: 15px;	
}

#privacywrapper p {
	margin-bottom: 20px;
}

#faq {
	background: #FFF;
	width: 920px;
	height: 100%;
	padding: 0 20px;
}

#faq p {
	color: #000;	
}

#faq ul {
	padding-left: 0;
	list-style: none;
}

#faq ul li {
	text-decoration: none;
	display: block;
	padding-bottom: 10px;
}

/* end of contact page */

/* main content */

#mainContent {
	width: 960px;
	margin: 0 auto;
	padding: 0 auto;
	clear:both;
	display:block;
	overflow:hidden;
	background-color: #fff;
}

#mainContent.nobg {
	background-color: transparent;
}

/* where to buy page */

#wheretobuyContainer {
	background: #FFF;
	width: 960px;
	height: 491px;
}

#wheretobuy {
	background: #FFF;
	width: 940px;
	height: 130px;
	padding-right: 9px;
	float: left;
	margin-bottom: 2px;	
}

#wheretobuy p {
	color: #000;
	padding-left: 8px;
}

#stores {
	background: #FFF;	
	width: 341px;
	height: 100%;
	margin: 0 30px;
	margin-bottom: 2px;
	float: left;
}

#wbProd {
	background: #FFF;
	width: 550px;
	height: 255px;
	margin-bottom: 2px;
	float: right;
}

/* end of wherer to buy page */

/* products */

/* sidebar */

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 171px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 3px;
}

#sidebar ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	width: 171px;
	height: 57px;
	margin-bottom: 2px;
}

/* end of sidebar */

#products {
	background: #fff;
	float: left;
	width: 728px;
	padding: 30px 25px 30px 30px;
}

#products p {
	color: #000;
	margin-bottom: 15px;
}

#products h3 {
	margin-bottom: 15px;
	line-height: 140%;
}

.layOut {
	width: 465px;
	float: left;
}

.productContent {
}

#prodintro {
	width: 450px;
	float: left;
}

.prodintroimg {
	float: right;
	width: 241px;
}

.productContainer {
	width: 100%	;
	height: 100%;
	clear:both;
	display:block;
	overflow:hidden;
}

.productBx {
	width: 240px;
	float: left;
	text-align: center;
}

.productBx img {
	margin-left: 35px;
}

.under {
	text-decoration: underline;	
}

.black {
	color: #000;
}

.note {
	font-size: 10px;
}

#mini {
	width: 400px;
	float: left;
}

.miniImg {
	width: 230px;
	float: left;
}

.cocoShea h3 {
	color: #531c40;
}

.strawPome h3 {
	color: #a50044;
}

.travel h3 { color: #5f6d1d; }

p#title {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.honeyAlmond h3 {
	color: #a7691c;
}

.papayaMango h3 {
	color: #003e33;
}

.ltdEdition h3 {
	color: #490b18;
}

.back_to_top {
  margin: 20px 0;
}

/* end of products */

/* end of main content */

/* footer */

#footer {
	margin-top: 20px;
	clear: both;
	border-top: 1px solid #999;
}

#navBtm {
	height: 50px;
	clear: both;
}

/* end of footer */

/* form validation */

.showerror {
	background-color: #ececec !important;
}

#promotions {
	border: 1px solid #ccc;
	padding: 5px;
}

p.error, form p.error, #club p.error, #referFriend p.error  {
	color:#a50044 !important;
	clear: both;
	display:block;
	overflow:hidden;
	margin-bottom: 15px;
}

#competition p.error {
	margin-bottom: 5px;
}

form.competition {
	padding: 15px;
}

label.showerror {
	display: none !important;	
	height: 0;
}

/* end of form validation */


/* sitemap */

div.sitemaplist {
	clear: both;
	display:block;
	overflow:hidden;
	margin: 20px 0;
}

ul.sitemap {
	width: 250px;
	float: left;
}

ul.sitemap li a {
	font-weight: bold;
}

ul.sitemap li ul li a{
	font-weight: normal;
}

ul.sitemap li ul {
	margin: 15px 0 0 15px;
}

/* end of sitemap */
