/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#dedbc3 url("../images/html.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Arial", Helvetica, sans-serif; 
	color:#000;
	}

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

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

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

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

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

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

p.back-to-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 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
#noflash {
margin-left:16px;
}
#noflash2{
	padding-right:16px;
	float:right;
}
img.maps {
	margin-left:13px;
}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

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 #c9c4a3;
	color:#000;
	width:145px; /* 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:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }
textarea.index { height:90px; overflow:auto; float:right; }

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


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ 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; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	background:url("../images/btn-submit.jpg");
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:898px;
	margin:0 auto;
	text-align:left;
	}
	
#sub-bg-wrap {
	background:url("../images/sub-bg-wrap.jpg") repeat-y;
	width:898px;
	margin:0 auto;
	text-align:left;
	}
	
		
#top-buttons {
	position:relative;
	background:url("../images/top-btns.jpg");
	height:66px;
	}
	/* index page link within #masthead */		
	#top-buttons a.view-gallery {	
		position:absolute;
		left:41px;
		width:317px;
		top:15px;
		height:33px; 
		}
		
	#top-buttons a.facilities {	
		position:absolute;
		left:426px;
		width:195px;
		top:15px;
		height:30px; 
		}
	#top-buttons a.videos {	
		position:absolute;
		left:675px;
		width:172px;
		top:15px;
		height:30px; 
		}
		
	#top-buttons a span {
		display:none;
		}

	

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.png");
	height:93px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:56px;
		width:365px;
		top:20px;
		height:55px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:450px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 32px 10px 61px;
		}
		
		
	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* 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; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#col-left-bg-gradient {
	background-image:url(../images/col-left-bg-gradient.jpg);
	background-repeat:no-repeat
	}
			
	#col-left-bg-gradient-sub {
	background-image:url(../images/col-left-bg-gradient-sub.jpg);
	background-repeat:no-repeat
	}
			
	#contact-box-top {
	background-image:url(../images/contact-box-top.jpg);
	height:16px;
	width:540px;
	margin-left:60px;
	}
			
	#contact-box-wrap {
	background-image:url(../images/contact-box-wrap.jpg);
	width:540px;
	margin-left:60px;
	}
			
	#contact-box-footer {
	background-image:url(../images/contact-box-footer.jpg);
	height:16px;
	width:540px;
	}
			
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:448px;
	float:left;
	background-image:url(../images/col-right-bg-gradient.jpg);
	background-repeat:no-repeat;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 59px 10px 19px;
		}

	#column-right form { margin-left:19px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* 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; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#col-right-bg-gradient {
/*	background-image:url(../images/col-right-bg-gradient.jpg);
	background-repeat:no-repeat; */
	width:224px;
	float:left;
	}
	#map-gradient{
	width:224px;
	float:right;
	position:relative;
	}

	#col-right-bg-gradient-sub {
	background-image:url(../images/col-right-bg-gradient-sub.jpg);
	background-repeat:no-repeat;
	}
	
	#title_describ {
	width:440px;
	background-image:url(../images/col-right-bg-gradient.jpg);
	background-repeat:no-repeat;
	}
#title_formdes {
width:448px;
float:left;
/*padding-top:2px; */
}

/* ------------------------ column-right SUB PAGES framework ------------------------ */
#column-right-subs {
	width:236px;
	float:left;
	}

	#column-right-subs p, #column-right-subs h1, #column-right-subs h2, #column-right-subs h3, #column-right-subs ul, #column-right-subs dl {
		margin:0px 59px 10px 19px;
		}

	#column-right-subs form { margin-left:19px; }

	/* single column list */
	#column-right-subs ul { padding-left:5px; }
		#column-right-subs ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right-subs ul { padding-left:5px; } 
		#column-right-subs ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right-subs dl { padding-left:5px; }
		#column-right-subs dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right-subs dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	/*		
	#subhead-contact-subs {
	background-image:url(../images/title-contact-sub.jpg);
	background-repeat:no-repeat;
	}
	*/

.bna-tn {
margin-left:12px;
}
/* ------------------------ column-left SUB PAGES framework ------------------------ */
#column-left-subs {
	width:662px;
	float:left;
	}
	
body#testimonials #column-left-subs {
	width:662px;
	float:left;
	}

	#column-left-subs p, #column-left-subs h1, #column-left-subs h2, #column-left-subs h3, #column-left-subs ul, #column-left-subs dl {
		margin:0px 65px 10px 61px;
		}

body#testimonials #column-left-subs p {margin:0px 59px 10px 61px;}

	#column-left-subs form { margin-left:19px; }

	/* single column list */
	#column-left-subs ul { padding-left:5px; }
		#column-left-subs ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
		#column-left-subs li ul { 
			margin:0px 0px 5px 0px;
			}

	/* definition list */
	#column-left-subs dl { padding-left:5px; }
		#column-left-subs dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left-subs dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			

/* ------------------------ column-left SUB framework ------------------------ */
#column-left-sub {
	width:450px;
	float:left;
	}

	#column-left-sub p, #column-left-sub h1, #column-left-sub h2, #column-left-sub h3, #column-left-sub ul, #column-left-sub dl {
		margin:0px 38px 10px 61px;
		}

	#column-left-sub form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left-sub ul { padding-left:5px; }
		#column-left-sub ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}
		#column-left-sub li ul { 
			margin:0px;
			}
			

	/* multi column list */
	#column-left-sub ul { padding-left:5px; } 
		#column-left-sub ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left-sub dl { padding-left:5px; }
		#column-left-sub dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left-sub dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
		
	#sub-bg-gradient-left {
	background-image:url(../images/sub-bg-gradient-left.jpg);
	background-repeat:no-repeat;
	}

/* ------------------------ column-right SUB framework ------------------------ */
#column-right-sub {
	width:448px;
	float:left;
	}

	#column-right-sub p, #column-right-sub h1, #column-right-sub h2, #column-right-sub h3, #column-right-sub ul, #column-right-sub dl {
		margin:0px 59px 10px 19px;
		}

	#column-right-sub form { margin-left:19px; }

	/* single column list */
	#column-right-sub ul { padding-left:5px; }
		#column-right-sub ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right-sub ul { padding-left:5px; } 
		#column-right-sub ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right-sub dl { padding-left:5px; }
		#column-right-sub dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right-sub dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#sub-bg-gradient-right {
	background-image:url(../images/sub-bg-gradient-right.jpg);
	background-repeat:no-repeat;
	}
			
#ty-box-1 {
background-image:url(../images/ty-box-top.jpg);
height:21px;
background-repeat:no-repeat;
margin-left:20px;
}	
	
#ty-bg-1 {
background-image:url(../images/ty-box-bg.jpg);
background-repeat:repeat-y;
margin-left:20px;
}	
	
#ty-footer-1 {
background-image:url(../images/ty-box-footer.jpg);
height:36px;
background-repeat:no-repeat;
}
			
#ty-box-2 {
background-image:url(../images/ty-box-top.jpg);
height:21px;
background-repeat:no-repeat;
margin-left:20px;
}	
	
#ty-bg-2 {
background-image:url(../images/ty-box-bg.jpg);
background-repeat:repeat-y;
margin-left:20px;
}	
	
#ty-footer-2 {
background-image:url(../images/ty-box-footer-2.jpg);
height:36px;
background-repeat:no-repeat;
}

#ty-box-3 {
background-image:url(../images/ty-box-top.jpg);
height:21px;
background-repeat:no-repeat;
margin-left:20px;
}	
	
#ty-bg-3 {
background-image:url(../images/ty-box-bg.jpg);
background-repeat:repeat-y;
margin-left:20px;
}	
	
#ty-footer-3 {
background-image:url(../images/ty-box-footer-3.jpg);
height:36px;
background-repeat:no-repeat;
}

p.testimonial-1 {
padding:0 38px 0 17px;
}
	
#addresses {
width:200px;
float:left;
}

#location-palm-beach {
width:400px;
}

.map-palm-beach {
float:right;
margin-left:50px;
}
#formcontent{
width:200px;
float:left;

}
#mapcont-right{
width:200px;
float:right;
position:relative;
}

#location-lake-worth {
width:400px;
padding-top:12px;
*padding-top:16px;
}

.map-lake-worth {
float:right;
margin-left:50px;
}

#location-jupiter {
width:400px;
padding-top:14px;
}

.map-jupiter {
margin-left:17px;
width:170px;
padding-top:8px;
*padding-top:12px;
}

#location-video {
width:380px;
margin:auto;
padding-left:42px;

}

#location-palmbeach {
width:400px;
}

.map-palmbeach {
/* float:right; */
margin-left:50px;
}
#video-banner{
width:448px;
float:left;
margin-left:-30px;
*margin-left:-30px;

	}
#video-banner2{
width:448px;
float:right;
margin-right:-30px;
*margin-right:-30px;

	}
.inside_image_pic{
margin-left:18px;
}

.inside_video_title{
margin-left:14px;
}


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

#subnav {
	position:relative;
	background:url("../images/subnav.jpg");
	height:110px;
	}
	
	/* index page link within #masthead */		
	#subnav a.breast {	
		position:absolute;
		left:31px;
		width:211px;
		top:0px;
		height:107px; 
		}
		
	#subnav a.body {	
		position:absolute;
		left:239px;
		width:211px;
		top:0px;
		height:107px; 
		}
		
	#subnav a.face {	
		position:absolute;
		left:449px;
		width:211px;
		top:0px;
		height:107px; 
		}
		
	#subnav a.laser {	
		position:absolute;
		left:659px;
		width:211px;
		top:0px;
		height:107px; 
		}
		
	#subnav a span {
		display:none;
		}





/* ------------------------ header framework ------------------------ */
#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { height:440px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#video #header-graphic { background:url("../images/header-index1.jpg"); }
	body#about #header-graphic { background:url("../images/header-index.jpg"); }
	body#tour #header-graphic { background:url("../images/header-index.jpg"); }
	body#contact #header-graphic { background:url("../images/header-2.jpg"); }
	body#breast #header-graphic { background:url("../images/header-3.jpg"); }
	body#more-breast-procedures #header-graphic { background:url("../images/header-3.jpg"); }
	body#breast-augmentation #header-graphic { background:url("../images/header-3.jpg"); }
	body#breast-more-breast-procedures #header-graphic { background:url("../images/header-3.jpg"); }
	body#body #header-graphic { background:url("../images/header-4.jpg"); }
	body#liposuction #header-graphic { background:url("../images/header-4.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-index.jpg"); }
	body#breast-procedures #header-graphic { background:url("../images/header-3.jpg"); }
	body#eyelid-surgery #header-graphic { background:url("../images/header-face.jpg"); }
	body#face-procedures #header-graphic { background:url("../images/header-face.jpg"); }
	body#face #header-graphic { background:url("../images/header-face.jpg"); }
	body#facelift #header-graphic { background:url("../images/header-face.jpg"); }
	body#injectables #header-graphic { background:url("../images/header-1.jpg"); }
	body#juvederm #header-graphic { background:url("../images/header-1.jpg"); }
	body#real-self #header-graphic { background:url("../images/header-1.jpg"); }
	body#laser-aesthetics #header-graphic { background:url("../images/header-1.jpg"); }
	body#laser-treatments #header-graphic { background:url("../images/header-1.jpg"); }
	body#patient-info #header-graphic { background:url("../images/header-5.jpg"); }
	body#insurance-plans #header-graphic { background:url("../images/header-5.jpg"); }
	body#rhinoplasty #header-graphic { background:url("../images/header-face.jpg"); }
	body#skin-treatments #header-graphic { background:url("../images/header-1.jpg"); }
	body#testimonials #header-graphic { background:url("../images/header-index.jpg"); }
	body#staff #header-graphic { background:url("../images/header-staff.jpg"); }
	body#tummy-tuck #header-graphic { background:url("../images/header-4.jpg"); }
    body#endoscopic #header-graphic { background:url("../images/header-1.jpg"); }
	body#endoscopicBE #header-graphic { background:url("../images/header-1.jpg"); }



/* ------------------------ subhead framework ------------------------ */
#subhead { height:55px;} /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#staff #subhead { background:url("../images/subhead-staff.jpg"); }
	body#tour #subhead { background:url("../images/subhead-tour.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#breast #subhead { background:url("../images/subhead-breast.jpg"); }
	body#more-breast-procedures #subhead { background:url("../images/subhead-breast-procedures.jpg"); }
	body#breast-augmentation #subhead { background:url("../images/subhead-breast-augmentation.jpg"); }
	body#breast-more-breast-procedures #subhead { background:url("../images/subhead-more-breast-procedures.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.jpg"); }
	body#liposuction #subhead { background:url("../images/subhead-liposuction.jpg"); }
	body#handsurgery #subhead { background:url("../images/subhead-handsurgery.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#breast-procedures #subhead { background:url("../images/subhead-breast-procedures.jpg"); }
	body#eyelid-surgery #subhead { background:url("../images/subhead-eyelid.jpg"); }
	body#face-procedures #subhead { background:url("../images/subhead-face-procedures.jpg"); }
	body#face #subhead { background:url("../images/subhead-face.jpg"); }
	body#facelift #subhead { background:url("../images/subhead-facelift.jpg"); }
	body#injectables #subhead { background:url("../images/subhead-injectables.jpg"); }
	body#juvederm #subhead { background:url("../images/subhead-juvederm.jpg"); }
	body#real-self #subhead { background:url("../images/subhead-realself.jpg"); }
	body#laser-aesthetics #subhead { background:url("../images/subhead-laser-aesthetics.jpg"); }
	body#laser-treatments #subhead { background:url("../images/subhead-laser-treatments.jpg"); }
	body#insurance-plans #subhead { background:url("../images/subhead-insurance-plans.jpg"); }
	body#insurance-plans #subhead { background:url("../images/subhead-financing.jpg"); }
	body#patient-info #subhead { background:url("../images/subhead-patient-info.jpg"); }
	body#rhinoplasty #subhead { background:url("../images/subhead-rhinoplasty.jpg"); }
	body#skin-treatments #subhead { background:url("../images/subhead-skin-treatments.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#tummy-tuck #subhead { background:url("../images/subhead-tummy-tuck.jpg"); }

#column-right-subhead {
background-image:url(../images/title-contact-sub.jpg);
height:55px;
}


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

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:36px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:898px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#35332a;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#35332a; }
#footer a:hover, #footer a:active { color:#35332a; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #35332a;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */


/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:898px; 
	height:43px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:43px; display:block; } /* change height here also */

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

#nav-01 { width: 73px; margin-left: 56px;}
#nav-02 { width: 74px;}
#nav-03 { width: 76px;}
#nav-04 { width: 67px;}
#nav-05 { width: 64px;}
#nav-06 { width: 149px;}
#nav-07 { width: 108px;}
#nav-08 { width: 91px;}
#nav-09 { width: 84px;}
#nav-10 { width: 150px;}
#nav-11 { width: 200px;}






/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -56px -43px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -129px -43px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -203px -43px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -279px -43px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -346px -43px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -410px -43px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -559px -43px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -667px -43px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -758px -43px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -758px -43px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -788px -43px no-repeat; }




/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -56px -43px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -129px -43px no-repeat; }
body#testimonials #nav-02 { background:url("../images/nav.jpg") -129px -43px no-repeat; }

body#breast #nav-03 { background:url("../images/nav.jpg") -203px -43px no-repeat; }
body#breast-augmentation #nav-03 { background:url("../images/nav.jpg") -203px -43px no-repeat; }
body#breast-procedures #nav-03 { background:url("../images/nav.jpg") -203px -43px no-repeat; }
body#more-breast-procedures #nav-03 { background:url("../images/nav.jpg") -203px -43px no-repeat; }

body#body #nav-04 { background:url("../images/nav.jpg") -279px -43px no-repeat; }
body#liposuction #nav-04 { background:url("../images/nav.jpg") -279px -43px no-repeat; }
body#tummy-tuck #nav-04 { background:url("../images/nav.jpg") -279px -43px no-repeat; }

body#face #nav-05 { background:url("../images/nav.jpg") -346px -43px no-repeat; }
body#facelift #nav-05 { background:url("../images/nav.jpg") -346px -43px no-repeat; }
body#eyelid-surgery #nav-05 { background:url("../images/nav.jpg") -346px -43px no-repeat; }
body#rhinoplasty #nav-05 { background:url("../images/nav.jpg") -346px -43px no-repeat; }
body#face-procedures #nav-05 { background:url("../images/nav.jpg") -346px -43px no-repeat; }

body#laser-aesthetics #nav-06 { background:url("../images/nav.jpg") -410px -43px no-repeat; }
body#laser-treatments #nav-06 { background:url("../images/nav.jpg") -410px -43px no-repeat; }
body#injectables #nav-06 { background:url("../images/nav.jpg") -410px -43px no-repeat; }
body#skin-treatments #nav-06 { background:url("../images/nav.jpg") -410px -43px no-repeat; }

body#patient-info #nav-07 { background:url("../images/nav.jpg") -559px -43px no-repeat; }
body#insurance-plans #nav-07 { background:url("../images/nav.jpg") -559px -43px no-repeat; }

body#products #nav-08 { background:url("../images/nav.jpg") -667px -43px no-repeat; }
body#contact #nav-09 { background:url("../images/nav.jpg") -758px -43px 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:#c8e7f8;	/* 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 #c8e7f8;
	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:5px;
	}


#navigate
{
margin: -20px 0 0 174px;

}
#navigate2
{
margin: -20px 0 0 83px;

}
/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#666;
	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, #nav-07 ul a:hover { 
	background-image:none;
	background-color:#005791;
	color:#FFFFFF;
	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:122px; }		
#nav-03 ul, #nav-03 li { width:175px; }		
#nav-04 ul, #nav-04 li { width:83px; }
#nav-05 ul, #nav-05 li { width:180px; }		
#nav-06 ul, #nav-06 li { width:147px; }
#nav-07 ul, #nav-07 li { width:175px; }
#nav-10 ul, #nav-10 li { width:200px;}
#nav-11 ul, #nav-11 li { width:200px;}



.wide-button { position:relative; right:5px }
