/*--------------------- Last Modified  2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#684D3C url("../images/bg-vert.jpg") repeat;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#402B1F;
	}
	
	

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

p.h1	{ font-size:1.2em; color:#B8794D;}
p.h2	{ font-size:1.2em; color:#654A37; font-weight:bold; }
p.h3	{ font-size:1.0em; color:#B8794D; font-weight:bold;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#705440; text-decoration:underline; }
a:hover,a:active	{ color:#B8794D; text-decoration:underline; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	font-size:10px;
	}
	
	
p.sub-nav {
	background:transparent url("../images/bullet.gif") 0px 0px no-repeat;
	text-align:left;
	display:block;
	font-size:11px;
	padding-left: 15px;
	font-weight:bold;
	margin-bottom:5px;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0;
	}
	
img.img-right { 
	float:right; 
	margin:2px 5px 8px 5px; 
	}
	
img.featured-right { 
	float:right; 
	margin:0px 15px 0px 10px; 
	}
	
p.white a:link, p.white a:visited	{ color:#FAF6E6; text-decoration:underline; }
p.white a:hover, p.white a:active	{ color:#BFA683; text-decoration:underline; }

	
/* ----- global form elements ----- */ 

form {
	width:160px;
	padding:10px 0 15px 0;
	margin-left: 20px;
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #B19F7D;
	color:#000;
	width:155px; /* 5 pixles smaller than form width !important */
	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:1.0em;
	}
	
select { 
	width:160px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	height: 20px;
	}

input.submit-contact-main { margin:85px 0 0 235px; }

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { padding:10px 0 10px 0; }
	
#contact-main label { 
	width:180px; 
	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:150px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:155px;
	}
	
#contact-main label textarea { height:90px; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap-body {
	background:url("../images/bg.jpg") repeat-x;
	width:100%;
	}

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:730px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.gif");
	height:101px;
	}
	/* home link within #masthead */		
	#masthead a {
	position:absolute;
	left:28px;
	width:282px;
	top:27px;
	height:59px;
	visibility: visible;
	}
	
	#masthead a span {
		display:none;
		}
		
	#spaclub a {
	position:absolute;
	left:510px;
	width:200px;
	top:33px;
	height:60px;
	visibility: visible;
	}
	
	#spaclub a span {
		display:none;
		}
/* ----- featured ---- */

#featured-wrap{
	background: url("../images/featured-bg.gif") repeat-y;
	width:690px;
	margin-left:20px;
	}
	
#featured-wrap a:link, #featured-wrap a:visited{
color:#FAF6E6;
}

#featured-wrap a:hover, #featured-wrap a:active{
color:#B16939;
}
	
#featured-bottom-wrap{
	width:690px;
	background: url("../images/featured-bottom-wrap.gif") bottom no-repeat;
	}
	
#featured-left { 
	width:345px; 
	float:left;
	}
	
		#featured-left p{
			color:#FAF6E6;
			margin-left: 20px;
			line-height: 1.3em;
			}
	
#featured-right { 
	width:345px; 
	float:left;
	}
	
		#featured-right p{
		color:#FAF6E6;
		margin-left: 20px;
		line-height: 1.3em;
		}
		
	#featured-subhead-procedures {
	height:39px; /* sets height for all subheads */
	background:url("../images/featured-subhead-procedures.gif");
	}
		
#featured-subhead-products {
	height:39px; /* sets height for all subheads */
	background:url("../images/featured-subhead-products.gif");
	}
	
/* ----- skin-care-index ----- */

#index-skin-care{
	background: url("../images/index-skin.jpg") no-repeat;
	width:508px;
	height: 172px;
	float: left;
	}
	
#index-skin-care p{
	margin-top: 135px;
	padding-left: 170px;
	padding-right: 50px;
	line-height:1.4em;
	color:#FAF6E6;
	}
	
/* ----- column-left ----- */

#column-left {
	width:508px;
	float:left;
	}
	
	/* background image list items */
	#column-left p{
		margin-left: 40px;
		margin-right: 15px;
		}
		
	#column-left form { 
		padding-left:20px;
		} 
	
	#column-left ul { 
		margin-left:55px; 
		margin-right: 25px;
		}
	#column-left ul li { 
		background:transparent url("../images/arrow.gif") 0px 6px no-repeat;
		padding-left:8px; 
		}
	
	#procedures ul { 
		margin-left: 25px;	
		}
		
	#procedures ul li { 
		margin-left: 30px;
		background:transparent url("../images/bullet.gif") 0px 2px no-repeat;
		float:left;
		padding-left:14px; 
		width: 150px;
		}

/* ----- column-right ----- */

#column-right {
	width:220px;
	float:left;
	}

	/* background image list items */
	
		#column-right p { 
		padding-left:20px;
		padding-right:25px; 
		font-size: 11px;
		} 
		
	#column-right ul { 
		margin-left:5px; 
		} 

	#column-right ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:8px; 
		}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.gif");
	height:38px;
	clear:both;
	width:100%;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */


#header-graphic {
	height:245px; /* sets height for all non-flash headers */
	background:url("../images/header-graphic.jpg") no-repeat;
	}
	
#header-graphic-inside {
	height:13px;
	background:url("../images/header-inside.gif") no-repeat;
	}



/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead {
	height:87px; /* sets height for all subheads */
	margin-bottom: -30px;
	}
	
			body#index #subhead {
			background:url("../images/subhead-index-welcome.gif") no-repeat;
			}
			
			body#practice #subhead {
			background:url("../images/subhead-practice.gif") no-repeat;
			}
			
			body#procedure #subhead {
			background:url("../images/subhead-procedures.gif") no-repeat;
			}
			
			body#products #subhead {
			background:url("../images/subhead-products.gif") no-repeat;
			}
			
			body#contact #subhead {
			background:url("../images/subhead-contact.gif") no-repeat;
						}
						
			body#aesthetics #subhead {
			background:url("../images/subhead-aesthetics.gif") no-repeat;
			}
			
			body#thankyou #subhead {
			background:url("../images/subhead-thankyou.gif") no-repeat;
			}
							
#index-subhead-aesthetics{
		background:url("../images/subhead-index-aesthetics.gif") no-repeat;
		height: 52px;
		}
		
#subhead-columnright{
		background:url("../images/subhead-quickcontact.gif") no-repeat;
		height: 105px;
		margin-bottom: -60px;
		}
#subhead-columnright-contact{
		background:url("../images/subhead-locate.gif") no-repeat;
		height: 105px;
		margin-bottom: -60px;
		}
#subhead-blank{
		background:url("../images/subhead-blank.gif") no-repeat;
		height: 105px;
		margin-bottom: -60px;
		}
#subhead-tips{
		background:url("../images/subhead-tips.gif") no-repeat;
		height: 39px;
		}
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FAF6E6;
	}

#footer a:link, #footer a:visited {
	color:#FAF6E6;
	}

#footer a:hover, #footer a:active {
	color:#BFA683;
	}

#footer ul {margin-top:10px;}

#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 #FAF6E6;
	}

	#footer li.first { border: none; }
	
/* nav
 * ------------------------------------------------------------------------- */
 
#nav{ 
	background:url("../images/nav.gif") no-repeat; 
	width:730px; 
	height:43px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:43px; display:block; }

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 83px; margin-left: 34px;}
#nav-02 { width: 152px;}
#nav-03 { width: 102px;}
#nav-04 { width: 117px;}
#nav-05 { width: 114px;}
#nav-06 { width: 94px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover {background:url("../images/nav.gif")  -34px -43px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.gif") -117px -43px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.gif") -269px -43px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.gif") -371px -43px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.gif") -488px -43px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.gif") -602px -43px no-repeat;}


#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#7D281F;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	font-size: 10px;
	margin-top: -1px;
	visibility: visible;
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border:1px solid #9F584D;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* 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-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover{ 
	background-image:none;
	background-color:#893124;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */

#nav-03 ul, #nav-03 li { width:145px; }		
#nav-04 ul, #nav-04 li { width:155px; }
#nav-05 ul, #nav-05 li { width:114px; }
