/*--------------------- 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:#A07C5A;
	text-align:center; 
	font:11px/15px Verdana, Helvetica, sans-serif; 
	color:#D5D1A6;
	}

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

p.h1	{ font-size:1.2em; color:#D5D1A6; font-weight:bold; }
p.h2	{ font-size:1.1em; color:#D5D1A6; font-weight:bold; }
p.h3	{ font-size:1.0em; color:#D5D1A6; font-weight:bold; }

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

a:link,a:visited	{ color:#D5D1A6; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#FF9F3B; text-decoration:underline; outline:none; }

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

div.clear	{ 
	clear:both;
	height:.01em; 
	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;
	}
#column-right dl dd.back-to-top-gallery {
	clear: both;
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	width: 400px;
	}

img.img-left { 
	float:left; 
	margin:148px 8px 1px 5px; 
	/*border: 1px solid #D5D1A6;*/
	}
body#about img.img-left { 
	float:left; 
	margin:155px 8px 15px 5px; 
	/*border: 1px solid #D5D1A6;*/
	}
img.img-right { 
	float:right; 
	margin:0px 55px 5px 15px; 
	/*border: 1px solid #D5D1A6;*/
	}
div.img-center {
	text-align: center;
	margin: 0 50px 10px 0px;
	font-size: .95em;	
	}
img.center {text-align:center; /*border: 1px solid #D5D1A6;*/}	
img.multi-center {margin-left:9px; text-align:center;/* border: 1px solid #D5D1A6;*/}	
img.img-align {margin-left: 5px;}

#column-right div.scroll {
	background: url("../images/scroll-bg.jpg") repeat;
	color: #422A12;
	width: 432px;
	margin-bottom: 15px;
	}
#column-right div.scroll p {
	margin: 0 15px 10px 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:#7C4924 !important; /* to prevent highlighting by Google Toolbar */
	border:none;
	color:#231202;
	width:140px; /* 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: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:145px; padding:0; } /* same width as form - !important */

textarea { height:45px; 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:173px;}
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- 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; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:47px;
	height:15px;
	border:none;
	cursor:pointer;
	}


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:315px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:55px;
		width:180px;
		top:57px;
		height:200px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	width:269px;
	float:left;
	}
	#column-left p {
		margin:0 25px 10px 55px;
		}
	#column-left form { padding-left:55px; }
	body#index #left-contact {
		background:  url("../images/left-contact-index.jpg") top no-repeat; 
		padding-top: 95px;
		}
	#left-contact {
		background:  url("../images/left-contact.jpg") top no-repeat; 
		padding-top: 95px;
		}

	body#contact #left-contact, body#thankyou #left-contact  {
		background: url("../images/left-locate.jpg") top no-repeat; 
		padding-top: 95px;
		}

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

#column-right {
	width:491px;
	float:left;
	}
	#column-right p, #column-right p.h1, #column-right p.h2, #column-right p.h3, #column-right ul, #column-right dl {
		margin:0 55px 10px 5px;
		}
	#column-right form { margin-left:5px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; width: 420px;}
		#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 */
			}
		#column-right ul li.test { 
			background: none;
			clear:both;
			padding:10px 0px 3px 0px;
			font-weight:bold;
			}
		#column-right ul li.test1 { 
			background: none;
			padding-left: 0px;
			}
		#column-right ul li.no-bullet {
			background:none;
			}

	/* multi column list */
		#column-right li.multi { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			margin-left: 5px;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:130px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-right dl { padding-left:5px; margin-bottom: 20px; }
		#column-right dl dt {
			font-weight:bold;
			color:#A07C5A;
			margin: 10px 0 5px 0;
			clear:both;
			font-size: 1.1em;
			}
		#column-right dl dt.single {
			font-weight:bold;
			color:#A07C5A;
			margin: 10px 0 5px 0;
			font-size: 1.1em;
			float: left;
			width: 200px;
			clear:none;
			}
		#column-right dl dd {
			background:none;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-bottom:10px;
			width: 200px;
			float: left;
			}
		#column-right dl dd.space {
			height: 110px;
			}

	#procedures-bna {
		background: url("../images/index-procedures-bna.jpg") top no-repeat;
		height: 95px;
		margin-top: 25px;
		}
		#procedures-index {
			float:left;
			width:241px;
			}
		#column-right #procedures-index ul {
			width:180px;
			margin-right: 0px;
			}
		#bna-index {
			float:left;
			width: 200px;
			text-align:center;
			}
			#bna-index p {
				margin:0px 0px 10px 0px;
				}
				
		#dr-art-thumbs {
			background: url("../images/img-dr-art.jpg") ;
			position: relative;
			height: 130px;
			}
		#dr-art-thumbs a.linda02 {
			position: absolute;
			top: 15px;
			height: 100px;
			left: 23px;
			width: 80px;
			}
		#dr-art-thumbs a.linda01 {
			position: absolute;
			top: 15px;
			height: 100px;
			left: 113px;
			width: 100px;
			}
		#dr-art-thumbs a.meg {
			position: absolute;
			top: 15px;
			height: 100px;
			left: 223px;
			width: 90px;
			}
		#dr-art-thumbs a.liz {
			position: absolute;
			top: 15px;
			height: 100px;
			left: 318px;
			width: 95px;
			}
			
		#liztaylor { background: url("../images/Liz-Taylor.jpg") top no-repeat;}
		#megryan { background: url("../images/Meg-Ryan.jpg") top no-repeat;}
		#lindaevangelista02 { background: url("../images/Linda-Evangelista02.jpg") top no-repeat;}
		#lindaevangelista01 { background: url("../images/Linda-Evangelista01.jpg") top no-repeat;}
		#liztaylor, #megryan, #lindaevangelista01, #lindaevangelista02 {
			margin-top: 7px;
			padding-top: 510px;
			text-align:center;
			width: 500px;
			}
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:60px;
	clear:both;
	width:100%; /* fix for Safar */
	}

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

#header-flash { background: url("../images/flash-bg.gif") no-repeat; height:297px; padding-top:18px} /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
/* #header-graphic { height:300px; } sets height for all non-flash headers */

	/* body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }

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

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

	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat;padding-top: 0px;}
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; padding-top: 0px;}
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg") top no-repeat; }
	body#breast #subhead { background:url("../images/subhead-breast.jpg") top no-repeat; }
	body#other #subhead { background:url("../images/subhead-other.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; height: 326px;}
	p.padd {padding-top: 140px;}

/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	padding-top: 10px;
	}

#footer p {
	color:#D5D1A6;
	margin-bottom:10px;
	}

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

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

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

	#footer li.first { border: none; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:269px;		/* Width of buttons, not entite image (or half of entire image) */
	height:310px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

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

#nav li, #nav a { 
	height:47px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:16px; width:269px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06 { width:269px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -269px  -16px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -269px  -63px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -269px  -110px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -269px  -157px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -269px -204px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -269px -251px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg") -269px  -16px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -269px  -63px no-repeat; }
body#gallery #nav-03 { background:url("../images/nav.jpg") -269px  -110px no-repeat; }
body#breast #nav-04 { background:url("../images/nav.jpg") -269px  -157px no-repeat; }
body#other #nav-05 { background:url("../images/nav.jpg") -269px -204px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -269px -251px no-repeat; }
