/*--------------------- 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,th,var {font-style:normal;font-weight:normal;}
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-color:#000;
	text-align:center; 
	font:11px/16px "Verdana", Arial, Helvetica, sans-serif; 
	color:#DEDEDE;
	}

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

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

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

a:link,a:visited	{ color:#DEDEDE; text-decoration:underline; outline:none; font-weight:bold; }
a:hover,a:active	{ color:#DEDEDE; text-decoration:underline; outline:none; font-weight:bold; }

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

.clear {
	clear:both;
	}

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

p.back-to-top {
	text-align:right;
	display:block;
	}
	
	#column-right p.back-to-top a { font-weight:normal; }
	
img.img-left { 
	float:left; 
	margin:3px 7px 5px 25px; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}
	
img.logos { 
	margin-left:20px;
	}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:147px;
	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:#DEDEDE !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #414141;
	color:#414141;
	width:142px; /* 5 pixels 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:147px; 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:177px; }
	
#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:85px 0 5px 243px; }

/* framework
 * ------------------------------------------------------------------------- */
#bg-wrap {
	background:#160B07 url("../images/bg-body.jpg") top repeat-x;
	width:100%;
	}
	
#wrap {
	width:770px;
	margin:0 auto;
	text-align:left;
	background:#160B07 url("../images/bottom-logos.jpg") bottom no-repeat;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:136px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:20px;
		width:397px;
		top:31px;
		height:89px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	width:215px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 14px 18px 45px;
		}
	#column-left form { margin-left:43px; }
	
	/* 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 */
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
	
			
/* ----- column-right ----- */

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

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 49px 18px 20px;
		}
	#column-right form { margin-left:20px; }
	 
	/* 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 */
			}

	#column-right ul li ul { margin:0 0 0 5px; }
	
	#column-right img.img-gallery { margin:3px 0 3px 50px; }
	#column-right img.img-gallery-small { margin:3px 0 3px 140px; }
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:55px;
	clear:both;
	width:100%; 
	}

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

#header-graphic { height:377px; background:url("../images/header-graphic.jpg"); }
#header-graphic-about { height:377px; background:url("../images/header-graphic-2.jpg"); }
#header-graphic-implant { height:377px; background:url("../images/header-graphic-3.jpg"); }
#header-graphic-placement { height:377px; background:url("../images/header-graphic-4.jpg"); }
#header-graphic-surgical { height:377px; background:url("../images/header-graphic-5.jpg"); }
#header-graphic-materials { height:377px; background:url("../images/header-graphic-6.jpg"); }
#header-graphic-faqs { height:377px; background:url("../images/header-graphic-7.jpg"); }
#header-graphic-sleep { height:377px; background:url("../images/header-graphic-8.jpg"); } 
#header-graphic-gallery { height:377px; background:url("../images/header-graphic-9.jpg"); }
#header-graphic-testimonials { height:377px; background:url("../images/header-graphic-10.jpg"); }
#header-graphic-contact { height:377px; background:url("../images/header-graphic-11.jpg"); }
#header-graphic-sitemap { height:377px; background:url("../images/header-graphic-12.jpg"); }



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

#subhead { height:59px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#implant-dentistry #subhead { background:url("../images/subhead-implant-dentistry.jpg"); }
	body#implant-placement #subhead { background:url("../images/subhead-implant-placement.jpg"); }
	body#surgical-preparation #subhead { background:url("../images/subhead-surgical-preparation.jpg"); }
	body#implant-materials #subhead { background:url("../images/subhead-implant-materials.jpg"); }
	body#implant-faqs #subhead { background:url("../images/subhead-implant-faqs.jpg"); }
	body#sleep-dentistry #subhead { background:url("../images/subhead-sleep-dentistry.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-smile-gallery {
	height:95px;
	width:352px;
	background:url("../images/subhead-smile-gallery.jpg") ;
	}

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

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

/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:51px;
	background:url("../images/title-qcontact.jpg") ;
	}

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:51px;
	background:url("../images/title-locate.jpg") ;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:770px;
	margin:0 auto;
	text-align:center;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
#footer a { font-weight:normal; }

#footer p {
	margin:0 20px 10px 20px;
	}

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

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
#column-left ul#nav { padding:0; margin:0; }
	#column-left ul#nav li { 
		background:none;
		padding-left:0;
		}

#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:215px;		/* Width of buttons, not entite image (or half of entire image) */
	height:377px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

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

#nav li, #nav a { 
	height:24px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:9px; width:215px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10, #nav-11 { margin-top:0; width:215px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -215px  -9px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -215px  -33px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -215px  -57px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -215px  -81px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -215px -105px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -215px -129px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -215px -153px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -215px -177px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -215px -201px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -215px -225px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -215px -249px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index li#nav-01 { background:url("../images/nav.jpg") -215px  -9px no-repeat; }
body#about li#nav-02 { background:url("../images/nav.jpg") -215px  -33px no-repeat; }
body#implant-dentistry li#nav-03 { background:url("../images/nav.jpg") -215px  -57px no-repeat; }
body#implant-placement li#nav-04 { background:url("../images/nav.jpg") -215px  -81px no-repeat; }
body#surgical-preparation li#nav-05 { background:url("../images/nav.jpg") -215px -105px no-repeat; }
body#implant-materials li#nav-06 { background:url("../images/nav.jpg") -215px -129px no-repeat; }
body#implant-faqs li#nav-07 { background:url("../images/nav.jpg") -215px -153px no-repeat; }
body#sleep-dentistry li#nav-08 { background:url("../images/nav.jpg") -215px -177px no-repeat; }
body#gallery li#nav-09 { background:url("../images/nav.jpg") -215px -201px no-repeat; }
body#testimonials li#nav-10 { background:url("../images/nav.jpg") -215px -225px no-repeat; }
body#contact li#nav-11 { background:url("../images/nav.jpg") -215px -249px no-repeat; }


/* Vertical Sprite nav-procedures
 * ------------------------------------------------------------------------- */
#column-right ul#nav-procedures { padding:0; margin:0; }
	#column-right ul#nav-procedures li { 
		background:none;
		padding-left:0;
		}
#smile-gallery-content { width:352px; float:left; }

#nav-procedures {
	background:url("../images/nav-procedures.jpg") top left no-repeat;					
	width:203px;		/* Width of buttons, not entite image (or half of entire image) */
	height:220px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:right;
	}

#nav-procedures li span { display: none; }

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

#nav-procedures li, #nav-procedures a { 
	height:52px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav-procedures should begin */
#nav-procedures-01 { margin-top:42px; width:203px; }

/* margin-top if there is a spacing between each nav-procedures button */
#nav-procedures-02, #nav-procedures-03 { margin-top:0; width:203px; }

#nav-procedures-01 a:hover { background:url("../images/nav-procedures.jpg") -203px  -42px no-repeat; }
#nav-procedures-02 a:hover { background:url("../images/nav-procedures.jpg") -203px  -94px no-repeat; }
#nav-procedures-03 a:hover { background:url("../images/nav-procedures.jpg") -203px  -146px no-repeat; }
