/* Start of CMSMS style sheet 'lavie NEW' */
body {
	background-color:#E7EDE3;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#464646;
	font-size:12px;
	/* behavior: url("/js/csshover3.htc"); hack to implement support for :hover in IE; not needed for now because of suckerfish hover fix for the dropdowns */
}


/* link styles */

a img {
	border:0px;
}

a {
	text-decoration:none;
	font-weight:bold;
	outline:none;
}

a:link {
	color:#eeae00;
}

a:visited {
	color:#ce9e1b;
}


a:hover {
	color:#ffc62c;
}



/* basic structure styles */

#container {
	width:944px;
	margin:0px auto;
}

#header {
	position:relative;
}

#home2 #header {
height:384px;
}

#main {
	padding:20px 35px 10px 35px;
	background-color:#f9fbf8;
}

#main_left {
	float:left;
	width:439px;
}

#main_right {
	margin-left:439px;
	width:430px;
}

#home2 #main_left {
	width:600px;
}

#home2 #main_right {
	margin-left:630px;
	width:240px;
}

#footer {
	background-image:url(images/main_bottom.jpg);
	background-repeat:no-repeat;
	padding-top:25px;
	text-align:center;
	font-size:11px;
}

#home2 #menu_container {
height:57px;
}

#menu_container {
	background-image:url(images/header_bg_fruit.jpg);
	width:944px;
	height: 107px;
	background-repeat:no-repeat;
	background-color:#f9faf7;
}

#home #menu_container {
	background-image:url(images/header_bg_bottles.jpg);
}

#home2 #menu_container {
	background-image:none;
}

/* header stuff */

#logo {
	position:absolute;
	left: 33px;
	top: 275px;
}

#half_logo {
	position:absolute;
	left: 32px;
	top: 327px;
	z-index:+1;
}

#language {
	position:absolute;
	right:5px;
	top:232px;
	text-transform:uppercase;
	font-size:10px;
}

#language img {
	border:0px !important;
	vertical-align:middle;
	margin-left:5px;
}

#language span img {
	border:3px solid #c6d2bb !important;
}

#special_links {
	position:absolute;
	right:30px;
	top:285px;
	width:500px;
	text-align:right;
}

#home2 #footer #social_media_links_container {
	display:none;
}

#social_media_links_container {
	padding-top:20px;
}

.social_media_links {
	display:inline-block;
	zoom:1;
	background-color:#b2c1a0;
	padding:5px 7px 5px 7px;
	vertical-align:middle;
	color:#ffffff !important;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#view_cart, #blog_link {
	font-size:11px;
	vertical-align:middle;
	float:right;
	height:13px;
	color:#ffffff !important;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:5px 7px 5px 7px;
}

#view_cart {
	background:#eeae00 url(images/icon_cart.png) no-repeat 6px center;
	padding-left:24px;
}

#view_cart:hover {
	background-color:#d59201;
}

#blog_link {
	background:#b2c1a0 url(images/icon_rss.png) no-repeat 7px center;
	padding-left:24px;
	margin-right:10px;
}

#blog_link:hover, .social_media_links:hover {
	background-color:#98aa82;
	color:#ffffff !important;
}

.social_media_links {
	margin:10px 10px 0px 10px;
}

.social_media_links img {
	vertical-align:middle;
}

/* menu styles, including dropdown functionality */

#mainmenu {
	width:auto;
	position:absolute;
	right:20px;
	top: 335px;
	font-size:12px;
	letter-spacing:-.03em;
	color:#464646;
}

#dropdown {
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	list-style-type:none;
/*	opacity: .65;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65); */
}

#dropdown li{
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	_width:0px;
	_white-space:nowrap;
}

#dropdown a {
	padding:8px 14px;
	display:block;
	color:#464646;
	text-decoration:none;
	font-weight:normal;
	height:30px;
	_padding:7px 14px; // ie6 hack to make up for mysterious 1px at top and bottom
}

#dropdown li a {
	height:14px;
}

#dropdown li li a {
	height:auto;
}

#dropdown li ul {
	width:100%;
	list-style-type:none;
	margin:0px;
	padding:14px 0px 0px 0px;
	position:absolute;
	left:-9999%;
	text-transform:uppercase;
	font-size:10px;
	background-color:#eeae00;
	z-index:+1114;
}

#dropdown li ul li {
	background-image:none;
	float:none;
}

#dropdown .menu_bottom {
	height:9px;
}

#dropdown .menu_bottom div {
	overflow:hidden;
	height:9px;
}


/* specific widths on submenu li's need to be set in order to get IE6 to not apply the 1px hack to its children */

.en_US #dropdown li.products li, .en_US #dropdown li.activeparent li { _width:96px; }

.fr_FR #dropdown li.products li, .fr_FR #dropdown li.activeparent li { _width:90px; }



#dropdown li ul li a {
	width:auto;
	padding:3px 0px 3px 12px;
	display:block;
	color:#fff;
	background-color:#eeae00;
}

#dropdown li:hover ul, #dropdown li.sfhover ul {
	color:#ffffff;
	left:auto;
	top:20px;
}

#dropdown li:hover, #dropdown li.sfhover {
	background-color:#eeae00;
	background-image:url(images/menu_rounded_left.gif);
	background-repeat:no-repeat;
}

#dropdown li:hover a, #dropdown li.sfhover a {
	background-image:url(images/menu_rounded_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#fff;
}

#dropdown li:hover ul li, #dropdown li.sfhover ul li{
background-image:none;
}

#dropdown li:hover ul li a, #dropdown li.sfhover ul li a{
background-image:none;
}

#dropdown li ul li:hover a, #dropdown li ul li.sfhover a {
	background-color:#825300;
}

#dropdown li ul li.menu_bottom:hover a {
	background-color:transparent;
}

.cornerleft {
	float:left;
}

.cornerright {
	float:right;
}

.menubottom {
	height:9px;
	background-color:#eeae00;
	margin-left:9px;
	margin-right:9px;
}

#mainmenu a.product-line {
	background:url(images/icon_circle.png) no-repeat 10px center;
	padding-left:25px;
	font-weight:bold;
}

#mainmenu li.product-line:hover {
	background-image:url(images/icon_circle_hover.gif);
}

/* Dropdown menus: new CSS for more semantically correct markup... but doesn't work in IE even with JqueryCurvyCorners so I'm retiring it for now */

/*
#mainmenu {
	width:auto;
	position:absolute;
	right:20px;
	top: 335px;
	font-size:12px;
	letter-spacing:-.03em;
	color:#464646;
}

#dropdown {
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	list-style-type:none;
}

#dropdown li{
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;
	_width:0px;
	_white-space:nowrap;
}

#dropdown a {
	padding:8px 14px;
	display:block;
	color:#464646;
	text-decoration:none;
	font-weight:normal;
	height:30px;
	_padding:7px 14px; // ie6 hack to make up for mysterious 1px at top and bottom
}

#dropdown li a {
	height:14px;
}

#dropdown li ul {
	list-style-type:none;
	margin:0px;
	padding:0px 0px 10px 0px;
	display:none;
	text-transform:uppercase;
	font-size:10px;
}

#dropdown li ul li {
	float:none;
}

// specific widths on submenu li's need to be set in order to get IE6 to not apply the 1px hack to its children

.en_US #dropdown li.products li, .en_US #dropdown li.activeparent li { _width:96px; }

.fr_FR #dropdown li.products li, .fr_FR #dropdown li.activeparent li { _width:90px; }

#dropdown li ul li a {
	width:auto;
	padding:3px 0px 3px 12px;
	display:block;
	color:#fff;
}

#dropdown li:hover {
	color:#ffffff;
	background-color:#eeae00;
}

#dropdown li:hover a {
	color:#ffffff;
}

#dropdown li:hover ul {
	display:block;
}

#dropdown li:hover ul li:hover {
	background-color:#d89e02;
}

*/



/* text and content styles */

p {
	color:#464646;
	font-size:12px;
	line-height:1.55em;
}

h1 {
	color:#eeae00;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	line-height:1.3em;
}

h1.starter {
	font-size:27px;
	font-weight:normal;
	font-style:normal;
	line-height:1em;
}

.small_heading {
	font-size:18px;
}

#home2 #main_left p {
	font-size:14px;
	line-height:1.8em;
}

h2 {
	color:#eeae00;
	font-weight:bold;
	font-size:12px;
}

h3 {
font-size:12px;
font-weight:bold;
margin-top:15px;
margin-bottom:-10px;
}

#feedback_link {
	text-align:center;
}

#social_media_buttons {
	list-style-type:none;
	text-align:center;
}

#social_media_buttons li {
	display:inline;
	padding:0px 10px;
}

.sidephoto {
margin-top:30px;
position:relative;
left:10px;
}

#sidebox {
	margin:30px auto 0px auto;
	width:338px;
	background-image:url(images/sidebox_middle.gif);
	position:relative;
	left:10px;
}

#sidebox_content {
	padding:5px 20px;
}

#sidebox h1 {
	margin:0px;
	color:#a1b58f;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
}

#sidebox ul {
list-style-type:none;
font-size:11px;
line-height:1.3em;
padding:0px;
margin:0px;
}

#sidebox li {
background-image:url(images/bullet.gif);
background-position: left 5px;
background-repeat:no-repeat;
margin:6px 0px;
padding-left:10px;
}

#glossary_menu {
color:#969695;
margin:20px 0px;
letter-spacing:2px;
}

#glossary_menu a {
font-weight:normal;
color:#464646;
}

#bibliography {
	margin:25px auto 0px auto;
	width:338px;
	position:relative;
	left:10px;
	font-size:11px !important;
}

#bibliography ul {
margin:0px;
padding:0px;
list-style-type:none;
}

#bibliography li {
margin:8px 0px;
padding:0px;
}

.smalltext {
font-size:11px;
line-height:15px;
}


/* order form styles */

form#paypal {
	float:right;
	vertical-align:middle;
	height:23px;
}

input {
	border:1px solid #BBCAAE;
	padding:4px;
}

textarea {
	border:1px solid #BBCAAE;
	padding:10px;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
}

.contactform textarea {
	height:200px;
	width:400px;
}

input[type=image] {
	border:0px;
	padding:0px;
}

#m3fbrp_captcha_phrase {
	display:none;
}

.captcha {
	margin:15px 0px;
}

.error_message {
	color:red;
}

label.label {
	display:inline;
}

.submit input{
	margin-top:15px;
}

label {
	display:block;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:12px;
	margin-bottom:3px;
}

#order_form input {
	vertical-align:middle;
	border:0px;
	border-bottom:1px dotted #595656;
	background-color:#f9faf7;
}

#order_form table {
	border-spacing:0px;
	margin-bottom:15px;
}

#order_form th, #order_form .total {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	padding-bottom:10px;
	border-bottom:1px dotted #595656;
}

#order_form table input {
	width: 54px;
	border:1px solid #bbcaae;
	text-align:center;
	padding:1px;
}

#order_form td {
	font-size:11px;
	border-bottom:1px dotted #595656;
	padding:10px 34px 10px 0px;
}

#order_form td.last {
	padding-right:0px;
}

#order_form .total {
	text-align:center;
}

#order_form .noborder {
	border:0px;
}

#order_form .nopadding td {
	padding-top:0px;
}

#order_form label.textinput {
	display:block;
	top:15px;
	width:60px;
	position:relative;
	top:15px;
	margin:0px;
	padding:0px;
	text-transform:none;
	font-weight:normal;
}

#order_form input.textinput {
	vertical-align:baseline;
	padding-left:60px;
	width:374px;
}

#order_form label {
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	margin-top:12px;
	display:inline;
}

#order_form .submit {
	background-color:#f1c240;
	border:1px solid #595656;
	padding:2px;
}

#other_order_options {
	width:340px;
	margin:30px auto;
	position:relative;
	left:10px;
}

#order_form .checkbox {
border:0px;
width:auto;
}

#order_form .radio {
border:0px;
}

.divider {
border-top: 2px solid #eeae00;
}

#sitemap li{
margin-top:10px;
padding:0px;
}

/* product menu on homepage */

#shop_box {
	margin-top:20px;
	background-color:#e6eddf;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	margin-left:15px;
	height:300px;
}

#shop_box h2 {
	margin-bottom:8px;
}

#shop_box h2 a{
	display:block;
	width:100%;
	height:80px;
	background-color:#b2c1a0;
	background-image:url(images/shop_button_text.png);
	background-repeat:no-repeat;
	background-position: 17px 17px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-indent:-9999em;
	outline:none;
}

#shop_box h2 a:hover {
	background-color:#99ae80;
}

#shop_box ul {
	margin:0px;
	padding:0px 11px;
	list-style-type:none;
}

#shop_box li {
	margin:0px;
	float:left;
	padding:6px;
}

#shop_box li a {
	display:block;
	height:55px;
	width:55px;
	text-indent:-999em;
}

#shop_box .day-cream {
	background:url(images/products/icon-daycream-small.png) no-repeat;
}

#shop_box .day-cream:hover {
	background:url(images/products/icon-daycream-rollover.png) no-repeat;
}

#shop_box .about {
	background:url(images/products/icon-about.png) no-repeat;
}

#shop_box .about:hover {
	background:url(images/products/icon_about_rollover.png) no-repeat;
}

#shop_box .candles {
	background:url(images/products/icon-candles-small.png) no-repeat;
}

#shop_box .candles:hover {
	background:url(images/products/icon-candles-rollover.png) no-repeat;
}

#shop_box .cleanser {
	background:url(images/products/icon-cleanser-small.png) no-repeat;
}

#shop_box .cleanser:hover {
	background:url(images/products/icon-cleanser-rollover.png) no-repeat;
}

#shop_box .eye-cream {
	background:url(images/products/icon-eyecream-small.png) no-repeat;
}

#shop_box .eye-cream:hover {
	background:url(images/products/icon-eyecream-rollover.png) no-repeat;
}

#shop_box .face-cream {
	background:url(images/products/icon-facecream-small.png) no-repeat;
}

#shop_box .face-cream:hover {
	background:url(images/products/icon-facecream-rollover.png) no-repeat;
}

#shop_box .mask {
	background:url(images/products/icon-mask-small.png) no-repeat;
}

#shop_box .mask:hover {
	background:url(images/products/icon-mask-rollover.png) no-repeat;
}

#shop_box .serum {
	background:url(images/products/icon-serum-small.png) no-repeat;
}

#shop_box .serum:hover {
	background:url(images/products/icon-serum-rollover.png) no-repeat;
}

#shop_box .toner {
	background:url(images/products/icon-toner-small.png) no-repeat;
}

#shop_box .toner:hover {
	background:url(images/products/icon-toner-rollover.png) no-repeat;
}

#rave {
	margin-top:25px;
	line-height:1.7em;
	padding-left:15px;
	background:url(images/rave_quote1.png) no-repeat left 20px;
}
#rave blockquote {
	margin:10px 0px 0px 0px;
	background:url(images/rave_quote2.png) no-repeat bottom right;
	padding-bottom:10px;
}

#rave .attribution {
	text-align:right;
	margin-top:5px;
	font-style:italic;
}


/* product menu styles */

#product_menu_header {
	background:url(images/title_select_a_product.png) no-repeat;
	height:28px;
	text-indent:-9999em;
	margin:25px 0px 0px 0px;
}

.fr_FR #product_menu_header {
	background:url(images/title_select_a_product_FR.png) no-repeat;
}

#product_menu_header {
	background:url(images/title_select_a_product.png) no-repeat;
	height:28px;
	text-indent:-9999em;
	margin:25px 0px 0px 0px;
}

#productmenu {
	background-color:#e6eddf;
	width:210px;
	padding:0px 0px 0px 0px;
	background-image:none;
}

#productmenu a {
	display: -moz-inline-stack;
	display:inline-block;
	height:22px;
	width:85px;
	background-position:15px 10px;
	background-repeat:no-repeat;
	font-size:10px;
	color:#718260;
	text-align:center;
	text-transform:uppercase;
	padding:88px 10px 0px 10px;
	vertical-align:middle;
}

#productmenu a span {
	display:block;
}

#productmenu a:hover {
	color:#edae00;
}

#productmenu a.cleanser, #productmenu a.serum, #productmenu a.eye-cream, #productmenu a.mask {
	background-position:20px 10px;
	padding:88px 0px 0px 5px;
	width:100px;
}

#productmenu .highlighted {
	background-color:#d2dbc6;
}

body.fr_FR #productmenu a {
	height:35px;
}

a.cleanser {
background-image:url(images/products/icon_cleanser_big.png);
}

a.toner {
background-image:url(images/products/icon_toner_big.png);
}

a.serum {
background-image:url(images/products/icon_serum_big.png);
}

a.day-cream {
background-image:url(images/products/icon_daycream_big.png);
}

a.eye-cream {
background-image:url(images/products/icon_eyecream_big.png);
}

a.face-cream {
background-image:url(images/products/icon_facecream_big.png);
}

a.mask {
background-image:url(images/products/icon_mask_big.png);
}

a.candles {
background-image:url(images/products/icon_candles_big.png);
}

a.cleanser:hover {
background-image:url(images/products/icon_cleanser_active.png);
}

a.toner:hover {
background-image:url(images/products/icon_toner_active.png);
}

a.serum:hover {
background-image:url(images/products/icon_serum_active.png);
}

a.day-cream:hover {
background-image:url(images/products/icon_daycream_active.png);
}

a.eye-cream:hover {
background-image:url(images/products/icon_eyecream_active.png);
}

a.face-cream:hover {
background-image:url(images/products/icon_facecream_active.png);
}

a.mask:hover {
background-image:url(images/products/icon_mask_active.png);
}

a.candles:hover {
background-image:url(images/products/icon_candles_active.png);
}

.cleanser .cleanser {
background-image:url(images/products/icon-cleanser-highlight.png);
}

.toner .toner {
background-image:url(images/products/icon-toner-highlight.png);
}

.serum .serum {
background-image:url(images/products/icon-serum-highlight.png);
}

.day-cream .day-cream {
background-image:url(images/products/icon-daycream-highlight.png);
}

.eye-cream .eye-cream{
background-image:url(images/products/icon-eyecream-highlight.png);
}

.face-cream .face-cream {
background-image:url(images/products/icon-facecream-highlight.png);
}

.mask .mask {
background-image:url(images/products/icon-mask-highlight.png);
}

.candles .candles {
background-image:url(images/products/icon-candles-highlight.png);
}


/* New product page styles */

#products #main_left {
	width:210px;
}

#products #main_right {
	width:610px;
	margin-left:260px;
}

#browse_by {
	background:url(images/title_browse_by.png) no-repeat;
	height:127px;
	margin-bottom:20px;
}

.fr_FR #browse_by {
	background:url(images/title_browse_by_FR.png) no-repeat;
}

#browse_by {
	margin:0px;
	padding:20px 20px 20px 60px;
	color:#ffffff;
	font-size:13px;
}

#browse_by li {
	margin-bottom:5px;
}

#browse_by a {
	color:#ffffff;
}

#browse_by a:hover {
	color:#6e8257;
}

#item_description .intro {
	font-size:15px;
}

#item_description {
	font-size:13px;
}

#item_description .price {
	font-size:19px;
}

#products .small_heading {
	font-size:15px;
	font-weight:normal;
	line-height:1.2em;
}

#products h1 {
	font-size:33px;
	font-weight:normal;
	font-style:normal;
	margin-bottom:10px;
}

#extra_info {
	margin-top:20px;
	clear:right;
}

#extra_info ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	height:36px;
}

#extra_info li {
	float:left;
	position:relative;
	top:1px;
	height:36px;
	width:130px;
	text-align:center;
}

#extra_info li a {
	display:block;
	padding:10px 15px;
	color:#829769;
	background-color:#e6eddf;
	-curvy-corners-ignore:1;  /* exclude from curvycorners.js processing - hangs up IE7 */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom:1px solid #cfdec0;
	outline:none;
}

#extra_info li a:hover {
	background-color:#dde6d4;
}

#extra_info li.ui-state-active a {
	border:1px solid #cfdec0;
	border-bottom:1px solid #ffffff;
	background-color:#ffffff;
	color:#606060;
}

#extra_info div {
	-curvy-corners-ignore:1;
	border:1px solid #cfdec0;
	background-color:#ffffff;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	padding:15px 25px;
}


.ui-tabs-hide {
	display:none;
}

#item_description input {
	border:0px;
	padding:0px;
}

.candles #extra_info {
	display:none;
}
/* End of 'lavie NEW' */

