/*--------------------- 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 ------------------------ */

html {
	background:#4c565c url("../images/bg-html.jpg") top repeat-x;
	}

body { 
	background: url("../images/bg-body.jpg") top center no-repeat;
	text-align:center; 
	font:11px/16px  Arial, Helvetica, sans-serif;  
	color:#fefefe;
	}

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

h1	{ font-size:1.2em; color:#fff; }
h2, h2 a:link, h2 a:visited	{ font-size:16px; color:#39bbff; font-weight: normal;}
h3	{ font-size:1.3em; color:#cecece; font-weight: normal;}

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

a:link,a:visited	{ color:#cecece; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#fff; 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:both;
	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-back-to-top.gif") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 10px 0px 0px;
	}

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

/* ------------------------ form elements ------------------------ */
form {
	width:500px;
	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:#fefefe !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #39bbff;
	color:#000;
	width:300px; /* 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; }

#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:220px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:225px; height: 20px; } /* 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:850px;
	margin:0 auto;
	text-align:left;
	position: relative;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.gif");
	height:154px;
	}
	/* index page link within #masthead */		
	#masthead a {
		position:absolute;
		left:10px;
		width:327px;
		top:30px;
		height:85px;
		}
	#masthead a span {
		display:none;
		}

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

#content {
	background: url("../images/content-wrap-sub.jpg") repeat-y;
	width: 850px;
	float: left;
	}
#content-top {
	background: url("../images/content-bg.jpg") top no-repeat;
	width: 850px;
	float: left;
	}
body#index #content-top {
	background: url("../images/content-top.jpg") top no-repeat;
	float: left;
	}
body#index #content {
	background: url("../images/content-wrap.jpg") repeat-y;
	}
#content-bottom {
	background: url("../images/content-bottom.jpg") bottom no-repeat;
	width: 850px;
	float: left;
	padding-bottom: 100px;
	}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:546px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 50px 10px 33px;
		}

	#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.gif") 0px 5px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:11px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.gif") 0px 5px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:11px;  /* 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.gif") 0px 5px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:11px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:304px;
	float:left;
	padding: 360px 0 100px 0;
	}
body#index #column-right { padding-top: 0px; }
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 20px 10px 45px;
		}

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

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

/* ------------------------ header framework ------------------------ */
#header-graphic { height:315px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }

 
/* ------------------------ subhead framework ------------------------ */
#subhead {height: 58px; margin-top: 75px;} /* sets height for all subheads */
	body#index #subhead { 
		background:url("../images/subhead-index.jpg") top no-repeat; 
		padding-top: 87px; 
		height: auto;
		margin-top: 0px;
		}
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; }
	body#abdomen #subhead { background:url("../images/subhead-abs.jpg") top no-repeat; }
	body#breast #subhead { background:url("../images/subhead-breast.jpg") top no-repeat; }
	body#ear-nose #subhead { background:url("../images/subhead-ear-nose.jpg") top no-repeat; }
	body#face #subhead { background:url("../images/subhead-face.jpg") top no-repeat; }
	body#skin #subhead { background:url("../images/subhead-skin.jpg") top no-repeat; }
	body#lipo #subhead { background:url("../images/subhead-lipo.jpg") top no-repeat; }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg") top no-repeat; }
	body#media #subhead { background:url("../images/subhead-media.jpg") top no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }

/* ------------------------ procedure INDEX btns ------------------------ */
	
#procedure-btns {
	position: absolute;
	background: url("../images/procedure-btns.gif");
	top: 442px;
	left: 284px;
	width: 538px;
	height: 83px;
	}
	#procedure-btns span {display: none;}
	#procedure-btns li, #procedure-btns a { height:83px; display:block; } /* change height here also */
	
	#procedure-btns li { float:left; list-style:none; _display:inline; }
	
	#procedure-btns-01 { width: 87px; margin-left: 0px;}
	#procedure-btns-02 { width: 90px;}
	#procedure-btns-03 { width: 92px;}
	#procedure-btns-04 { width: 90px;}
	#procedure-btns-05 { width: 91px;}
	#procedure-btns-06 { width: 88px;}
	
	/*-------------- (-79px) X position of button / (-83px) height of image from above ------------- */
	#procedure-btns-01 a:hover { background:url("../images/procedure-btns.gif") -0px -83px no-repeat; }
	#procedure-btns-02 a:hover { background:url("../images/procedure-btns.gif") -87px -83px no-repeat; }
	#procedure-btns-03 a:hover { background:url("../images/procedure-btns.gif") -177px -83px no-repeat; }
	#procedure-btns-04 a:hover { background:url("../images/procedure-btns.gif") -269px -83px no-repeat; }
	#procedure-btns-05 a:hover { background:url("../images/procedure-btns.gif") -359px -83px no-repeat; }
	#procedure-btns-06 a:hover { background:url("../images/procedure-btns.gif") -450px -83px no-repeat; }
	
/* ------------------------ procedure INSIDE PAGES btns ------------------------ */
	
#column-right #procedure-btns-sub {
	background: url("../images/procedure-btns-sub.jpg");
	width: 216px;
	height: 142px;
	margin: 20px 0px 0px 52px;
	padding: 0px;
	}
	#column-right #procedure-btns-sub span {display: none;}

	#column-right #procedure-btns-sub li, #column-right #procedure-btns-sub a { height:71px; display:block; } /* change height here also */
	
	#column-right #procedure-btns-sub li { float:left; list-style:none; _display:inline; padding: 0px; }
	
	#procedure-btns-sub-01 { width: 72px; margin-left: 0px;}
	#procedure-btns-sub-02 { width: 72px;}
	#procedure-btns-sub-03 { width: 72px;}
	#procedure-btns-sub-04 { width: 72px;}
	#procedure-btns-sub-05 { width: 72px;}
	#procedure-btns-sub-06 { width: 72px;}
	
	/*-------------- (-79px) X position of button / (-71px) height of image from above ------------- */
	#procedure-btns-sub-01 a:hover { background:url("../images/procedure-btns-sub.jpg") -0px   -142px no-repeat; }
	#procedure-btns-sub-02 a:hover { background:url("../images/procedure-btns-sub.jpg") -72px  -142px no-repeat; }
	#procedure-btns-sub-03 a:hover { background:url("../images/procedure-btns-sub.jpg") -144px -142px no-repeat; }
	#procedure-btns-sub-04 a:hover { background:url("../images/procedure-btns-sub.jpg") -0px -213px no-repeat; }
	#procedure-btns-sub-05 a:hover { background:url("../images/procedure-btns-sub.jpg") -72px -213px no-repeat; }
	#procedure-btns-sub-06 a:hover { background:url("../images/procedure-btns-sub.jpg") -144px -213px no-repeat; }
	
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:57px;
	width: 229px;
	background:url("../images/title-contact.jpg") ;
	margin: 70px 30px 20px 45px;
	}
#title-meet-dr {
	padding-top:65px;
	background:url("../images/title-meet-dr1.gif") top no-repeat ;
	}
#title-location {
	height:56px;
	background:url("../images/title-location.gif") ;
	}
#title-see-media {
	height:56px;
	background:url("../images/title-see-media.gif") ;
	}

#featured-procedure {
	padding-top: 80px;
	background:url("../images/featured-procedure.gif") top no-repeat;
	}
#contact-practice {
	padding-top: 80px;
	background:url("../images/contact-practice.gif") top no-repeat;
	}
a#gallery-link {
	display: block;
	height: 38px;
	width: 229px;
	background: url("../images/btn-gallery-index.jpg");
	margin: 30px 30px 35px 45px;
}
a#gallery-link:hover {
	background: url("../images/btn-gallery-index.jpg") -0px -38px no-repeat;
}
a#gallery-link span {
	display: none;
}
/* ------------------------footer framework ------------------------ */
#footer-bg {
	background: url("../images/footer-bg.jpg") repeat-x;
	width: auto;
}

#footer {
	width:850px;
	background: url("../images/footer.gif") top no-repeat;
	padding-top: 72px;
	height: 135px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#fff;
	margin-bottom:5px;
	}

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

#footer ul {margin-bottom:7px;}
	#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 ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:850px; 
	height:30px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 60px; margin-left: 10px;}
#nav-02 { width: 60px;}
#nav-03 { width: 80px;}
#nav-04 { width: 70px;}
#nav-05 { width: 80px;}
#nav-06 { width: 50px;}
#nav-07 { width: 50px;}
#nav-08 { width: 100px;}
#nav-09 { width: 50px;}
#nav-10 { width: 60px;}
#nav-11 { width: 70px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -10px -30px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -70px -30px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -130px -30px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -210px -30px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -280px -30px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -360px -30px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -410px -30px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -460px -30px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -560px -30px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -610px -30px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -670px -30px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -10px -30px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg")  -70px -30px no-repeat; }
body#abdomen #nav-03 { background:url("../images/nav.jpg") -130px -30px no-repeat; }
body#breast #nav-04 { background:url("../images/nav.jpg") -210px -30px no-repeat; }
body#ear-nose #nav-05 { background:url("../images/nav.jpg") -280px -30px no-repeat; }
body#face #nav-06 { background:url("../images/nav.jpg") -360px -30px no-repeat; }
body#skin #nav-07 { background:url("../images/nav.jpg") -410px -30px no-repeat; }
body#lipo #nav-08 { background:url("../images/nav.jpg") -460px -30px no-repeat; }
body#faqs #nav-09 { background:url("../images/nav.jpg") -560px -30px no-repeat; }
body#media #nav-10 { background:url("../images/nav.jpg") -610px -30px no-repeat; }
body#contact #nav-11 { background:url("../images/nav.jpg") -670px -30px no-repeat; }
