/*--------------------- 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:#7A3F3F url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#8F4F49; }
h2	{ font-size:1.1em; color:#673331; }
h3	{ font-size:1.0em; color:#000; }
h4	{ font-size:1.0em; color:#000; }
h5	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#8F4F49; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.html") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

p.docshop { font-style:italic; }



div.onpageimagewithcaption { float:left; margin:10px 25px;}
	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 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:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #414141;
	color:#414141;
	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 */ 


/* ----- 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:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- 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; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:750px;
	margin:0 auto;
	text-align:left;
	}
	body#index #wrap {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	width:750px;
	margin:0 auto;
	text-align:left;
	}

	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:110px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

body#index #column-left {
	background:url("../images/bg-column-left-index.jpg") top left no-repeat;
	width:218px;
	float:left;
	}
	body#index #column-left p, body#index #column-left h1, body#index #column-left h2, body#index #column-left h3, body#index #column-left ul, body#index #column-left dl {
		margin:0 13px 10px 45px;
		}
		/* single column list */
	body#index #column-left ul { padding-left:5px; }
		body#index #column-left ul li { 
			background:transparent url("../images/bullet-right.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}


#column-left {
	background:none;
	width:531px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left h5, #column-left ul, #column-left ol, #column-left dl {
		margin:0 30px 10px 45px;
		}
	#column-left form { margin-left:45px; }
	#column-left ul li ul { margin:0 30px 0 0; }
	#column-left li h2, #column-left li h3, #column-left li p { margin-left:0; }
	#column-left img.img-left { 
	float:left; 
	margin:2px 10px 10px 45px; 
	}
	#column-left img.img-right { 
	float:right; 
	margin:0px 20px 10px 10px; 
	}
	
	
	#batears-img { width:450px; height:432px; margin:auto; background: url("../images/batears.jpg") no-repeat; }
	
	.on-page-image-container { margin-left:85px; width:360px; }
	.on-page-image { width: 180px; float:left; margin:5px 0px; font-size:0.90em; }
	
	#column-left .on-page-image ol { list-style:decimal; margin-left:15px; padding:0;}
	
	.on-page-image ol li {  padding:0;margin:0;}
	
	
	/* 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 */
			}

	/* multi column list */
	#column-left ul.multi  { padding-left:5px; } 
		#column-left ul.multi  li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			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;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ----- column-center ----- */

#column-center {
	width:313px;
	float:left;
	}
	
	#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl {
		margin:0 30px 10px 30px;
		}
	#column-center img.bna-index { margin-left:24px; }
	#column-center img.img-left { 
	float:left; 
	margin:2px 10px 10px 30px; 
	}
	
	/* single column list */
	#column-center ul { padding-left:5px; }
		#column-center ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-center ul.multi { padding-left:5px; } 
		#column-center ul.multi  li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-center dl { padding-left:5px; }
		#column-center dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-center dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ----- column-right ----- */

#column-right {
	background:url("../images/bg-column-right.jpg") top left no-repeat;
	width:219px;
	float:left;
	color:#4C4C4C;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul {
		margin:0 48px 10px 16px;
		}
	#column-right form { margin-left:16px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
			

#wrap-contact-index {background:url("../images/bg-contact-index.jpg") repeat-y; width:219px; float:left;}
body#index #contact-index {
	background:url("../images/bg-column-right.jpg") top left no-repeat;
	width:219px;
	float:left;
	}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:41px;
	clear:both;
	width:100%; /* fix for Safari */
	}
	
body#index #bottom-wrap {
	background:url("../images/bottom-wrap-index.jpg");
	height:41px;
	clear:both;
	width:100%; /* fix for Safari */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:264px; background:url("../images/header.jpg") no-repeat; } /* sets height for all non-flash headers */

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:90px; } /* sets height for all subheads */

	body#index #subhead { background: url("../images/subheaders/subhead-index.jpg"); }
	body#practice #subhead { background: url("../images/subheaders/subhead-practice.jpg"); }
	body#doctor #subhead { background: url("../images/subheaders/subhead-doctor.jpg"); }
	body#body #subhead { background: url("../images/subheaders/subhead-body.jpg"); }
	body#breast #subhead { background: url("../images/subheaders/subhead-breast.jpg"); }
	body#face #subhead { background: url("../images/subheaders/subhead-face.jpg"); }
	body#male #subhead { background: url("../images/subheaders/subhead-male.jpg"); }
	body#nose-ear #subhead { background: url("../images/subheaders/subhead-nose.jpg"); }
	body#skin-page #subhead { background: url("../images/subheaders/subhead-skin.jpg"); }
	body#wrinkle #subhead { background: url("../images/subheaders/subhead-wrinkle.jpg"); }
	body#contact #subhead { background: url("../images/subheaders/subhead-contact.jpg"); }
	body#thankyou #subhead { background: url("../images/subheaders/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background: url("../images/subheaders/subhead-sitemap.jpg"); }


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:750px;
	margin:0 auto;
	text-align:center;
	padding-bottom:10px;
	}

#footer p, #footer ul {
	color:#E0CEC7;
	margin:0 30px 10px 40px;
	}

#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-top:10px;}
	#footer ul 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 #FFFFFF;
	}
	#footer ul li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav1 { 
	background:url("../images/nav1.jpg") no-repeat; 
	width:750px; 
	height:23px; 
	margin:0;
	padding:0; 
	}

#nav1 span { display: none; }

#nav1 li, #nav1 a { height:23px; display:block; } /* change height here also */

#nav1 li { float:left; list-style:none; display:inline; position:relative; }

#nav1-01 { width: 53px; margin-left: 33px;}
#nav1-02 { width: 66px;}
#nav1-03 { width: 111px;}
#nav1-04 { width: 82px;}
#nav1-05 { width: 82px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav1-01 a:hover { background:url("../images/nav1.jpg")   -33px -23px no-repeat; }
#nav1-02 a:hover { background:url("../images/nav1.jpg")   -86px -23px no-repeat; }
#nav1-03 a:hover { background:url("../images/nav1.jpg") -152px -23px no-repeat; }
#nav1-04 a:hover { background:url("../images/nav1.jpg") -263px -23px no-repeat; }
#nav1-05 a:hover { background:url("../images/nav1.jpg") -345px -23px no-repeat; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav2 { 
	background:url("../images/nav2.jpg") no-repeat; 
	width:750px; 
	height:31px; 
	margin:0;
	padding:0; 
	}

#nav2 span { display: none; }

#nav2 li, #nav2 a { height:31px; display:block; } /* change height here also */

#nav2 li { float:left; list-style:none; display:inline; position:relative; }

#nav2-01 { width: 47px; margin-left: 33px;}
#nav2-02 { width: 81px;}
#nav2-03 { width: 49px;}
#nav2-04 { width: 42px;}
#nav2-05 { width: 119px;}
#nav2-06 { width: 193px;}
#nav2-07 { width: 153px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav2-01 a:hover { background:url("../images/nav2.jpg")   -33px -31px no-repeat; }
#nav2-02 a:hover { background:url("../images/nav2.jpg")   -80px -31px no-repeat; }
#nav2-03 a:hover { background:url("../images/nav2.jpg") -161px -31px no-repeat; }
#nav2-04 a:hover { background:url("../images/nav2.jpg") -210px -31px no-repeat; }
#nav2-05 a:hover { background:url("../images/nav2.jpg") -252px -31px no-repeat; }
#nav2-06 a:hover { background:url("../images/nav2.jpg") -371px -31px no-repeat; }
#nav2-07 a:hover { background:url("../images/nav2.jpg") -564px -31px no-repeat; }







/*------UNDORDERED LISTS-------------------------*/

#column-left ol { 	margin-left:70px;
							list-style:decimal;
							}

#column-left ol.lettered {	list-style:lower-alpha;}


