/*--------------------- 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%; margin-left:20px;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#ffcd85 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#23110a;
	}

#body-bottom { 
	background: url("../images/body-bottom.jpg") bottom repeat-x;
	padding-bottom: 30px;
	}

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

h1	{ font-size:1.4em; color:#171615; padding-top:20px;}
h2	{ font-size:1.3em; color:#23110a; }
h3	{ font-size:1.2em; color:#000; }

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

#header-flash span {display:none;}

a:link,a:visited	{ color:#993300; 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: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") 395px 3px no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 3px 0px 0px;
	}

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

img.logo {
	margin:0px 0px 20px; 0px;
	}

p.directions {
	background: url("../images/img-map.gif") right no-repeat;
	height: 60px;
	}
	a.map-img-link {
		display: block;
		width: 69px;
		height: 68px;
		float: right;
	}
	


img {margin:20px 0px 10px 0px;}

#column-left p.inside {color:#23110A; }
#column-left p.inside-top {color:#23110A; padding-top:20px;}

#social-media img { 
	width:40px; 
	height:40px;
	margin:0;
	}

#column-left #social-media { 
	margin-left:10px;
	}

body#contact #column-left #social-media, body#thankyou #column-left #social-media { 
	margin-bottom:22px;
	}


p span.address {font-weight:bold;}


/* ------------------------ 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:#633609 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #6c3a25;
	color:#f3cb8e;
	width:170px; /* 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: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:58px;
	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 {
	width:841px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ index-column-left framework ------------------------ */
#index-column-left {
	width:212px;
	float:left;
	padding-left: 58px;
	color: #993300;
	background: url("../images/col-left-bg.jpg") top no-repeat;
	}

#index-column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 25px 10px 0px;
		}
		
#index-column-left #btn-connie {
	position:relative;
	width:212px;
	height:134px;
	background:url("../images/btn-connie.jpg");
	}
	#index-column-left #btn-connie a {
	position:absolute;
	top:21px;
	left:35px;
	width:162px;
	height:68px;
		}
		#index-column-left #btn-connie a:hover {
			background:url("../images/btn-connie.jpg") -247px -21px;
			margin:0;
			}
		#index-column-left #btn-connie a span { display:none; }
		
#btn-blog {
	position:relative;
	width:212px;
	height:134px;
	background:url("../images/btn-blog.jpg");
	}
	#btn-blog a {
	position:absolute;
	top:21px;
	left:35px;
	width:162px;
	height:68px;
		}
		#btn-blog a:hover {
			background:url("../images/btn-blog.jpg") -247px -21px;
			margin:0;
			}
		#btn-blog a span { display:none; }



/* ------------------------ column-left framework ------------------------ */

#column-left {
	width:212px;
	float:left;
	padding-left: 58px;
	color: #993300;
	background: url("../images/inside-col-left-bg.jpg") top no-repeat;
	}
	#column-left a:link, #column-left a:visited {color: #993300;}
	#column-left a:hover, #column-left a:active {color: #23110a;}
	
	
	#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 form { padding-left:15px; } /* set form margin here */

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

/* ------------------------ index-column-right framework ------------------------ */
#index-column-right {
	width:513px;
	float:left;
	padding-right: 58px;
	background: url("../images/col-right-bg.jpg") top no-repeat;
	}

#index-column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 5px 10px 20px;
		}
#index-column-right h1 { margin-bottom:10px;}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	
	width:513px;
	float:left;
	padding-right: 58px;
	background: url("../images/inside-col-right-bg.jpg") top no-repeat;
	}
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right ol, #column-right dl {
		margin:0px 5px 10px 20px;
		}

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

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

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px 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:150px;
			line-height:18px; 
			}
			
	#column-right ol li {list-style-type:decimal;}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#23110A;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#column-right { overflow:hidden;}

/* ------------------------ header framework ------------------------ */
#header-flash { height:363px; background:url("../images/header-flash.jpg");} /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 35px 0 0 15px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #ffffff;  text-decoration: none;}

#header-flash a {
	position:absolute;
	width:482px;
	height:241px;
	left: 432px;
	top: 59px;
	}

#header-graphic { height:363px;  background:url("../images/header-about.jpg");} /* sets height for all non-flash headers */
#header-graphic span {display:none;}




	/*body#index #header-graphic { background:url("../images/header-index.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 { padding-top:73px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat; }
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; }
	body#face #subhead { background:url("../images/subhead-face.jpg") top no-repeat; }
	body#breast #subhead { background:url("../images/subhead-breast.jpg") top no-repeat; }
	body#augmentation #subhead { background:url("../images/subhead-augmentation.jpg") top no-repeat; }
	body#body #subhead { background:url("../images/subhead-body.jpg") top no-repeat; }
	body#abdomino #subhead { background:url("../images/subhead-abdominoplasty.jpg") top no-repeat; }
	body#lipo #subhead { background:url("../images/subhead-lipo.jpg") top no-repeat; }
	body#skin #subhead { background:url("../images/subhead-skin.jpg") top no-repeat; }
	body#injectables #subhead { background:url("../images/subhead-injectables.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; }
	body#shop #subhead { background:url("../images/subhead-shop.jpg") top no-repeat; }
	body#blog #subhead { background:url("../images/subhead-blog.jpg") top no-repeat; }

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

#column-right .bottom{margin-bottom:200px;}


/* ------------------------ Site Map ------------------------ */


body#sitemap a{font-weight:bold;}
body#sitemap #footer a:link, #footer a:visited { color:#f3cb8e; font-weight:normal;}
body#sitemap #footer a:hover, #footer a:active { color:#23110a; font-weight:normal;}
body#sitemap #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {font-weight:normal;}
body#sitemap #nav-04 ul a:hover, #nav-05 ul a:hover {font-weight:normal;}


/* ------------------------------------- two columns index page ---------------------------------------- */	
#procedures-index {
	position:relative;
	height:163px;
	width:450px;
	margin:0px 0px 0px 20px;
	}
	
#procedures-index ul.col-left {
	position:absolute;
	left: 0px;
	top: 0px;
	height:163px;
	}
	
#procedures-index ul.col-right{
	position:absolute;
	left: 270px;
	top: 0px;
	height:163px;
	}
	
body#index #procedures-index ul { padding-left:5px; }
		#procedures-index ul.col-left li, ul.col-right li  { 
			background:transparent url("../images/bullet.jpg") 0px 5px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			line-height:18px;
			}
/* ------------------------ title framework with varying heights ------------------------- */
#index-title-contact {
	padding-top:73px;
	background:url("../images/title-contact.jpg") top no-repeat ;
	}

#title-contact {
	padding-top:73px;
	background:url("../images/inside-title-contact.jpg") top no-repeat ;
	}
	
#title-locate {
	padding-top:73px;
	background:url("../images/inside-title-locate.jpg") top no-repeat ;
	
	}

#title-meet-dr {
	height:78px;
	background:url("../images/title-meet-dr.gif") ;
	}

#title-logos {
	position:relative;
	background:url("../images/logos.jpg") no-repeat;
	width:243px;
	height:53px;
	margin:20px 0px 20px 20px;
	
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
		height:186px;
		display:block;
		background:url("../images/click-to-call.jpg") no-repeat;	
		position: relative;
		}
		#click-to-call a {
			position: absolute;
			top: px;
			left: px;
			width: px;
			height: px;
			}
		#click-to-call a:hover {
				background:url("../images/click-to-call.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#click-to-call span { display:none; }


#btn-laser {
	position:relative;
	background:url("../images/btn-laser.jpg") top no-repeat;
	height:120px;
	width:212px;
	}
#btn-laser a{
	position:absolute;
	background:url("../images/btn-laser.jpg") 0px 0px no-repeat;
	top: 0px;
	left: 0px;
	height:120px;
	width:212px;
	}

#btn-laser a:hover{
	position:absolute;
	background:url("../images/btn-laser.jpg") -212px 0px no-repeat;
	height:120px;
	}


/* ------------------------ 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:auto;
	margin:0 auto;
	text-align:center;
	background: #C36201 url("../images/footer.jpg") top repeat-x; 
	padding: 20px 0 10px 0;
	}

#footer p {
	color:#ffcd85;
	margin: 0 200px 10px 200px;
	}

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

#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 #f3cb8e;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:841px; 
	height:116px; 
	 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 84px; margin-left: 60px;}
#nav-02 { width: 95px;}
#nav-03 { width: 75px;}
#nav-04 { width: 87px;}
#nav-05 { width: 66px;}
#nav-06 { width: 101px;}
#nav-07 { width: 115px;}
#nav-08 { width: 97px;}

/*-------------- (-79px) X position of button / (-124px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -60px -116px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -144px -116px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -239px -116px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -314px -116px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -401px -116px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -467px -116px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -568px -116px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -683px -116px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -60px -116px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -144px -116px no-repeat; }
body#face #nav-03 { background:url("../images/nav.jpg") -239px -116px no-repeat; }
body#breast #nav-04 { background:url("../images/nav.jpg") -314px -116px no-repeat;}
body#augmentation #nav-04 { background:url("../images/nav.jpg") -314px -116px no-repeat; }
body#body #nav-05 { background:url("../images/nav.jpg") -401px -116px no-repeat; }
body#abdomino #nav-05 { background:url("../images/nav.jpg") -401px -116px no-repeat; }
body#lipo #nav-05 { background:url("../images/nav.jpg") -401px -116px no-repeat; }
body#skin #nav-06 { background:url("../images/nav.jpg") -467px -116px no-repeat; }
body#injectables #nav-07 { background:url("../images/nav.jpg") -568px -116px no-repeat; }
body#contact #nav-08 { background:url("../images/nav.jpg") -683px -116px 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:#633609;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	font-family:Arial, Helvetica, sans-serif;
	}

#nav li ul li { 
	height:24px; /* Height of each drop down nav item */
	border:1px solid #693915;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:24px;	/* Height of each drop down nav item, should match above */
	line-height:24px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding:2px 0 0 7px;
	}

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

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

/* Hover styles for drop down items */
#nav li ul a:hover { 
	
	background-image:none;
	background-color:#7A4809;
	color:#ffffff;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:110px; }
#nav-04 ul, #nav-04 li { width:145px; }
#nav-05 ul, #nav-05 li { width:120px; }
#nav-06 ul, #nav-06 li { width:120px; }
#nav-07 ul, #nav-07 li { width:170px; }

/* ------------------------ horizontal sprite nav ------------------------ */
#nav-procedures { 
	background:url("../images/nav-procedures.jpg") no-repeat; 
	width:725px; 
	height:136px; 
	margin:0;
	padding:0; 
	margin: 0 58px 0px 58px;
	}

#nav-procedures span { display: none; }

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

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

#nav-procedures-01 { width: 166px; margin-left: 31px;}
#nav-procedures-02 { width: 166px;}
#nav-procedures-03 { width: 165px;}
#nav-procedures-04 { width: 166px;}

/*-------------- (-79px) X position of button / (-136px) height of image from above ------------- */
#nav-procedures-01 a:hover { background:url("../images/nav-procedures.jpg")  -31px -136px no-repeat; }
#nav-procedures-02 a:hover { background:url("../images/nav-procedures.jpg") -197px -136px no-repeat; }
#nav-procedures-03 a:hover { background:url("../images/nav-procedures.jpg") -363px -136px no-repeat; }
#nav-procedures-04 a:hover { background:url("../images/nav-procedures.jpg") -528px -136px no-repeat; }


p.thumbnails{
	position:relative;
	top:-30px;
	left:0px;
	padding-bottom:0px;
}
