/*--------------------- 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:#F4DCC2 url("../images/bg-body.jpg") top repeat-x;
	text-align:center;
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#260F01;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.4em; }
h2	{ font-size:1.3em; }
h3	{ font-size:1.0em; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#B24600; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#CC8550; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top, p.back-to-top-last {
	text-align:right;
	display:block;
	height:26px;
	background:url("../images/bg-back-to-top.jpg") center no-repeat;
	}
	p.back-to-top-last {
	background:none;
	padding-bottom:15px;
	}
	
img.img-left { 
	float:left; 
	margin:0 4px 2px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

.btn-gallery {
	height:117px;
	width:163px;
	background: url("../images/btn-bna.jpg") no-repeat;
	position:relative;
	margin-left: 30px;
	}
	.btn-gallery a {
	position:absolute;
	top:0px;
	width:163px;
	height:117px;
	left: 0px;
		}
	.btn-gallery a span {
		display:none;
		}
	.btn-gallery a:hover { background:url("../images/btn-bna.jpg")  -163px 0 no-repeat;}	
	
.btn-financing {
	height:89px;
	width:163px;
	background: url("../images/btn-financing.jpg") no-repeat;
	position:relative;
	margin-left: 30px;
	}
	.btn-financing a {
	position:absolute;
	top:0px;
	width:163px;
	height:89px;
	left: 1px;
		}
	.btn-financing a span {
		display:none;
		}
	.btn-financing a:hover { background:url("../images/btn-financing.jpg") -164px no-repeat;}	
	
.btn-testimonials {
	height:89px;
	width:163px;
	background: url("../images/btn_testimonials.jpg") no-repeat;
	position:relative;
	margin: 0 0 12px 30px;
	}
	.btn-testimonials a {
	position:absolute;
	top:0;
	width:164px;
	height:90px;
	left: 0;
		}
	.btn-testimonials a span {
		display:none;
		}
	.btn-testimonials a:hover { background:url("../images/btn_testimonials.jpg") -163px no-repeat;}	
	
.btn-breast-warranty {
	height:89px;
	width:163px;
	background: url("../images/btn_breast_warranty.jpg") no-repeat;
	position:relative;
	margin: 15px 0 12px 30px;
	}
	.btn-breast-warranty  a {	
		position:absolute;
		top:0px;
		width:163px;
		height:89px; 
		}
	.btn-breast-warranty  a span {
		display:none;
		}
	.btn-breast-warranty  a:hover { background:url("../images/btn_breast_warranty.jpg") -163px no-repeat;}
	
.btn-enhanced_warranty {
	height:89px;
	width:163px;
	background: url("../images/btn_enhanced_warranty.jpg") no-repeat;
	position:relative;
	margin: 15px 0 12px 30px;
	}
	.btn-enhanced_warranty  a {	
		position:absolute;
		top:0px;
		width:163px;
		height:89px; 
		}
	.btn-enhanced_warranty  a span {
		display:none;
		}
	.btn-enhanced_warranty  a:hover { background:url("../images/btn_enhanced_warranty.jpg") -163px no-repeat;}	
	
			
	
.btn-breast-implant-safety {
	padding-left:30px;
	padding-top:15px;}
		
/* ----- global form elements ----- */ 

form {
	width:150px;
	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:#FDF8E2 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #451A00;
	color:#260F01;
	width:145px; /* 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: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
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: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: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 { margin:95px 0 0 243px; }

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background: url("../images/bg-wrap.jpg") repeat-y;
	width:774px;
	margin:0 auto;
	text-align:left;
	}
	#inner-wrap { background:url("../images/bg-inner-wrap.jpg") bottom no-repeat; }
	#sub-wrap { background:url("../images/bg-divider.gif") 211px 0 repeat-y; float:left; } /* dashed divider for sub pages */
#wrap p, #wrap dl, #wrap h2 { 
	margin-bottom:25px;
	margin-left:37px;
	margin-right:41px;
	}
	#wrap dl dt { font-weight:bold; }
	#wrap dl dd { margin-left:15px; margin-bottom:15px; }
	.privacy-header {
		background:url("../images/subhead-privacy.jpg") no-repeat;
		height:62px;
		}
		.privacy-header span { display:none; }

	
#masthead {
	position:relative;
	background:url("../images/masthead_new.jpg");
	width:774px;
	height:110px;
	}
	/* index page link within #masthead */		
	#masthead a.homelink {	
		position:absolute;
		top:20px;
		left:0px;
		width:285px;
		height:71px; 
		}
		#masthead a.bna {
	position:absolute;
	top:33px;
	left:359px;
	width:100px;
	height:55px;
		}
		#masthead a.testimonials {
	position:absolute;
	top:33px;
	left:466px;
	width:100px;
	height:54px;
		}
	#masthead a span {
		display:none;
		}
#index-dr { 
	width:215px; height:196px; 
	float:left;
	background:url("../images/img-dr-parrish.jpg") no-repeat;
	}

#index-contact {
	width:306px;
	float:left;
	}
	#index-contact form { margin-left:37px; width:223px; }
	#index-contact input, #index-contact textarea, #index-contact select { width:218px; }
	#index-contact textarea { height:50px; }
	#index-contact input.submit { width:100px; }
#index-featured {
	width:468px;
	float:left;
	}
#index-sub { background:url("../images/bg-index-sub.jpg") 305px 0 repeat-y; float:left; }

/* ----- column-left ----- */
#column-left {
	width:211px;
	float:left;
	background:url("../images/subhead-left-contact.jpg") no-repeat;
	}
	body#contact #column-left, body#thankyou #column-left { background:url("../images/subhead-left-call.jpg") no-repeat; }

	#column-left form { margin-left:37px; }
	
	#subhead-left { 
		height:62px;
		}

/* ----- column-right ----- */
#column-right {
	width:563px;
	float:left;
	}
	body#body #column-right { background:url("../images/subhead-body.jpg") no-repeat; }
	body#breast #column-right { background:url("../images/subhead-breast.jpg") no-repeat; }
	body#contact #column-right { background:url("../images/subhead-contact.jpg") no-repeat; }
	body#meet #column-right { background:url("../images/subhead-meet.jpg") no-repeat; }
	body#face #column-right { background:url("../images/subhead-face.jpg") no-repeat; }
	body#faq #column-right { background:url("../images/subhead-faqs.jpg") no-repeat; }
	body#skin #column-right { background:url("../images/subhead-skin.jpg") no-repeat; }
	body#staff #column-right { background:url("../images/subhead-staff.jpg") no-repeat; }
	body#thankyou #column-right { background:url("../images/subhead-thankyou.jpg") no-repeat; }

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right dl, #column-right ul { 
		margin-left:18px;
		margin-bottom:20px;
		}

		#column-right img.img-right { margin-right:41px; }
		#column-right img.img-left { margin-left:18px; }
		#column-right img.procedure { margin-left:90px; }
	#column-right h1, #column-right h2, #column-right h3 { margin-bottom:10px; }
	
	body#faq #column-right dl dt { 
		background:transparent url("../images/bg-q.jpg") 0px 2px no-repeat; 
		height:36px;
		padding-left:30px;
		padding-top:5px;
		}
		body#faq #column-right dl dt.double { padding-top:0; height:40px; }
	body#faq #column-right dl dd { margin-left:30px; margin-bottom: 25px; }

	body#faq #column-right dl dd ul { padding-left:0; margin-left:0; margin-top:5px; }
	body#faq #column-right dl dd li { background:none; padding-left:0; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		ul.privacy {
			margin-top:10px;
			padding-left:10px;
			}
		#column-right ul li, ul.privacy li { 
			background:transparent url("../images/bullet.jpg") 0px 7px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-bottom:5px;
			}

	#office-01 { margin-left: 25px; }
	
	#holiday-specials {
		background:url("../images/img-holiday-specials.jpg")  no-repeat;
		height: 197px;
		}

	#newspecials {
		background:url("../images/news_and_specials.gif")  no-repeat;
		height: 325px;
		margin-top: 20px;
		}
		
	#whats-new-box {
		background:url("../images/whats-new-bg.gif") repeat-y;
		width: 447px;
		margin-bottom: 10px;		
		}	
		
		#whats-new-title {
			background:url("../images/title-whats-new.gif")  no-repeat;
			height: 60px;		
			}	
		#whats-new-footer {
			background:url("../images/whats-new-footer.gif")  no-repeat;
			height: 20px;		
			}	
			
		#whats-new-box p {
			margin: 10px 35px 5px 55px;
			}	
	
	#title-testimonial {
			background:url("../images/title-testimonial.gif")  no-repeat;
			height: 60px;		
			}			

	#testimonials {
		background:#FDF8E4 url("../images/testimonials2.gif") no-repeat;
		height: 534px;
		width: 447px;
		margin: 0;
		}
		#debra_msg {
		background:#FDF8E4 url("../images/debra_msg.gif")  no-repeat;
		height: 445px;
		width: 447px;
		margin: 0;
		}
		#patty_msg {
		background:#FDF8E4 url("../images/patty_msg.gif")  no-repeat;
		height: 445px;
		width: 447px;
		margin: 0;
		}
	#gagnon {
		font-size: 20px;
		font-family: "Times New Roman", Times, serif;
		color: #511B01;
		font-weight: bold;
		}		

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:35px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* flash framework
 * ------------------------------------------------------------------------- */
#flash-index { height:301px; background:url("../images/bkgrnd-flash.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

	#subhead { height:62px; }
	body#index #subhead { background:url("../images/subhead-index.jpg"); }


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	color:#000000;
	padding-bottom:10px;
	}

#footer p {
	margin-bottom:10px;
	margin-top:10px;
	}

#footer a { color:#000; }

#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;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	height:83px;
	margin:0; padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:83px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 82px; margin-left: 10px;}
#nav-02 { width: 82px; margin-left: 2px;}
#nav-03 { width: 82px; margin-left: 2px;}
#nav-04 { width: 82px; margin-left: 2px;}
#nav-05 { width: 82px; margin-left: 2px;}
#nav-06 { width: 82px; margin-left: 2px;}
#nav-07 { width: 82px; margin-left: 2px;}
#nav-08 { width: 82px; margin-left: 2px;}
#nav-09 { width: 82px; margin-left: 2px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -10px -83px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -94px -83px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -178px -83px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -262px -83px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -346px -83px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -430px -83px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -514px -83px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -598px -83px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -682px -83px no-repeat; }

/* Procedures Sprite Nav
 * ------------------------------------------------------------------------- */
#nav-procedures {
	background:url("../images/nav-procedures.jpg") top left no-repeat;					
	width:420px;		/* Width of buttons, not entite image (or half of entire image) */
	height:190px;		/* Height of entire image */
	margin:0; padding:0;
	float:left;
	}

#nav-procedures li span { display: none; }

#nav-procedures li, #nav-procedures a { 
	color:#69320B;
	height:20px;			/* Each button must have the same height, define it here */
	display:block;
	}
	
#nav-procedures li {
	float:left;
	list-style:none;
	display:inline;
	}
		
/* margin-top to set where the nav should begin */
#nav-procedures-01, #nav-procedures-02 { margin-top:7px;}

/* margin-top if there is a spacing between each nav button */
#nav-procedures-01, #nav-procedures-03, #nav-procedures-05, #nav-procedures-07, #nav-procedures-09, #nav-procedures-11, #nav-procedures-13, #nav-procedures-15 { margin-left:50px; width:171px; }
#nav-procedures-02, #nav-procedures-04, #nav-procedures-06, #nav-procedures-08, #nav-procedures-10, #nav-procedures-12, #nav-procedures-14, #nav-procedures-16 { margin-left:19px; width:169px; }

#nav-procedures-01 a:hover { background:url("../images/nav-procedures.jpg") -518px  -7px no-repeat; }
#nav-procedures-03 a:hover { background:url("../images/nav-procedures.jpg") -518px  -27px no-repeat; }
#nav-procedures-05 a:hover { background:url("../images/nav-procedures.jpg") -518px  -47px no-repeat; }
#nav-procedures-07 a:hover { background:url("../images/nav-procedures.jpg") -518px  -67px no-repeat; }
#nav-procedures-09 a:hover { background:url("../images/nav-procedures.jpg") -518px  -87px no-repeat; }
#nav-procedures-11 a:hover { background:url("../images/nav-procedures.jpg") -518px  -107px no-repeat; }
#nav-procedures-13 a:hover { background:url("../images/nav-procedures.jpg") -518px  -127px no-repeat; }
#nav-procedures-15 a:hover { background:url("../images/nav-procedures.jpg") -518px  -147px no-repeat; }

#nav-procedures-02 a:hover { background:url("../images/nav-procedures.jpg") -708px  -7px no-repeat; }
#nav-procedures-04 a:hover { background:url("../images/nav-procedures.jpg") -708px  -27px no-repeat; }
#nav-procedures-06 a:hover { background:url("../images/nav-procedures.jpg") -708px  -47px no-repeat; }
#nav-procedures-08 a:hover { background:url("../images/nav-procedures.jpg") -708px  -67px no-repeat; }
#nav-procedures-10 a:hover { background:url("../images/nav-procedures.jpg") -708px  -87px no-repeat; }
#nav-procedures-12 a:hover { background:url("../images/nav-procedures.jpg") -708px  -107px no-repeat; }
#nav-procedures-14 a:hover { background:url("../images/nav-procedures.jpg") -708px  -127px no-repeat; }
#nav-procedures-16 a:hover { background:url("../images/nav-procedures.jpg") -708px  -147px no-repeat; }

.newsletter_img {
	float: left;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-right: 5px;
}
#subhead a {
	position: absolute;
	left: -325px;
	top: -195px;
}
#subhead span {
	display: none;
}
#meet #subhead {
	left: 498px;
	width: 58px;
	top: 198px;
}
.personal_msg_btn-patty {
	margin-left: 175px;
}

.personal_msg_btn {
	margin-left: 290px;
}



	.btn-beauty-life {
	height:55px;
	width:163px;
	background: url("../images/btn-beauty-life.jpg") no-repeat;
	position:relative;
	margin-left: 30px;
	}
	
	.btn-beauty-life a {
	position:absolute;
	top:0px;
	width:163px;
	height:55px;
	left: 1px;
		}
	
	.btn-beauty-life a:hover { background:url("../images/btn-beauty-life.jpg") -164px no-repeat;}
	
	.btn-beauty-life a span {
		display:none;
	
