/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 

html { 
	background:#7e643e url("../images/bg-html.jpg") top repeat-x;
	width:100%; 
	}

body { 
	background:url("../images/bg-body.jpg") center top no-repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#30210d;
	}

blockquote { 
	margin-left:25px; 
	margin-right:25px; 
	}

h1, h2, h3	{ font-size:1.0em; color:#30210d; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#30210d; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#30210d; text-decoration:underline; outline:none; }

/* ----- classes ----- */

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
p.text-address {
	color:#444a23;
	}
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:160px;
	margin:0 0 18px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#c5a24d !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #603604;
	color:#000;
	width:155px; /* 5 pixels smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:160px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:0 0 18px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 5px 243px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:802px;
	margin:0 auto;
	text-align:left;
	}
	
	#wrap-bottom {
		background:url("../images/bg-wrap-bottom.jpg") bottom no-repeat;
		width:100%;
		padding-bottom:45px;
		}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:237px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:156px;
		width:433px;
		top:12px;
		height:112px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	background:url("../images/bg-left.jpg") top no-repeat;
	width:201px;
	float:left;
	font-size:11px;
	line-height:15px;
	padding-bottom:370px;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 20px 18px 20px;
		}
	#column-left form { margin-left:20px; }
	
	/* single column list */
	#column-left ul { padding-left:25px; }
		#column-left ul li {
			list-style-type:disc; 
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-left dl { padding-left:25px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			list-style-type:disc;
			margin-left:15px;
			}
			
/* ----- column-right ----- */

#column-right {
	background:url("../images/bg-right.jpg") top no-repeat;
	width:601px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 40px 18px 20px;
		}
	#column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul { padding-left:25px; }
		#column-right ul li {
			list-style-type:disc; 
			}

	#column-right ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-right dl { padding-left:25px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			list-style-type:disc;
			margin-left:15px;
			}
	
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:127px; margin-bottom:-36px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); height:91px; margin-bottom:0; }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#spa-facilities #subhead { background:url("../images/subhead-facilities.jpg"); }
	body#services #subhead { background:url("../images/subhead-services.jpg"); }
	body#massage #subhead { background:url("../images/subhead-massage.jpg"); }
	body#aesthetics #subhead { background:url("../images/subhead-aesthetics.jpg"); }
	body#nail-services #subhead { background:url("../images/subhead-nail.jpg"); }
	body#additional-services #subhead { background:url("../images/subhead-additional.jpg"); }
	body#popular-packages #subhead { background:url("../images/subhead-popular.jpg"); }
	body#other-packages #subhead { background:url("../images/subhead-other.jpg"); }
	body#specials #subhead { background:url("../images/subhead-specials.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); height:91px; margin-bottom:0; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }

/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:129px;
	background:url("../images/title-qcontact.jpg") ;
	}

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:129px;
	background:url("../images/title-location.jpg") ;
	}

#title-specials {
	height:187px;
	background:url("../images/title-specials.gif") ;
	}

#title-memberships {
	height:185px;
	background:url("../images/title-memberships.jpg") ;
	}

#title-elements {
	height:138px;
	background:url("../images/title-elements.jpg") ;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:802px;
	margin:0 auto;
	text-align:center;
	color:#e2c794;
	font-size:11px;
	line-height:15px;
	}

#footer p, #footer ul {
	margin:0 20px 15px 20px;
	}
	
	#footer a { 
		color:#e2c794;
		}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #e2c794;
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */
#column-right ul#nav { margin:0; padding:0; }
		#column-right ul#nav li {
			list-style-type:none; 
			}
			
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:601px; 
	height:36px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:36px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 82px;}
#nav-02 { width: 99px;}
#nav-03 { width: 122px;}
#nav-04 { width: 193px;}
#nav-05 { width: 105px;}


/*-------------- (-79px) X position of button / (-36px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") 0px -36px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -82px -36px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -181px -36px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -303px -36px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -496px -36px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg") 0px -36px no-repeat; }
body#about #nav-02,
body#spa-facilities #nav-02,
body#contact #nav-02 { background:url("../images/nav.jpg") -82px -36px no-repeat; }
body#massage #nav-03,
body#aesthetics #nav-03,
body#nail-services #nav-03,
body#additional-services #nav-03,
body#services #nav-03 { background:url("../images/nav.jpg") -181px -36px no-repeat; }
body#popular-packages #nav-04,
body#other-packages #nav-04 { background:url("../images/nav.jpg") -303px -36px no-repeat; }

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#column-right ul#nav li ul { margin:0; padding:0; }

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#25200e;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:22px; 				/* Height of each drop down nav item */
	border:none;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:22px;				/* Height of each drop down nav item, should match above */
	line-height:22px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:10px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#545932;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:120px; }		
#nav-03 ul, #nav-03 li { width:190px; }		
#nav-04 ul, #nav-04 li { width:190px; }

body#services table {
	margin:0 0 18px 20px;
	}
	
	body#services table td.col-service {
		width:200px;
		}