/*--------------------- 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:#270A03;
	text-align:center; 
	font:12px/17px Arial, Helvetica, sans-serif; 
	color:#FFC492;
	}

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

h1	{ font-size:1.2em; color:#8D522A; }
h2	{ font-size:1.1em; color:#89BEFF; }
h3	{ font-size:1.0em; color:#FFC492; }

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

a:link,a:visited	{ color:#FFC492; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#8D522A; 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:17px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 0px 12px; 
	}
	
img.img-left-s { 
	float:left; 
	margin:2px 10px 0px 30px; 
	}
	
img.img-right { 
	float:right; 
	margin:0px 36px 0px 0px; 
	}

img.img-bna { 
	margin:0px 0px 5px 35px; 
	}

hr { border:1px solid #744721; text-align:center; margin:0 68px 15px 54px;}

	
/* ----- 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:#B58761 !important; /* to prevent highlighting by Google Toolbar */
	border:0px;
	color:#270A03;
	width:130px; /* 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:3px; /* 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:1em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:50px; 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; }


/* ----- 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") !important;
	width:64px;
	height:18px;
	border:none;
	cursor:pointer;
	}


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

#wrap {
	background:#180704 url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
body#index #wrap {
	background:#180704;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background: url("../images/masthead.jpg");
	height:194px;
	}
	
body#index #masthead {
	position:relative;
	background: url("../images/masthead-index.jpg");
	height:250px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:25px;
		width:435px;
		top:25px;
		height:110px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- content-left ----- */

#column-left {
	width:226px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3{
		margin:0 30px 10px 55px;
		}
	#column-left form { margin-left:55px; }
	

	/* single column list */
	#column-left #procedures ul { padding-left:60px; }
		#column-left #procedures ul li a:link, #column-left #procedures ul li a:visited { 
			color:#FFC492;
			text-decoration:underline;
			}
		#column-left #procedures ul li a:hover, #column-left #procedures ul li a:active { 
			color:#FFC492;
			text-decoration:none;
			}
		#column-left #procedures ul li.procedure-title { 
			background:none;
			color: #89BEFF;
			font-style:italic; font-weight:bold;
			margin:10px 0 5px -13px;
			}


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

	/*contact info in left column*/
	#contactustoday-left{
		width:226px;
		}
		
	p.address-inside{color:#89BEFF; font-size:11px;}
	
	
	.morph a { position:absolute; left:18px; top:40px; width:213px; height:156px;}
	.morph span { display:none;}
	
	
	body#about .morph { background:url("../images/morph_01.jpg") no-repeat; height:201px; position:relative;}
	body#surgical .morph { background:url("../images/morph_02.jpg") no-repeat; height:201px; position:relative;}
	body#hair .morph { background:url("../images/morph_03.jpg") no-repeat; height:201px; position:relative;}
	body#injectables .morph { background:url("../images/morph_04.jpg") no-repeat; height:201px; position:relative;}
	body#lipo .morph { background:url("../images/morph_05.jpg") no-repeat; height:201px; position:relative;}
	body#nonsurgical .morph { background:url("../images/morph_01.jpg") no-repeat; height:201px; position:relative;}
	body#sitemap .morph { background:url("../images/morph_02.jpg") no-repeat; height:201px; position:relative;}
	
	
	
/* ----- content-right ----- */

#column-right {
	width:534px;
	float:left;
	}

	body#index #column-right p, body#index #column-right h1, body#index #column-right h2 {
		margin:0 20px 10px 20px;
		}
		
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 45px 10px 35px;
		}

	#column-right form { margin-left:21px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 3px no-repeat;
			padding:0 0 5px 20px;  /* pushes text to the right to display bg img */
			}
	#column-right #subnav ul { padding-left:0px; }
		#column-right #subnav ul li a:link, #column-right #subnav ul li a:visited{ 
			color:#89BEFF;
			}
			#column-right #subnav ul li a:hover, #column-right #subnav ul li a:active{ 
			color:#FFC492;
			}
	
		#column-right #subnav ul li { background:url(); padding:0 0 5px 0;}
	
	/* 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;
			}


	#column-right ul.articles { margin:0 0px 10px 40px;}
	#column-right ul.articles li {
			background:transparent url("../images/pdf_icon.gif") 0px 1px no-repeat;
			padding:0 0 5px 20px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

	#title-dr { background:url("../images/title-dr.jpg") no-repeat; height:49px;}

	#lipo-bna { background:url("../images/flash_bna_01.jpg") no-repeat; height:208px; position:relative;}
	#lipo-bna a { position:absolute; left:115px; top:6px; width:295px; height:197px;}
	#lipo-bna span { display:none}
	
	.hair-bna { background:url("../images/img-hair.jpg") no-repeat; height:270px; position:relative;}
	.hair-bna a { position:absolute; left:52px; top:21px; height:205px; width:416px;}
	.hair-bna span { display:none;}*/
	
	.bna-b { background:url("../images/img-botox.jpg") no-repeat; height:189px; position:relative;}
	.bna-b a { position:absolute; left:52px; top:21px; height:163px; width:416px;}
	.bna-b span { display:none;}
	
	.bna-l { background:url("../images/img-lipografing.jpg") no-repeat; height:270px; position:relative;}
	.bna-l a { position:absolute; left:52px; top:21px; height:243px; width:416px;}
	.bna-l span { display:none;}

	.bna-l { background:url("../images/img-lipografing.jpg") no-repeat; height:270px; position:relative;}
	.bna-l a { position:absolute; left:52px; top:21px; height:243px; width:416px;}
	.bna-l span { display:none;}

	.bna-laser { background:url("../images/img-skin.jpg") no-repeat; height:270px; position:relative;}
	.bna-laser a { position:absolute; left:52px; top:21px; height:243px; width:416px;}
	.bna-laser span { display:none;}
	
	.bna-inject { background:url("../images/img-filler.jpg") no-repeat; height:189px; position:relative;}
	.bna-inject a { position:absolute; left:52px; top:18px; height:165px; width:416px;}
	.bna-inject span { display:none;}
	
	.bna-fillers { background:url("../images/img-filler.jpg") no-repeat; height:189px; position:relative;}
	.bna-fillers a { position:absolute; left:52px; top:21px; height:163px; width:416px;}
	.bna-fillers span { display:none;}
	
	.bna-eyelid { background:url("../images/img-bleph.jpg") no-repeat; height:189px; position:relative;}
	.bna-eyelid a { position:absolute; left:52px; top:21px; height:163px; width:416px;}
	.bna-eyelid span { display:none;}
	
	.bna-brow { background:url("../images/img-brow.jpg") no-repeat; height:270px; position:relative;}
	.bna-brow a { position:absolute; left:52px; top:21px; height:243px; width:416px;}
	.bna-brow span { display:none;}
	
	.bna-face { background:url("../images/img-face.jpg") no-repeat; height:270px; position:relative;}
	.bna-face a { position:absolute; left:52px; top:21px; height:243px; width:416px;}
	.bna-face span { display:none;}
	
	.bna-oto { background:url("../images/img-oto.jpg") no-repeat; height:189px; position:relative;}
	.bna-oto a { position:absolute; left:52px; top:21px; height:163px; width:416px;}
	.bna-oto span { display:none;}
	
	.bna-chin { background:url("../images/img-chin.jpg") no-repeat; height:270px; position:relative;}
	.bna-chin a { position:absolute; left:52px; top:21px; height:243px; width:416px;}
	.bna-chin span { display:none;}
	
	.bna-rhino { background:url("../images/img-rhino.jpg") no-repeat; height:270px; position:relative;}
	.bna-rhino a { position:absolute; left:52px; top:21px; height:243px; width:416px;}
	.bna-rhino span { display:none;}
	
	.bna-lipo { background:url("../images/img-lipo.jpg") no-repeat; height:270px; position:relative;}
	.bna-lipo a { position:absolute; left:52px; top:21px; height:243px; width:416px;}
	.bna-lipo span { display:none;}
	
	.bna-psr { background:url("../images/img-psr.jpg") no-repeat; height:270px; position:relative;}
	.bna-psr a { position:absolute; left:52px; top:21px; height:243px; width:416px;}
	.bna-psr span { display:none;}
	
	.bna-thermage2 { background:url("../images/img-thermage2.jpg") no-repeat; height:270px; position:relative;}
	.bna-thermage2 a { position:absolute; left:52px; top:21px; height:243px; width:416px;}
	.bna-thermage2 span { display:none;}

	/*------------2 column division on index------------------------*/		
	/* welcome*/
	#welcome{
		float:left;
		width:348px;
		}
	/* contact */
	#contactustoday-right{
		float:left;
		width:186px;
		}
		#contactustoday-right p{margin-left:20px;}
		#contactustoday-right p.address-index{color:#89BEFF; font-size:11px;}
	
	/*subnav - procedures lists*/
	#subnav{background:url("../images/subnav.jpg") top no-repeat; width:160px; padding-top:50px; float:right; margin: 0 40px 0 10px;}


/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:60px;
	clear:both;
	width:100%; /* fix for Safar */
	}

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

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

#header-graphic { background:url("../images/header-graphic.jpg"); height:196px; } /* 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 { height:62px; } /* sets height for all subheads */

	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat;}
	body#surgical #subhead { background:url("../images/subhead-surgical.jpg") top no-repeat; }
	body#nonsurgical #subhead { background:url("../images/subhead-nonsurgical.jpg") top no-repeat; }
	body#results #subhead { background:url("../images/subhead-results.jpg") top no-repeat; }
	body#hair #subhead { background:url("../images/subhead-hair.jpg") top no-repeat; }
	body#lipo #subhead { background:url("../images/subhead-lipo.jpg") top no-repeat; }
	body#injectables #subhead { background:url("../images/subhead-injectables.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#blog #subhead { background:url("../images/subhead-blog.jpg") top no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }
	body#agemanagement #subhead { background:url("../images/subhead-agemanagement.jpg") top no-repeat; }


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

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


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background-color:#180704;
	width:760px;
	margin:0 auto;
	text-align:center;
	padding-bottom:15px;
	}

#footer p {
	color:#FFC492;
	margin:0 10px 10px 10px;
	}

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

#footer a:hover, #footer a:active { color:#FFC492; text-decoration:none;}

#footer ul {padding:10px 0 10px 0;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 5px;
	line-height:20px;
	display: inline;
	border-left: 1px solid #89BEFF;
	}

	#footer li.first { border: none; }

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

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

#nav li span { display: none; }

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

#nav-01 li #nav, #nav-01 a, #nav-02 li #nav, #nav-02 a, #nav-03 li #nav, #nav-03 a { 
	height:24px;			/* Each button must have the same height, define it here */
	display:block;
	}
#nav-04 li #nav, #nav-04 a { 
	height:39px;			/* Each button must have the same height, define it here */
	display:block;
	}
#nav-05 li #nav, #nav-05 a, #nav-06 li #nav, #nav-06 a, #nav-07 li #nav, #nav-07 a, #nav-08 li #nav, #nav-08 a, #nav-09 li #nav, #nav-09 a, #nav-10 li #nav, #nav-10 a { 
	height:24px;			/* 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:15px; width:226px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10 { margin-top:0px; width:226px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -226px  -15px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -226px  -39px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -226px  -63px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -226px  -87px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -226px -126px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -226px -150px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -226px -174px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -226px -198px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -226px -222px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -226px -246px no-repeat; }


/* -------------------   photogalery   ------------ */
.photogallery {
margin: 10px 0 10px 15px;
}

.photogallery img.bna{

width: 85px;

margin:3px 4px;

border:6px solid #2C1005;

}

.photogallery img.big-bna{

width: 200px;

margin:25px 20px;

border:2px solid #FFC492;

} 
 

.gallery { margin-left: 35px; width:480px;}

.gallery img { 
	width: 85px;
	margin: 3px 4px;
	border: 2px solid #FFC492;
	}

.gallery a { margin-right:10px; }

.view { 
	color:#89BEFF;
	font-size:22px;
	text-align:center;
	}