﻿/* Defaults */
body {
	background: #fff url(nav_stripe.gif) top left repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	background-color: #000000;
}
p 	{
	font-size: 14px;
	color: #FF0000;
}
#luxe #footer {color: #fcf2ce;}
#luxe p {color: #fcf2ce;}
h1  {
	font-size: 20px;
	font-weight: normal;
	color: #889047;
	}
#luxe h1 {color: #fcf2ce;}
h2  {
	font-size: 16px;
	font-weight: normal;
	color: #889047;
	margin-bottom: -8px;
	padding-bottom: 0;
	}
.clearAll {clear: all;}
.clearL {clear: left;}
.clearR {clear: right;}

/* Link Styles */	
a {text-decoration: underline; color: #98c700;}
a:hover {text-decoration: underline;}
a:visited {color: #98c700;}
a:active {color: #98c700;}	
	
/* Site Structure */
#container {
	position: relative;
	width: 800px;
	margin: 10px 0 0 20px;
	padding: 0;
	background: #fff url(images/pure_natural_bg.gif) 670px 80px no-repeat;
	}
#luxe {
	position: relative;
	width: 800px;
	margin: 20px 0 0 20px;
	padding: 0;
	background-color: #562600;
	font-family: Arial, Verdana, sans-serif;
}	
#nav {
	width: 700px;
	background-color: transparent;
	margin: 0 0 0 195px;
	padding: 0;
	}
#nav ul {
	margin: 0; 
	padding-top: 20px;
	}
#nav li {
	display: inline;
	padding-right: 5px;
	background-color: transparent;
	}
#nav a {
	text-decoration: none; 
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 14px;
	color: #889047;
	padding-top: 21px;
	margin: 0;
	}
#nav a:hover {
	color: #ae4812;
	background: transparent url(images/nav_on.gif) 0px 0px repeat-x;
	}
#nav a.active {
	color: #ae4812; 
	background: transparent url(images/nav_on.gif) 0px 0px repeat-x;
	}
	
#branding {
	width: 200px;
	margin: -25px 0 0 0;
	padding: 0;
	float: left;
	text-align: center;
	}
#luxe #branding { margin-top: 10px;}
* html #branding {
    margin-top: -5px;
    }


#left-rail {
	width: 200px;
	position: absolute;
	top: 100px;
	left: 0;
	border: 0;
	text-align: center;
	}
#left-rail ul {margin-left: 1.2em; padding-left: 0;}
#left-rail li {list-style-type: none;}

#content {
	width: 420px;
	margin: 40px auto auto 215px;
	}
#footer {
	width: 800px;
	text-align: center;
	margin-top: 35px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #6c785f;
	}
#content ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	}
#content li {
	padding-left: 15px;
	background-image: url(images/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	}
	
/* Home Page */
#home {
	width: 620px;
	margin: 100px 0 0 100px;
	padding: 0;
	}
.home-content {
	width: 300px;
	text-align: right;
	}
.home-photos {
	width: 300px;
	float: right;
	padding: 0;
	margin: 0;
	}
#home .home-content .callout {
	font-weight: bold;
	color: #44014A;
	}

/* Slideshow */
div.slideshow {
   	position: relative;
   	width: 275px;
   	height: 350px;
   	}
.slideshow div {
   	position: absolute;
   	top: 0;
   	left: 0;
}

/* Menu Page */
#menu {
	position: relative;
	width: 800px;
	margin: 100px 0 0 50px;
	text-align: center;
	}
.menu-section {
	float: left;
	margin: 40px 8px 8px 8px;
	text-align: center;
	}
	
#menu #branding {
	margin-left: -25px;
	color: #FF0000;
}
#greatnailstyle1 {
	position: absolute;
	right: 0;
	top: -30px;
}
#menu a {
	color: #FFFF99;
	text-decoration: underline;
	font-weight: bold;
}
#menu a:hover {
color:yellow;
text-decoration: underline;
}

	
/*  Services Section */
div#services {
	width:420px;
	margin: 0 auto;
    font: 90% "Trebuchet MS",Arial,sans-serif;
	text-align: left;
	}
div#services h2 {
	margin: 1em auto 0.8em;
	color: #889047;
    font-size: 140%;
	text-align: center;
	}

dl {
	width: 100%;
	overflow: auto;
	margin: 0 0 1em;
    background: url(images/dot.gif) repeat-x 0 1.2em;
	}
dd.price {
	background: #FFF;
	font-size: 120%;
	font-weight: bold;
	}
dt {
	background: #FFF;
	font-size: 120%;
	font-weight: bold;
	}
dt {
	float: left;
	padding-right: 3px;
	color: #6c785f;
	}
dd {margin:0}
dd.price {
	float: right;
	padding-left: 3px;
	color: #AAA;
	}
dd.description {
	float: left;
	width: 100%;
	padding: 3px 0;
  	font: italic 100% Georgia,Times,sans-serif;
	color: #6c785f;
	overflow: hidden;
	}	

/* Newsletter */
#newsletter {margin: 20px auto auto 20px;}
form#signup {
	margin-bottom: 1em;
	}

form#signup label {
	display: block;
	}

form#signup input#send {
	width: 75px;
	text-align: center;
	}	
fieldset {
	border: none;
	margin: 0 0 0 -10px;
	}
* html fieldset {
    margin-left: -5px;
    }
form#signup legend {
	display: none;
	}
	
form#signup fieldset {
	margin: 0;
	}

