/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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 ------------------------ */
html {
	background:#66042b url("../images/bg-html.jpg") top repeat-x;
	}

body {
	background: url("../images/bg-body.jpg") top center no-repeat;
	text-align:center;
	font:12px/16px  Arial, Helvetica, sans-serif;
	color:#3f4533;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#256970; }
h2	{ font-size:1.1em; color:#66043c; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#256970; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:underline; outline:none; }

/* ------------------------ 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 */


.clear {clear: both;}

div.clear	{
	height:.01em;
	clear:left;
	overflow:hidden;
	}
div.clear-h2	{
	height:10px;
	clear:both;
	overflow:hidden;
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left {
	float:left;
	margin:5px 5px 5px 0px;

	}

img.img-right {
	float:right;
	margin:0px 0px 0px 0px;
	}

/* ------------------------ 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:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #414141;
	color:#404040;
	width:258px; /* 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:66px; overflow:auto; }

#contact_business { display: none; } /* do not remove */


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; width: 400px;}

#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 {
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:1100px;
	margin:0 auto;
	text-align:left;
	}

#wrap-img {
	background:url("../images/bottom-img-2.jpg") bottom no-repeat;
	width:1100px;
	margin:0 auto;
	text-align:left;
	padding-bottom: 200px;
	}
/* ------------------------ content background  ------------------------ */
body#index #content-bg,body#blog #content-bg{
	background: url("../images/content-bg.jpg") top no-repeat;
}
body#thankyou #content-bg{
	background: url("../images/content-bg.jpg") top no-repeat;
}
body#sitemap #content-bg{
	background: url("../images/content-bg.jpg") top no-repeat;
}
#content-bg {
	background: url("../images/content-bg-inside.jpg") top no-repeat;
	float: left;
	width: 1100px;
	}

body#privacy{
	background:#fff2d2 none;
	padding:10px 0 20px 0;
}
body#financing{
	background:#fff2d2 none;
	padding:10px 0 20px 0;
}
body#about h3{
	margin-top:0px;
}

#notice p, #notice h1, #notice h2{
	text-align:justify;
 	margin: 5px 10px 20px 5px;
}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:547px;
	float:left;
	padding-left: 120px;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 15px 10px 15px;
		}
	#column-left .dr-bio {
		margin:0px 15px 0px 15px;
	}

	#column-left form { margin-left:30px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:15px; }
		#column-left ul li {
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px; /* pushes text to the right to display bg img */
			line-height: 18px;
			}
	body#about #column-left ul {margin-bottom: 0px;}

	/* multi column list */
	#column-left ul.multi { padding-left:15px; }
		#column-left ul.multi li {
			background:transparent url("../images/bullet.jpg") 0px 4px 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:220px; /* 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:15px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
#column-left #gallery{
	height:113px;
	margin-bottom:20px;
}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:313px;
	float:left;
	padding-right: 120px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 20px 10px 30px;
		}

	#column-right form { padding-left:30px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li {
			background:transparent url("../images/bullet.jpg") 0px 2px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
	p.address { font-size: .95em; }

/* ------------------------ header framework ------------------------ */

#header-graphic { height:450px; float:left; width:700px; background:url("../images/header-graphic.jpg");} /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-graphic.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#facelift #header-graphic { background:url("../images/header-facelift.jpg");}
	body#other-face #header-graphic { background:url("../images/header-other-face.jpg");}
	body#augmentation #header-graphic { background:url("../images/header-breast-aug.jpg");}
	body#lift-reduction #header-graphic { background:url("../images/header-lift-reduction.jpg");}
	body#other-breast #header-graphic { background:url("../images/header-reconstruction.jpg");}
	body#tummy #header-graphic { background:url("../images/header-tummy-tuck.jpg");}
	body#body #header-graphic { background:url("../images/header-body.jpg");}
	body#other-body #header-graphic { background:url("../images/header-body.jpg");}
	body#fillers #header-graphic { background:url("../images/header-injectables.jpg");}
	body#laser #header-graphic { background:url("../images/header-laser.jpg");}
	body#skin #header-graphic { background:url("../images/header-skin-care.jpg");}
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-graphic.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-graphic.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:80px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#facelift #subhead { background:url("../images/subhead-facelift.jpg"); }
	body#other-face #subhead { background:url("../images/subhead-other-face.jpg"); }
	body#augmentation #subhead { background:url("../images/subhead-augmentation.jpg"); }
	body#lift-reduction #subhead { background:url("../images/subhead-lift-reduction.jpg"); }
	body#other-breast #subhead { background:url("../images/subhead-other-breast.jpg"); }
	body#tummy #subhead { background:url("../images/subhead-tummy.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.jpg"); }
	body#other-body #subhead { background:url("../images/subhead-body.jpg"); }
	body#botox #subhead { background:url("../images/subhead-botox.jpg"); }
	body#fillers #subhead { background:url("../images/subhead-fillers.jpg"); }
	body#laser #subhead { background:url("../images/subhead-laser.jpg"); }
	body#skin #subhead { background:url("../images/subhead-skin.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"); }


/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:80px;
	background:url("../images/title-contact.jpg") ;
	}
#title-visit {
	height:80px;
	background:url("../images/title-visit.jpg") ;
	}
#title-procedures {
	height:75px;
	background:url("../images/title-procedures.jpg") ;
	}
#title-meet-dr {
	height: 76px;
	background: url("../images/title-meet-dr.jpg");
	}
#right-col-div {
	height: 35px;
	background: url("../images/right-col-div.gif");
	}
#title-case-of-month {
	height: 67px;
	background: url("../images/title-case-of-month.jpg");
	}
#title-patient-forms{
	position:relative;
	height:62px;
	background:url("../images/title-patient-forms.jpg");
	margin:15px 0 15px 0;
}

#title-patient-forms a{
	position:absolute;
	height:60px;
	left: 5px;
	top: 1px;
	width: 315px;
}


#title-medications{
	position:relative;
	height:62px;
	background:url("../images/title-medications.jpg");
	margin:15px 0 20px 0;
}

#title-medications a{
	position:absolute;
	height:62px;
	width:315px;
	margin:15px 0 20px 0;
}


#title-minimally-invasive {
	height: 100px;
	background: url("../images/title-minimally-invasive.jpg");
	}
#title-testimonial{
	background:url("../images/title-testimonial.jpg") ;
	height:67px;
	margin-top:20px;
	}
/* ------------------------------------- Buttons ---------------------------------------- */
#btns-procedures {
		height:200px;
		display:block;
		background:url("../images/btns-procedures.jpg") no-repeat;
		position: relative;
		}
		#btns-procedures a.eye-link {
			position: absolute;
			top: 14px;
			left: 19px;
			width: 174px;
			height: 52px;
			}
		#btns-procedures a.eye-link:hover {
				background:url("../images/btns-procedures.jpg") -19px -214px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btns-procedures a.aug-link {
			position: absolute;
			top: 14px;
			left: 193px;
			width: 175px;
			height: 52px;
			}
		#btns-procedures a.aug-link:hover {
				background:url("../images/btns-procedures.jpg") -193px -214px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btns-procedures a.skin-link {
			position: absolute;
			top: 14px;
			left: 368px;
			width: 175px;
			height: 52px;
			}
		#btns-procedures a.skin-link:hover {
				background:url("../images/btns-procedures.jpg") -368px -214px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btns-procedures a.facelift-link {
			position: absolute;
			top: 66px;
			left: 19px;
			width: 174px;
			height: 63px;
			}
		#btns-procedures a.facelift-link:hover {
				background:url("../images/btns-procedures.jpg") -19px -266px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btns-procedures a.lift-red-link {
			position: absolute;
			top: 66px;
			left: 193px;
			width: 175px;
			height: 63px;
			}
		#btns-procedures a.lift-red-link:hover {
				background:url("../images/btns-procedures.jpg") -193px -266px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btns-procedures a.fillers-link {
			position: absolute;
			top: 66px;
			left: 368px;
			width: 175px;
			height: 63px;
			}
		#btns-procedures a.fillers-link:hover {
				background:url("../images/btns-procedures.jpg") -368px -266px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btns-procedures a.facial-link {
			position: absolute;
			top: 129px;
			left: 19px;
			width: 174px;
			height: 56px;
			}
		#btns-procedures a.facial-link:hover {
				background:url("../images/btns-procedures.jpg") -19px -329px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btns-procedures a.breast-link {
			position: absolute;
			top: 129px;
			left: 193px;
			width: 175px;
			height: 56px;
			}
		#btns-procedures a.breast-link:hover {
				background:url("../images/btns-procedures.jpg") -193px -329px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btns-procedures a.laser-link {
			position: absolute;
			top: 129px;
			left: 368px;
			width: 175px;
			height: 56px;
			}
		#btns-procedures a.laser-link:hover {
				background:url("../images/btns-procedures.jpg") -368px -329px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}

		#btns-procedures 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:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:1100px;
	margin:0 auto;
	text-align:center;
	background: url("../images/footer.jpg") top no-repeat;
	padding-top: 20px;
	font-size: .95em;
	}

#footer p {
	color:#ffffff;
	margin:0 70px 10px 70px;
	}

#footer a:link, #footer a:visited { color:#ffffff; text-decoration: none;}
#footer a:hover, #footer a:active { color:#ffffff; text-decoration: underline;}

#footer ul {margin-bottom: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 #ffffff;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") top left no-repeat;
	width:305px;	/* Width of buttons, not entite image (or half of entire image) */
	height:450px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	padding-left: 95px;
	}

#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a {
	height:18px;	/* Each button must have the same height, define it here */
	display:block;
	}
#nav li#nav-00, #nav #nav-00 a {
	height:150px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-00 { margin-top:0px; width:305px; }
/* margin-top to set where the nav should begin */
#nav-01 { margin-top:0px; width:305px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08,
#nav-09, #nav-10, #nav-11, #nav-12, #nav-13, #nav-14, #nav-15 { margin-top:0; width:305px; }

#nav-00 a:hover { background:url("../images/nav.jpg") -495px  -0px no-repeat; }
#nav-01 a:hover { background:url("../images/nav.jpg") -495px  -150px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -495px  -168px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -495px  -186px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -495px  -204px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -495px  -222px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -495px  -240px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -495px  -258px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -495px  -276px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -495px  -294px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -495px  -312px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -495px  -330px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.jpg") -495px  -348px no-repeat; }
#nav-13 a:hover { background:url("../images/nav.jpg") -495px  -366px no-repeat; }
#nav-14 a:hover { background:url("../images/nav.jpg") -495px  -384px no-repeat; }
#nav-15 a:hover { background:url("../images/nav.jpg") -495px  -402px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg") -495px  -150px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -495px -168px no-repeat; }
body#facelift #nav-03 { background:url("../images/nav.jpg") -495px -186px no-repeat; }
body#other-face #nav-04 { background:url("../images/nav.jpg") -495px -204px no-repeat; }
body#augmentation #nav-05 { background:url("../images/nav.jpg") -495px -222px no-repeat; }
body#lift-reduction #nav-06 { background:url("../images/nav.jpg") -495px -240px no-repeat; }
body#other-breast #nav-07 { background:url("../images/nav.jpg") -495px -258px no-repeat; }
body#tummy #nav-08 { background:url("../images/nav.jpg") -495px -276px no-repeat; }
body#body #nav-09 { background:url("../images/nav.jpg") -495px -294px no-repeat; }
body#botox #nav-10 { background:url("../images/nav.jpg") -495px -312px no-repeat; }
body#fillers #nav-11 { background:url("../images/nav.jpg") -495px -330px no-repeat; }
body#laser #nav-12 { background:url("../images/nav.jpg") -495px -348px no-repeat; }
body#skin #nav-13 { background:url("../images/nav.jpg") -495px -366px no-repeat; }
body#blog #nav-14 { background:url("../images/nav.jpg") -495px -384px no-repeat; }
body#contact #nav-15 { background:url("../images/nav.jpg") -495px -402px no-repeat; }


img.bna { margin-left:5px; border:1px solid #dcd2b7; padding:5px; background-color:#f7d8c4; }

.bna-link { margin-left:35px;}
.bna-link-sub { margin-left:10px;}

p.click-here-to-view { padding-left:55px; font-weight:bold; width:auto;}

/* ======== */
/* = Blog = */
/* ======== */
#blog #column-left{
	padding:0 16px 0 136px;
	width:517px;
}
#blog #column-right{
	width:297px;
}
#blog #column-left p,#blog #column-left h1,#blog #column-left h2,#blog #column-left h3,#blog #column-left ul,#blog #column-left dl {
	margin: 0 0 10px;
}
.post{
	margin:0 0 3em;
}
.body{
	margin:0 0 2em;
}
.date,.meta{
	margin:0 0 1em;
}
.feedback{
	background:#9DBCB6;
	behavior:url("http://www.expertplasticsurgeon.com/js/ie-css3.htc");
	border-radius:5px; /* Opera 10.5, IE 9 */
	-moz-border-radius:5px; /* FF1+ */
	-webkit-border-radius:5px; /* Saf3+, Chrome */
	box-shadow: 0px 0px 5px #68A6A3; /* Opera 10.5, IE 9.0 */
	-moz-box-shadow: 0px 0px 5px #68A6A3; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px #68A6A3; /* Saf3.0+, Chrome */
	clear:both;
	height:1.5em;
	line-height:1.5em;
	margin:0 0 3em;
	overflow:hidden;
	padding:5px 10px;
}
.feedback .comments{
	float:left;
}
.addthis_toolbox{
	float:right;
}
#comments .comment{
	margin:0 0 2em;
}
