/*--------------------- Last Modified --> 2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

/* 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:#D6CCE4 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#4D4D4D;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:13px; color:#727272; text-transform:uppercase; font-weight:normal; }
h2	{ font-size:13px; color:#5B92AB; text-transform:uppercase; }
h3	{ font-size:12px; color:#5B92AB; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#77B2CD; text-decoration:underline; outline:none; font-weight:bold; }
a:hover,a:active	{ color:#77B2CD; text-decoration:underline; outline:none; font-weight:bold; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
img.img-left { 
	float:left; 
	margin:0 10px 0px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

p.docshop { font-style:italic; }
	
/* ----- global form elements ----- */ 

form {
	width:205px;
	margin:0 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#E4DDED !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #6E5592;
	color:#4D4D4D;
	width:200px; /* 5 pixles 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:"Trebuchet", Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:150px; 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:20px 0 10px 0; }

#contact-main label { 
	width:190px; 
	position:relative; 
	display:block; 
	text-align:left; 
	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:95px 0 5px 243px; }

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	width:100%;
	margin:0 auto;
	text-align:center;
	}
	
#wrap-masthead {
	width:765px;
	margin:0 auto;
	text-align:left;
	}

	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:103px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:290px;
		top:10px;
		height:82px; 
		}
	#masthead a span {
		display:none;
		}

/* WRAP CONTENT
 * ------------------------------------------------------------------------- */
#bg-wrap-content {
	background:#fff url("../images/bg-wrap-content.jpg") repeat-x;
	width:100%;
	text-align:center; 
	color:#9A9A9A;
	}

#wrap-content {
	width:765px;
	margin:0 auto;
	text-align:left;
	}

/* ----- column-left ----- */

#wrap-content div.column-left {
	width:376px;
	float:left;
	}
						
/* ----- column-right ----- */

#wrap-content div.column-right {
	width:389px;
	float:left;
	}

	#wrap-content div.column-right p, #wrap-content div.column-right h1, #wrap-content div.column-right h2, #wrap-content div.column-right h3, #wrap-content div.column-right ul, #wrap-content div.column-right dl {
		margin:0 27px 20px 5px;
		}
	#wrap-content div.column-right form { margin-left:0px; }
	 
	/* single column list */
	#wrap-content div.column-right ul { padding-left:5px;}
		#wrap-content div.column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			}

	body#products #wrap-content div.column-right ul, body#dermatology #wrap-content div.column-right ul { padding-left:5px; width:150px; float:left; margin: 0;  }
		body#products #wrap-content div.column-right ul li ul, body#dermatology #wrap-content div.column-right ul li ul { margin-left:15px; padding:0; }
		body#products #wrap-content div.column-right ul li, body#dermatology #wrap-content div.column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			}
			
	/* definition list */
	#wrap-content div.column-right dl { padding-left:5px; width:180px; float:left; margin:0; }
		#wrap-content div.column-right dl dt {
			font-weight:bold;
			color:#5B92AB;
			}
		#wrap-content div.column-right dl dd {
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:20px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

	#wrap-content div.column-right ul li ul { margin:0 0 0 5px; }

	#wrap-content div.column-right ul li a, #wrap-content div.column-right dd a { color:#4D4D4D; }
	
/* WRAP PROCEDURES
 * ------------------------------------------------------------------------- */

#bg-wrap-procedures {
	background:#D6CCE4 url("../images/bg-wrap-procedures.jpg") repeat-x;
	width:100%;
	text-align:center; 
	color:#4D4D4D;
	}

#wrap-procedures {
	background:url("../images/bg-procedures.jpg") repeat-y;
	width:765px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-procedures a:link, #wrap-procedures a:visited	{ color:#4D4D4D; text-decoration:underline; outline:none; font-weight:bold; }
#wrap-procedures a:hover, #wrap-procedures a:active	{ color:#4D4D4D; text-decoration:underline; outline:none; font-weight:bold; }


/* ----- column-left ----- */

#wrap-procedures div.column-left {
	width:255px;
	float:left;
	}
	
	#wrap-procedures div.column-left p, #wrap-procedures div.column-left h1, #wrap-procedures div.column-left h2, #wrap-procedures div.column-left h3, #wrap-procedures div.column-left ul, #wrap-procedures div.column-left dl {
		margin:0 25px 20px 25px;
		}

	/* single column list */
	#wrap-procedures div.column-left ul { padding-left:0px; }
		#wrap-procedures div.column-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			}

	#wrap-procedures div.column-left ul li ul { margin:0 0 0 5px; }
				
/* ----- column-middle ----- */

#wrap-procedures div.column-middle {
	width:255px;
	float:left;
	}

	#wrap-procedures div.column-middle p, #wrap-procedures div.column-middle h1, #wrap-procedures div.column-middle h2, #wrap-procedures div.column-middle h3, #wrap-procedures div.column-middle ul, #wrap-procedures div.column-middle dl {
		margin:0 25px 20px 25px;
		}
	 
	/* single column list */
	#wrap-procedures div.column-middle ul { padding-left:0px; }
		#wrap-procedures div.column-middle ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			}

	#wrap-procedures div.column-middle ul li ul { margin:0 0 0 5px; }


/* ----- column-right ----- */

#wrap-procedures div.column-right {
	width:255px;
	float:left;
	}

	#wrap-procedures div.column-right p, #wrap-procedures div.column-right h1, #wrap-procedures div.column-right h2, #wrap-procedures div.column-right h3, #wrap-procedures div.column-right ul, #wrap-procedures div.column-right dl {
		margin:0 23px 20px 27px;
		}
	 
	/* single column list */
	#wrap-procedures div.column-right ul { padding-left:0px; }
		#wrap-procedures div.column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			}

	#wrap-procedures div.column-right ul li ul { margin:0 0 0 5px; }

/* WRAP CONTACT
 * ------------------------------------------------------------------------- */

#bg-wrap-contact {
	background:#DFD7EA url("../images/bg-wrap-contact.jpg") repeat-x;
	width:100%;
	text-align:center; 
	color:#4D4D4D;
	}

#wrap-contact {
	width:765px;
	margin:0 auto;
	text-align:left;
	}

/* ----- column-left ----- */

#wrap-contact div.column-left {
	width:451px;
	float:left;
	}
	
body#index #wrap-contact div.column-left form { position:relative; margin-left:22px; }

body#index #wrap-contact div.column-left textarea { position:absolute; left:216px; top:17px; width:190px; }

				
/* ----- column-right ----- */

#wrap-contact div.column-right {
	width:314px;
	float:left;
	padding-top:15px;
	}
	
	#wrap-contact p, #wrap-contact h1, #wrap-contact h2, #wrap-contact h3, #wrap-contact ul, #wrap-contact dl {
		margin:0 30px 10px 20px;
		}

	#wrap-contact div.column-right p, #wrap-contact div.column-right h1, #wrap-contact div.column-right h2, #wrap-contact div.column-right h3, #wrap-contact div.column-right ul, #wrap-contact div.column-right dl {
		margin:0 31px 10px 20px;
		}
		
	#wrap-contact div.column-right .contact-line {
		background:url("../images/img-contact-line.gif") no-repeat;
		width:314px;
		height:12px;
		}

	#wrap-contact .address-line {
		background:url("../images/img-address-line.jpg") no-repeat;
		width:765px;
		height:13px;
		}
	

/* WRAP CONTENT SUB
 * ------------------------------------------------------------------------- */

#bg-wrap-content-sub {
	background:#D6CCE4 url("../images/bg-wrap-procedures.jpg") repeat-x;
	width:100%;
	text-align:center; 
	color:#4D4D4D;
	}

#wrap-content-sub {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:765px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-content-sub a:link, #wrap-content-sub a:visited	{ color:#4D4D4D; text-decoration:underline; outline:none; font-weight:bold; }
#wrap-content-sub a:hover, #wrap-content-sub a:active	{ color:#4D4D4D; text-decoration:underline; outline:none; font-weight:bold; }


/* ----- column-left ----- */

#wrap-content-sub div.column-left {
	width:255px;
	float:left;
	}
	
	#wrap-content-sub div.column-left p, #wrap-content-sub div.column-left h1, #wrap-content-sub div.column-left h2, #wrap-content-sub div.column-left h3, #wrap-content-sub div.column-left ul, #wrap-content-sub div.column-left dl {
		margin:0 25px 20px 25px;
		}
		
		#wrap-content-sub div.column-left form { margin:23px; }

	/* single column list */
	#wrap-content-sub div.column-left ul { padding-left:0px; }
		#wrap-content-sub div.column-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			}

	#wrap-content-sub div.column-left ul li ul { margin:0 0 0 5px; }
	
	#wrap-content-sub div.column-left .contact-line {
		background:url("../images/img-colleft-div.jpg") no-repeat;
		width:255px;
		height:15px;
		}
				
/* ----- column-middle ----- */

#wrap-content-sub div.column-middle {
	width:255px;
	float:left;
	}

	#wrap-content-sub div.column-middle p, #wrap-content-sub div.column-middle h1, #wrap-content-sub div.column-middle h2, #wrap-content-sub div.column-middle h3, #wrap-content-sub div.column-middle ul, #wrap-content-sub div.column-middle dl {
		margin:0 25px 20px 25px;
		}
	 
	/* single column list */
	#wrap-content-sub div.column-middle ul { padding-left:0px; }
		#wrap-content-sub div.column-middle ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			}

	#wrap-content-sub div.column-middle ul li ul { margin:0 0 0 5px; }


/* ----- column-right ----- */

#wrap-content-sub div.column-right {
	width:510px;
	float:left;
	background:url("../images/bg-colright-sub.jpg") no-repeat;
	padding-top:50px;
	}

	#wrap-content-sub div.column-right p, #wrap-content-sub div.column-right h1, #wrap-content-sub div.column-right h2, #wrap-content-sub div.column-right h3, #wrap-content-sub div.column-right ul, #wrap-content-sub div.column-right dl {
		margin:0 23px 20px 27px;
		}
	
	#wrap-content-sub div.column-right img.img-right { 
	float:right; 
	margin:40px 23px 5px 5px;
	}

	 
	/* single column list */
	#wrap-content-sub div.column-right ul { padding-left:0px; }
		#wrap-content-sub div.column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			}

	#wrap-content-sub div.column-right ul li ul { margin:0 0 0 5px; }


/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:37px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:484px; margin-top: 25px; }

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#practice #header-graphic { background:url("../images/header-practice.jpg"); }
	body#face #header-graphic { background:url("../images/header-face.jpg"); }
	body#body #header-graphic { background:url("../images/header-body.jpg"); }
	body#laser #header-graphic { background:url("../images/header-laser.jpg"); }
	body#dermatology #header-graphic { background:url("../images/header-derm.jpg"); }
	body#products #header-graphic { background:url("../images/header-skin.jpg"); }
	body#contact #header-graphic { background:url("../images/header-index.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-practice.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:85px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#practice #subhead { background:url("../images/subhead-practice.jpg"); }
	body#face #subhead { background:url("../images/subhead-face.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.jpg"); }
	body#laser #subhead { background:url("../images/subhead-laser.jpg"); }
	body#dermatology #subhead { background:url("../images/subhead-dermatology.jpg"); }
	body#products #subhead { background:url("../images/subhead-products.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }


/* ----- subhead framework with varying heights ----- */

#subhead-facial-procedures {
	height:151px;
	background:url("../images/subhead-facial-procedures.jpg") ;
	}

#subhead-body-procedures {
	height:151px;
	background:url("../images/subhead-body-procedures.jpg") ;
	}

#subhead-skin-procedures {
	height:151px;
	background:url("../images/subhead-skin-procedures.jpg") ;
	}

body#index #subhead-qcontact {
	height:90px;
	background:url("../images/subhead-qcontact.jpg") ;
	}

body#contact #subhead-qcontact, body#thankyou #subhead-qcontact {
	height:98px;
	background:url("../images/subhead-locate.jpg") ;
	}

#subhead-forms {
	height:90px;
	background:url("../images/subhead-forms.jpg") ;
	}



#subhead-qcontact {
	height:98px;
	background:url("../images/subhead-qcontact-sub.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:765px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { font-weight:normal; color:#4D4D4D; }

#footer a:hover, #footer a:active { font-weight:normal; color:#4D4D4D; }

#footer ul {margin-bottom: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 #4D4D4D; 
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:765px; 
	height:54px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:54px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 44px; margin-left: 0px;}
#nav-02 { width: 95px; margin-left:18px; }
#nav-03 { width: 36px; margin-left:18px; }
#nav-04 { width: 38px; margin-left:18px; }
#nav-05 { width: 105px; margin-left:18px; }
#nav-06 { width: 102px; margin-left:18px; }
#nav-07 { width: 140px; margin-left:16px; }
#nav-08 { width: 82px; margin-left:17px; }


/*-------------- (-79px) X position of button / (-54px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  0px -54px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -62px -54px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -175px -54px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -229px -54px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -285px -54px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -408px -54px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -526px -54px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -683px -54px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01  { background:url("../images/nav.jpg")  0px -54px no-repeat; }
body#practice #nav-02  { background:url("../images/nav.jpg") -62px -54px no-repeat; }
body#face #nav-03  { background:url("../images/nav.jpg") -175px -54px no-repeat; }
body#body #nav-04  { background:url("../images/nav.jpg") -229px -54px no-repeat; }
body#laser #nav-05  { background:url("../images/nav.jpg") -285px -54px no-repeat; }
body#dermatology #nav-06  { background:url("../images/nav.jpg") -408px -54px no-repeat; }
body#products #nav-07  { background:url("../images/nav.jpg") -526px -54px no-repeat; }
body#contact #nav-08  { background:url("../images/nav.jpg") -683px -54px no-repeat; }

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#FFF;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border:1px solid #BCBCBC;
	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:#9A9A9A;
	text-decoration:none;
	font-weight:normal;
	}

#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 { 
	background-image:none;
	background-color:#FFF;
	color:#77B2CD;
	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; }		
