/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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:#2C2720 url("../images/bg-body.jpg") repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#47300E;
	}

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

h1	{ font-size:1.2em; color:#47300E; }
h2	{ font-size:1.1em; color:#47300E; }
h3	{ font-size:1.0em; color:#47300E; }

p.h1	{ font-size:1.2em; color:#47300E; font-weight:bold; }
p.h2	{ font-size:1.1em; color:#47300E; font-weight:bold; }
p.h3	{ font-size:1.0em; color:#47300E; font-weight:bold; }

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

a:link,a:visited	{ color:#F16400; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#F16400; 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:18px;
	background:url("../images/bullet-back-to-top.gif") right no-repeat;
	}
	
span.bold-12px {
	font-size:12px;
	font-weight:bold;
	}
	
img.img-left {
	float:left;
	margin:-4px 5px 0 0;
	}
	
img.img-right { 
	float:right; 
	margin:-4px 90px 0 0; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:240px;
	margin:0 0 15px 0;
	}

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 */
	border:1px solid #D3AC73;
	color:#414141;
	width:235px; /* 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:11px;
	}
	
select { width:240px; padding:0; } /* same width as form - !important */

textarea { height:68px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ----- 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:177px; }
	
#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:90px 0 5px 243px; }


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

#wrap {
	background:#28231D url("../images/bg-wrap.jpg") repeat-y;
	width:880px;
	margin:0 auto;
	text-align:left;
	}
	
#bg-wrap-bottom {
	background:url("../images/bg-wrap-bottom.jpg") 0px bottom no-repeat;
	width:880px;
	}
	
#masthead {
	position:relative;
	background:#28231D url("../images/masthead.jpg") no-repeat;
	height:64px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:78px;
		width:330px;
		top:10px;
		height:40px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	background:url("../images/bg-col-left.jpg") top no-repeat;
	width:341px;
	float:left;
	font-size:11px;
	color:#fff;
	}
	
body#about #column-left, body#thankyou #column-left {
	background:url("../images/bg-col-left.jpg") top no-repeat;
	width:341px;
	float:left;
	font-size:11px;
	color:#fff;
	height:750px; /* remove height when content on about page is longer */
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 18px 10px 81px;
		}
	#column-left form { margin-left:81px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
			
#shop {
	background:url("../images/img-shop.gif");
	width:341px;
	height:209px;
	position:relative;
	}
	
	#shop a {
		position:absolute;
		width:125px;
		height:75px;
		left:184px;
		top:57px;
		}
		
	#shop span { display:none; }
	
#bbb {
/*background:url("../images/bbb.gif") no-repeat; */
height:325px;
margin:0 0 0 115px
}	
			
/* ----- column-right ----- */

#column-right {
	width:539px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3 {
		margin:0 86px 25px 19px;
		}
	#column-right form { margin-left:19px; }
	 
	/* single column list */
	#column-right ul { padding-left:19px; margin-bottom:25px; margin-right:86px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:17px;  /* pushes text to the right to display bg img */
			}

	body#index #column-right ul { padding-left:19px; margin-bottom:25px; width:190px; float:left; margin-right:0; }
		body#index #column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:17px;  /* pushes text to the right to display bg img */
			}

			
.hrule {
	background:url("../images/hrule.jpg");
	width:539px;
	height:27px;
	display:block;
	margin-bottom:25px;
	} 

.bna-spacing {
padding-left:20px;
}

.bna-fraxel {
padding: 10px 0 0 20px;
}

.bna-solo {
padding:0 0 10px 20px;
margin-top:-10px;
}

.artefill {
	float: left;
	padding: 0 0 10px 17px;
	}

		
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	height:13px;
	clear:both;
	width:100%; /* fix for Safari */
	}

.dr-img {
padding:0 10px 0 0;
}
	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:254px; } 

#header-graphic { height:267px;}

body#index #header-graphic {  height:254px; background:url("../images/header-about.jpg") no-repeat; padding:13px 0 0 62px; }
body#about #header-graphic { height:254px; background:url("../images/header-graphic-05.jpg") no-repeat; padding:13px 0 0 62px; } 
body#body #header-graphic { height:254px; background:url("../images/header-facial.jpg") no-repeat; padding:13px 0 0 62px; } 
body#facial #header-graphic { height:254px; background:url("../images/header-facial.jpg") no-repeat; padding:13px 0 0 62px; }
body#contact #header-graphic { height:254px; background:url("../images/header-contact.jpg") no-repeat; padding:13px 0 0 62px; } 
body#treatment #header-graphic { height:254px; background:url("../images/header-graphic-05.jpg") no-repeat; padding:13px 0 0 62px; } 
body#general #header-graphic { height:254px; background:url("../images/header-general.jpg") no-repeat; padding:13px 0 0 62px; } 
body#surgical #header-graphic { height:254px; background:url("../images/header-surgical.jpg") no-repeat; padding:13px 0 0 62px; } 
body#thankyou #header-graphic { height:254px; background:url("../images/header-graphic-05.jpg") no-repeat; padding:13px 0 0 62px; }  

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

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

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#treatment #subhead { background:url("../images/subhead-treatment.jpg"); }
	body#facial #subhead { background:url("../images/subhead-facial.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.jpg"); }
	body#surgical #subhead { background:url("../images/subhead-surgical.jpg"); }
	body#general #subhead { background:url("../images/subhead-general.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }


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

#subhead-mehlmauer {
	height:100px;
	background:url("../images/subhead-mehlmauer.jpg") ;
	}

#subhead-procedures {
	height:100px;
	background:url("../images/subhead-procedures.jpg") ;
	}

#subhead-qcontact {
	height:64px;
	background:url("../images/subhead-qcontact.jpg") ;
	}	
	
#subhead-results {
	height:64px;
	background:url("../images/subhead-results.jpg") ;
	}	
	
#feat-bna {
position:relative;
background-image:url(../images/bna-tn.jpg);
background-repeat:no-repeat;
height:117px;
}
	
#feat-bna a.feat-case {
position:absolute;
top:11px;
left:78px;
height:78px;
width:247px;
}
	
#subhead-locate {
	height:64px;
	background:url("../images/subhead-locate.jpg") ;
	}	
	
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:880px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FFF;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#FFF; }

#footer a:hover, #footer a:active { color:#FFF; }

#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;
	display: inline;
	border-left: 1px solid #FFF;
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:#2E2721 url("../images/nav.jpg") no-repeat; 
	width:880px; 
	height:74px; 
	margin:0 auto;
	padding:0; 
	}

#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; }

#nav-01 { width: 127px; margin-left:60px;}
#nav-02 { width: 124px; margin-left:1px; }
#nav-03 { width: 127px; margin-left:1px; }
#nav-04 { width: 124px; margin-left:1px; }
#nav-05 { width: 124px; margin-left:1px; }
#nav-06 { width: 127px; margin-left:1px; }


/*-------------- (-79px) X position of button / (-148px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -60px -74px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -188px -74px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -313px -74px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -441px -74px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -566px -74px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -691px -74px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -60px -74px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -188px -74px no-repeat; }
body#general #nav-03 { background:url("../images/nav.jpg") -313px -74px no-repeat; }
body#facial #nav-04 { background:url("../images/nav.jpg") -441px -74px no-repeat; }
body#surgical #nav-05 { background:url("../images/nav.jpg") -566px -74px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -691px -74px no-repeat; }
