@import url("reset.css");
@import url("dropdown.css");

body {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background: #67735d;
	background-image: url(images/eden_bkg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

/* Type styles */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: lighter;
	line-height: 120%;
	text-align: left;
	color: #a50004;
	text-decoration: none;
	padding: 15px 0px 15px 0px;
}

h2 {
	font-size: 1.2em;
	text-align: left;
	color: #a50004;
	text-decoration: none;
	padding: 5px 0px 0px 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	color: #a50004;
	text-decoration: none;
	padding: 5px 0px 8px 0px;
	/* border-bottom: 1px dotted #bbbbbb; */
}

h4 {
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	color: #444444;
	text-decoration: none;
	padding: 15px 15px 15px 15px;
	border: 1px dashed #bbbbbb;
	background: #f3f3f3;
	margin: 20px 10px 25px 10px;
	line-height: 150%;
}

p {
	padding: 0px 0px 14px 0px;
	color: #3e3e3e;
	line-height: 180%;
	font-size: 1.05em;
}

a, a:visited, a:active {
	color: #67735D;
	text-decoration: underline;
}

a:hover {
	color: #d19661;
	text-decoration: underline;
}

.bordergrn {
	border: 1px solid #B4C0AA;
}

.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}

.addresstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}

.infotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #67735D;
	text-decoration: none;
	font-style: normal;
}

a.navtext, a:active.navtext, a:visited.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D17422;
	text-decoration: none;
}

.producttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d19661;
	text-decoration: none;
	font-style: normal;
}

.producttext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #67735D;
	text-decoration: none;
	font-style: normal;
}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
}

.description2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #67735D;
	text-decoration: none;
	font-style: normal;
}

#mainmenu { 
	background: url(images/mainmenu.jpg) no-repeat top center;
	width:745px; 
	height:35px;
	padding: 0px;
	margin: 0px; 
}

#mainmenu span { display: none; }

#mainmenu a { height: 35px; display: block; }

#mainmenu li { height: 35px; display: block; float: left; list-style: none; }

#spa { width: 122px;}
#salon { width: 140px;}
#packages { width: 133px;}
#products { width: 99px;}
#room { width: 128px;}
#about { width: 123px;}

#spa a:hover {background: transparent url(images/mainmenu.jpg)  0px -35px no-repeat;}
#salon a:hover {background: transparent url(images/mainmenu.jpg) -122px -35px no-repeat;}
#packages a:hover {background: transparent url(images/mainmenu.jpg) -262px -35px no-repeat;}
#products a:hover {background: transparent url(images/mainmenu.jpg) -395px -35px no-repeat;}
#room a:hover {background: transparent url(images/mainmenu.jpg) -494px -35px no-repeat;}
#about a:hover {background: transparent url(images/mainmenu.jpg) -622px -35px no-repeat;}

#mainmenu li ul { /* second-level lists */
	position: absolute;
	background: #a65c1b;
	width: 165px;
	padding: 0px;
	margin: 0px;
	display: none; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#mainmenu li ul li { 
	display: block;
	width: 166px;
	height: 25px;
}

#mainmenu li ul li a { /* second-level lists */
	display: block;
	width: 166px;
	height: 25px;
	text-align: left;
	color: #ffffff;
	padding-left: 8px;
	padding-top: 8px;
	text-decoration: none;
}

#mainmenu li:hover ul, #mainmenu li.sfhover ul { /* lists nested under hovered list items */
	margin-left: -40px;
	display: block;
	left: auto;
}

#mainmenu li:hover ul li a:hover, #mainmenu li ul li a:hover {
	background: #d17422;
	text-decoration: none;
}

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */

@import "helper.css";


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: normal;
 height: 25px;
 text-align: center;
}

	ul.dropdown li {
	 padding: 7px 10px;
	 background-color: #d17422;
	 color: #fff;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #a65c1b;
	 color: #fff;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #fff; text-decoration: none; }
	ul.dropdown a:hover		{ color: #fff; }
	ul.dropdown a:active	{ color: #fff; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 /* margin-top: 1px; */
	}

		ul.dropdown ul li {
		 font-weight: normal;
		 text-align: left;
		 padding: 3px 0px 3px 5px;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding: 4px 12px 5px 12px;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 margin: 0px;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
}