/*--------------------- 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: #522D14 url("../images/bg-body.jpg") top repeat;
	text-align:center; 
	font:12px/22px Arial, Helvetica, sans-serif; 
	color:#FFDBA9;
	}

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

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

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

h1	{ font-size:1.2em; color:#E7B766; }
h2	{ font-size:1.1em; color:#E7B766; }
h3	{ font-size:1.0em; color:#E7B766; }

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

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

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

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

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:25px;
	background:url("../images/bullet-back-to-top.gif") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 5px 0 33px; 
	}
	
img.img-right { 
	float:right; 
	margin:0 63px 0 10px; 
	}

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

form {
	width:150px;
	padding:0 0 15px 45px;
	}

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

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

input, textarea, select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #C8B289;
	color:#402005;
	width:150px; /* 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:Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { 
	width:155px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

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

input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:57px;
	height:21px;
	border:none;
	cursor:pointer;
	margin-left: -2px;
	}

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


/* ----- main contact form ----- */ 
 
#contact-main {
	width: 410px;
	}
	
#contact-main dl {
	margin: 0 0 0 5px;
	}
body #contact-main p {
	margin: 0 0 0 5px;
	}
#contact-main dl br {
	clear: both;
	}

#contact-main dt {
	float: left;
	width: 180px;
	line-height: 18px;
	text-align: right;
	clear: left;
	}
	
#contact-main dd {
	margin: 0 0 5px 190px;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	}
#contact-main dd input, #contact-main dd select, #contact-main dd textarea {
	width:200px;
	}
#contact-main dd input.radio {
	border: none;
	width:13px;
	margin-left: 15px;
	}
#contact-main input.radio {
	border: none;
	background: none !important;
	}
#contact-main dl dd input.submit-contact-main { 
	background:url("../images/btn-submit-main.jpg");
	width:57px;
	height:21px;
	border:none;
	cursor:pointer;
	margin: 0;
	}

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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:790px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:90px;
	width:762px;
	margin-left:15px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:274px;
		width:272px;
		top:20px;
		height:48px; 
		}
	#masthead a span {
		display:none;
		}

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

#header-graphic {
	height:212px; /* sets height for all non-flash headers */
	width:762px;
	margin-left:15px;
	background:url("../images/header.jpg");
	}

		
/* nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:762px; 
	height:40px; 
	margin:0 0 0 15px; 
	}

#nav span { display: none; }

#nav li, #nav a { height:37px; display:block; }

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

#nav-01 { width: 59px; margin-left: 49px;}
#nav-02 { width: 144px; margin-left: 1px;}
#nav-03 { width: 54px; margin-left: 1px;}
#nav-04 { width: 67px; margin-left: 1px;}
#nav-05 { width: 58px; margin-left: 1px;}
#nav-06 { width: 101px; margin-left: 1px;}
#nav-07 { width: 79px; margin-left: 1px;}
#nav-08 { width: 100px; margin-left: 1px;}

/*-------------- (-79px) X position of button / (-40px) height of image from above ------------- */
#nav-01 a:hover {background:url("../images/nav.jpg")  -49px -40px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.jpg") -109px -40px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.jpg") -254px -40px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.jpg") -309px -40px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.jpg") -377px -40px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.jpg") -436px -40px no-repeat;}
#nav-07 a:hover {background:url("../images/nav.jpg") -538px -40px no-repeat;}
#nav-08 a:hover {background:url("../images/nav.jpg") -618px -40px no-repeat;}


#bg-swirl {
	background:url("../images/bg-col-right.gif") bottom right no-repeat;
	width:790px;
	}
/* ----- column-left ----- */

#column-left {
	width:258px;
	float:left;
	color:#F1E7D7;
	line-height:15px;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3 {
		margin: 0 45px 15px 45px;
		}
		
	#subhead-location {
		background:url("../images/subhead-location.jpg");
		height:80px;
		}
		
		#subhead-location span {
			display: none;
			}
		
	#subhead-quick-contact {
		background:url("../images/subhead-quick-contact.jpg");
		height:53px;
		}
		
		#subhead-quick-contact span {
			display: none;
			}
			
	#column-left a:link,a:visited	{ color:#FDFCFA; text-decoration:underline; }
	#column-left a:hover,a:active	{ color:#FDFCFA; text-decoration:none; }
	
#logos {
	background:url("../images/asaps_asps.gif") no-repeat;
	width:141px;
	height:270px;
	margin:0 0 10px 20px;
	}

/* ----- Nav Procedures ----- */	
#nav-procedures {
	background:url("../images/nav-procedures.jpg") top left no-repeat;					
	width:167px;		
	height:191px;		
	margin:0 0 20px 45px;
	padding:0;
	}

#nav-procedures li span { display: none; }

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

#nav-procedures li, #nav-procedures a { 
	height:48px;	
	display:block;
	}

#nav-procedures-01, #nav-procedures-02, #nav-procedures-03, #nav-procedures-04 { width:167px; margin-top:0; }

#nav-procedures-01 a:hover { background:url("../images/nav-procedures.jpg") -167px  -0px no-repeat; }
#nav-procedures-02 a:hover { background:url("../images/nav-procedures.jpg") -167px  -48px no-repeat; }
#nav-procedures-03 a:hover { background:url("../images/nav-procedures.jpg") -167px  -96px no-repeat; }
#nav-procedures-04 a:hover { background:url("../images/nav-procedures.jpg") -167px  -144px no-repeat; }
	

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

#column-right {
	width:532px;
	float:left;
	/*background:url("../images/bg-col-right.gif") bottom right no-repeat;*/
	padding-bottom: 30px;
	}
	#column-right p, #column-right h1, #column-right h2, #column-right h3 {
		margin: 0 42px 20px 37px;
		}
	#subhead-doctors {
		background:url("../images/subhead-doctors.jpg") no-repeat;
		height:90px;
		}
		
		#subhead-forms span {
			display: none;
			}

	#subhead-forms {
		background:url("../images/subhead-forms.jpg") no-repeat;
		height:90px;
		}
		
		#subhead-doctors span {
			display: none;
			}
			
		.btn-read-more {
			float:right
			}

body#thankyou #column-right {
	height: 400px;
	}
	
	#column-right ul { padding-left:50px; }
		#column-right ul li {
			list-style-type:disc;
			}
			
	#column-right a:link,a:visited	{ color:#E1B061; text-decoration:underline; }
	#column-right a:hover,a:active	{ color:#E1B061; text-decoration:none; }

#column-right div.bnas {
	margin-left:37px;
	}
	
	#column-right div.bnas img {
		margin-right:10px;
		margin-bottom:7px;
		}	
			
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") bottom left no-repeat;
	height:9px;
	width:100%;
	clear:both;
	}
	
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead {
	height:90px; /* sets height for all subheads */
	width:519px;
	}
	
	#subhead span {
		display: none;
		}

	body#index #subhead {
		background:url("../images/subhead-welcome.jpg"); 
		}
		
	body#about #subhead {
		background:url("../images/subhead-about.jpg"); 
		}
		
	body#face #subhead {
		background:url("../images/subhead-face.jpg"); 
		}
	
	body#breast #subhead {
		background:url("../images/subhead-breast.jpg"); 
		}
		
	body#body #subhead {
		background:url("../images/subhead-body.jpg"); 
		}
	
	body#noninvasive #subhead {
		background:url("../images/subhead-noninvasive.jpg"); 
		}
		
	body#gallery #subhead {
		background:url("../images/subhead-gallery.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"); 
		}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:790px;
	margin:0 auto;
	text-align:center;
	line-height: 18px;
	}

#footer p {
	color:#fff;
	}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	text-decoration: underline;
	}

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

	#footer li.first { border: none; }

/* gallery
 * ------------------------------------------------------------------------- */

#gallery-procedure {
	margin-left: 37px;
	font-weight: bold;
	}
	
#gallery-nav {
	width: 455px;
	margin-left: 22px;
	text-align:center;
	}
		
#gallery-image {
	margin:0 42px 70px 22px;
	}