body {
	margin:0;
	background: #9ecdc7 url(../images/bodyBg_tealTile.gif) repeat;
}


div#container {
	font-family:arial,sans-serif;
	font-size:11px; 
	color:#646464;
	line-height:20px;  
	text-align:center;
	margin:0;
	padding:0;
}

/* GLOBAL STYLES*/

td {
	font-family:arial,sans-serif;
	font-size:11px; 
	color:#646464;
	line-height:20px; 
}

div.clear {
	clear:both;
	margin:0;
	padding:0;
	}

div.menu ul {
	list-style:none;
	margin:0;
	padding:0;
}	

a {
	color:#646464;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#9ecdc7;
	font-weight:bold;
	text-decoration:none;
}

.more{
/*
	padding-right:10px;
	background: url(../images/arrow.gif) center right no-repeat;
	text-decoration:underline;
	*/
	display:block;
	background: url(../images/bio.gif) center left no-repeat;
	padding-left:10px;
	width:85px;
}

.pdf{
	background: url(../images/pdf.gif) center left no-repeat;
	padding: 10px 10px 10px 50px;
	border:1px solid #b7d5d0;
}

.clickhere{
	font-weight:bold;
}

.clickhere a{
	color:#b7d5d0;
}

/* END GLOBAL STYLES */

div#container div#layout {
	width:602px;
	margin-left: auto; /* required to align: center */
	margin-right: auto; /* required to align: center */
	text-align:left;
	background-color:#fff;
	border-left:2px solid #fcb4a0;
	border-right:2px solid #fcb4a0;
}

/* GLOBAL TOP HEADER */

div#header {
	margin:0;
	padding:0;
	padding-top:20px;
	width:588px;
	height:auto;
	min-height:100%;
	position:relative;
}

div#header h1 {
	margin:0;
	padding:0;
	line-height:normal;
	font-size:10px;
}

div#header div#topLogo {
	margin:0;
	float:left;
	margin-left: 14px;
	width:295px;
	
}

div#header div#tagline {
	margin:0;
	padding:0;
	width:210px;
	height:40px;
	background:#fff url(../images/topTagline.gif) bottom right no-repeat;
	float:right;
	text-indent:-2000px;
	margin-top:30px;
	/*margin-right:10px;*/
	
}
span#topLink {
position:absolute;top:6px;right:0px;
}
span#topLink img {
position:relative;top:2px;
}

/* END GLOBAL TOP HEADER */

/* TOP MENU*/

div#mainMenu {
	margin-left:11px;
	padding-bottom:21px;
	position:relative;
	clear:both;
}


div#mainMenu li {
	float:left;
	width:92px;
	height:18px;
	line-height:normal;
	margin-right:5px;
	margin-top:9px;
}

div#mainMenu li a {
	display:block;
	text-indent:-2000px;
	height:18px;
	margin:0;
	padding:0;
}

div#mainMenu li.shop a {
	background: #fff url(../images/navShop.gif) top no-repeat;
}

div#mainMenu li.philosophy a {
	background: #fff url(../images/navPhilosophy.gif) top no-repeat;
}

div#mainMenu li.mini a {
	background: #fff url(../images/navMiniLuxuries.gif) top no-repeat;
}

div#mainMenu li.press a {
	background: #fff url(../images/navPress.gif) top no-repeat;
}

div#mainMenu li.club a {
	background: #fff url(../images/navClubMiniLuxe2.gif) top no-repeat;
}

div#mainMenu li.contact a {
	background: #fff url(../images/navContact.gif) top no-repeat;
}

div#mainMenu li a:hover {
	background-position: center -18px;
}

div#mainMenu li a.on {
	background-position: center -18px;
}

/* END TOP MENU*/

/* MAIN CONTENT */

div#main {
	padding:0;
	margin:0;
	width:602px;
	height:auto;
	min-height:100%;
	vertical-align:top;
}

/* CONTENT SPECIFIC */

div#contentLeft {
	float:left;
	width:97px; /* 108 - 11*/
	_width:108px;
	padding-left:11px;
	
	
}

div#contentRight {
/*
float:left;
width:490px;
*/
	float:right;
	width:494px;

}

/* HOMEPAGE SPECIFIC */

div#homepage div#contentLeft {
	float:left;
	width:315px; /* 326 - 11*/
	padding-left:11px;
	

}

div#homepage div#contentRight {
	float:right;
	width:276px;
	text-align:right;
}

/* SERVICES SPECIFIC */

div#services div#contentRight {
	float:left;
	width:476px;
}

div#services div.column1 {
	width:215px;
	float:left;
	padding-right:20px;
	border-right:1px solid #f79625;
}

div#services div.column2 {
	width:215px;
	float:left;
	padding-left:20px;
}

div#services div.column1 h4 , div#services div.column2 h4{
	font-family:Century Gothic,arial,sans-serif;
	font-size:14px;
	line-height:15px;
	color:#84b6b3;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom:5px;
}


/* //SERVICES SPECIFIC */


/* PRODUCTS SPECIFIC */

#ul_products ul{
		display: block;
		width: 150px;
		/*background: #d7eeec;*/
		margin: 0; 
		padding: 0;
		}
	


	#ul_products ul li {
		display: block;
		width: 150px;
		height: 22px;
		position: relative;
		/*border-bottom:1px solid #78496a;*/
		text-indent:10px;
		/*background: url(../images/bg_products.jpg) center left no-repeat;*/
		background:url(../images/productBg_new.gif) bottom left no-repeat;
		}
	
	* html #ul_products ul li {
		float: left;
		}
	
	#ul_products ul li a {
		display:block;
		width: 150px;
		height: 22px;
		font-weight:normal;

		}
	
	#ul_products ul li a:hover,
	#ul_products ul li:hover a,
	#ul_products ul li.over a {
		/*background: #fff url(../images/bg_products_over.jpg) center left no-repeat;*/
		}
	
	#ul_products ul li ul {
		display: none;
		}
	
	#ul_products ul li:hover ul,
	#ul_products ul li.over ul{
		display: block;
		position: absolute;
		/*left: 304px;		*/
		left:130px;
		
		padding: 0;
		margin: 0;
		list-style-type: none;
		z-index: 1000;
		background:none;
		
		}

	#ul_products ul li:hover ul.akhassa,
	#ul_products ul li.over ul.akhassa {
		top:150px;
		border:1px solid red;
	}

	#ul_products ul li:hover ul.barielle,
	#ul_products ul li.over ul.barielle {
		top:105px;
	}

	#ul_products ul li:hover ul.jonathan,
	#ul_products ul li.over ul.jonathan {
		top:-125px;
	}

	#ul_products ul li:hover ul.khall,
	#ul_products ul li.over ul.khall {
		top:-170px;
	}

	#ul_products ul li:hover ul.kiss,
	#ul_products ul li.over ul.kiss {
		top:-193px;
	}
	
	#ul_products ul li ul li {
		background:none;
		}
	

/* //PRODUCTS SPECIFIC */



div#homepage div#content div#spotClub {/* THIS FIXES IE FLICKER*/
	width:276px;
	height:83px;
	display:block;
	text-indent:-2000px;
	line-height:10px;
	text-align:left;
	margin-top:0;
}

div#homepage div#content div#spotClub a {
	width:276px;
	height:83px;
	display:block;
	text-indent:-2000px;
	line-height:10px;
	text-align:left;
	margin-top:0;
}

div#homepage div#content div#spotClub a:hover {
 	background-position: 0;  /* THIS FIXES IE FLICKER*/
}


div#newsBox { /* THIS FIXES IE FLICKER*/
	display:block;
	width:282px;
	height:76px;
	background:#fff url(../images/newsBg.gif) top no-repeat;
	text-indent:-2000px;
	line-height:10px;
	margin:20px 0px 7px 0px;
	z-index:0;
}



div#newsBox a:hover {
  background-position: 0;  /* THIS FIXES IE FLICKER*/
}


div#sixPromises {
	margin-left:8px;
}

div#sixPromises h3 {
	display:block;
	margin:0;
	padding:0;
	/*width:290px;
	height:74px;*/
	width:237px;
	height:62px;
	background: #fff url(../images/titleOur6Promises.gif) top left no-repeat;
	text-indent:-2000px;

}

div#sixPromises ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-top:11px;

}

div#sixPromises li {
	line-height:16px;
	margin-bottom:5px;
	clear:both;
}



div#sixPromises li strong {
	color:#f7931e;
}

div#sixPromises li img {
	float:left;
	margin-right:3px;
}

/* SPOTLIGHTS */

div#spotlights {
	/*padding-top:34px;*/
	margin-bottom:24px;
	margin-left:23px;
	clear:both;

}

div#spotlights div.spotlightInd {
	margin-top:30px;
}



div#spotlights div#spotClean a {
	display:block;
	width:170px;
	height:125px;
	background:#fff url(../images/spotlightCleanFreaks.jpg) top no-repeat;
	text-indent:-2000px;
	line-height:10px;
	float:left;
	margin-right:23px;
}





div#spotlights div#spotFlagship a {
	display:block;
	width:170px;
	height:125px;
	background:#fff url(../images/spotlightFlagshipStore.jpg) top no-repeat;
	text-indent:-2000px;
	line-height:10px;
	
	float:left;
	margin-right:23px;
}


div#spotlights div#spotPrivate a {
	display:block;
	width:170px;
	height:125px;
	background:#fff url(../images/spotlightPrivateLuxe.jpg) top no-repeat;
	text-indent:-2000px;
	line-height:10px;
	
	float:left;
}


div#spotlights div#spotClean a:hover,
div#spotlights div#spotPrivate a:hover {
	background-position: 0;  /* THIS FIXES IE FLICKER*/
}



/* END MAIN CONTENT*/

/* FOOTER */

div#footer {
	text-align:center;
	padding-top:12px;

	
}

div#footerInfo,
div#footerMenu {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	
}

div#footerInfo {
	width:440px;
	padding-bottom:10px;

}

div#newFooter {
	padding-bottom:20px;
	text-align:center;
	color:#867857;
	font-family:verdana,sans-serif;
	font-size:9px;
	line-height:18px;
	
}

div#newFooter a {
	color:#867857;
	text-decoration:underline;
	font-weight:normal;
}

div#newFooterLine {
	width:80%;
	text-align:center;
	border-top:1px solid #919195;
	margin-left:auto;
	margin-right:auto;
}

div#footerMenu {
	width:480px;
	padding-bottom:20px;
}

div#footerInfo ul,
div#footerMenu ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-left:20px;
	padding-right:20px;
	border-top:1px solid #919195;
	
}

div#footerMenu ul {
	border-top:0;
	padding-right:0;
	/*padding-left:25px;*/
}

div#footerInfo li,
div#footerMenu li  {
	float:left;
	color:#867857;
	font-family:verdana,sans-serif;
	margin-right:12px;
	font-size:9px;
	line-height:18px;
}

div#footerInfo li.nomargin,
div#footerMenu li.nomargin {
	margin-right:0;
}

div#footerInfo li a,
div#footerMenu li a {
	color:#867857;
	text-decoration:underline;
	font-weight:normal;
}

div#footerInfo li a:hover,
div#footerMenu li a:hover {
	color:#867857;
	text-decoration:none;
}

/* END FOOTER */

/* CONTENT LEFT NAV */
div#leftMenu {
	font-family:verdana,sans-serif;
	font-size:11px;
	line-height:13px;
	color:#988a7d;
	
	margin-top:5px;
}

div#leftMenu div#sectionName {
	font-weight:bold;
}

div#leftMenu li {
	margin-top:5px;
}

div#leftMenu li a {
	color:#988a7d;
	text-decoration:none;
	font-weight:normal;
}

div#leftMenu li a:hover {
	color:#f16649;
	text-decoration:none;

}

div#leftMenu li a.on {
	color:#f16649;

}
/* END CONTENT LEFT NAV */


div#contentRight h4 {
	font-family:Century Gothic,arial,sans-serif;
	/*font-size:23px;
	line-height:25px;*/
	font-size:20px;
	line-height:22px;
	
	margin:0;
	padding:0;
	color:#f79625;
	font-weight:normal;
}

div#contentRight h3 {
	font-family:Century Gothic,arial,sans-serif;
	/*font-size:31px;
	line-height:33px;*/
	font-size:26px;
	line-height:30px;
	color:#f79625;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom:12px;
	width:296px;


}

div#contentRight h3.nobold {
	font-weight:normal;
	margin-bottom:0;
	line-height:32px;
}

div#contentRight h5 {
	font-family:Century Gothic,arial,sans-serif;
	font-size:14px;
	line-height:15px;
	color:#f79625;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom:5px;
}

div#contentRight h4.grey {
	color:#96938e;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}

div#contentRight div.copy {
	width:295px;
	float:left;
	margin-bottom:15px;	
}

div.copy p {
	padding:0;
	margin-top:0;
	margin-bottom:2em;
	text-align:justify;
}

div.copy span,em{
	color:#75c1bc;
	font-weight:bold;
	font-style:normal;
}

div#contentRight div.rightPhoto {
	width:185px;
	padding:0;
	float:right;
	padding-top:40px;


}

div#contentRight div.rightPhoto img {
	float:right;
	margin:0;
	/*margin-bottom:16px;*/
	margin-right:-1px;
	_margin-right:-4px;

}

div#content div#spotClub a { 
	_margin-top:-40px;
	width:185px;
	height:67px;
	display:block;
	text-indent:-2000px;
	text-align:left;
	
	clear:both;

}

a.bio{
	display:block;
	background: url(../images/bio.gif) center left no-repeat;
	padding-left:10px;
	width:85px;
}

a:hover.bio{
	background-position:0;
}


/* DROPDOWN MENU*/

/*Drop Down Menus*/



#nav1Sub { visibility: hidden; }
div.nav01_bg { background-color: #fff; background-image:none; position: absolute;  z-index:10;  top: 27px; left: 97px; width:91px; _width: 92px; height:104px; border: solid 1px #998b7d; 
	filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.8); opacity: .8; }	
div.nav01_text { position: absolute;  background-image:none; z-index:20; top: 28px; left: 97px; width: 92px; height:100px; overflow: hidden; margin:0;   }
div.nav01_text a {
	display:block;
	width:92px;
	color:#998b7d; 
	text-decoration:none;
	padding-left:10px;
	font-weight:normal;
	z-index:20;
}
div.nav01_text a:hover {
	color:#fff; 
	background-color:#998b7d;
}

#nav2Sub { visibility: hidden; }
div.nav02_bg { background-color: #fff; background-image:none; position: absolute;  z-index:10;  top: 27px; left: 195px; width:91px; _width: 92px; height:84px; border: solid 1px #b7d5d0; 
	filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.8); opacity: .8; }	
div.nav02_text { position: absolute;  background-image:none; z-index:20; top: 28px; left: 195px; width: 92px; height:90px; overflow: hidden; margin:0;   }
div.nav02_text a {
	display:block;
	width:92px;
	color:#89b7b9; 
	text-decoration:none;
	padding-left:10px;
	font-weight:normal;
	z-index:20;
}
div.nav02_text a:hover {
	color:#fff; 
	background-color:#b7d5d0;
}

#nav3Sub { visibility: hidden; }
div.nav03_bg { background-color: #fff; background-image:none; position: absolute;  z-index:10;  top: 27px; left: 485px; width:91px; _width: 92px; height:104px; border: solid 1px #736f4e; 
	filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.8); opacity: .8; }	
div.nav03_text { position: absolute;  background-image:none; z-index:20; top: 28px; left: 485px; width: 92px; height:104px; overflow: hidden; margin:0;   }
div.nav03_text a {
	display:block;
	width:92px;
	color:#736f4e; 
	text-decoration:none;
	padding-left:10px;
	font-weight:normal;
	z-index:20;
}
div.nav03_text a:hover {
	color:#fff; 
	background-color:#736f4e;
}



/* END DROPDOWN MENU*/

/* HIDDEN TEXT BOX ON HOME - UTILIZES DROPDOWN MENU CODE */
/*
#nav7Sub { visibility: hidden;z-index:1;   }
div.nav07_bg { 
	background-color: #fff; 
	background-image:none; 
	position: absolute;  
	z-index:1;  
	top: 77px; 
	left: 11px; 
	width:282px; 
	height:290px; 
	border: solid 2px #fcb4a0; 
	}	
div.nav07_text { 
	position: absolute;  
	background-image:none; 
	z-index:2; 
	top: 87px; 
	left: 21px; 
	width: 262px; 
	height:280px; 
	overflow: hidden; 
	margin:0;   
	font-size:14px;
	font-weight:bold;
	color:#fac484;
	font-family:century gothic,arial,sans-serif;
}

div.nav07_text strong {
	color:#9ecdc7;
}

div.nav07_text { 
	position: absolute;  
	background-image:none; 
	width: 275px; 
	font-size:15px;
	line-height:24px;
	margin:0;   
	text-align:justify;
}

div.nav07_text strong {
	color:#9ecdc7;
}*/	

div#contentHome {
	width: 275px; 
	font-size:14px;
	line-height:1.4em;
	margin:0; 
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	font-family:Century Gothic,arial,sans-serif;
	color:#8b8b8c;

}

div#contentHome span.luxe {
	font-size:1.3em;
	color:#9ecdc7;
	font-weight:bold;
}

div#contentHome span.turq {
	color:#9ecdc7;
	font-weight:bold;
}

div#contentHome span.orange {
	color:#f7931e;
	font-weight:bold;
}

/* END HIDDEN TEXT BOX ON HOME*/

/* ul*/

ul.arrow{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.arrow li{
	background: url(../images/arrow2.gif) top left no-repeat;
	padding-left:15px;
}

ul.arrow li.last{
	background: none;
	padding-left:0px;
	font-weight:bold;
	margin-bottom:20px;
}

/* // ul*/

/* SIX PROMISES PAGE */

div#sixPromises div.number {
	float:left;
	width:21px;
	margin-right:3px;
}

div#sixPromises div.promise {
	float:left;
	width:255px;
}	

div#servicescopy {
	margin-bottom:2.3em;
}

div#servicescopy p {
	line-height:1.3em;
	margin-bottom:.7em;
}

div#servicescopy h5 {
	font-weight:normal;
	margin-bottom:2px;
}


/* Products utilize dropdown javascript code */
div.productPic {
	display:block;
	position:absolute;
	top:150px;
	left:150px;
	width:304px; 
	height:304px;
	visibility:hidden;
	z-index:1;
}

div#prod0Sub {
	visibility:visible;
}
/*------------------------------------------------
											Shop
------------------------------------------------*/
div.shop-listing {
padding-bottom:12px;
margin-bottom:12px;
border-bottom:1px solid #ccc;
}
div.shop-listing form {
margin:0px;
}
div.shop-listing h5 {
font-size:12px;
}
div.shop-listing p.sku {
color:#999999;
font-size:10px;
display:block;
margin:0 0 8px 0;
line-height:14px;
text-align:left;
}
div.shop-listing p.shop-description {
text-align:left;
line-height:16px;
margin:0 0 8px 0;
}
p span.price {
font-weight:bold;
color:#000;
}
div.shop-listing img {
display:block;
margin-bottom:12px;
}
a.add-cart {
background-image:url(../images/add_cart_bg.gif);
background-position:top left;
background-repeat:no-repeat;
width:84px;
padding-left:8px;
line-height:18px;
display:block;
}
ul.available {
margin:0 0 8px 20px;
padding:0;
}
ul.available li {
line-height:14px;
margin-bottom:2px;
}
input.add-to-cart {
background-image:url(../images/add_cart_bg.gif);
background-position:top left;
background-repeat:no-repeat;
cursor:pointer;
border:0px;
width:92px;
padding-left:6px;
height:18px;
display:block;
font-size:11px;
color:#666;
font-weight:bold;
text-align:left;
margin-top:6px;
}
input.add-to-cart:hover {
color:#9ECDC7;
}
div.shop-listing select {
font-size:11px;
color:#666;
height:18px;
}
div.shop-listing select option {
padding:2px 1px;
margin:2px 0;
}