/*-------------------------------------------------------------------------------------*/
/*   ------------------- Last Modified  2008.04.12 ------------------------------   */
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
  Copyright Einstein Industries 2008. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE6/IE7/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/*   ----------------------------- GLOBAL ELEMENTS ---------------------------------   */
/*-------------------------------------------------------------------------------------*/
/*   ----------------------------- type selectors ----------------------------------   */
/*-------------------------------------------------------------------------------------*/
body {
	background:#172342 url("../images/bg-body.jpg") top repeat-x;
	text-align:center;
	font:75% Arial, Helvetica, sans-serif; /* assuming base font size of 16px. 16 * .75 = 13 */
	color:#000;
	min-width:100%;
}
h1 {
	font-size:1.15em;
	color:#2a4b9f;
	font-weight:bold;
}
h2 {
	font-size:1.1em;
	color:#2a4b9f;
	font-weight:bold;
}
h3 {
	font-size:1.0em;
	color:#2a4b9f;
	font-weight:bold;
}
h1 span, 
h2 span, 
h3 span {
	display:none;
}
h1,
h2,
h3,
p{
	line-height:1.5em;
}
a, 
a:link, 
a:visited {
	color:#CC0000;
	text-decoration:underline;
	outline:none;
}
a:hover, 
a:active {
	color:#2f86af;
	text-decoration:underline;
	outline:none;
}
blockquote {
	margin-left:15px;
	margin-right:15px;
}
pre, 
code, 
kbd, 
samp, 
tt {
	font-family:monospace;
	font-size:108%;
	line-height:99%;
}
/*-------------------------------------------------------------------------------------*/
/*   ----------------------------------- classes -----------------------------------   */
/*-------------------------------------------------------------------------------------*/
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

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

img.img-left2 {
	float:left;
	margin:2px 0px 0px 0px;
}

img.img-right {
	float:right;
	margin:0px 0px 0px 2px;
}


/*-------------------------------------------------------------------------------------*/
/*   ------------------------------- form elements ---------------------------------   */
/*-------------------------------------------------------------------------------------*/
#form-index {
   width:521px;
   float:left;
   }
   	#form-index p {
	color:#000000;
	padding-left:40px;
	width:300px;
}
form {
	margin:10px 50px 15px 40px; /* set margin left and right below */
}
form p.required-fields {
	font-size:.95em;
}
input, 
textarea, 
select
 {
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #967c5a;
	color:#000;
	width:90%; /* 5 pixles smaller than form width !important */
	line-height:1.1em;
	vertical-align:middle;
	margin-bottom:.15em; /* sets vertical spacing between fields */
	padding:.1em; /* vertically position text in input/textarea field */
	padding-left:.2em; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif;
	font-size:.95em;
}

input#email-newsletter {width:180px;}

select {
	width:90%; /* same width as form - !important */
	padding:0;
} 
textarea {
	height:90px;
	overflow:auto;
}
#contact_business { /* do not remove - used to filder spam */
	display: none;
}
/*-------------------------------------------------------------------------------------*/
/*   ------------------------------ SPECIFIC ELEMENTS ------------------------------   */
/*-------------------------------------------------------------------------------------*/
/*   ------------------------------ quick contact form -----------------------------   */
/*-------------------------------------------------------------------------------------*/
#contact-quick {
	width:200px;
}
/*-------------------------------------------------------------------------------------*/
/*   ------------------------------- main contact form -----------------------------   */
/*-------------------------------------------------------------------------------------*/
form#newslettr {
	width:400px;
	padding-left:50px;
	color:#006699;
}

form#newslettr-index {
	width:300px;
	padding-left:40px;
	margin-left:0;
	color:#006699;
}

#contact-main {
	width:400px;
	padding-left:150px;
}
#contact-main dl {
	width:100%;
	margin:20px 0 10px 0;
}
#contact-main dt {
	text-aligh:left;
	margin-top:10px;
}
#contact-main dd {
	width:90%;
}
input.radio {
	width:12px;
	height:12px;
	background-color:#FF00FF !important;
	border:none !important;
	margin-right:6px;
}
input.checkbox {
	width:12px;
	height:12px;
	background-color:#FF00FF !important;
	border:1px solid #967c5a;
	margin-top:2px;
	text-align:center;
}

label.sendme {font-size:.95em;}
div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	clear:both;
	}

/*-------------------------------------------------------------------------------------*/
/*   ------------------------ submit button form elements --------------------------   */
/*-------------------------------------------------------------------------------------*/
input.submit, 
input.submit-contact-main {
	width:75px;
	height:25px;
	cursor:pointer;
	padding:0;
}
/* REMOVE IF NOT USED */
input.submit-img, 
input.submit-contact-main-img,
input.submit-contact-main,
input.go { 
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
}

img.envelope {margin:0 3px 0px 0;}

/*-------------------------------------------------------------------------------------*/
/*   ------------------------------ CONTENT FRAMEWORK ------------------------------   */
/*-------------------------------------------------------------------------------------*/
/*   --------------------------------- main framework ------------------------------   */
/*-------------------------------------------------------------------------------------*/
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:960px;
	margin:0 auto;
	text-align:left;
}
#content {
	float:left;
}

/*-------------------------------------------------------------------------------------*/
/*   ------------------------------- masthead framework ----------------------------   */
/*-------------------------------------------------------------------------------------*/
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:69px;
}
/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:600px;
	width:360px;
	top:0px;
	height:69px;
}
#masthead a span {
	display:none;
}

/*-------------------------------------------------------------------------------------*/
/*   -------------------------------- header graphic -------------------------------   */
/*-------------------------------------------------------------------------------------*/
#header-graphic {
	height:432px;
} /* sets height for all non-flash headers */
body#index #header-graphic {
	background:url("../images/header-index.jpg");
}
body#aboutdoctor #header-graphic {
	background:url("../images/header-about.jpg");
	height:412px;
}
body#aboutpractice #header-graphic {
	background:url("../images/header-about.jpg");
	height:412px;
}
body#face #header-graphic {
	background:url("../images/header-face.jpg");
	height:412px;
}
body#facelift #header-graphic {
	background:url("../images/header-face.jpg");
	height:412px;
}
body#other-face #header-graphic {
	background:url("../images/header-face.jpg");
	height:412px;
}
body#before-aug #header-graphic {
	background:url("../images/header-breast.jpg");
	height:412px;
}
body#breast #header-graphic {
	background:url("../images/header-breast.jpg");
	height:412px;
}
body#breast-aug #header-graphic {
	background:url("../images/header-breast.jpg");
	height:412px;
}
body#breast-faq #header-graphic {
	background:url("../images/header-breast.jpg");
	height:412px;
}
body#breast-reduction #header-graphic {
	background:url("../images/header-breast.jpg");
	height:412px;
}
body#breast-lift #header-graphic {
	background:url("../images/header-breast.jpg");
	height:412px;
}
body#abdominoplasty #header-graphic {
	background:url("../images/header-body.jpg");
	height:412px;
}
body#abdominoplasty #header-graphic {
	background:url("../images/header-body.jpg");
	height:412px;
}
body#abdominoplasty2 #header-graphic {
	background:url("../images/header-body.jpg");
	height:412px;
}
body#abdominoplasty #header-graphic {
	background:url("../images/header-body.jpg");
	height:412px;
}
body#liposuction #header-graphic {
	background:url("../images/header-body.jpg");
	height:412px;
}
body#abdominoplasty #header-graphic {
	background:url("../images/header-body.jpg");
	height:412px;
}
body#post-bariatric #header-graphic {
	background:url("../images/header-body.jpg");
	height:412px;
}
body#abdominoplasty #header-graphic {
	background:url("../images/header-body.jpg");
	height:412px;
}
body#other-body #header-graphic {
	background:url("../images/header-body.jpg");
	height:412px;
}
body#injectables #header-graphic {
	background:url("../images/header-skin.jpg");
	height:412px;
}
body#skin-procedures #header-graphic {
	background:url("../images/header-skin.jpg");
	height:412px;
}
body#newsletter #header-graphic {
	background:url("../images/header-newsletter.jpg");
	height:412px;
}
body#breast #header-graphic {
	background:url("../images/header-breast.jpg");
	height:412px;
}
body#body #header-graphic {
	background:url("../images/header-body.jpg");
	height:412px;
}
body#skin #header-graphic {
	background:url("../images/header-skin.jpg");
	height:412px;
}
body#testimonials #header-graphic {
	background:url("../images/header-testimonials.jpg");
	height:412px;
}
body#newsletter #header-graphic {
	background:url("../images/header-newsletter.jpg");
	height:412px;
}
body#gallery #header-graphic {
	background:url("../images/header-gallery.jpg");
	height:412px;
}
body#contact #header-graphic {
	background:url("../images/header-contact.jpg");
	height:412px;
}
body#sitemap #header-graphic {
	background:url("../images/header-contact.jpg");
	height:412px;
}
body#thankyou #header-graphic {
	background:url("../images/header-contact.jpg");
	height:412px;
}
/*-------------------------------------------------------------------------------------*/
/*   --------------------------------- content left --------------------------------   */
/*-------------------------------------------------------------------------------------*/
#content-left {
	width:480px;
	float:left;
}
#content-left p, 
#content-left h1, 
#content-left h2, 
#content-left h3 {
	margin:0px 30px 10px 50px;
}

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

#content-left-sub {
	width:630px;
	float:left;
}
#content-left-sub p, 
#content-left-sub h1, 
#content-left-sub h2, 
#content-left-sub h3{ 
	margin:0px 30px 10px 50px;
}
#content p.weight{
	font-weight:bold;
}
#content-left-sub ul {
	padding-left:55px;
	margin-bottom:15px;
}
#content-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:20px;  /* pushes text to the right to display bg img */
	line-height:20px;
}
/* set form margin here */
#content-left-sub form {
	margin-left:0px;
} 
/*-------------------------------------------------------------------------------------*/
/*   --------------------------------- content right -------------------------------   */
/*-------------------------------------------------------------------------------------*/
#content-right {
	width:480px;
	float:left;
}

		#procedures-list  {
		width: 400px;
		}

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


/* set form margin here */
#content-right form {
	margin-left:0px;
}

/* multi column list */
#content-right-sub ul {
	padding-left:5px;
	margin:0px 0px 0px 40px;
}
#content-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:20px;  /* pushes text to the right to display bg img */
	float:left;
	width:150px; /* sets the width of each column */
	line-height:20px;
}

#content-right-sub {
	width:330px;
	float:left;
}
#content-right-sub p 
{
	margin:20px 60px 10px 50px;
}
/* set form margin here */
#content-right-sub form {
	margin-left:50px;
}
/*-------------------------------------------------------------------------------------*/
/*   ------------------- subheads with the same height -----------------------------   */
/*-------------------------------------------------------------------------------------*/

body#index #subhead {
	background:url("../images/subhead-index.jpg");
	width:480px;
	height:86px;
}

/* ------------------------ subhead framework ------------------------ */
#subhead { height:61px; } /* sets height for all subheads */
    body#aboutdoctor #subhead { background:url("../images/subhead-aboutdoctor.jpg"); }
	body#aboutpractice #subhead { background:url("../images/subhead-aboutpractice.jpg"); }
	body#abdominoplasty #subhead { background:url("../images/subhead-Abdominoplasty.jpg"); }
	body#abdominoplasty2 #subhead { background:url("../images/subhead-abdominoplasty2.jpg"); }
	body#before-aug #subhead { background:url("../images/subhead-before-breast-augme.jpg"); }
	body#breast-aug #subhead { background:url("../images/subhead-Breast-Augmentation.jpg"); }
	body#breast-faq #subhead { background:url("../images/subhead-Breast-FAQs.jpg"); }
	body#breast-lift #subhead { background:url("../images/subhead-Breast-Lift.jpg"); }
	body#breast-reduction #subhead { background:url("../images/subhead-Breast-Reduction.jpg"); }
	body#liposuction #subhead { background:url("../images/subhead-Liposuction.jpg"); }
	body#post-bariatric #subhead { background:url("../images/subhead-Post-Bariatric-Proc.jpg"); }
	body#other-body #subhead { background:url("../images/subhead-More-Body.jpg"); }
	body#injectables #subhead { background:url("../images/subhead-Injectables.jpg"); }
	body#skin-procedures #subhead { background:url("../images/subhead-Non-surgical-Skin-P.jpg"); }
	body#other-face #subhead { background:url("../images/subhead-More-Facial-Procedu.jpg"); }
	body#facelift #subhead { background:url("../images/subhead-facelift.jpg"); }
	body#face #subhead { background:url("../images/subhead-face.jpg"); }
	body#breast #subhead { background:url("../images/subhead-breast.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.jpg"); }
	body#skin #subhead { background:url("../images/subhead-skin.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#newsletter #subhead { background:url("../images/subhead-newsletter.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }

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

/*-------------------------------------------------------------------------------------*/
/*   ------------------- BNA on homepage -----------------------   */
/*-------------------------------------------------------------------------------------*/
#bna-index {
    background:url("../images/bna.jpg") no-repeat;
	position:relative;
	height:147px;
	width:960px;
	clear:both;
}
/* index page link within #bna */		
	#bna-index p {
	position:absolute;
	left:700px;
	top:70px;
	width: 220px;
}
#bna-index a:link, 
#bna-index a:visited {
	color:#fff;
	text-decoration:none;
}
#bna-index a:hover, 
#bna-index a:active {
	color:#ff0001;
	text-decoration:none;
}

/*-------------------------------------------------------------------------------------*/
/*   -------------------- images ---------------------------------------------------   */
/*-------------------------------------------------------------------------------------*/
#img-female-rose {
	height:300px;
	width:199px;
	float:right;
	background:url("../images/img-female-rose.jpg");
}
#img-pasadena {
	height:228px;
	width:439px;
    background:url("../images/img-pasadena.jpg") no-repeat;
	float:left;
}
#bottom-wrap {
	height:91px;
	width:960px;
    background:url("../images/footer.jpg") no-repeat;
	clear:both;
}
#bottom-wrap-sub {
	height:130px;
	width:960px;
    background:url("../images/footer-sub.jpg") no-repeat;
	clear:both;
}
/*-------------------------------------------------------------------------------------*/
/*   -------------------- titles with the different heights ------------------------   */
/*-------------------------------------------------------------------------------------*/
#title-contact {
	height:61px;
	background:url("../images/title-contactus.jpg");
}
#title-visit {
	height:61px;
	background:url("../images/title-visitus.jpg");
}
#title-featured-procedure {
	height:86px;
	background:url("../images/title-featuredprocedure.jpg");
}
#title-welovetohear {
	height:46px;
	background:url("../images/title-welovetohear.jpg") no-repeat;
	margin-left:40px;
	margin-top:20px;
}
/*-------------------------------------------------------------------------------------*/
/*   --------------------------------- 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;
}
/*-------------------------------------------------------------------------------------*/
/*   --------------------------------- footer --------------------------------------   */
/*-------------------------------------------------------------------------------------*/
#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
}
#footer p {
	color:#fff;
	margin-bottom:10px;
}
#footer a:link, 
#footer a:visited {
	color:#fff;
}
#footer a:hover, 
#footer a:active {
	color:#d61f1f;
}
#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 #fff;
}
#footer li.first {
	border: none;
}
/*-------------------------------------------------------------------------------------*/
/*   ----------------------- MAIN NAVIGATION FRAMEWORK -----------------------------   */
/*-------------------------------------------------------------------------------------*/
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:960px; 
	height:60px; 
	margin:0;
	padding:0; 
	}
#nav span { 
	display: none; 
}
#nav li, 
#nav a { 
	height:30px;  /* change height here also */
	display:block; 
}
#nav li { 
	float:left; 
	list-style:none; 
	_display:inline; 
	position:relative; 
}
#nav-01 { width: 59px; margin-left:36px;}
#nav-02 { width: 96px;}
#nav-03 { width: 59px;}
#nav-04 { width: 76px;}
#nav-05 { width: 65px;}
#nav-06 { width: 58px;}
#nav-07 { width: 126px;}
#nav-08 { width: 116px;}
#nav-09 { width: 84px;}
#nav-10 { width: 64px;}
#nav-11 { width: 90px;}

/*-------------------------------------------------------------------------------------*/
/*   ----- (-79px) X position of button / (-30px) height of image from above -------   */
/*-------------------------------------------------------------------------------------*/
#nav-01 a:hover { background:url("../images/nav.jpg")  -36px -60px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -95px -0px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -191px -0px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -250px -0px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -326px -0px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -391px -0px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -449px -60px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -575px -60px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -691px -60px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -775px -60px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -839px -60px no-repeat; }


/*-------------------------------------------------------------------------------------*/
/*   ------------------ son of suckerfish: vertical sprite nav ---------------------   */
/*-------------------------------------------------------------------------------------*/
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#fff;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:15px; /* Set to same width as in #nav */
	margin-top:0px; /* Set to each button height, same as used above */
	}
#nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border:1px solid #CCC;
	border-top:none;
	}
#nav li ul li a {
	width:165px;
	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:#000;
	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 { 
	background-image:none;
	background-color:#AA0000;
	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:165px; }		
#nav-03 ul, #nav-03 li { width:165px; }
#nav-04 ul, #nav-04 li { width:165px; }
#nav-05 ul, #nav-05 li { width:165px; }
#nav-06 ul, #nav-06 li { width:165px; }



img.bna { margin-right:5px; border:2px solid; border-color:#3c3c3c;}

div.bna-1 { width:350px; float:left; margin:10px 0px 10px 50px; display:inline;}

#logos {
	width:364px;
	height:108px;
	background:url("../images/logos.jpg") no-repeat;
	margin-left:70px;
	}
	
#logo-pasadena-cs { 
	background:url("../images/logo-pasadena-cs.jpg") no-repeat; 
	width:151px; 
	height:206px; 
	margin-left:45px;
	}


#logos-vert {
	background:url("../images/logos-vert.jpg") no-repeat;
	width:151px;
	height:206px;
	float:right;
	}