/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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; }

a { outline:none; }


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


/* ----- type selectors ----- */ 
body { 
	background: #8EA1BB url("../images/bg-body.jpg") top left repeat-x;
	text-align:center; 
	font:12px, Arial, Helvetica, sans-serif; 
	color:#000; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

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

h1,h2,h3 { margin-bottom:8px; }

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:#0C598D; text-decoration:underline; }
a:hover,a:active	{ color:#06133C; text-decoration:underline; }


/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}

img.staff-img-left { 
	float:left; 
	margin:2px 10px 0px 50px; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 25px 5px 0; 
	}

.spacer {
	height: 200px;
	}
	 
#column-left #staff-images {
	width:110px;
	margin-left:50px;
	margin-top:40px;
	}

	#column-left dl.inline-dl {
		width:110px;
		}
	
	#column-left dl.inline-dl dt {
		float:left;
		width:120px;
		}
		#column-left dl.inline-dl dt img {
			margin:0px;
			}
	#column-left dl.inline-dl dd {
		width:110px;
		text-align:center;
		}
	#column-left dl.inline-dl dd h3 {
		margin:0 0 10px 0;
		padding:0px;
		}

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

form { 
	width:200px; 
	padding:0 0 0 25px; 
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#F1EBE0; 
	border:1px solid #C8B289;
	color:#000;
	width:160px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:2px; /* 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:150px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	background: url("../images/btn-submit.gif"); 
	width:91px; 
	height:24px; 
	border:none; 
	cursor:pointer; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }

input.submit-image { 
	background: url("../images/btn-submit.gif"); 
	width:91px; 
	height:24px; 
	border:none; 
	cursor:pointer; 
	}


/* ----- main contact form ----- */ 
 
#contact-main { 
	padding:20px 0 10px 40px; 
	}
	
#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:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:205px;
	}
	
#contact-main label textarea { height:100px; }


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

#wrap { 
	background:url("../images/bg-wrap.jpg") repeat-y; 
	width:792px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:96px;
	margin: 0;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px;
		}
	#masthead span {
		display:none;
		}
		
#header-flash {
	height:0px;
	}
	
#header-graphic { background:url("../images/header.jpg"); height:308px; }
#header-graphic span {display: none; }
#header-graphic2 { background:url("../images/header2.jpg"); height:308px; }
#header-graphic2 span {display: none; }
#header-graphic3 { background:url("../images/header3.jpg"); height:308px; }
#header-graphic3 span {display: none; }
#header-graphic4 { background:url("../images/header4.jpg"); height:308px; }
#header-graphic4 span {display: none; }
#header-graphic5 { background:url("../images/header5.jpg"); height:308px; }
#header-graphic5 span {display: none; }
#header-graphic6 { background:url("../images/header6.jpg"); height:308px; }
#header-graphic6 span {display: none; }

#column-left { 
	width:536px; 
	float:left; 
	}
	#column-left p {
		margin: 0 25px 0 50px;
		padding-top: 7px;
		line-height: 20px;
		}
	#column-left .h2 {
		margin: 25px 25px 0 50px;
		font-size: 14px;
		padding-top: 7px;
		line-height: 20px;
		color: #946B3B;
		font-weight:bold;
		}
	#column-left .h3, #column-left .h4 {
		margin: 0 25px 0 50px;
		padding-top: 7px;
		color: #0C598D;
		font-weight:bold;
		}		
	#title-experience {
		background: url("../images/title-experience.jpg");
		height: 94px;
		}
	#title-about {
		background: url("../images/title-about.jpg");
		height: 74px;
		}
	#title-facial-main {
		background: url("../images/title-facial-rejuvenation.jpg");
		height: 74px;
		}
	#title-body {
		background: url("../images/title-body-contouring.jpg");
		height: 74px;
		}
	#title-skin {
		background: url("../images/title-skin-treatments.jpg");
		height: 74px;
		}
	#title-contact {
		background: url("../images/title-contact-us.jpg");
		height: 74px;
		}
	#title-thank {
		background: url("../images/title-thank.jpg");
		height: 74px;
		}
	.dr-peterson {
		background: url("../images/dr-peterson.jpg");
		width: 184px;
		height: 149px;
		float:left;
		}
	.ruler {
		background: url("../images/img-ruler.jpg");
		height: 32px;
		}
	#facial {
		width: 312px;
		float: left;
		}
		#facial p, #facial ul {
			margin-left: 52px;
			line-height: 20px;
			}
		#facial ul {
			margin-left: 80px;
			}
		#facial a:link, #facial a:visited { 
			color:#000; 
			text-decoration:underline; 
			}
		#facial a:hover, #facial a:active {
			color: #0C598D;
			}

		#title-facial {
			background: url("../images/title-facial.jpg");
			height: 55px;
			} 
	#featured {
		width: 224px;
		float: left;
		}
		#title-featured {
			background: url("../images/title-featured.jpg");
			height: 35px;
			} 
	.thumbs {
		margin: 0 0 0 45px;
		}
		.thumbs img {
			margin-right: 10px;
			margin-top: 15px;
			}
			
#column-right { 
	width:256px; 
	float:left; 
	}
	#column-right p {
		margin: 0 35px 0 25px;
		line-height: 16px;
		}
	#title-location {
		background: url("../images/title-location.jpg");
		height: 77px;
		margin-bottom:5px;
		}
		.map { 
			padding-left: 7px;
			}
	#title-questions {
		background: url("../images/title-questions.jpg");
		height: 58px;
		margin-top: 15px;
		margin-bottom:5px;
		}
			
		#title-experience span, #title-location span, #title-facial span, #title-featured span, #title-questions span, #title-about span, #title-facial-main span, #title-body span, #title-skin span, #title-contact span, #title-thank span {
			display: none;
			}

	
/* background image list items */
#column-left ul { 
	margin-left:47px;
	margin-top: 10px; 
	}
	 
#column-left ul.bios { 
	margin-left:0;
	margin-top: 10px;
	float:left; 
	} 

#column-left ul li { 
	background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
	padding-left:15px;
	line-height: 20px; 
	}
	

 
#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg"); 
	height:66px; 
	clear:both; 
	overflow:hidden; 
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer-wrap { 
	background: url("../images/bg-footer-wrap.jpg");
	width:792px; 
	margin:0px auto; 
	}
#footer { 
	background: url("../images/bg-footer.jpg") no-repeat;
	text-align:center;
	padding: 30px 0 10px 0; 
	}
#footer p {
	color:#F7EDDB;
	}

#footer a:link, #footer a:visited {
	color:#F7EDDB;
	text-decoration: none;
	}

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

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 10px;
	display: inline;
	}

	#footer li.first { border: none; }
	

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:792px; 
	height:25px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 79px; margin-left:14px;}
#nav-02 { width: 147px;}
#nav-03 { width: 156px;}
#nav-04 { width: 148px;}
#nav-05 { width: 130px;}
#nav-06 { width: 99px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -14px -25px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -93px -25px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -240px -25px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -396px -25px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -544px -25px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -674px -25px no-repeat; }
