/**** Global Rules ****/

/* Page Structure */

HTML, BODY, H1, H2, H3, H4, H5, H6, HR, DIV, P, PRE, UL, OL, LI, BLOCKQUOTE, FORM, FIELDSET, LEGEND, TABLE, TR, TH, TD, DL, DT, DD {
  margin: 0;
  padding: 0;
}

HTML, BODY {
  height: 100%;
  }

BODY {
  background: #C39F35;
  font: normal normal normal 0.9em/1.3em "Garamond", Times New Roman, serif;
  color: #000;  
}

#body {
  background: url('../images/background.png') fixed center repeat-y;
  font: normal normal normal 0.9em/1.3em "Garamond", Times New Roman, serif;
  color: #000;
}

/* Headings */

H1, H2, H3, H4, H5, H6 {
  margin: 0 0 1em 0;
  font-weight: bold;
}

H1, H2, H3 {
  font-size: 1em;
  color: #A7001F;
}


/* Tables */

TABLE {
  border-collapse: collapse;
  border-spacing: 0;
  background: none;
}

TH, TD {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}


/* Paragraphs and Other Block-Level Elements */

P {
  margin-bottom: 1em;
  line-height: 1.2em;
}

OL, UL {
  margin: 2em 1em 1em 2em;
  list-style: none;
}

LI {
  margin-bottom: 1em;
}

ADDRESS {
  margin-bottom: 1em;
  font-style: normal;
}

BR.clear {
  clear: both;
}

HR {
  margin: 1em 0 1em 0;
  border: 1px solid #ccc;
}

HR.sectionBreak {
  margin: 2em 0 2em 0;
}

HR.separator {
  border-right: none;
  border-bottom: none;
  border-left: none;
}


/* Anchors (Hyperlinks) */

A {
  color: #fff;
  text-decoration: none;
}

A:visited {
  color: #fff;
  text-decoration: none;
}

A:hover {    /* Must appear after :visited for IE browsers */
  color: #C39F35;
  text-decoration: none;
}

/* Images and Other Inline Elements */

IMG {
  border: none;
}

/**** Site Layout ****/
#header H1{
	padding: 15px; 
  	background: url('../images/folsom.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 50px;
}

#mastheadHome {
		padding-top: 15px; padding-bottom: 1px;
		background: #fff;
		width: 100%;
}

#mastheadHome H1{
	 
  	background: url('../images/logo_home.png') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 300px;		
}

#masthead {
	padding-top:15px; padding-bottom: 1px; 
	background: #fff;
	width: 100%;
}

#masthead H1{	
  	background: url('../images/logo.png') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 150px;		
}

#special A{ 
  background: url('../images/senior.gif') top center no-repeat;
  text-indent: -1000em;
  height: 300px;
  width: 100%;
  position: absolute;
  top: 550px;
  left: 0;
}

#slogan H1{ 
  	background: url('../images/Exquisite.gif') top center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
	height: 80px;
	position: absolute;
    top: 800px;
    width: 100%;    
}

/* ------------- navigation styles */

#navlinks {
  margin: 0; padding: 0.5em 3em;		
}

#navlinks li {
		display: inline;
		margin-right: 0.5em; padding-right: 4em;
		font-size: 1em;
		text-align: center;
		letter-spacing: .1em;
		font-weight: 600;
		text-decoration: none;
		text-transform: uppercase;	
}

#navlinks li.last {
		padding-right: 0em;	
}

/* Navigation Bar */

#navigationBar {
  margin: 1em 0;
  clear: both;
}

#navigationBar li {
  display: inline;
  margin-right: 0.5em; padding-right: 4em;
  font-size: 1em;
  text-align: center;
  letter-spacing: .1em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

#navigationBar li.last {
  padding-right: 0em;	
}

#navigationBar A {
  color: #000;
  text-decoration: none;  
}

#navigationBar A:hover {
  color: #fff;
}

#navigationBar LI.active A {
  color: #fff;
}

#subnavBar li {
  display: inline;
  margin-right: 0.5em; padding-right: 4em;
  font-size: 1em;
  text-align: center;
  letter-spacing: .1em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

#subnavBar li.last {
  padding-right: 0em;	
}

#subnavBar A {
  color: #A7001F;
  text-decoration: none;  
}

#subnavBar A:hover {
  color: #000;
}

#subnavBar LI.active A {
  color: #000;
}

/* Page Content Area */
#services {
  margin: 0 40px;
}

#services h1.facials{
	margin-top: 20px; 
  	background: url('../images/facials.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.antiaging{
	margin-top: 20px; 
  	background: url('../images/antiAging.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.massage{
	margin-top: 20px; 
  	background: url('../images/massage.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.body{
	margin-top: 20px; 
  	background: url('../images/body.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.wax{
	margin-top: 20px; 
  	background: url('../images/wax.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.nails{
	margin-top: 20px; 
  	background: url('../images/nails.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.policies{
	margin-top: 20px; 
  	background: url('../images/policies.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.contact{
	margin-top: 20px; 
  	background: url('../images/contact.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.videos{
	margin-top: 20px; 
  	background: url('../images/videos.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}


#services h1.leClub{
	margin-top: 20px; 
  	background: url('../images/leClubTitle.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.teen{
	margin-top: 20px;
	margin-bottom: -20px;
  	background: url('../images/teenServices.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.packages{
	margin-top: 20px; 
  	background: url('../images/spaPackages.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.alma{
	margin-top: 20px; 
  	background: url('../images/alma.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.hair{
	margin-top: 20px; 
  	background: url('../images/hair.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.valentines{
	margin-top: 20px; 
  	background: url('../images/valentines.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.mondayMadness{
	margin-top: 20px; 
  	background: url('../images/mondayMadness.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.twentyfourhour{
	margin-top: 20px; 
  	background: url('../images/24hr.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.womenCharity{
	margin-top: 20px; 
  	background: url('../images/womenCharityTitle.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}


#services h1.monthly{
	margin-top: 20px; 
  	background: url('../images/monthlySpecial.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services h1.referral{
	margin-top: 20px; 
  	background: url('../images/referral.gif') center center no-repeat;
  	font-size: 1em;
  	text-indent: -1000em;
  	height: 100px;		
}

#services H2{
  font-size: 1.1em;
  margin-bottom: 10px;
  width:100%;
  text-align: center; 
}

#services H3{
  font-size: 1.1em;
  margin-top: -10px;
  margin-bottom: 20px;
  color:#000;
  width:100%;
  text-align: center; 
}

#services H4{
  font-size: 1.1em;
  margin-bottom: 5px;
  color:#000;
  width:100%;
  text-align: center; 
}

#services H2.teen{
  font-size: 1.3em;
  margin: 1.5em 0 .5em 0;
  width:100%;
  text-align: center; 
}

#services p{
  font-size: 1.1em;
  width:100%;
  text-align: center; 
  position: relative;
  z-index: 10000;
}

#services a{
  color: #A7001F;
  font-weight: 600;
  text-decoration: underline; 
}

#services A:visited{
  color: #000; 
}

#services A:hover{
  color: #000;
}

#services hr{
  margin: 0 0 1em 0;
  border: 1px solid #caa650;
}


.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.plain {
  font-weight: 500;
}

.floatLeft {
  padding-right: 1em;
  padding-bottom: 1em;
  float: left;
}

.floatRight {
  padding-left: 1em;
  padding-bottom: 1em;
  float: right;
}

/* Page Footer */

#pageFooter {
  margin: 5em 0 0.5em 0;
  font-size: 0.9em;
  left: 0px;
  position: relative;
  padding-bottom: 5px;
  width: 100%;   
}

#pageFooter H1{ 
  background: url('../images/footerGraphic.gif') bottom right no-repeat;
  font-size: 1em;
  text-indent: -1000em;
  height: 251px;
  position: absolute;
  bottom: -14px;
  width: 100%; 
}

#pageFooterShort{
  margin: 5em 0 0.5em 0;
  font-size: 0.9em;
  left: 0px;
  position: absolute;
  bottom: -5px;
  width: 100%;    
}

#pageFooterShort H1{ 
  background: url('../images/footerGraphic.gif') bottom right no-repeat;
  font-size: 1em;
  text-indent: -1000em;
  height: 251px;
  position: absolute;
  bottom: -14px;
  width: 100%; 
}

#pageFooter UL {
  margin: 0 0 0 2em;
}

#pageFooter LI {
  margin: 0;
  padding: 0.1em 0.6em;
  border-left: 1px solid #999;
  display: inline;
}

#pageFooter LI.first {
  padding-left: 0;
  border-left: none;
}

#pageFooter LI A {
  color: #000;
  text-decoration: none;
}
#pageFooter LI A:hover {
  color: #666;
  text-decoration: underline;
}

#pageFooter .copyright {
  margin: 0.5em 0 0 2em;
  font-size: 0.9em;
  color: #999;
}
#pageFooter .copyright A {
  color: #999;
  text-decoration: none;
}
#pageFooter .copyright A:hover {
  text-decoration: underline;
}



