@charset "utf-8";
/* CSS Document */

body {
	background-color: #1E0B04;
	color: #FFFFD0;
	background-image: url(../images/bg_tile.png);
	background-repeat: repeat-y;
	background-position: center;
}


/* TEXT & ELEMENTS */
h1, h2, h3, h4, h5, h6, p, ul, ol {
	padding-bottom: 0.5em;
}
h1, h2, h3, h4 {
	color: #FFFF90;
}
h1, h2 {
	text-transform: capitalize;
}
h2, h3 {
	font-style: italic;
}
th {
	border-bottom: 1px dotted #FFFFE0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-bottom: 1px dotted #402F25;
}
hr {
	height: 0;
	margin: 0.5em 0 1.5em 0;
	border: none;
	border-top: 2px dotted #402F25;
}
.italic {
	font-weight: normal;
	text-transform: none;
}
.smaller {
	font-size: 0.9em;
}
.popular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
}
.price {
	float: right;
	margin-top: -0.25em;
	margin-bottom: -1em;
	padding-right: 1em;
	font-style: italic;
	text-transform: lowercase;
	text-align: right;
	color: #FFFF90;
}
.highlight {
	font-weight: bold;
	color: #FFFF90;
}
img.border {
	padding: 5px;
	background-image: url(../images/bg_images.jpg);
}

/* LINKS & NAVIGATION */
a {
	color: #FFFF90;
}
div#nav {
	width: 950px;
	height: 50px;
	margin: 5px 0px;
	padding-top: 7px;
	border-top: 1px solid #8F8572;
	border-bottom: 1px solid #8F8572;
}
div#nav ul li {
	display: inline;
}
#nav ul li#navPromo a, #nav ul li#navMindbody a, #nav ul li#navServices a, #nav ul li#navGallery a, #nav ul li#navContact a, #nav ul li#navAbout a  {
	float: left;
	height: 0px;
	padding-top: 50px;
	overflow: hidden;
	background-image: url(../images/img_nav.gif);
	background-repeat: no-repeat;
}

#nav ul li#navPromo a { width: 171px; background-position: 0px 0px; }
#nav ul li#navMindbody a { width: 212px; background-position: -171px 0px; }
#nav ul li#navServices a { width: 132px; background-position: -383px 0px; }
#nav ul li#navGallery a { width: 118px; background-position: -515px 0px; }
#nav ul li#navAbout a { width: 159px; background-position: -633px 0px; }
#nav ul li#navContact a { width: 158px; background-position: -792px 0px; }

#nav ul li#navPromo a:hover, #nav ul li#navPromo a:active { width: 171px; background-position: 0px -50px; }
#nav ul li#navMindbody a:hover, #nav ul li#navMindbody a:active { width: 212px; background-position: -171px -50px; }
#nav ul li#navServices a:hover, #nav ul li#navServices a:active { width: 132px; background-position: -383px -50px; }
#nav ul li#navGallery a:hover, #nav ul li#navGallery a:active { width: 118px; background-position: -515px -50px; }
#nav ul li#navAbout a:hover, #nav ul li#navAbout a:active { width: 159px; background-position: -633px -50px; }
#nav ul li#navContact a:hover, #nav ul li#navContact a:active { width: 158px; background-position: -792px -50px; }


/* LAYOUT */
div#wrapper {
	position: relative;
	height: 100%;
}

div#splash {
	position: absolute;
	top: 50%;
	height: 0px;
	margin-top: -150px;
	overflow: visible;
}
div#header {
	height: 120px;
	padding: 15px 0px;
	background-color: #1E0B04;
	background-image: url(../images/bg_header.jpg);
}
div#header img {
	float: left;
}
div#header div#address {
	float: right;
	width: 350px;
	text-align: right;
}
div#content {
	padding: 15px 10px;
}
div#content div#left {
	float: left;
	width: 225px;
	margin-right: 15px;
	text-align: center;
}
div#content div#left img.motiftop {
	padding-bottom: 1em;
}
div#content div#left img.motifbottom {
	padding-top: 1em;
}
div#content div#right {
	float: left;
	width: 665px;
	margin-left: 15px;
}
div#content p.blockright {
	text-align: right;
	padding-right: 50%;
}
p.gallery {
	padding: 15px 0px;
	text-align: center;
}
p.gallery img {
	margin: 0px 5px;
	padding: 5px;
	background-image: url(../images/bg_images.jpg);
}
div#footer {
	margin-top: 15px;
	padding: 15px 0px;
	border-top: 1px dotted #402F25;
	text-align: center;
}