/*--------------------- Last Modified --> 2006.11.17 ---------------------*/
/*-----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------
  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:#414141 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	}

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

h1	{ font-size:1.2em; color:#FFF; }
h2, .h2	{
	color:#ABD2E6;
	font-size:1.35em;
	border-bottom:1px solid #ABD2E6;
    }
h3, h4	{ font-size:1.2em; color:#D5C5BB; }

body#sitemap h3 { font-size:1.0em; margin:0;}

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

body#sitemap h2 a:link, body#sitemap h2 a:visited	{ text-decoration:none; }
body#sitemap h2 a:hover, body#sitemap h2 a:active	{ text-decoration:none; }

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

/* ----- classes ----- */
.clear	{ clear:both; }
div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}

img.img-left { 
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	}

img.img-right { 
	float:right; 
	margin-left:5px;
	margin-bottom:5px;
	}

/* ----- global form elements ----- */ 
form {
	width:200px;
	margin:0;
	}
	body#index form {
		width:400px;
		margin-left:36px;
		}

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 */
	color:#0C2C4A !important;
	border:none;
	width:195px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	body#index input, body#index textarea, body#index select { width:190px; }

select { width:200px; padding:0; } /* same width as form - !important */

textarea { height:93px; overflow:auto; }
	body#index textarea {
		width:190px;
		float: right;
		clear:both;
		}
#contact_business { display: none; } /* do not remove */ 
#contact_subject { display: none; } /* do not remove */ 

/* ----- main contact form ----- */ 
#contact-main, #commentform { margin:20px 0 10px 0;}

#contact-main label, #commentform 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, #commentform label input, #commentform label textarea, #commentform label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	color:black !important;
	}

#contact-main label select, #commentform label select { width:175px; }

#contact-main label textarea, #commentform label textarea{ height:100px; overflow:auto; color:black !important;}

/* ----- submit button form elements ----- */ 
#search input.submit, input.submit, #commentform input.commentform-submit { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 235px; }
#commentform input.commentform-submit {
	margin:95px 0 0 243px;
	width:100px;
	}

body#index input.submit-image, input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:68px;
	height:30px;
	border:none;
	cursor:pointer;
	}
	body#index input.submit-image {
		float:right;
		clear:both;
		}
/* framework
 * ------------------------------------------------------------------------- */
#wrap {
	background:#262B2C url("../images/bg-wrap-top.jpg") repeat-x;
	width:786px;
	margin:0 auto;
	text-align:left;
	}

#wrap-inner { background:url("../images/bg-wrap.jpg") 27px 0 repeat-y; }
	body#index #wrap-inner { background:url("../images/bg-wrap-index.jpg") 27px 0 repeat-y; }

	#wrap p, #wrap h1, #wrap h2, #wrap h3 { margin-bottom:24px; }


#masthead {
	position:relative;
	background:url("../images/masthead.jpg") 27px 0 no-repeat;
	height:115px;
	}

	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:548px;
		width:165px;
		height:16px; 
		}
	#masthead a.home {	
		left:4px;
		top:11px;
		width:331px;
		height:86px; 
		}
	#masthead a.doc-01 { top:32px; }
	#masthead a.doc-02 { top:48px; }
	#masthead a.doc-03 { top:64px; }

	#masthead a span {
		display:none;
		}


/* ------------------------------------- Horozontal Sprite Nav ------------------------------------- */
#nav { 
	background:url("../images/nav.jpg") 27px 0 no-repeat; 
	height:31px; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 70px; margin-left:27px; }
#nav-02 { width: 49px;}
#nav-03 { width: 55px;}
#nav-04 { width: 50px;}
#nav-05 { width: 68px;}
#nav-06 { width: 86px;}
#nav-07 { width: 87px;}
#nav-08 { width: 48px;}
#nav-09 { width: 56px;}
#nav-10 { width: 64px;}
#nav-11 { width: 95px;}


/*-------------- (-79px) X position of button / (-30px) 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") -70px -31px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -119px -31px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -174px -31px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -224px -31px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -292px -31px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -378px -31px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -465px -31px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -513px -31px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -569px -31px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -633px -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:#535353;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px;
	border:1px solid #2E2E2E;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;
	line-height:20px;
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}
	#nav #nav-04 ul li a span.page { padding-left:5px; font-weight:bold; } 
	#nav #nav-04 ul li a span { padding-left:13px; }

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

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

/* Hover styles for drop down items */
#nav li ul li a:hover { 
	background-image:none;
	background-color:#232323;
	color:#F6FBFE;
	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:227px; }		
#nav-03 ul, #nav-03 li { width:233px; }		
#nav-04 ul, #nav-04 li { width:228px; }		
#nav-05 ul, #nav-05 li { width:162px; }		
#nav-06 ul, #nav-06 li { width:168px; }		
#nav-08 ul, #nav-08 li { width:200px; }

/* -------------------- index-top -------------------- */
#index-top {
	height:601px;
	background:url("../images/index-graphic.jpg") 27px 0 no-repeat;
	position:relative;
	}
	#content {
		position:absolute;
		color:#3A3A3A;
		line-height:15px;
		left:53px;
		top:14px;
		width:336px;
		height:193px;
		overflow:auto;
		}
		#content p { margin-right:5px; }
		#content .first { margin-top:18px; }
		#content h1 { color:#3A3A3A; }
		#content p, #content h1 { margin-bottom:5px; }
	#content a:link,#content a:visited	{ color:#0C608C;}
	#content a:hover,#content a:active	{ color:#0C608C;}

	#contact-info p	 {
		position:absolute;
		line-height:13px;
		color:#B2B2B2;
		left:54px;
		top:453px;
		}
		#contact-info p.addr1 { left:54px; }
		#contact-info p.addr2 { left:288px; }
		#contact-info p.addr3 { left:524px; }

		#contact-info p { margin-bottom: 8px; }
		#contact-info strong { color:#D8D8D8; }

	#index-top a.gallery {	
		position:absolute;
		left:643px;
		top:371px;
		width:52px;
		height:33px; 
		}
	#index-top a.video {	
		position:absolute;
		left:331px;
		top:371px;
		width:52px;
		height:33px; 
		}
	#index-top a.video-box {	
		display:block;
		height:75px;
		left:56px;
		position:absolute;
		top:321px;
		width:113px;
	}
		#index-top a.gallery:hover, #index-top a.video:hover { background:url("../images/btn-go.jpg") no-repeat; }
		#index-top a.gallery span, #index-top a.video span { display:none; }
		
/* ------------------ end-index-top ------------------ */

/* -------------------- meet-docs -------------------- */
#meet-docs {
	float:left;
	}
	#meet-docs h2 { margin:0; border:none; }
	#meet-docs h2 span { display:none; }

#doc-01 {
	margin-left:50px;
	width:205px;
	float:left;
	display:inline;
	}
#doc-02 {
	margin-left:41px;
	width:192px;
	float:left;
	}
#doc-03 {
	margin-left:43px;
	width:201px;
	float:left;
	}
/* ------------------ end-meet-docs ------------------ */

/* -------------------- nav-procedures -------------------- */
#nav-procedures { 
	background:url("../images/nav-procedures.jpg") 27px 0 no-repeat; 
	height:113px;
	clear:both;
	}

#nav-procedures span { display: none; }

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

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

#nav-procedures-01 { width: 184px; margin-left:27px; }
#nav-procedures-02 { width: 181px;}
#nav-procedures-03 { width: 181px;}
#nav-procedures-04 { width: 184px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-procedures-01 a:hover { background:url("../images/nav-procedures.jpg")  0 -113px no-repeat; }
#nav-procedures-02 a:hover { background:url("../images/nav-procedures.jpg") -184px -113px no-repeat; }
#nav-procedures-03 a:hover { background:url("../images/nav-procedures.jpg") -365px -113px no-repeat; }
#nav-procedures-04 a:hover { background:url("../images/nav-procedures.jpg") -546px -113px no-repeat; }

/* ------------------ end-nav-procedures ------------------ */
#pain-buster {
	background:url("../images/bg-pain-buster.jpg") 27px 0 repeat-y;
	float:left;
	}
	#pain-buster p{ margin:20px 52px 0 0; }
#pain-buster-logo {
	float:left;
	height:107px;
	width:275px;
	background:url("../images/img-pain-buster-index.jpg") 49px 27px no-repeat;
	position:relative;
	}
	#pain-buster-logo a {
		position:absolute;
		top:17px;
		left:39px;
		width:200px;
		height:70px;	
	}
	#pain-buster-logo a span { display:none; }
/* -------------------- contact-index -------------------- */
#contact-index {
	background:#3A3A3A url("../images/bg-contact-index.jpg") repeat-x;
	width:724px;
	margin-left:30px;
	clear:both;
	}
	#contact-index p {
		margin-left:33px;
		}
	#title-index-contact {
		background:url("../images/title-index-contact.jpg") no-repeat;
		height:56px;
		}
	#phone { background:url("../images/bg-ctc.jpg") bottom right no-repeat; }

	#ctc {
		width:279px;
		float:right;
		}
		#btn-ctc {
			display:block;
			background: url("../images/btn-ctc.jpg") no-repeat;
			height:61px;
			width:174px;
			margin:20px 0 20px 14px;
			}
			#btn-ctc:hover { background: url("../images/btn-ctc.jpg") -174px 0 no-repeat; }
			body#index #btn-ctc {
				background: url("../images/btn-ctc-index.jpg") no-repeat;
				height:132px;
				width:175px;
				margin:27px 0;
				}
			#btn-ctc span { display:none; }
			
	
/* ------------------ end-contact-index ------------------ */

/* ----- column-left ----- */
#column-left {
	width:512px;
	float:left;
	background-position:27px 0;
	background-repeat:no-repeat;
	overflow:hidden; /* Fix for em tag in IE */
	}
	
	body#about #column-left { background-image:url("../images/subhead-about.jpg"); }
	body#body #column-left { background-image:url("../images/subhead-body.jpg"); }
	body#liposuction #column-left { background-image:url("../images/subhead-liposuction.jpg"); }
	body#tummy-tuck #column-left { background-image:url("../images/subhead-tummy-tuck.jpg"); }
	body#body-contouring #column-left { background-image:url("../images/subhead-body-contouring.jpg"); }
	body#blog #column-left { background-image:url("../images/subhead-blog.jpg"); }
	body#breast #column-left { background-image:url("../images/subhead-breast.jpg"); }
	body#breast-augmentation-enlargement #column-left { background-image:url("../images/subhead-breast-augmentation-enlargement.jpg"); }
	body#breast-reconstruction-reduction #column-left { background-image:url("../images/subhead-breast-reconstruction-reduction.jpg"); }
	body#breast-lift #column-left { background-image:url("../images/subhead-breast-lift.jpg"); }
	body#contact #column-left { background-image:url("../images/subhead-contact.jpg"); }
	body#eyelid-surgery #column-left { background-image:url("../images/subhead-eyelid-surgery.jpg"); }
	body#doctors #column-left { background-image:url("../images/subhead-doctors.jpg"); }
	body#face #column-left { background-image:url("../images/subhead-face.jpg"); }
	body#face-lift #column-left { background-image:url("../images/subhead-face-lift.jpg"); }
	body#rhinoplasty #column-left { background-image:url("../images/subhead-rhinoplasty.jpg"); }
	body#gallery #column-left { background-image:url("../images/subhead-gallery.jpg"); }
	body#skin #column-left { background-image:url("../images/subhead-skin.jpg"); }
	body#thankyou #column-left { background-image:url("../images/subhead-thankyou.jpg"); height:136px; }
	body#face-non-surgical #column-left { background-image:url("../images/subhead-face-non-surgical.jpg"); }
	body#face-surgical #column-left { background-image:url("../images/subhead-face-surgical.jpg"); }
	body#sitemap #column-left { background-image:url("../images/subhead-sitemap.jpg"); }
	body#other #column-left { background-image:url("../images/subhead-blank.jpg"); }
	body#post-op #column-left { background-image:url("../images/subhead-post-op.jpg"); }
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3,  #column-left h4, #column-left ul, #column-left dl {
		margin:0 44px 10px 58px;
		}
		#column-left h1 { font-size: 1.4em; }
			#column-left h1 span {display: inline; font-size: .8em; }
		#column-left h2 { margin-top:25px; }
		#column-left h3, #column-left h4 {
			margin-top:20px;
			margin-bottom:5px;
			}
	#column-left dl {
		padding-left:10px;
		list-style:disc;
		}
	#column-left dt {
		font-weight:bold;
		}
		#blog-content {
			margin:0 44px 0 58px;
			}
		#column-left #blog-content p, #column-left #blog-content h1, #column-left #blog-content h2, #column-left #blog-content h3, #column-left #blog-content ul, #column-left #blog-content dl {
			margin:0 0 10px 0;
			}
		#column-left .first, #blog-content { padding-top:39px; }
		
	#column-left form, #column-left .img-left { margin-left:58px; }

	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:12px; /* pushes text to the right to display bg img */
			margin-bottom:2px;
			}

	#column-left ul.gallery-procedures {
		padding:0;
		margin-bottom:25px;
		}
		#column-left ul.gallery-procedures li { 
			float:left;
			width:40%;
			}

	#column-left ul.procedures {
		padding:0;
		margin-right:0;
		}
		#column-left ul.procedures li { 
			float:left;
			width:210px;
			}
		.margin-bottom { margin-bottom:24px; }
	#procedure-list { margin-bottom:25px;}
	#procedure-subhead { width:100%; clear:both; }

#wrap-gallery {	text-transform:capitalize; }
#nav-gallery, #caption { text-transform:none; }
#nav-gallery, #case { margin-left:58px; margin-right:44px; }
/* -------- blog css -------- */
.storycontent {
	margin:25px 0;}

#blog-content .feedback {
	color:#000;
	border:1px solid;
	background-color:#CCC;
	text-align:center;
	margin:25px;
	padding:.25em;
	}
	#blog-content .feedback a { color:#000; }

#column-left #blog-content .feedback ul { padding:0; margin:0; }
	#blog-content .feedback li {
		padding:0 5px 0 7px;
		display: inline;
		background:none;
		}
		#blog-content .feedback li.first { padding-left:0; }

#blog-content ol { margin-left:20px; }
	#blog-content ol li { list-style-type:decimal; }

	#column-left #blog-content ul { padding:0; }

#blog h2 {
	font-size:1.2em;
	color:#FFF;
	border-bottom:none;
	}
.storytitle	{
	font-size:1.35em;
	border-bottom:1px solid #ABD2E6;
	}
	.storytitle a { text-decoration:none; }


#column-right #menu h2 { 
	margin:0;
	font-weight:normal;
	font-size:1em;
	}
	#column-left #blog-content form { margin-left:0; }
/* ----- column-right ----- */

#column-right {
	width:272px;
	float:left;
	background:url("../images/subhead-right.jpg") no-repeat;
	}
	body#contact #column-right, body#thankyou #column-right { background:url("../images/subhead-right-locate.jpg") no-repeat; }

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 50px 10px 19px;
		}
		#column-right .first { padding-top:82px; }
		#column-right #search form { margin-left:0; }
	#column-right form { margin-left:19px; }
	
	.btn-gallery {
		display:block;
		height:61px;
		width:194px;
		background:url("../images/btn-gallery.jpg") no-repeat;
		margin-top:20px;
		}
		.btn-gallery:hover { background:url("../images/btn-gallery.jpg") -194px 0 no-repeat; }
		.btn-gallery span { display:none; }
	 
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:38px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */
#header-graphic {
	height:249px;
	background:url("../images/header-graphic.jpg") 27px 0 no-repeat;
	}
	
#header-spa {
	height:249px;
	background:url("../images/header-spa.jpg") 27px 0 no-repeat;
	}


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

#subhead { height:20px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.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"); }
	body#post-op #subhead { background:url("../images/subhead-post-op.jpg"); }
	
	


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

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


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	color:#CCC;
	font-size:.9em;
	}

#footer p {
	margin:5px 0;
	}
	#footer #cr a:link, #footer #cr a:visited, #footer #cr a:hover { text-decoration: none; }

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

#footer ul {margin-top: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;
	}

	#footer li.first {
		border: none;
		padding-left:0;
		}
#index-specials {height:198px;margin:0 0 0 31px;width:723px;}
.cta {width:723px;height:80px;margin:0 0 0 31px;background:#2d2d2d;}
#cta-image1 {margin:0 0 0 10px;}