/*--------------------- 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:#7E112C url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/17px Arial, Helvetica, sans-serif; 
	color:#671A2D;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}
p.h1, p.h2, p.h3 {  color:#723F52; font-weight:bold; }

p.h1	{ font-size:1.2em; }
p.h2	{ font-size:1.1em; }
p.h3	{ font-size:1.0em; }

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

a:link,a:visited	{ color:#A26D80; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#A26D80; text-decoration:none; outline:none; }

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

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

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

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

form {
	width:140px;
	margin:10px 0 23px 0;
	}

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

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

input, textarea, select { 
	background:#C89AAC url("../images/bg-form.jpg") 0 0 repeat-x !important; /* to prevent highlighting by Google Toolbar */
	border:none;
	color:#fff;
	width:135px; /* 5 pixles smaller than form width !important */
	height:19px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:3px; /* 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:140px; 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:175px; }
	
#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:95px 0 0 243px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}


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

#wrap {
	background:#F2E6EE url("../images/bg-wrap.jpg") 0px 434px no-repeat;
	width:744px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:96px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:73px;
		width:312px;
		top:22px;
		height:49px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	width:562px;
	float:left;
	}
	
	#column-left p, #column-left p.h1, #column-left p.h2, #column-left p.h3, #column-left ul, #column-left dl {
		margin:0 20px 10px 26px;
		}
		body#about #column-left img.img-left { margin-left:26px; }

	#column-left form { margin-left:26px; }
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 5px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			margin-bottom:5px;
			}
body#index #column-left ul li { background-image:none; }
	
	/* 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-right ----- */

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

	#column-right p, #column-right p.h1, #column-right p.h2, #column-right p.h3, #column-right ul, #column-right dl {
		margin:0 38px 15px 0px;
		}
	#column-right p.address { font-size:0.9em; }
	 
	/* 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 */
			}

	
	/* 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;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
#bnas {
	position:relative;
	background:url("../gallery/thumbs/thumb-small.gif") no-repeat;
	height:51px;
	}
	#bnas a {	
		position:absolute;
		left:0px;
		width:160px;
		top:0px;
		height:51px; 
		}

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") bottom no-repeat;
	height:50px;
	clear:both;
	width:100%; /* fix for Safar */
	}

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

#header-graphic { 
	height:262px;
	background:url("../images/header-index.jpg");
	}

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

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

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

#subhead-rt { height:112px; background:url("../images/subhead-rt-email.jpg"); }
body#contact #subhead-rt, body#thankyou #subhead-rt { height:112px; background:url("../images/subhead-rt-visit.jpg"); }
#subhead-rt-financial { height:60px; background:url("../images/subhead-rt-financial.jpg") bottom no-repeat; }
/* ----- subhead framework with varying heights ----- */

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

#summary-index {
	height:83px;
	background:url("../images/subhead-summary-index.gif") ;
	clear:both;
	}
	#summary-index-solutions {
		width:307px;
		float:left;
		margin:0px;
	}

	/* multi column list */
	#summary-index-solutions ul { width:281px; padding:0; margin:0; margin-left:26px; } 
		#summary-index-solutions ul li { 
			padding:0; margin:0;
			float:left;
			width:140px;
			line-height:16px;
			}

	#summary-index-meet {
		width:239px;
		float:left;
		margin:0px;
	}	
	#summary-index-meet img.img-right { margin:0 15px 0 3px; }
	#summary-index-meet p{ margin-left:0; }
#summary-implants {
	height:58px;
	background:url("../images/subhead-summary-implants.gif") ;
	clear:both;
	}
#summary-sedation {
	height:60px;
	background:url("../images/subhead-summary-sedation.gif") ;
	}	
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	padding-bottom:15px;
	margin:0 38px;
	}


#footer ul {margin:10px 0;}

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

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:744px; 
	height:34px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 68px; margin-left: 18px;}
#nav-02 { width: 70px;}
#nav-03 { width: 184px;}
#nav-04 { width: 158px;}
#nav-05 { width: 134px;}
#nav-06 { width: 93px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -18px -34px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -86px -34px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -156px -34px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -340px -34px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -498px -34px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -632px -34px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#about #nav-02 { background:url("../images/nav.jpg") -86px -34px no-repeat; }
body#cosmetic #nav-03 { background:url("../images/nav.jpg") -156px -34px no-repeat; }
body#general #nav-04 { background:url("../images/nav.jpg") -340px -34px no-repeat; }
body#gallery #nav-05 { background:url("../images/nav.jpg") -498px -34px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -632px -34px no-repeat; }
