/* 
 ----------------------------------------------------------------------------
  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: #C5CDDE url("../images/bg-body.gif") top left repeat-x;
	text-align:left; 
	font:11px/16px "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	color:#000; 
	}

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

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

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

h1	{ font-size:1.2em; color:#AF3219; }
h2	{ font-size:1.1em; color:#011644; }
h3	{ font-size:1.0em; color:#000; }
h4	{ font-size:1.0em; color:#000; font-style:italic; }


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

a:link,a:visited	{ color:#AF280C; text-decoration:underline; }
h2 a:link, h2 a:visited	{ color:#011644; text-decoration:underline; }
a:hover, a:active, h2 a:hover, h2 a:active { color:#fff; text-decoration:underline; }


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

	
.clear	{ 
	clear:both;
	}

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

	
	
div.clear-2	{ 
	clear:both; 
	height:10px; 
	overflow:hidden; 
	}
p.top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 25px; 
	}
	
img.img-right { 
	float: right; 
	margin: 2px 0 10px 10px; 
	}

#column-left p.procedure-title {
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 8px;
	}

#column-left p.button  {
	margin-left: 3px;
	margin-bottom: 15px;
}
p.button a {
	display:block;
	text-align:center;
	}
	
dd.bna{width:250px; height:150px; float:left; text-align:center; font-weight:bold;}
dt.bna-title{font-size:12px; font-weight:bold; color:#011644; margin-bottom:20px; clear:both;}	
/* ----- global form elements ----- */ 

form { 
	width:128px; 
	padding:0 0 15px 0; 
	}

form label	{ font-size:10px; }

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

input, textarea, select { 
	background-color:#fff; 
	border:1px solid #404040;
	color:#404040;
	width:128px; /* 5 pixles smaller than form width !important */
	height:16px;
	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:"Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:128px; /* same width as form !important */
	padding:0;
	}

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

input.submit-contact-main { margin:85px 0 0 263px; }


/* ----- main contact form ----- */ 
 
#contact-main { 
	padding: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; }

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

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

#wrap { 
	background:url("../images/bg-wrap-inside.gif") repeat-y; 
	width:776px; 
	text-align:left; 
	}
	
body#index #wrap {
	background:url("../images/bg-wrap.gif") repeat-y; 
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.gif");
	height:48px;
	}
	/* home link within #masthead */		
	#masthead a {
		position:absolute;
		left:17px;
		width:488px;
		top:0px;
		height:48px;
		}
	#masthead a span {
		display:none;
		}
	
#header {
	background:url("../images/header.jpg");
	height:154px;
	}
 
 
/* --- column -- */


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

body#index #column-left { 
	width:218px; 
	float:left; 
	}
	
body#index #column-middle { 
	width:380px; 
	float:left; 
	}
	
#column-right { 
	width:178px; 
	float:left; 
	}
	
	
/* --- content -- */	

#column-left .content {
	margin:0 26px 0 0px;
	}
	
#column-middle .content {
	margin:0 27px 0 0px;
	}

#column-right .content {
	margin:0 23px 0 19px;
	}
	
#index-bna {margin-left: 10px;}

#column-right div.c2c{ background:url("images/c2c.gif") no-repeat; height:54px; margin-top:5px; margin-bottom:2px;}
#column-right p.c2c-img { text-align:center; }
#column-right p.c2c-img a img {text-decoration:none;}

/* background image list items */
.content ul { 
	margin:0 0 10px 25px; 
	} 
.content ul.multi-face { background: url("../images/btn-face-gallery.jpg") right no-repeat; float:left; width: 535px; position:relative; display: inline;}
.content ul.multi-face a.face-gallery-btn {
	position: absolute;
	left: 400px;
	width: 125px;
	top: 0px;
	height: 120px;
	}
.content ul li { 
	background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
	padding-left:12px;
	margin-bottom:4px;
	}
.content ul.multi li, .content ul.multi-face li { 
	background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
	padding-left:12px;
	margin-bottom:4px;
	width: 175px;
	float: left;
		}
body#index #column-middle p, body#index #column-middle h1, body#index #column-middle h2 {margin-left: 25px;}
	
	
/* procedure-list */


body#gallery #procedure-list {
position:relative;
margin-bottom:20px;
clear:both;
}

body#gallery #procedure-list ul.left li {
	width:250px;
	line-height:17px;
	margin:0px 0px 0 20px;
	font-weight:bold;
	padding-top:-5px;
	}


body#gallery #procedure-list ul.right li {
	width:200px;
	line-height:20px;
	margin:-40px 0px 0 200px;
	font-weight:bold;
	}
	
body#gallery #procedure-list ul.right-top li {
	width:200px;
	line-height:15px;
	margin:-30px 0px 0 200px;
	font-weight:bold;
	padding-top:-5px;
	}
	

body#gallery #procedure-list ul li.category { margin-top:40px; font-weight:bold;}
body#gallery #procedure-list ul li.breast   { margin-top:20px; font-weight:bold;}

body#gallery p.clear {margin-top:20px;}


/* --- subhead -- */
	
#subhead-featured-cases {
	background:url("../images/subhead-featured-cases.gif");
	height:36px;
	margin-top:20px;
	margin-bottom:10px;
	}
	
#subhead-new {
	background:url("../images/subhead-new.gif");
	height:46px;
	margin-bottom:10px;
	}
	
#subhead-locate {
	background:url("../images/subhead-map.gif") top no-repeat;
	height:46px;
	margin-bottom:10px;
	}
	
#subhead-column-right {
	background:url("../images/subhead-index-quick-contact.gif");
	height:95px;
	}
	
body#contact #subhead-column-right, body#thankyou #subhead-column-right {
	background:url("../images/subhead-locate.gif");
	height:95px;
	}

body#index #subhead-column-left {
	position:relative;
	background:url("../images/subhead-featured-procedures.gif");
	height:95px;
	z-index:2;
	}

#subhead {
	height:95px;
	}
	
body#index #subhead {
	background:url("../images/subhead-index.gif");
	}
	
body#about #subhead {
	background:url("../images/subhead-about.gif");
	}
	
body#breast #subhead {
	background:url("../images/subhead-breast.gif");
	}
body#body #subhead {
	background:url("../images/subhead-body.gif");
	}
body#contact #subhead {
	background:url("../images/subhead-contact.gif");
	}
	
body#gallery #subhead {
	background:url("../images/subhead-gallery.gif");
	}

body#thankyou #subhead {
	background:url("../images/subhead-thankyou.gif");
	}
	
body#face #subhead {
	background:url("../images/subhead-face.gif");
	}

body#reconstructive #subhead {
	background:url("../images/subhead-reconstructive.gif");
	}
body#sitemap #subhead {
	background:url("../images/subhead-sitemap.gif");
	}

body#abdominoplasty-liposuction #subhead {
	background:url("../images/subhead-abdom-lipo.jpg");
	}

body#about-practice #subhead {
	background:url("../images/subhead-about-practice.jpg");
	}

body#bodycontouring #subhead {
	background:url("../images/subhead-body-contouring.jpg");
	}

body#smartlipo #subhead {
	background:url("../images/subhead-smartlipo.gif");
	}

	
body#breastaugmentation #subhead {
	background:url("../images/subhead-breast-augmentation.jpg");
	}
body#breastimplants #subhead {
	background:url("../images/subhead-breast-implants.jpg");
	}
body#breastlift #subhead {
	background:url("../images/subhead-breast-lift.jpg");
	}
body#facelift #subhead {
	background:url("../images/subhead-face-lift.jpg");
	}
body#injectables #subhead {
	background:url("../images/subhead-injectables.jpg");
	}
body#male-surgery #subhead {
	background:url("../images/subhead-male-surgery.jpg");
	}
body#rhinoplasty-page #subhead {
	background:url("../images/subhead-rhinoplasty.jpg");
	}

/* --- bottom --- */

#bottom-wrap { 
	background:url("../images/bottom-wrap-inside.gif"); 
	height:33px; 
	clear:both; 
	overflow:hidden; 
	}

body#index #bottom-wrap {
	background:url("../images/bottom-wrap.gif"); 	
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:760px; 
	margin:10px 26px; 
	}

#footer p {
	color:#000;
	}
#footer a:link, #footer a:visited {
	color:#000;
	}

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

#footer ul { margin-bottom:5px; }

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

	#footer li.first { border: none; padding-left:0;}
	
	
	
/* navigation: top-nav
 * ------------------------------------------------------------------------- */

#top-nav { 
	background: url("../images/top-nav.jpg") no-repeat; 
	width:776px; 
	height:31px; 
	margin-bottom:0; 
	}

#top-nav span { display: none; }

#top-nav li, #top-nav a { height: 31px; display: block; }

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

#top-nav-01 { width: 88px; }
#top-nav-02 { width: 152px; }
#top-nav-03 { width: 177px; }
#top-nav-04 { width: 83px; }
#top-nav-05 { width: 84px; }

#top-nav-01 a:hover {background: transparent url("../images/top-nav.jpg") -0px -31px no-repeat;}
#top-nav-02 a:hover {background: transparent url("../images/top-nav.jpg") -88px -31px no-repeat;}
#top-nav-03 a:hover {background: transparent url("../images/top-nav.jpg") -240px -31px no-repeat;}
#top-nav-04 a:hover {background: transparent url("../images/top-nav.jpg") -417px -31px no-repeat;}
#top-nav-05 a:hover {background: transparent url("../images/top-nav.jpg") -500px -31px no-repeat;}
#top-nav-06 a:hover {background: transparent url("../images/top-nav.jpg") -584px -31px no-repeat;}




	
	

/* navigation: #nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/nav.jpg") no-repeat; 
	width:776px; 
	height:31px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 148px; }
#nav-02 { width: 87px; }
#nav-03 { width: 61px; }
#nav-04 { width: 115px; }
#nav-05 { width: 92px; }
#nav-06 { width: 140px; }

#nav-01 a:hover {background: transparent url("../images/nav.jpg") -0px -31px no-repeat;}
#nav-02 a:hover {background: transparent url("../images/nav.jpg") -148px -31px no-repeat;}
#nav-03 a:hover {background: transparent url("../images/nav.jpg") -235px -31px no-repeat;}
#nav-04 a:hover {background: transparent url("../images/nav.jpg") -296px -31px no-repeat;}
#nav-05 a:hover {background: transparent url("../images/nav.jpg") -411px -31px no-repeat;}
#nav-06 a:hover {background: transparent url("../images/nav.jpg") -503px -31px 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:#993300 !important; /* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index:9999;
	}




#nav li ul li { 
	position:relative;
	height:20px; /* Height of each drop down nav item */
	border:1px solid #6699CC;
	background-color:#993300;
	border-top:none;
	z-index:9999;
	}	

#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:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-01 ul a:hover, #nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-07 ul a:hover { 
	background-image:none;
	background-color:#99ccff !important;  
	color:#000000;
	text-decoration:none;
	position:relative;
	z-index:9999;
	}

#nav-01 li ul li { 
	border-left:none;
	}	
	
#nav li#nav-01 ul li a span {
	padding-left:35px;
	}


/* width of drop down nav - choose width that allows items to display on one line */
#nav-01 ul, #nav-01 li { width:145px; }		
#nav-02 ul, #nav-02 li { width:135px; }		
#nav-03 ul, #nav-03 li { width:180px; }		
#nav-04 ul, #nav-04 li { width:130px; }
#nav-07 ul, #nav-07 li { width:130px; }


