/*------------------------------------------------------------------------------------
  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 ------------------------ */
html {
	background:#f9eec6 url("../images/html.jpg") 0 0 repeat-x;
}

body { 
	background:transparent url("../images/body.jpg") top center no-repeat;
	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:#000; font-weight:bold; }
.h2	{ font-size:1.1em; color:#000; font-weight:bold; }
.h3	{ font-size:1.0em; color:#000; font-weight:bold; }

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

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:none; 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:#fff !important;
	border:1px solid #000;
	color:#000;
	width:230px;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px;
	padding:1px 0 0 4px;
	font-family:"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 */
	width:64px;
	height:20px;
	border:1px 000000;
	cursor:pointer;
	}

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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:802px;
	margin:0 auto;
	text-align:left;
	}
	
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:802px; 
	height:50px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:50px; display:block; }

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

#nav-01 { width: 54px;}
#nav-02 { width: 68px;}
#nav-03 { width: 129px;}
#nav-04 { width: 204px;}
#nav-05 { width: 94px;}
#nav-06 { width: 60px;}

#nav-01 a:hover { background:url("../images/nav.jpg") 0px -50px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -54px -50px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -122px -50px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -251px -50px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -455px -50px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -549px -50px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id -------------*/

body#index #nav-01  { background:url("../images/nav.jpg")  0px -50px no-repeat; }
body#about #nav-02  { background:url("../images/nav.jpg") -54px -50px no-repeat; }
body#cosmetic #nav-03  { background:url("../images/nav.jpg") -122px -50px no-repeat; }
body#restorative #nav-04  { background:url("../images/nav.jpg") -251px -50px no-repeat; }
body#smile #nav-05  { background:url("../images/nav.jpg") -455px -50px no-repeat; }
body#contact #nav-06  { background:url("../images/nav.jpg") -549px -50px no-repeat; }


/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:341px;
	width:201px;
	float:left;
	}
	#masthead a {	
		display:block;
		height:300px;
		width:160px;
		margin-left:15px;
		}
	#masthead a span {
		display:none;
		}

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

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 39px 10px 2px;
		}

/* 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 framework ------------------------ */
#column-right {
	width:252px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 12px 10px 2px;
		}
		
/* ------------------------ media player button ------------------------ */
#media-btn {
	height:225px;
	background:url("../images/media-btn.jpg") ;
	position:relative;
	}
	#media-btn a {
	position:absolute;
	width:249px;
	height:159px;
	top:4px;
	left:2px;
		}
		#media-btn a span { display:none; }


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

#header-graphic { height:341px; width:601px; float:left;}

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-index.jpg"); }
	body#contact #header-graphic { background:url("../images/header-index.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }
	body#cosmetic #header-graphic { background:url("../images/header-index.jpg"); }
	body#smile #header-graphic { background:url("../images/header-index.jpg"); }
	body#restorative #header-graphic { background:url("../images/header-index.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; } /* 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#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#smile #subhead { background:url("../images/subhead-smile.jpg"); }
	body#restorative #subhead { background:url("../images/subhead-restorative.jpg"); }

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

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

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

#title-featured-procedure {
	height:102px;
	background:url("../images/title-featured-procedure.jpg") ;
	}
	
#title-featured-results {
	height:113px;
	background:url("../images/title-featured-results.jpg") ;
	}

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

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

/* ------------------------footer framework ------------------------ */
#footer {
	width:100%;
	margin:0 auto;
	text-align:center;
	background:url("../images/footer.jpg") bottom center no-repeat;
	height:144px;
	margin:20px 0 0 0;
	}

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

#footer a:link, #footer a:visited { color:#8a6940; }
#footer a:hover, #footer a:active { color:#8a6940; }

#footer ul {width:802px; margin:0 auto;}
	#footer li {
		padding:0 5px 0 7px;
		display: inline;
		border-left: 1px solid #8a6940;
		}
	#footer li.first { border: none; }
