/*--------------------- 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,em,strong,th,var {font-style:normal;font-weight:normal;}
strong {font-style:normal; font-weight:bold;}
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 ------------------------ */
body { 
	background:#7B9FAA url("../images/bg-body.jpg") repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#5C381F;
	}

#masthead-bg { 
	background:url("../images/masthead-background.jpg") top center no-repeat;
	width:936px;
	margin:0 auto;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#5C381F; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#5C381F; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:25px;
	background:url("../images/back-top.gif") right no-repeat;
	}

p.read-more {
	text-align:right;
	display:block;
	padding-right:25px;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
.read-more-btn {
float:right;
padding:0 10px 0 15px;
}

/* ------------------------ 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:#EEE7D8 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #C8B289;
	color:#5C381F;
	width:145px; /* 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:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 120px; }

#contact-main label {
	width:220px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1.0em;
	left: -10px;
	}

#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 { 
	background:url("../images/btn-submit.jpg");
	width:75px;
	height:26px;
	cursor:pointer; 
	padding:0;
	border:none;
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:75px;
	height:26px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.gif") repeat-y;
	width:936px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:162px;
	width:800px;
	padding:0;
	margin:0 0 0 68px;
	}
	
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:27px;
		width:485px;
		top:23px;
		height:78px; 
		}
		
	#masthead a span {
		display:none;
		}
		
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:604px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 30px 10px 100px;
		}
		
	#column-left p.list {
		margin:-10px 0 5px 125px;
	}

	#column-left ul { 
		margin-left:5px; 
		} 

	#column-left ul.indent { 
		margin-left:35px; 
		} 

	#column-left ul li { 
		background:transparent url("../images/bullet.gif") 110px 3px no-repeat;
		padding-left:120px; 
		line-height:14px;
		margin:0 5px 5px 0;
		display:block;
		}

	/* 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:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	.confidence-text {
	padding:0 30px 0 0;
	}
	
	#bottom-module {
		background:url("../images/img-technology.jpg") no-repeat;
		margin:0 0 0 68px;
		width:536px;
		height:360px;
    position:relative;
		}
    
    #bottom-module a.specials
    {
	position:absolute;
	width:227px;
	height:231px;
	top:41px;
	left:287px;
    }
		
	#specials 	{
		float:left;
		width:230px;
	}
	
	#specials p {
	margin:70px 0 0 0;
	padding:0 0 0 40px;
	}
	
	#specials2 
	{
		margin-top:15px;
		float:left;
		width:260px;
		margin-left:35px;
	}
	
	#specials2 p {
	margin:70px 0 0 40px;
	padding:0 0 0 0;
	line-height:11pt;
	}
	#specials2 .monthly{
	clear:both;
	margin-left: -25px;
	margin-bottom:0px;
	}
	#left-content-wrap {
	background-image:url("../images/left-btm-wrap.jpg");
	background-repeat:no-repeat;
	width:536px;
	padding:50px 0 5px 0;
	margin:0 0 0 68px;
	}	
	
		
/* -- INDEX GALLERY BNA BUTTONS -- */
	
	
	body#contact #feat-cases-right-col {
	background-image:url(../images/feat-cases-old.jpg);
	height:132px;
	width:264px;
	}
	
	#feat-cases-right-col {
	background-image:url(../images/feat-cases.jpg);
	height:132px;
	width:264px;
	}
	
	#feat-cases-right-col a.fotofacial {
			position:absolute;
			width:171px;
			height:137px;
			left:94px;
			top:88px;
			}

	#feat-cases-right-col a.laser {
			position:absolute;
			width:157px;
			height:136px;
			left:270px;
			top:89px;
			}

	#feat-cases-right-col span { display:none; }
	
		#feat-cases-right-col2 {
	background-image:url(../images/feat-cases.jpg);
	height:132px;
	}
	


/* -- INDEX GALLERY BNA BUTTONS END -- */

/* -- INDEX BUTTONS -- */

	#index-buttons {
	background-image:url(../images/index-buttons.jpg);
	height:166px;
	width:536px;
	position:relative;
	margin:-85px 0 0 68px;
	}
	
	#index-buttons a.first {
			position:absolute;
			width:165px;
			height:137px;
			left:20px;
			top:20px;
			}

	#index-buttons a.second {
			position:absolute;
			width:160px;
			height:136px;
			left:187px;
			top:20px;
			}

	#index-buttons a.third {
			position:absolute;
			width:162px;
			height:139px;
			left:350px;
			top:20px;
			}
			
	#index-buttons span { display:none; }

/* -- INDEX BUTTONS END -- */


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:332px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 100px 10px 30px;
		}
	/*Join E-newsletter btn right column*/
	#emailsubscribe {
		margin:0px 100px 10px 45px;
		}
	.col-right-directions {
	padding:0 0 0 20px;
	}

	#column-right form { margin-left:55px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right 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 */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right 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 */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#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;
			}
			
	#contact-us {
	background-image:url(../images/subhead-contact-us.jpg); 
	width:264px;
	height:228px;
	margin-bottom:-100px;
	}
	
	#patient-testimonials {
	background-image:url(../images/img-patient-testimonials.jpg); 
	width:535px;
	height:24px;
	margin:30px 0 15px 69px;
	}
	
	.patient-testimonials-divider {
	background-image:url(../images/img-patient-testimonials-di.jpg) ; 
	width:476px;
	height:15px;
	margin:0 0 10px 97px;
	}
	
	
	
	/* DELETE BELOW */
	#testimonials {
	background-image:url(../images/subhead-testimonials.jpg); 
	width:264px;
	height:228px;
	margin-bottom:-100px;
	}
	
	#testimonial-divider {
	background-image:url(../images/img-testimonial-divider.jpg); 
	width:264px;
	height:15px;
	margin-bottom:6px;
	}
	/*-------------------------*/
	
	
	
	

	
	.contact-us-text {
	margin:10px 30px 0 0;
	}
	
/*Newsletter BTN*/	
	#newsletter_head a{
	background:url("../images/subhead-newsletter.jpg");
	width:264px;
	height:69px;
	display:block;
	margin-top:30px;
	}
	#newsletter_body {
	background:url("../images/newsletter_bg.jpg") repeat-y;
	width:264px;
	padding:0px 0px 0px 58px;
	}
	#newsfooter {
	background:url("../images/newsletter_footer.jpg");
	width:264px;
	height:20px;
	}
	
/*Newsletter BTN - Contact pg*/	
	
	#newsletter_head_contact a{
	background:url("../images/subhead-newsletter_contact.jpg");
	width:217px;
	height:69px;
	display:block;
	margin:30px 0 0 330px;
	}
	#newsletter_body_contact {
	background:url("../images/newsletter_bg_contact.jpg") repeat-y;
	width:217px;
	margin:0px 0px 0px 330px;
	}
	#newsletter_body_contact p {
	margin-left:40px;
	}
	
	#newsfooter_contact {
	background:url("../images/newsletter_footer_contact.jpg");
	width:217px;
	height:20px;
	margin:0 0 0 330px;
	}
	
	.joinnow {
	margin-left: 40px;
	}
	
/* ------------------------ header framework ------------------------ */
#header-graphic { height:113px; width:800px; margin:0 0 0 68px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header.jpg"); }
	body#about #header-graphic { background:url("../images/header.jpg"); }
	body#contact #header-graphic { background:url("../images/header.jpg"); }
	body#laser #header-graphic { background:url("../images/header.jpg"); }
	body#medi-spa #header-graphic { background:url("../images/header.jpg"); }
	body#skin #header-graphic { background:url("../images/header.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header.jpg"); }

/* ------------------------ subhead framework ------------------------ */
#subhead { 
	height:255px;background-repeat:no-repeat;
	height:255px;/* sets height for all subheads */
	width:536px;
	margin:0 0 -175px 68px;}
	body#index #subhead { background:url("../images/subhead-confidence.jpg"); }
	body#about #subhead { background:url("../images/subhead-confidence.jpg"); }
	body#contact #subhead { background:url("../images/subhead-confidence.jpg"); }
	body#laser #subhead { background:url("../images/subhead-confidence.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-confidence.jpg"); }
	body#medi-spa #subhead { background:url("../images/subhead-confidence.jpg"); }
	body#skin #subhead { background:url("../images/subhead-confidence.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-confidence.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/img-footer.jpg") no-repeat;
	width:800px;
	height:50px;
	margin:0 auto;
	clear:both;
	}
	
#img-footer-btm {
background-image:url("../images/img-footer-btm.jpg");
width:800px;
height:72px;
margin:0 auto;
}

#img-footer-bg {
background-image:url("../images/img-footer-bg.jpg");
background-repeat:repeat-y;
width:800px;
margin:0 auto;
}

/* ---- UL ---- */
#img-footer-bg p {
	width:700px;
	margin:5px auto;
	text-align:center;
	}
	
#img-footer-bg p {
	color:#5C381F;
	}

#img-footer-bg a:link, #img-footer-bg a:visited { color:#5C381F; }
#img-footer-bg a:hover, #img-footer-bg a:active { color:#604B3D; }

#img-footer-bg ul {padding:10px 0 0 70px;}
	#img-footer-bg 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 #5C381F;
		}
	#img-footer-bg li.first {
	margin:0 0 0 60px;
	border: none; }
	

#img-footer-wrap {
background-image:url("../images/img-footer-wrap.jpg");
width:800px;
margin:0 auto;
height:115px;
}
	
	
#bottom-wrap p {
	width:800px;
	margin:5px auto;
	text-align:center;
	}
	
#bottom-wrap p {
	color:#5C381F;
	}

#bottom-wrap a:link, #bottom-wrap a:visited { color:#5C381F; }
#bottom-wrap a:hover, #bottom-wrap a:active { color:#604B3D; }

#bottom-wrap ul {padding:95px 0 0 70px;}
	#bottom-wrap 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 #5C381F;
		}
	#bottom-wrap li.first {
	margin:0 0 0 60px;
	border: none; }
	
	
	
	
	

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */


/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:800px; 
	height:47px; 
	margin:0 0 0 68px;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:47px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 46px; margin-left: 15px;}
#nav-02 { width: 63px;}
#nav-03 { width: 143px;}
#nav-04 { width: 85px;}
#nav-05 { width: 122px;}
#nav-06 { width: 77px;}


/*-------------- (-79px) X position of button / (-47px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -15px -47px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -61px -47px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -124px -47px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -267px -47px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -352px -47px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -474px -47px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id -------------*/
body#index #nav-01 { background:url("../images/nav.jpg")  -15px -47px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -61px -47px no-repeat; }
body#laser #nav-03 { background:url("../images/nav.jpg") -124px -47px no-repeat; }
body#medi-spa #nav-04 { background:url("../images/nav.jpg") -267px -47px no-repeat; }
body#skin #nav-05 { background:url("../images/nav.jpg") -352px -47px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -474px -47px 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:#720000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #FF00FF;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	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:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 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-03 ul, #nav-03 li { width:260px; }		
#nav-04 ul, #nav-04 li { width:90px; }



/* aweber form styling */

div#aweber { width:150px; }
#aweber form { width:200px; margin:0 0 0 25px;}


#aweber ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#aweber  ol {list-style-type: decimal;}
#aweber  p {margin:0; }
#aweber  em {font-size: 10px; font-style: italic; }



#aweber label {
	width:70px;
	position:relative;
	display:block;
	text-align:left;
	margin-bottom:10px;
	margin-left:10px;
	font-size:1.0em;
	left: -10px;
	padding-top:2px;
	}

#aweber label input, #aweber label textarea, #aweber label select { 
	width:110px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

	#aweber div.submit{
	
	width:70px;
	position:relative;
	display:block;
	text-align:left;
	margin-bottom:10px;
	margin-left:10px;
	font-size:1.0em;
	left: -10px;
	
	}
	#aweber input.submit { 

	position:absolute; 
	left:120px; 
	top:-2px;

	}



/* aweber form styling */

div#aweber-contact { width:250px; }
#aweber-contact form { width:300px; margin:0 0 70px 250px;}


#aweber-contact ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#aweber-contact  ol {list-style-type: decimal;}
#aweber-contact  p {margin:0; }
#aweber-contact  em {font-size: 10px; font-style: italic; }



#aweber-contact label {
	width:70px;
	position:relative;
	display:block;
	text-align:left;
	margin-bottom:10px;
	margin-left:10px;
	font-size:1.0em;
	left: -10px;
	padding-top:2px;
	}

#aweber-contact label input, #aweber-contact label textarea, #aweber-contact label select { 
	width:110px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

	#aweber-contact div.submit{
	
	width:70px;
	position:relative;
	display:block;
	text-align:left;
	margin-bottom:10px;
	margin-left:10px;
	font-size:1.0em;
	left: -10px;
	
	}
	#aweber-contact input.submit { 

	position:absolute; 
	left:120px; 
	top:-2px;

	}
