@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #B3AF95;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent.home {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	clear:both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #c5c2af;
	border-bottom-color: #666;
	border-left-color: #c5c2af;
}

#mainContent {
	padding-top: 20px;
	padding-bottom: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	clear:both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #c5c2af;
	border-bottom-color: #666;
	border-left-color: #c5c2af;
	font-size: 80%;
	line-height: 170%;
}

h1, h2, h3 {margin: 0px; padding: 0px;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	text-transform: uppercase;
}

.sprinkle {position: relative;
top: -50px;
left: 300px;}

img {border:0;}

#hypernav {
font-size: 60%;
padding: 0px;
text-align: right;
height: 20px;
}

#hypernav ul {
color: #666;
white-space: normal;
margin: 0px;

}

#hypernav li {
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
	line-height: 30px;
}

#hypernav li.divide {	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 10px;}

#hypernav li a {
text-decoration: none;
padding: 10px 0px 0px 10px;
color: #666;
}
#hypernav li a:link {
color: #666;
}
#hypernav li a:visited {
color: #666;
}
#hypernav li a:hover {
color: #666; text-decoration: underline;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:780px;
	font-size:12px;
	z-index:100;
	height: 30px;
	text-transform: uppercase;
	border-top: 1px solid #666;
	border-right: 0px #CCCCCC;
	border-bottom: 1px solid #666;
	border-left: 0px #CCCCCC;
	color:#c5c2af;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */

.menu ul li { }
.menu ul a, .menu ul a:visited {
	display:block;
	text-decoration:none;
	color:#c5c2af;
	height:30px;
	border:0px;
	border-width:0px;
	line-height:31px;
padding-left: 20px;
	
}

.essentials {width: 100px;}
.rooms {width: 70px;}
.philosophy {width: 100px;}
.product {width: 125px;}
.events {width: 145px;}
.blog {width: 50px;}

/* style the links hover */
.menu a:hover{
background:
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
display:none;
position:absolute;
width:120px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
display:block;
}


/* style the second level hover */
.menu ul ul a:hover{
	background-color: #000000;
}

.menu ul ul li a:hover{
	background-color: #000000;
}

.menu ul ul a, .menu ul ul a:visited {background:url(images/mo_opaque.png); color:#c5c2af; height:auto; line-height:1em; padding:5px 20px; width:110px; border-width:0 1px 1px 1px;}


#mainimage {
	margin-top: 10px;
	margin-bottom: 10px;


}


.left {float: left;}

#footer {
	font-size: 60%;
	line-height: 30px;
	text-transform: uppercase;
	color: #666;
}

#footer .address{
position: absolute;
margin-top: 25px;
margin-left: -150px;
text-transform: capitalize;
}
#footer ul {height: 22px;
color: #666;
white-space: normal;
margin: 0px;
padding-top: 2px;
text-align: right;
}

#footer li {
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
	line-height: 30px;
}

#footer li.divide {	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 10px;}

#footer li a {
text-decoration: none;
padding: 10px 0px 0px 10px;
color: #666;
}
#footer li a:link {
color: #666;
}
#footer li a:visited {
color: #666;
}
#footer li a:hover {
color: #666; text-decoration: underline;
}

a.thickbox img {padding:5px;}


/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
#mainContent a:link {
	color: #ccc;
	text-decoration: none;
}

#mainContent a:visited {
	color: #ccc;
	text-decoration: none;
}

#mainContent a:hover {
	color: #ccc;
	text-decoration: underline;
}