/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
/*------------------------------------------------------------------------------------*/

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:'';}

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

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

h1	{ font-size:1.0em; color:#000; }
h2	{ font-size:.95em; color:#000; }
h3	{ font-size:.9em; color:#000; }

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

a:link,a:visited	{ color:#1f3435; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#3d5152; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

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

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

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

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

form br { line-height:0; height:0; }

input, textarea, select {
	background-color:#fffef0 !important;
	border:1px solid #fffef0;
	color:#000;
	width:232px;
	height:19px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px;
	padding:1px 0 0 4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.0em;
	}

select { width:150px; padding:0; }

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

#contact_business { display: none; }

/* ------------------------ 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; } /* defines placement of contact-main submit button */

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

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:797px;
	margin:0 auto;
	text-align:left;
	position: relative;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:138px;
	}
	#masthead a {
	position:absolute;
	display:block;
	height:136px;
	width: 478px;
		}
	#masthead a span {
		display:none;
		}
		
#btn-ctc {
	position: absolute;
	width: 201px;
	height: 96px;
	top: 402px;
	left: 58px;
	}
	#btn-ctc a {
		display: block;
		width: 201px;
		height: 96px;	
		}
	#btn-ctc span {
		display: none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:518px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul {
		margin:0px 31px 10px 64px;
		}
		
	body#thankyou #column-left #subhead p {
		padding-bottom: 250px;
	}

	/* 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;
			}

	/* 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;
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#000;
			margin-left: 60px;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;
			margin-left:5px;
			}
#logos{
	height:65px;
	margin-top:80px;
	background:url("../images/logos.jpg") no-repeat;
}

#column-left ul li {
	list-style: disc;
	margin: 0;
	padding: 0;
}

#column-left ul {
	list-style: disc;
	padding-left: 15px;
}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:279px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul {
		margin:0px 70px 10px 20px;
		color:#FFFFFF;
		}

	#column-right form { margin-bottom: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;
			}

	/* multi 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;
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#fff;
			margin-left:10px;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;
			margin-left:5px;
			}
#smile-gallery {
	height:199px;
}

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

#header-graphic { height:374px; background:url("../images/header-index.jpg") top right no-repeat;} /* sets height for all non-flash headers */
/*------------------------ Headers for inside pages -------------------------------------------------
	body#index #header-graphic { background:url("../images/header-index.jpg") top right no-repeat; }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
---------------------------------------------------------------------------------------------------*/

/* ------------------------ subhead framework ------------------------ */
#subhead { padding-top:100px;} /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") no-repeat; }
	body#about #subhead { background:url("../images/subhead-about.jpg") no-repeat; }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg") no-repeat; }
	body#restorative #subhead { background:url("../images/subhead-restorative.jpg") no-repeat; }
	body#faq #subhead { background:url("../images/subhead-faq.jpg") no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat; }

/* ------------------------ subhead framework with varying heights ------------------------ */
#title-meet-doctor {
	height:98px;
	background:url("../images/title-meet-doctor.jpg") ;
	}

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

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}

/* ------------------------ bottom-wrap framework ------------------------ */

#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") repeat-y;
	width:100%;
	height:52px;
	clear:both; /* important */
	}

/* ------------------------footer framework ------------------------ */
#bg-footer{
	height:290px;
	background:url("../images/bg-footer.jpg") repeat-x;
}
#footer {
	width:760px;
	margin:0 auto;
	padding-top:120px;
	text-align:center;
	}

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

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

#footer ul {margin:10px;}
	#footer li {
		padding:0 5px 0 7px;
		display: inline;
		border-left: 1px solid #000;
		}
	#footer li.first { border: none; }
/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:261px;	/* Width of buttons, not entite image (or half of entire image) */
	height:374px;	 /* Height of entire image */
	float:left;
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

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

#nav li, #nav a { 
	height:31px;	/* 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:50px; width:261px; }

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

#nav-01 a:hover { background:url("../images/nav.jpg") -261px  -50px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -261px  -81px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -261px  -112px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -261px  -143px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -261px -174px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -261px -205px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.jpg") -261px  -50px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -261px  -81px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -261px  -112px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -261px  -143px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -261px -174px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.jpg") -261px -205px no-repeat; }


/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#720000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:100px; /* Set to same width as in #nav */
	margin-top:-31px; /* Set to each button height, same as used above */
	}

#nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border:1px solid #FF00FF;
	border-top:none;
	}

#nav li ul li a {
	width:100%;
	height:20px; /* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#AA0000;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:260px; }		
#nav-04 ul, #nav-04 li { width:90px; }



#column-right .featured-prod {
	margin:30px 70px 10px 30px;
}
.featured-prod a:link, .featured-prod a:visited {
	color:#ddd;
	font-size:1.4em;
	font-weight:normal;
	}