@charset "UTF-8";

/*------------------------------------------------------------------------------------------------*/
/* CSS Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

a, a:link,a:visited {
color:#8c8671;
text-decoration:underline;
}
a:hover{
color:#8c8671;
text-decoration:none;
}


ul.lists{
list-style-type:disc;
margin:0 0 15px 15px;
font-size:12px;
font-family:'Trebuchet Ms', Arial;
}
ul.lists li{
margin:0 0 10px 10px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------------------------------------------------------------------------*/
/* Global | Containers */

html {
	height:100%;
	width:100%;
}
body {
	background-color:#c0cda2;
	height:100%;
	width:100%;
	background-image:url('../img/bg.gif');
	background-position:center 215px;
	background-repeat:no-repeat;
	font-size:13px;
	font-family:"Trebuchet MS", Arial;
	color:#8c8671;
}
#wrapper {
	width:955px;
	overflow:visible;
	margin:0px auto;
	position:relative;
}
#header {
	height:352px;
}
#bg_left {
	position:relative;
	height:269px;
	width:205px;
	background-image:url('../img/bg_left.gif');
	margin-left:-205px;
	margin-top:-300px;
	z-index:1;
}
#bg_right {
	float:right;
	position:relative;
	height:300px;
	width:235px;
	background-image:url('../img/bg_right.gif');
	margin-bottom:-300px;
	margin-right:-235px;
	margin-top:-140px;
	z-index:1;
}
#content_top {
	height:15px;
	background-image:url('../img/content_top.gif');
}
#content {
	position:relative;
	background-color:#FFFFFF;
	padding-left:29px;
	padding-right:29px;
	padding-top:18px;
	margin-bottom:15px;
	height:auto;	
}
#content_bottom {
	height:30px;
	margin-top:-15px;
	background:url('../img/content_bottom.gif') no-repeat bottom #ffffff;
}
#footer {
	margin-top:10px;
}
.clear {
	clear:both;
}

/*------------------------------------------------------------------------------------------------*/
/* Global | Fonts */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#6e7f48;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:22px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8c8671;
	font-size:18px;
	font-weight:bold;
}
h3 {
	font-family:"Trebuchet MS", verdana;
	color:#8c8671;
	font-size:13px;
}
p {
	font-family:"Trebuchet MS", verdana;
	font-size:13px;
	line-height:18px;
	margin-bottom:15px;
	color:#8c8671;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.indent20 {
	margin-left:20px;
}

h2.service_sub{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6e7f48 !important;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

/*------------------------------------------------------------------------------------------------*/
/* Header | Logo */

#logo {
	margin-top:15px;
	margin-bottom:36px;
	float:left;
}
#top_contact {
	line-height:16px;
	font-size:12px;
	color:#FFFFFF;
	float:left;	
	clear:right;
	font-family:"Trebuchet MS", verdana;
	margin-top:36px;
	margin-left:25px;
}
#top_contact p {
	color:#FFFFFF;
}
#top_contact a{
color:#FFFFFF;
text-decoration:none;
}

#header_woman {
	position:relative;
	height:352px;
	width:430px;
	background-image:url('../img/header_woman.png');
	background-repeat:no-repeat;
	float:right;
	z-index:2;	
}
#contact_number {
	font-size:18px;
}
#description {
	font-size:29px;
	color:#5C6A3B;
	position:absolute;
	margin-top:270px;
	text-shadow: 1px 1px 1px #D6DEC2;
	}
	
/*------------------------------------------------------------------------------------------------*/
/* Navigation */

#navigation {
	background-color:#889765;
	width:635px;
	height:49px;
	overflow:visible;
	padding:0px;
	position:absolute;
	clear:left;
	top:168px;
	padding-left:8px;
	z-index:5;
}
#navigation a {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
}
#navigation ul {
	display:none;
}
#navigation li {
	float:left;	
	line-height:47px;
	display:inline;
}
#nav_home {
	width:55px;
}
#nav_about {
	width:55px;
}
#nav_media_press {
	width:98px;
}
#nav_services {
	width:68px;
}
#nav_boutique {
	width:74px;
}
#nav_promotions {
	width:91px;
}
#nav_gift_certificates {
	width:101px;
}
#nav_contact {
	width:68px
}
#nav_home a, #nav_about a, #nav_media_press a, #nav_services a, #nav_boutique a, #nav_promotions a, #nav_gift_certificate a, #nav_contact a {
	height:49px;
	padding-left:7px;
	padding-right:8px;
}
#nav_home a:hover, #nav_about a:hover, #nav_media_press a:hover, #nav_services a:hover, #nav_boutique a:hover, #nav_promotions a:hover, #nav_gift_certificate a:hover, #nav_contact a:hover {
	background-color:#6e7f48;
	padding-left:7px;
	padding-right:8px;
	height:49px;
}
	
/* dropdowns */

#navigation li:hover > ul {
	display: block;
} 

.inner a {
	width:160px;
	line-height:20px;
	
}
.inner li {
	clear:both;
	height:30px;
	margin:0px;
	padding:0px;
	background-color:#889765;
}
#nav_about .inner li, #nav_media_press .inner li, #nav_services .inner li {
	height:30px;
	}
#nav_about .inner li a, #nav_media_press .inner li a, #nav_services .inner li a {
	font-size:12px;
	font-family:"Trebuchet MS", verdana;
	line-height:28px;
}
#nav_about .inner li a:hover, #nav_media_press .inner li a:hover, #nav_services .inner li a:hover  {
	background-color:#6e7f48;
	height:30px;	
}

/*------------------------------------------------------------------------------------------------*/
/* Footer | Sitemap | Copyright */

#footer {
	clear:both;
}
#sitemap {
	float:left;
	padding-bottom:50px;
	margin-left:29px;
}
.column {
	width:130px;
	float:left;
	font-family:"Trebuchet MS", verdana;
	font-size:11px;
	line-height:14px;
}
.column a {
	color:#364417;
	text-decoration:none;
}
.column a:hover {
	text-decoration:underline;
}
.heading {
	margin-top:14px;
}
.heading a{
	font-weight:bold;
	color:#6e7f48;
	text-decoration:none;
}
.heading a:hover {
	text-decoration:underline;
}
#copyright {
	margin-top:14px;
	float:right;
	font-family:"Trebuchet MS", verdana;
	font-size:11px;
	line-height:14px;
	text-align:right;
	padding-right:29px;
}
#copyright p {
	font-size:11px;
	color:#6e7f48;
}
#copyright a {
	color:#6E7F48;
}
address {
	font-style:normal;
	margin-top:-13px;
	color:#6e7f48;
}


/*------------------------------------------------------------------------------------------------*/
/* Content | Index Page */

#index_left {
	position:relative;
	width:465px;
	height:auto;
	float:left;
}

#index_right {
	position:relative;
	width:399px;
	padding-right:16px;
	padding-left:16px;
	height:auto;
	float:left;
	background-image:url('../img/index_content_bottom.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	border-left:1px solid #6E7F48;
}
.promo_box_green_dark {
	height:130px;
	width:250px;
	border:1px solid #536232;
	border-right:none;
	background-image:url('../img/bg_promobox_green_dark.gif');
	background-repeat:repeat-x;
	clear:left;
	float:left;
}
.promo_box_green_dark p {
	margin-top:20px;
	margin-left:15px;
	margin-right:15px;
	color:#FFFFFF; !important
}
.promo_box_green_dark a, .promo_box_green_dark a:visited{
	color:#FFFFFF; !important
	text-decoration:underline;
}
.promo_box_green_dark a:hover{
	color:#FFFFFF; !important
	text-decoration:none;
}
.promo_box_green_dark h2 {
	margin-top:15px;
	margin-left:15px;
	color:#f1e7c3;
	font-size:17px;
	font-weight:normal;
	text-transform:uppercase;
}
.promo_box_green_light {
	height:130px;
	width:250px;
	border:1px solid #75815b;
	border-right:none;
	background-image:url('../img/bg_promobox_green_light.gif');
	background-repeat:repeat-x;
	clear:left;
	float:left;
}
.promo_box_green_light p, .promo_box_beige p {
	margin-top:20px;
	margin-left:15px;
	margin-right:15px;
	color:#5f5d36;
	font-size:12px;
	margin-bottom:0px;
}

.promo_box_beige2 p {
	margin-top:0px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:0px !important;
	color:#5f5d36;
}
.promo_box_green_light h2, .promo_box_beige h2, .promo_box_beige2 h2 {
	margin-top:15px;
	margin-left:15px;
	color:#6e7f48;
	font-size:17px;
	font-weight:normal;
	text-transform:uppercase;
}
.promo_box_beige {
	height:130px;
	width:250px;
	border:1px solid #99a284;
	border-right:none;
	background-image:url('../img/bg_promobox_beige.gif');
	background-repeat:repeat-x;
	clear:left;
	float:left;
}
.promo_box_beige2 {
	height:150px;
	width:250px;
	border:1px solid #99a284;
	border-right:none;
	background-image:url('../img/bg_promobox_beige2.gif');
	background-repeat:repeat-x;
	clear:left;
	float:left;
}

.promo_image {
	height:132px;
	width:195px;
	float:left;
	clear:right;
	margin-bottom:25px;
}
.promo_image2 {
	height:152px;
	width:195px;
	float:left;
	clear:right;
	margin-bottom:25px;
}
.form {
	height:20px;
	width:210px;
	margin-left:15px;
	margin-top:8px;
	border:none;
	border:1px solid #C0CDA2;
	padding:4px 0 0 2px;
	color:#99a284;
}
.submit {
	margin-left:15px;
	margin-top:8px;
}
.quotes {
	color:#99a57f;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	position:relative;
	margin-bottom:200px;
}
.quote_large {
	font-size:19px;
	height:105px;
}

.promo_box_newsletter .submit{
	margin-left:15px;
	margin-top:8px;
	margin-bottom:15px;
}

.promo_box_newsletter {
	height:215px;
	width:250px;
	border:1px solid #99a284;
	border-right:none;
	background:url('../img/bg_promobox_beige2.gif') repeat-x #cdc7b1;
	clear:left;
	float:left;
}
.promo_box_newsletter h2 {
	margin-top:15px;
	margin-left:15px;
	color:#6e7f48;
	font-size:17px;
	font-weight:normal;
	text-transform:uppercase;
}
.promo_box_newsletter p {
	margin-top:0px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:0px !important;
	color:#5f5d36;
}
.promo_newsletter {
	height:217px;
	width:195px;
	float:left;
	clear:right;
	margin-bottom:25px;
}
/*------------------------------------------------------------------------------------------------*/
/* Content | Services Pages */

.sub_nav, .sub_nav a {
	margin-top:-15px;
	color:#929f75;
}
.services_row {
	border-bottom:1px solid #6E7F48;
	min-height:231px;
	margin-bottom:26px;
	
}
.services_row img {
	border:5px solid #E5EAD8;
	float:right;
}
.services_row h2  {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#99a57f;
	font-weight:normal;
	font-size:18px;
	margin-bottom:5px;
}
.services_row h3 {
	margin-bottom:-20px;margin-top:20px;
}
.services_row p {
	margin-top:25px;
}
.last {
	border-bottom:none !important;
	margin-bottom:0px !important;
}
.bottom40 {
	margin-bottom:40px;
}
.image_row p{
	width:600px;
}
/*------------------------------------------------------------------------------------------------*/
/* Content | Services Pages */


input.contactText{
width:190px;
border:1px solid #999966;
height:18px;
padding:2px 0 0 2px;
color:#666666;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
margin:5px 0 10px 0;
}

input.contactText3{
width:190px;
border:1px solid #999966;
height:18px;
padding:2px 0 0 2px;
color:#666666;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
margin:5px 0 10px 0;
}

input.contactText2{
width:40px;
border:1px solid #999966;
height:18px;
padding:2px 0 0 2px;
color:#666666;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
margin:-2px 0 10px 2px;
float:left;
}

textarea.contactBox{
width:190px;
border:1px solid #999966;
height:50px;
padding:2px 0 0 2px;
color:#666666;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
margin:5px 0 10px 0;
}

input.submitBtn{
background:url(../img/btn_submit.gif) no-repeat;
width:76px;
height:29px;
border:0;
cursor:pointer;
}

label{
float:left;
clear:both;
}

.contactInfo{
width:890px;
min-height:250px;
}

.col1{
float:left;
width:200px;
}
.col2{
float:left;
width:200px;
}
.col3{
float:left;
width:200px;
margin:0 0 0 20px;
}
.col4{
float:left;
width:200px;
margin:12px 0 0 40px;
clear:right;
}
.col5{
float:left;
width:400px;
margin:0px 0 0 20px;
clear:right;
}

.articlesDiv{

width:890px;
}

.articlesImages{
width:89px;
height:125px;
border:5px solid #E5EAD8;
float:left;
margin:0 20px 20px 0;
}
.articlesImages:hover{
border:5px solid #889765;
}

/*------------------------------------------------------------------------------------------------*/
/* Content | TESTIMONIALS */

.testimonial_row {
	border-bottom:1px solid #6E7F48;
	margin-bottom:26px;
}

.testimonial_row p {
	margin-top:25px;
}

.testimonial_row .last {
	border-bottom:none;
	margin-bottom:0px;
}