/*--------------------- 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:#440807 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px "Verdana", Arial, Helvetica, sans-serif; 
	color:#993300;
	}

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

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


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



h1	{ font-size:1.3em; color:#8C0B07; font-weight:bold; text-transform:uppercase;}
h2	{ font-size:1.1em; color:#AF0E0A; font-weight:bold;}
h3	{ font-size:1.0em; color:#F18220;  font-weight:bold;}
h4	{ font-size:1.0em; color:#AF0E0A;  font-weight:bold; font-style:italic;}


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

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

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

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

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:0px;
	font-size:10px;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 7px 25px; 
	}
	
img.img-right { 
	float:right; 
	margin:2px 45px 7px 10px; 
	}

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

form {
	width:215px;
	padding:10px 0 15px 0;
	}

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

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

input, textarea, select { 
	background-color:#6B2709 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #FCF0DD;
	color:#F8CD8E;
	width:210px; /* 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:"Verdana", Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { 
	width:215px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit-contact-main { 
	background:url("../images/btn-submit.gif");
	width:73px;
	height:20px;
	border:none;
	cursor:pointer;
	}

input.submit-contact-main { margin:90px 0 0 133px; }

input.submit-image { 
	background:url("../images/btn-submit.gif");
	width:73px;
	height:20px;
	border:none;
	cursor:pointer;
	}

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


/* ----- main form ----- */ 
 
#contact-main { padding:20px 0 10px 0; font-size:10px;}
	
#contact-main label { 
	width:120px; 
	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:100px; }



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

#wrap {
	background:url("../images/bg-wrap.gif") repeat-y;
	width:787px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.gif");
	height:70px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:30px;
		width:420px;
		top:10px;
		height:45px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:277px;
	float:left;
	}
	
	
#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4 {
	margin: 0 25px 10px 40px;
	}
	
	
#column-left form {
	margin-left:40px;
	}
	
	
	/* background image list items */
	#column-left ul { 
		margin-left:47px; 
		}
	#column-left ul li { 
		background:transparent url("../images/bullet.gif") 0px 7px no-repeat;
		padding-left:15px;
		line-height:25px; 
		}

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

#column-right {
	width:510px;
	float:left;
	}
	
	#column-right form{
	margin: 0 45px 10px 65px;
	}
	
	#column-right p, #column-right ul, #column-right h1, #column-right h2, #column-right h3, #column-right h4 {
	margin: 0 45px 10px 25px;
	}


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

#header-flash {
	height:225px;
	margin:0;
	padding:0;
	background:url("../images/header.jpg");
}

#header-flash #flash-header {
	height:224px;
	margin:0 0 0 16px;
}

#header-graphic {
	height:225px;
	background:url("../images/header.jpg"); /* sets height for all non-flash headers */
}
	
#header-graphic {
	height:225px;
	background:url("../images/header.jpg"); /* sets height for all non-flash headers */
}
	
	
body#body #header-graphic {
	height:225px;
	background:url("../images/header.jpg"); /* sets height for all non-flash headers */
}
	
body#facial #header-graphic {
	height:225px;
	background:url("../images/header-face.jpg"); /* sets height for all non-flash headers */
}
	
body#medispa #header-graphic {
	height:225px;
	background:url("../images/header-medispa.jpg"); /* sets height for all non-flash headers */
}

body#about #header-graphic {
	height:225px;
	background:url("../images/header-about.jpg"); /* sets height for all non-flash headers */
}
	

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

body#index #subhead {
		background:url("../images/subhead.gif");
		height: 95px; 
		}
		

#subhead {
	height:75px; /* sets height for all subheads */
	}

	body#about #subhead {
		background:url("../images/subhead-about.gif"); 
		}
		
	body#facial #subhead {
		background:url("../images/subhead-facial.gif"); 
		}
		
	body#body #subhead {
		background:url("../images/subhead-body.gif"); 
		}
		
	body#breast #subhead {
		background:url("../images/subhead-breast.jpg"); 
		}

		
	body#medispa #subhead {
		background:url("../images/subhead-medispa.gif"); 
		}
		
		
	body#contact #subhead {
		background:url("../images/subhead-contact.gif"); 
		}
		
	body#sitemap #subhead {
		background:url("../images/subhead-sitemap.jpg"); 
		}
		
		
	body#thankyou #subhead {
		background:url("../images/subhead-thankyou.gif"); 
		}
		
/* subhead- other sizes
 * ------------------------------------------------------------------------- */
	
	#subhead-quick-contact{
		height:75px;
		background:url("../images/subhead-quick-contact.gif"); 
		}
		
		#subhead-quick-contact-spa {
		height:232px;
		background:url("../images/subhead-quick-contact-spa.gif"); 
		}
		
	#subhead-locate {
		height:75px;
		background:url("../images/subhead-locate.gif"); 
		}
		
	#subhead-featured {
		height:85px;
		background:url("../images/subhead-featured.gif"); 
		}
		
	#subhead-index-procedures {
	height:61px;
	background:url("../images/subhead-featured-procedures.jpg"); 
	}
	
	#subhead-events {
	height: 58px;
	background:url("../images/subhead-events.jpg"); 
	}	
		
/* medispa
 * ------------------------------------------------------------------------- */
 #spacer-top{
 	background:url("../images/spacer01.jpg") no-repeat ;
	height:51px;
	margin-top:-35px;
	}



/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	}

#footer p {
	color:#FFE3BA;
	}

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

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

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

	#footer li.first { border: none; }


/* menu
 * ------------------------------------------------------------------------- */
#menu { 
	background:url("../images/nav.jpg") no-repeat; 
	width:787px; 
	height:30px; 
	margin-bottom:0; 
	}

#menu span { display: none; }

#menu li, #menu a { height:30px; display:block; }

#menu li { float:left; list-style:none; display:inline; }

#menu-01 { width: 58px; margin-left: 16px;}
#menu-02 { width: 81px;}
#menu-03 { width: 130px;}
#menu-04 { width: 123px;}
#menu-05 { width: 123px;}
#menu-06 { width: 124px;}
#menu-07 { width: 117px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#menu-01 a:hover {background:url("../images/nav.jpg")  -16px -30px no-repeat;}
#menu-02 a:hover {background:url("../images/nav.jpg") -74px -30px no-repeat;}
#menu-03 a:hover {background:url("../images/nav.jpg") -155px -30px no-repeat;}
#menu-04 a:hover {background:url("../images/nav.jpg") -285px -30px no-repeat;}
#menu-05 a:hover {background:url("../images/nav.jpg") -408px -30px no-repeat;}
#menu-06 a:hover {background:url("../images/nav.jpg") -531px -30px no-repeat;}
#menu-07 a:hover {background:url("../images/nav.jpg") -655px -30px no-repeat;}

/* ------------------------ son of suckerfish: horizontal sprite menu ------------------------ */
#menu li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#6B2709;	/* Background color of drop down menu - add more styles (i.e. background image) if you want */
	}


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

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

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

/* Drop down link styles */
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	font-size:1.0em;
	color:#F8CD8E;
	text-decoration:none;
	}

#menu li:hover ul, #menu li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#menu-04 ul a:hover { 
	background-image:none;
	background-color:#6B2709;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down menu - choose width that allows items to display on one line */
#menu-04 ul, #menu-04 li { width:135px; }


#specials { 
	border: 1px solid;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 8px;
	text-align: center;
}

#specials a {
	text-decoration: none;
}

.carecredit { margin-left:30px;}


/*blog button*/

#blog-btn {
	background:url(../images/blog-btn.jpg) no-repeat;
	height:80px	;
	margin:25px 0 10px 0;
	position:relative;
	}
#blog-btn a {
width:217px ;
height:60px ;
position:absolute;
display:block;
top:10px ;
left:40px ;
}	
#blog-btn a span {display:none;}
