/*--------------------- 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:#FFF url("../images/bg-body.jpg") top repeat-x;
	text-align:left; 
	font:12px/21px  Arial, Helvetica, sans-serif; 
	color:#234365;
	}

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

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

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

#skin-care h2 {font-size:1.2em;}

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

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

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

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:20px;
	background:url("../images/bullet-back-to-top.gif") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:5px 5px 5px 36px;
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}
	
img.img-statue { 
	float:right; 
	margin:0 0 0 0px; 
	}
	
.dr-quote {font-family:"Times New Roman", Times, serif; font-size:1.2em;}

p.h2 { font-size:1.1em; color:#2B4A6A; }

div#media-mag {
	float:left;
	margin:0 23px 10px 36px;
	}
	
div.magazine {
	background-color:#99CCCC;
	height:200px;
	width:150px;
	margin:0 5px 5px 0;
	float:left;
	text-align:center;
	}
	
	#column-left div.magazine p {
	margin:0px;
	}

p.scientific {font:10px/14px  Arial, Helvetica, sans-serif;}
p.scientific-header {font:14px/18px  Arial, Helvetica, sans-serif; padding-top:15px;}	
	
p span.h3 {font-size:1.1em; color:#2B4A6A; font-weight:bold;}



 
/* ----- global form elements ----- */ 

form {
	width:184px;
	margin:0 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:transparent !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #FFF;
	color:#fff;
	width:179px; /* 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:11px;
	}

body#contact input, body#contact textarea { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #2B4A6A;
	color:#2B4A6A;
	width:179px; /* 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:11px;
	}
	
body#contact select {
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #2B4A6A;
	color:#2B4A6A;
	width:179px; /* 5 pixles smaller than form width !important */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	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 */	
	}
	
#contact_what_procedures_are_you_interested_in	{
	height: 120px;
	}
	
#procedures { padding-bottom: 55px; }	
	
select { width:184px; 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: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:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


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

input.submit-contact-main { margin:20px 0 5px 210px; }

input.submit-image, body#contact input.submit-contact-main { 
	background:url("../images/btn-submit.jpg");
	width:69px;
	height:16px;
	border:none;
	cursor:pointer;
	}


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

#wrap {
	background-color:#fff;
	width:883px;
	margin:0;
	text-align:left;
	}
	
/* ----- column-left ----- */

#column-left {
	width:635px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl, #column-left ol {
		margin:0 23px 10px 36px;
		}
	#column-left form { margin-left:20px; }
	
	/* 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:15px; /* pushes text to the right to display bg img */
			}
			
	/* single column list */
	#column-left ol { padding-left:20px; }
		#column-left ol li { 
			list-style-type:decimal;
			}
			
#celebrity-testimonial {
	background: url("../images/celebrity-testimonial.jpg");
	width:248px;
	height:388px;
	position:relative;
	}
	
	#celebrity-testimonial a {
	position:absolute;
	width:149px;
	height:16px;
	top:365px;
	left:72px;
		}
		
		#celebrity-testimonial span { display:none; }
		
#in-the-media { 
	width:565px;
	height:260px;
	border: solid 3px #B5D7D9;
	margin-left: 30px;
	background-color:#214167;
	}
	#in-the-media p {
	margin:0 15px 0 10px;
	}
	#in-the-media img.media { 
	margin: 15px 5px 0px 5px;
	border: 2px solid #E8DF9A;
	}	

		
	#media-bottom {
		background:url("../images/bottom-shadow.jpg");
		width:248px;
		height:20px;
		}
			
/* ----- column-right ----- */

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

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 36px 10px 30px;
		}
	#column-right form { margin-left:30px; }
	
	#column-right h1	{ font-size:1.2em; color:#FFEC9E; }
	#column-right h2	{ font-size:1.1em; color:#A9D4D4; }
	#column-right h3	{ font-size:1.0em; color:#FFFFFF; }
	
.bg-gradient-blue {
	background:url("../images/bg-gradient-blue.jpg");
	width:248px;
	color:#fff;
	line-height:14px;
	}
	
.bg-gradient-blue .list-procedures {
	line-height:34px;
	font-size:14px;
	}
	
.bg-gradient-blue .list-procedures a:link, .bg-gradient-blue .list-procedures a:visited	{ color:#fff; text-decoration:none; outline:none; }
.bg-gradient-blue .list-procedures a:hover, .bg-gradient-blue .list-procedures a:active	{ color:#fff; text-decoration:underline; outline:none; }

.bg-gradient-blue a:link, .bg-gradient-blue a:visited	{ color:#fff; text-decoration:underline; outline:none; }
.bg-gradient-blue a:hover, .bg-gradient-bluea:active	{ color:#fff; text-decoration:none; outline:none; }
	
.bg-gradient-blue-bottom {
	background:url("../images/bg-gradient-blue-bottom.jpg");
	height:15px;
	}
	

		
	 
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	height:5px;
	clear:both;
	width:100%; 
	}

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

#header-graphic { 
	height:280px; 
	position:relative;
	background:url("../images/header-index.jpg");
	} 


	
	#header-graphic .home-link {
		width:410px;
		height:73px;
		top:0;
		left:0;
		position:absolute;
		}
		
#header-graphic #header-nav { 
	background:url("../images/header-nav.jpg") no-repeat; 
	width:150px; 
	height:25px; 
	margin:0;
	padding:0;
	position:absolute; 
	top:17px;
	left:681px;
	}


#header-nav li, #header-nav a { height:25px; display:block; } 

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

#header-nav-01 { width: 61px;}
#header-nav-02 { width: 89px;}


#header-nav-01 a:hover { background:url("../images/header-nav.jpg")  0px -25px no-repeat; }
#header-nav-02 a:hover { background:url("../images/header-nav.jpg") -61px -25px no-repeat; }
	
		
	#header-graphic span { display:none; }

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

#subhead { height:95px; margin-bottom:-15px; } 

	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#blepharoplasty #subhead { background:url("../images/subhead-blepharoplasty.jpg"); }
	body#celebrity #subhead { background:url("../images/subhead-celebrity.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#implants #subhead { background:url("../images/subhead-implants.jpg"); }
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#lift #subhead { background:url("../images/subhead-lift.jpg"); }
	body#media #subhead { background:url("../images/subhead-media.jpg"); }
	body#philosophy #subhead { background:url("../images/subhead-philosophy.jpg"); }
	body#scientific #subhead { background:url("../images/subhead-scientific.jpg"); }
	body#practice #subhead { background:url("../images/subhead-practice.jpg"); }
	body#revision #subhead { background:url("../images/subhead-revision.jpg"); }
	body#skin-care #subhead{ background:url("../images/subhead-skincare.jpg");}
	body#secondary #subhead { background:url("../images/subhead-secondary.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#smas-page #subhead { background:url("../images/subhead-smas.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }

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

#subhead-experience {
	height:49px;
	background:url("../images/subhead-experience.jpg") ;
	}

#subhead-procedures-index {
	height:80px;
	background:url("../images/subhead-procedures-index.jpg") ;
	}

#subhead-media-index {
	height:32px;
	background:url("../images/subhead-media-index.jpg") ;
	}
	
#subhead-publications {
	height:32px;
	background:url("../images/subhead-publications.jpg") ;
	}
	
#subhead-rhinoplasty-button {
	height:78px;
	}
body#index #subhead-qcontact {
	height:78px;
	background:url("../images/subhead-qcontact-index.jpg") ;
	}

#subhead-qcontact {
	height:100px;
	background:url("../images/subhead-qcontact.jpg") ;
	}

body#contact #subhead-qcontact, body#thankyou #subhead-qcontact {
	height:100px;
	background:url("../images/subhead-locate.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:100%;
	height:200px;
	margin:0;
	text-align:left;
	font-size:12px;
	background-color:#99CCCC;
	padding-bottom:10px;
	padding-top:0;
	}

#footer-procedures {
	width:100%;
	margin:0;
	text-align:left;
	font-size:12px;
	color:#fff;
	background-color:#0F2F53;
	padding:0;
	}

#footer-procedures a:link, #footer-procedures a:visited { color:#fff; text-decoration:none; }

#footer-procedures a:hover, #footer-procedures a:active { color:#fff; text-decoration:underline; }

#footer-procedures ul { margin-left:7px; }

#footer-procedures ul li { 
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
	}

	#footer-procedures li.first { border: none; }

	
#footer p, #footer ul {
	margin-left:15px;
	} 

#footer p {
	color:#26466A;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#26466A; text-decoration:none; }

#footer a:hover, #footer a:active { color:#26466A; text-decoration:underline; }

#footer ul {margin-bottom:10px; margin-left:7px;}

#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 #26466A;
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

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

#nav span { display: none; }

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

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

#nav-01 { width: 113px;}
#nav-02 { width: 80px;}
#nav-03 { width: 88px;}
#nav-04 { width: 80px;}
#nav-05 { width: 75px;}
#nav-06 { width: 92px;}
#nav-07 { width: 86px;}
#nav-08 { width: 134px;}
#nav-09 { width: 53px;}
#nav-10 { width: 81px;}


/*-------------- (-79px) X position of button / (-31px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  0px -31px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -113px -31px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -193px -31px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -281px -31px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -361px -31px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -436px -31px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -528px -31px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -614px -31px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -748px -31px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -801px -31px no-repeat; }



/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#about #nav-01 { background:url("../images/nav.jpg")  0px -31px no-repeat; }
body#philosophy #nav-02 { background:url("../images/nav.jpg") -113px -31px no-repeat; }
body#practice #nav-03 { background:url("../images/nav.jpg") -193px -31px no-repeat; }
body#procedures #nav-04 { background:url("../images/nav.jpg") -281px -31px no-repeat; }
body#skin-care #nav-05 { background:url("../images/nav.jpg") -361px -31px no-repeat; }
body#media #nav-06 { background:url("../images/nav.jpg") -436px -31px no-repeat; }
body#testimonials #nav-07 { background:url("../images/nav.jpg") -528px -31px no-repeat; }
body#celebrity #nav-08 { background:url("../images/nav.jpg") -614px -31px no-repeat; }
body#faqs #nav-09 { background:url("../images/nav.jpg") -748px -31px no-repeat; }
body#gallery #nav-10 { background:url("../images/nav.jpg") -801px -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:#FFFFFF;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:4px;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #2B4A6A;
	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;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#2B4A6A;
	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 { 
	background-image:none;
	background-color:#2B4A6A;
	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:170px; }
#nav-05 ul, #nav-05 li { width:170px; }
#nav-06 ul, #nav-06 li { width:170px; }

#recaptcha_area
{
margin: 80px 0 0 80px;
}
