/*--------------------- 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:#381E39 url("../images/bg-body.jpg") top repeat-x;

	text-align:center; 

	font:12px/16px Verdana, Arial, Helvetica, sans-serif; 

	color:#422143;

	}

body#privacy { background: #381E39;}

body#privacy #wrap { background:#EAE3F1; padding: 10px 0 10px 0; width: 550px; font-size:.95em;}

body#privacy p, body#privacy ul { margin:0 15px 10px 15px;}

	body#privacy ul { padding-left:25px; }

		body#privacy ul li { 

			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;

			padding-left:14px; /* pushes text to the right to display bg img */

			margin-bottom: 10px;

			}

	body#privacy #divider {width: 500px; margin: 10px 25px 15px 25px; background-color:#381E39; height: 2px;}

blockquote { 

	margin-left:10px; 

	margin-right:10px; 

	}



p.h1	{ font-size:1.2em; color:#D34993; font-weight: bold;}

p.h2	{ font-size:1.1em; color:#5A3830; font-weight: bold; }

p.h3	{ font-size:1.0em; color:#000; font-weight: bold; }



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



a:link,a:visited	{ color:#422143; text-decoration:underline; outline:none; }

a:hover,a:active	{ color:#5A3830; text-decoration:none; outline:none; }



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



div.clear	{ 

	clear:both;

	height:.01em; 

	overflow:hidden; 

	}

div.clear-h2	{ 

	clear:both;

	height:15px; 

	overflow:hidden; 

	}



p.back-to-top {

	text-align:right;

	display:block;

	padding-right:15px;

	background:url("../images/bullet-back-to-top.jpg") right no-repeat;

	}

	

img.img-left { 

	float:left; 

	margin:2px 10px 2px 43px; 

	}

	

img.img-right { 

	float:right; 

	margin:5px 0 10px 10px; 

	}



	

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



form {

	width:179px;

	margin:10px 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:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */

	border:1px solid #422143;

	color:#422143;

	width:161px; /* 5 pixles smaller than form width !important */

	height:20px;

	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:Verdana, Arial, Helvetica, sans-serif; 

	font-size:.95em;

	}

	

select { width:150px; padding:0; } /* same width as form - !important */



textarea { height:90px; overflow:auto; }



#contact-business, #contact-email { display: none; } /* do not remove */ 





/* ----- main contact form ----- */ 

 

#contact-main { margin:20px 0 10px 0; }



#contact-main label { 

	width:250px; 

	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;

	height: 18px;

	position:absolute; 

	left:110%; 

	top:-2px;

	}

	

#contact-main label select { width:175px; }

	

#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, input.submit-main-image { margin:90px 0 0 272px; }



input.submit-image{ /* REMOVE IF NOT USED */

	background:url("../images/btn-submit-qc.jpg") top no-repeat;

	width:58px;

	height:20px;

	border:none;

	cursor:pointer;

	}

 input.submit-main-image {

 	background:url("../images/btn-submit.jpg") top no-repeat;

	width:76px;

	height:24px;

	border:none;

	cursor:pointer;

	}





/* framework

 * ------------------------------------------------------------------------- */



#wrap {

	background:url("../images/bg-wrap.jpg") repeat-y;

	width:797px;

	margin:0 auto;

	text-align:left;

	}

#masthead {

	position:relative;

	background:url("../images/masthead.jpg");

	height:88px;

	}

	/* index page link within #masthead */		

	#masthead a {	

		position:absolute;

		left:43px;

		width:515px;

		top:16px;

		height:60px; 

		}

	#masthead a span {

		display:none;

		}



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



#column-left {

	width:570px;

	float:left;

	}

	

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {

		margin:0 22px 10px 43px;

		}

	#column-left form { margin-left:40px; }

	

	/* single column list */

	#column-left ul { padding-left:35px; }

		#column-left ul li { 

			background:transparent url("../images/bullet.jpg") 0px 5px no-repeat;

			padding-left:14px; /* pushes text to the right to display bg img */

			}



	/* multi column list */

	#column-left ul.multi { padding-left:35px;} 

		#column-left ul.multi li { 

			background:transparent url("../images/bullet.jpg") 0px 5px no-repeat;

			padding-left:14px;  /* pushes text to the right to display bg img */

			float:left;

			width:200px;

			line-height:20px; 

			}

		#column-left ul.multi li.long { 

			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;

			padding-left:14px;  /* pushes text to the right to display bg img */

			float:left;

			width:230px;

			line-height:20px; 

			}

			

	/* definition list */

	#column-left dl { padding-left:5px; }

		#column-left dl dt {

			font-weight:bold;

			color:#99CC00;

			}

		#column-left dl dd {

			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;

			padding-left:10px;  /* pushes text to the right to display bg img */

			margin-left:5px;

			}

	#featured {

		background: url("../images/featured-procedures.jpg") top no-repeat;

		padding-top: 70px;

		float: left;

		width: 570px;

		}

	#bna-thumbs {

		background: url("../images/radiesse.jpg") top no-repeat;

		height: 350px;

		vertical-align:bottom;

		width: 256px;

		position: relative;

		float: left;

		margin: 0 15px 10px 0;

		}

		#bna-thumbs p {text-align:center; font-size:.8em; margin-top:350px; margin-left:50px;}

		

		#bna-thumbs a.bna01 {

			position: absolute;

			top: 0px;

			height: 105px;

			left: 45px;

			width: 205px;

			}

		#bna-thumbs a.bna02 {

			position: absolute;

			top: 138px;

			height: 105px;

			left: 45px;

			width: 205px;

			}

			

	.bna {

	margin:5px 0 10px 200px;

	}

			

	#memberships {

		background: url("../images/membership-logos.jpg") top no-repeat;

		height: 270px;

		position:relative;

		clear:both;

		}

		#memberships a.{

			position: absolute;

			top: 70px;

			height: 100px;

			left: px;

			width: 77px;

			}

		



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



#column-right {

	width:227px;

	float:left;

	}



	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {

		margin:0 40px 10px 25px;

		}

	#column-right form { padding-left:25px;}

	 

	/* single column list */

	#column-right ul { padding-left:5px; }

		#column-right ul li { 

			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;

			padding-left:10px;  /* pushes text to the right to display bg img */

			}



	/* multi column list */

	#column-right ul.multi { padding-left:5px; } 

		#column-right ul.multi li { 

			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;

			padding-left:10px;  /* pushes text to the right to display bg img */

			float:left;

			width:150px;

			line-height:20px; 

			}

		

	#contact-subhead {

		background: url("../images/contact-rt.jpg") top no-repeat;

		padding-top: 140px;

		}

		p.map {text-align:center; font-size: .95em; margin-left: 10px; padding-bottom: 20px;}

	#locations-subhead {
	background: url("../images/locations-rt.jpg") top no-repeat;
	padding-top: 160px;
		}

/* ----- bottom-wrap ----- */

 

#bottom-wrap {

	background:url("../images/bottom-wrap.jpg");

	height:43px;

	clear:both;

	width:100%; /* fix for Safar */

	}



	

/* header framework

 * ------------------------------------------------------------------------- */



#header-flash { height:249px; } /* sets height for the flash header - REMOVE IF NOT USED */

#active-x {height:300px;}

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

/*

	body#index #header-graphic { background:url("../images/header-index.jpg"); }

	body#staff #header-graphic { background:url("../images/header-staff.jpg"); }

	body#cosmetic #header-graphic { background:url("../images/header-cosmetic.jpg"); }

	body#products #header-graphic { background:url("../images/header-products.jpg"); }

	body#medical #header-graphic { background:url("../images/header-medical.jpg"); }

	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }

	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }

*/

/* subhead framework

 * ------------------------------------------------------------------------- */



#subhead { padding-top: 90px; } /* sets height for all subheads */



	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat; }

	body#staff #subhead { background:url("../images/subhead-staff.jpg") top no-repeat; }

	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg") top no-repeat; }

	body#products #subhead { background:url("../images/subhead-products.jpg") top no-repeat; }

	body#medical #subhead { background:url("../images/subhead-medical.jpg") top no-repeat; }

	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; }

	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat;}

	body#library #subhead { background:url("../images/subhead-library.jpg") top no-repeat;}




/* footer

 * ------------------------------------------------------------------------- */

 

#footer {

	width:790px;

	margin:0 auto;

	text-align:center;

	}



#footer p {

	color:#FFFFFF;

	margin-bottom:10px;

	}



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



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



#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 #F8BECF;

	}



	#footer li.first { border: none; }



/* Horozontal Sprite Nav

 * ------------------------------------------------------------------------- */



#nav { 

	background:url("../images/nav.jpg") no-repeat; 

	width:797px; 

	height:46px; 

	margin:0;

	padding:0; 

	}



#nav span { display: none; }



#nav li, #nav a { height:46px; display:block; } /* change height here also */



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



#nav-01 { width: 71px; margin-left: 48px;}

#nav-02 { width: 64px;}

#nav-03 { width: 188px;}

#nav-04 { width: 99px;}

#nav-05 { width: 166px;}

#nav-06 { width: 114px;}





/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */

#nav-01 a:hover { background:url("../images/nav.jpg")  -48px -46px no-repeat; }

#nav-02 a:hover { background:url("../images/nav.jpg") -119px -46px no-repeat; }

#nav-03 a:hover { background:url("../images/nav.jpg") -183px -46px no-repeat; }

#nav-04 a:hover { background:url("../images/nav.jpg") -371px -46px no-repeat; }

#nav-05 a:hover { background:url("../images/nav.jpg") -470px -46px no-repeat; }

#nav-06 a:hover { background:url("../images/nav.jpg") -636px -46px no-repeat; }





/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */

body#index #nav-01 { background:url("../images/nav.jpg")  -48px -46px no-repeat; }

body#staff #nav-02 { background:url("../images/nav.jpg") -119px -46px no-repeat; }

body#cosmetic #nav-03 { background:url("../images/nav.jpg") -183px -46px no-repeat; }

body#products #nav-04 { background:url("../images/nav.jpg") -371px -46px no-repeat; }

body#medical #nav-05 { background:url("../images/nav.jpg") -470px -46px no-repeat; }

body#contact #nav-06, body#thankyou #nav-06  { background:url("../images/nav.jpg") -636px -46px no-repeat; }
