/*--------------------- 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:#FAFBFD url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#3B3E4B;
	}
blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#A60555; }
h2	{ font-size:1.1em; color:#A60555; }
h3	{ font-size:1.0em; color:#A60555; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#A60555; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#A60555; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	clear:both;
	}
	
img.img-left { 
	float:left;
	margin-right:3px;
	}
	
img.img-right { 
	float:right;
	margin-left:3px;
	}
img.map {float:left; 
	margin:2px 5px 5px 23px; 
	}
.view-video {
	background:url("../images/video.jpg") 28px 22px no-repeat;
	height:58px;
	}
	.view-video span { display:none; }
img.bna-thumb { margin:10px 0 0px 0; }
/* ----- 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:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #7E87A8;
	color:#8f939c;
	width:150px; /* 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:Verdana, Arial, Helvetica, sans-serif; 
	font-size:.9em;
	}
	
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:240px; 
	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:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:205px; }
	
#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:21px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 264px; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:754px;
	margin:0 auto;
	text-align:left;
	}
#inner-wrap {background:url("../images/bg-inner-wrap.jpg") bottom no-repeat;width:754px;}
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:101px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:30px;
		width:247px;
		top:38px;
		height:55px; 
		}
	#masthead a span {
		display:none;
		}
/* ----- main-navigation Horozontal Sprite Nav------*/



#nav {
	background:url("../images/nav.jpg") no-repeat; 
	width:754px; 
	height:36px;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
}

#nav span { display: none; }

#nav li, #nav a { height:36px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; position:relative; }

#nav-01 { width: 55px; margin-left: 28px;}
#nav-02 { width: 91px;}
#nav-03 { width: 74px;}
#nav-04 { width: 204px;}
#nav-05 { width: 52px;}
#nav-06 { width: 55px;}
#nav-07 { width: 66px;}
#nav-08 { width: 101px;}



/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -28px -36px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -83px -36px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -174px -36px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -248px -36px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -452px -36px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -504px -36px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -559px -36px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -625px -36px no-repeat; }


#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#Df0786;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}
#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border:1px solid #FF4FCA;
	border-top:none;
	}	
#nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	}
#nav li ul li a span {
	display:block;
	padding-left:10px;
	}
/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color:#FFFFFF;
	text-decoration:none;
	}
#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }
/* Hover styles for drop down items */
#nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover { 
	background-image:none;
	background-color:#C50E82;
	color:#FFFFFF;
	text-decoration:none;
	}
/* width of drop down nav - choose width that allows items to display on one line */
#nav-04 ul, #nav-04 li { width:204px; }
#nav-05 ul, #nav-05 li { width:107px; }
#nav-06 ul, #nav-06 li { width:156px; }
#nav-07 ul, #nav-07 li { width:167px; }


/* --------------------------------- end navigation --------------------------------------------*/
/* ----- column-left ----- */

#column-left {
	background:url("../images/bg-col-left.jpg") top no-repeat; 
	width:203px;
	height:100%;
	padding:76px 0 0 0;
	margin:0;
	float:left;
	}
	body#contact #column-left, body#thankyou #column-left { background:url("../images/bg-col-left-locate.jpg") top no-repeat; }
	body#thankyou #column-left { height:500px; }
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {font-size:11px;color:#ffffff;
		margin:0 5px 22px 29px;
		}
	#column-left form { margin-left:29px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left 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-left p.map {color:#4A4A65; font-weight:bold; margin:8px 0 0 40px;}
	
		
/* ----- column-right ----- */

#column-right {
	background:url(".../images/col-right-wrap.jpg") repeat-y;
	width:551px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right div.center {
		margin:0 35px 10px 18px;
		}
		#column-right div.center { text-align:center; }
		#column-right img.img-left { margin-left:18px; }
		#column-right img.img-right { margin-right:35px; }
	#column-right form { margin-left:18px; }
	 
	/* single column list */
	#column-right ul { 
		padding-left:5px; 
		font-size:.95em;
		}
		body#index #column-right ul { 
			margin-left:302px;
			width:185px;
			}
	#column-right ul li {
		background:transparent url("../images/bullet.jpg") 0px 8px no-repeat;
		padding-left:10px;
		}

	#column-right ul li a:link, #column-right ul li a:visited	{ color:#232323; text-decoration:none; }
	#column-right ul li a:hover, #column-right ul li a:active	{ color:#232323; text-decoration:underline; }
    /* end single column list */

	#column-right p.caption {
		padding:5px 75px 0 75px;
		color:#A60555;
		}
		#column-right p.left {
			float:left;
			width:146px;
			margin:0 0 10px 100px;
			padding:0;
			text-align:center;
			display:inline;  /* wonderful IE hack */
			}
		#column-right p.right {
			float:left;
			width:146px;
			margin:0 0 10px 40px;
			padding:0;
			text-align:center;
			display:inline;  /* wonderful IE hack */
			}
		
#main-content {background:url("../images/bg-col-right.jpg") top  no-repeat;width:551px;}
 #featured-wrap {background:transparent url("../images/featured-wrap.jpg") 19px 0 repeat-y; width:551px; padding-bottom:24px}
 #featured-wrap ul { margin-bottom:0;}
 #featured-wrap img { margin:0 0 0 0}
 	#featured-img {width:188px;float:left;margin-left:44px;margin-bottom:-20px;display:inline;}
    #featured-img-axis {width:188px;margin-left:44px;margin-bottom:-1000px;display:inline;}
	#featured-img #case02-th { margin-top:10px; }
	
/* ----- bottom-wrap ----- */

#bottom-wrap {
	background:url("../images/bottom-wrap-inside.jpg") no-repeat;
	height:101px;
	clear:both;
	width:100%; /* fix for Safar */
	}
body#index #bottom-wrap { background:url("../images/bottom-wrap.jpg") no-repeat; } 

/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:218px; background:url("../images/header.jpg") no-repeat; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header.jpg") no-repeat; }
	body#clinic #header-graphic { background:url("../images/header-clinic.jpg"); }
    body#drlista #header-graphic { background:url("../images/header-drlista.jpg"); }
	body#nonsurgical #header-graphic { background:url("../images/header-non-surgical.jpg"); }
	body#face #header-graphic { background:url("../images/header-face.jpg"); }
	body#body #header-graphic { background:url("../images/header-body.jpg"); }
	body#breast #header-graphic { background:url("../images/header-breast.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contactus.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header.jpg"); }
	body#procedures #header-graphic { background:url("../images/header.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead-col-right { height:81px; } /* sets height for all subheads */

	body#index #subhead-col-right { background:url("../images/sub/subhead-meet-doc.jpg"); }
	body#bariatric #subhead-col-right { background:url("../images/sub/subhead-bariatric.jpg"); }
	body#body #subhead-col-right { background:url("../images/sub/subhead-body.jpg"); }
	body#botox #subhead-col-right { background:url("../images/sub/subhead-botox.jpg"); }
	body#breast #subhead-col-right { background:url("../images/sub/subhead-breast.jpg"); }
	body#breast-lift #subhead-col-right { background:url("../images/sub/subhead-breast-lift.jpg"); }
	body#breast-reduction #subhead-col-right { background:url("../images/sub/subhead-breast-reduction.jpg"); }
	body#clinic #subhead-col-right { background:url("../images/sub/subhead-clinic.jpg"); }
	body#choose #subhead-col-right { background:url("../images/sub/subhead-choose.jpg"); }
	body#contact #subhead-col-right { background:url("../images/sub/subhead-contact-us.jpg"); }
	body#drlista #subhead-col-right { background:url("../images/sub/subhead-drlista.jpg"); }
	body#enhancement #subhead-col-right { background:url("../images/sub/subhead-enhancement.jpg"); }
	body#eyelid #subhead-col-right { background:url("../images/subhead-eyelid.jpg"); }
	body#face #subhead-col-right { background:url("../images/sub/subhead-facelift.jpg"); }
	body#forehead #subhead-col-right { background:url("../images/subhead-forehead.jpg"); }
	body#liposuction #subhead-col-right { background:url("../images/subhead-liposuction.jpg"); }
	body#saline #subhead-col-right { background:url("../images/sub/subhead-salineimplants.jpg"); }
	body#gynecomastia #subhead-col-right { background:url("../images/sub/subhead-gynecomastia.jpg"); }
	body#gel #subhead-col-right { background:url("../images/sub/subhead-gelimplants.jpg"); }
	body#nonsurgical #subhead-col-right { background:url("../images/sub/subhead-nonsurgical.jpg"); }
	body#otoplasty #subhead-col-right { background:url("../images/subhead-otoplasty.jpg"); }
	body#rhinoplasty #subhead-col-right { background:url("../images/subhead-rhinoplasty.jpg"); }
	body#thankyou #subhead-col-right { background:url("../images/sub/subhead-thankyou.jpg"); }
	body#tummy-tuck #subhead-col-right { background:url("../images/subhead-tummy-tuck.jpg"); }
	body#sitemap #subhead-col-right { background:url("../images/sub/subhead-sitemap.jpg"); }

/* ----- subhead framework with varying heights ----- */
#subhead-contact {height:76px;
	background:url("../images/sub/subhead-contact.jpg"); 
	}
#subhead-contact-page {height:76px; 
background:url("../images/sub/subhead-contact-page.jpg"); }
#subhead-featured {	height:87px;
	background:url("../images/sub/subhead-featured.jpg") ;
	}
	
#subhead-featured-axis {height:59px;
	background:url("../images/subhead-featured-axis3.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:754px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#6F7282;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#6F7282; }

#footer a:hover, #footer a:active { color:#6F7282; }

#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 #6F7282;
	}

	#footer li.first { border-left:none; }

