/*--------------------- 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:#DCB460 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/15px Arial, Helvetica, sans-serif; 
	color:#663D12;
	}
	body#index { background:#DCB460 url("../images/bg-body-index.jpg") top repeat-x; }

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#663D12; }
h2	{ font-size:1.1em; color:#663D12; }
h3	{ font-size:1.0em; color:#663D12; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#663D12; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#663D12; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
img.img-left { 
	float:left;
	margin-right:2px;
	}
	
img.img-right { 
	float:right;
	margin-left:2px;
	}
.hr {
	background:url("../images/bg-hr.jpg") center no-repeat;
	height:35px;
}
	
/* ----- global form elements ----- */ 

form {
	width:160px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */
fieldset { text-align:left; }
input, textarea, select { 
	background-color:#F8F2EA !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #A06915;
	color:#663D12;
	width:155px; /* 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:160px; 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:0.9em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:175px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:180px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit-contact-main { margin:95px 0 0 240px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:72px;
	height:22px;
	border:none;
	cursor:pointer;
	padding:0;
	}
	input.submit-image { margin-left:-2px; }

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") 88px 0 repeat-y;
	width:928px;
	margin:0 auto;
	text-align:left;
	}
	

#spacer-left {
	width:96px;
	float:left;
	height:452px;	
	background:url("../images/bg-spacer-left.jpg") no-repeat;
	}
/* ----- column-left ----- */
#column-left {
	width:241px;
	float:left;
	text-align:center;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left dl {
		margin:0 11px 18px 18px;
		}
	#column-left form { margin-left:44px; }
	
	
	/* 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;
			}
			
/* ----- column-right ----- */

#column-right {
	width:514px;
	float:left;
	}
	body#index #column-right { 
		background:url("../images/subhead-index.jpg") no-repeat;
		padding-top:94px;
		}
	
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right ol, #column-right dl, #column-right .bnas {
		margin:0 47px 18px 33px;
		}
	#column-right form { margin-left:33px; }
	#column-right img.img-left { margin-left:33px; }
	#column-right img.img-right { margin-right:47px; }

	.bnas {
		text-align:center;
		}
		.bnas img { margin:5px; }

	/* single column list */
	#column-right ul li { 
		background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
		padding-left:13px;  /* pushes text to the right to display bg img */
		}

	#column-right ol li {
		list-style-type:decimal;
		margin-left:17px;
		}

	#column-right li { margin-bottom:1px; }
	
    /* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right 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;
			}
#spacer-right {
	width:77px;
	height:452px;
	float:left;
	background:url("../images/bg-spacer-right.jpg") no-repeat;
	}
	body#index #spacer-right { background:url("../images/bg-spacer-right-index.jpg") no-repeat; }
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") 88px 0 no-repeat;
	height:110px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */
#header-graphic { 
	height:277px;
	background:url("../images/header-sub.jpg");
	} 
	/* index page link within #masthead */		
	#header-graphic a {	
		position:absolute;
		left:260px;
		width:315px;
		top:10px;
		height:52px; 
		}
	#header-graphic a span {
		display:none;
		}
	body#index #header-graphic { background:url("../images/header-index.jpg"); height:365px; }
	body#aboutus #header-graphic, body#our-practice #header-graphic { background:url("../images/header-aboutus.jpg"); }
	body#body #header-graphic, body#liposuction #header-graphic { background:url("../images/header-body.jpg"); }
	body#breast #header-graphic, body#breast-enhancement #header-graphic, body#breast-reduction-reconstruction #header-graphic, body#breast-lift #header-graphic { background:url("../images/header-breast.jpg"); }
	body#contact #header-graphic, body#thankyou #header-graphic { background:url("../images/header-contact.jpg"); }
	body#face #header-graphic, body#rhinoplasty #header-graphic, body#laser #header-graphic, body#juvederm #header-graphic, body#eyelid-surgery #header-graphic, body#facelift #header-graphic, body#brow-forehead-lift #header-graphic, body#revision-rhinoplasty #header-graphic, body#asian-rhinoplasty #header-graphic, body#chin-augmentation #header-graphic { background:url("../images/header-face.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
	body#skin #header-graphic { background:url("../images/header-skin.jpg"); }
	body#blog #header-graphic { background:url("../images/header-aboutus.jpg"); }
	

#header-graphic span { display:none; }
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead-left {
	height:94px;
	background:url("../images/subhead-left-contact.jpg");
	}
	body#contact #subhead-left, body#thankyou #subhead-left {
		background:url("../images/subhead-left-locate.jpg");
		}

#subhead-left-featured {
	height:88px;
	background:url("../images/subhead-left-featured.jpg") 10px 0 no-repeat;
	}

#subhead { height:74px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#aboutus #subhead { background:url("../images/subhead-aboutus.jpg"); }
	body#our-practice #subhead { background:url("../images/subhead-our-practice.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.jpg"); }
	body#breast-enhancement #subhead { background:url("../images/subhead-breast-enhancement.jpg"); }
	body#breast #subhead { background:url("../images/subhead-breast.jpg"); }
	body#breast-reduction-reconstruction #subhead { background:url("../images/subhead-breast-reduction-reconstruction.jpg");}
	body#breast-lift #subhead { background:url("../images/subhead-breast-lift.jpg");}
	body#laser #subhead { background:url("../images/subhead-laser.jpg");}
	body#juvederm #subhead { background:url("../images/subhead-juvederm.jpg");}
	body#eyelid-surgery #subhead { background:url("../images/subhead-eyelid-surgery.jpg");}
	body#facelift #subhead { background:url("../images/subhead-facelift.jpg");}
	body#brow-forehead-lift #subhead { background:url("../images/subhead-brow-forehead-lift.jpg");}
	body#revision-rhinoplasty #subhead { background:url("../images/subhead-revision-rhinoplasty.jpg");}
	body#asian-rhinoplasty #subhead { background:url("../images/subhead-asian-rhinoplasty.jpg");}
	body#chin-augmentation #subhead { background:url("../images/subhead-chin-augmentation.jpg");}
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#face #subhead { background:url("../images/subhead-face.jpg"); }
	body#liposuction #subhead { background:url("../images/subhead-liposuction.jpg"); }
	body#rhinoplasty #subhead { background:url("../images/subhead-rhinoplasty.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#skin #subhead { background:url("../images/subhead-skin.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	


/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:102px;
	background:url("../images/subhead-meet.jpg") 30px 46px no-repeat;
	}
	
#subhead-testimonials {
	height:63px;
	background:url("../images/subhead-testimonial.jpg");
	}




#memberships {
	position:relative;
	background:url("../images/bg-memberships.jpg") no-repeat;
	height:102px;
	}
	#memberships a {	
		position:absolute;
		width:80px;
		top:47px;
		height:55px; 
		}
	#memberships a.abplsurg { left:31px; }
	#memberships a.plasticsurgery { left:142px; }
	#memberships a.abfprs { left:262px; }
	#memberships a.aboto { left:384px; }

	#memberships a span {
		display:none;
		}

	#column-right #membership-links { margin:0 0px 18px 24px; }
	#column-right #membership-links a { 
		display:block; 
		width:100px;
		float:left;
		text-align:center;
		font-size:0.9em;
		}

	a.link01 { margin-left:0px; }
	a.link02 { margin-left:10px; }
	a.link03 { margin-left:15px; }
	a.link04 { margin-left:27px; }


#financing {
	position:relative;
	background:url("../images/bg-financing.gif") no-repeat;
	height:230px;
	}
	#financing a {
	position:absolute;
	width:204px;
	left:243px;
	height:71px;
		}
	
	

	#financing a.carecredit {
	top:43px;
}
	
	#financing a.reliance {
	top:125px;
}

	#financing a span {
		display:none;
		}

	#column-right #financing-links { margin:0 0px 18px 24px; }
	#column-right #financing-links a { 
		display:block; 
		width:100px;
		float:left;
		text-align:center;
		font-size:0.9em;
		}

	a.link01 { margin-left:0px; }
	a.link02 { margin-left:10px; }
	a.link03 { margin-left:15px; }
	a.link04 { margin-left:27px; }

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	margin-bottom:10px;
	}

#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;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:928px; 
	height:40px; 
	margin:0;
	padding:0; 
	}
	body#index #nav { background:url("../images/nav-index.jpg") no-repeat; }

#nav span { display: none; }

#nav li, #nav a { height:40px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position: relative; }

#nav-01 { width: 60px; margin-left: 108px;}
#nav-02 { width: 72px;}
#nav-03 { width: 136px;}
#nav-04 { width: 138px;}
#nav-05 { width: 146px;}
#nav-06 { width: 98px;}
#nav-07 { width: 82px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -108px -40px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -168px -40px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -240px -40px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -376px -40px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -514px -40px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -660px -40px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -758px -40px 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:#D5A26F;	
	}

#nav li ul li { 
	height:25px; 				/* Height of each drop down nav item */
	border:1px solid #B18250;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:25px;				/* Height of each drop down nav item, should match above */
	line-height:25px;			/* 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:#62350D;
	font-weight:bold;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	background-color:#E0BE8E;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:72px; }	
#nav-03 ul, #nav-03 li { width:190px; }		
#nav-04 ul, #nav-04 li { width:220px; }
#nav-05 ul, #nav-05 li { width:280px; }
#nav-06 ul, #nav-06 li { width:130px; }

/* ------------------------------------ Procedures Nav ------------------------------------ */
#nav-procedures {
	background:url("../images/nav-procedures.jpg") 0 0 no-repeat;					
	width:234px;		/* Width of buttons, not entite image (or half of entire image) */
	height:271px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav-procedures li span { display: none; }

#nav-procedures li {
	float:left;
	list-style:none;
	}

#nav-procedures li, #nav-procedures a { 
	height:64px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav-procedures should begin */
#nav-procedures-01 { margin-top:2px; width:234px;  }

/* margin-top if there is a spacing between each nav-procedures button */
#nav-procedures-02, #nav-procedures-03, #nav-procedures-04 { margin-top:3px; width:234px; }

#nav-procedures-01 a:hover { background:url("../images/nav-procedures.jpg") -234px  -2px no-repeat; }
#nav-procedures-02 a:hover { background:url("../images/nav-procedures.jpg") -234px  -69px no-repeat; }
#nav-procedures-03 a:hover { background:url("../images/nav-procedures.jpg") -234px  -136px no-repeat; }
#nav-procedures-04 a:hover { background:url("../images/nav-procedures.jpg") -234px  -203px no-repeat; }

.lightwindow span {display:none;}

#contact_business {display:none;}

#smk {
	padding:5px 0 0;
	}
#smk h2 { 	
	margin:0 0 5px 9px;
	}
#smk p {
	text-align:left;
	}
#smk a {
	height:31px;
	width:31px;
	}

#smk img { 
	}