/*--------------------- 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 ------------------------ */
html { 
	background:#436483 url("../images/bg-html.jpg") top repeat-x;
	height:100%;
	}

body { 
	background:transparent url("../images/bg-body.jpg") no-repeat scroll top center ;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#fff;
	height:100%;
	}

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

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:#D6C075; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#D6C075; 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:30px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
p.bold {
	font-weight:bold;
	}

img.img-left { 
	float:left; 
	margin:5px 10px 5px 15px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
img.img-emmi { 
	float:left; 
	margin:0px 10px 5px 15px;
	}
	
.logo {margin-left:50px;}
	
.nav-bottom {
	background:url("../images/nav-bottom.jpg") top left no-repeat;
	height:70px;
	clear:both;
	display:block;
	}
	
.ornament {
	background:transparent url("../images/ornament.jpg") top left no-repeat;
	height:61px;
	}
	
.ornament-small {
	background:transparent url("../images/ornament-small.jpg") top left no-repeat;
	height:24px;
	margin:20px 0px;
	}
	
.banner {
	background:transparent url("../images/banner.jpg") top left no-repeat;
	height:247px;
	margin:15px auto;
	}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") center repeat-y;
	width:806px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:107px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:300px;
		top:0px;
		height:130px; 
		}
	#masthead a span {
		display:none;
		}
	
/* ------------------------ header framework ------------------------ */

#header-graphic { height:286px; width:800px; margin:0px auto;} /* sets height for all non-flash headers */

	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#general #header-graphic { background:url("../images/header-index.jpg"); }
	body#tooth #header-graphic { background:url("../images/header-index.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-index.jpg"); }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

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

#nav li span { display: none; }

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

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

#nav #nav-04, #nav #nav-04 a { 
	height:25px;
	}

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

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

#nav-01 a:hover { background:url("../images/nav.jpg") -244px  -81px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -244px  -106px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -244px  -131px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -244px  -156px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -244px -183px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -244px -208px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -244px -233px no-repeat; }

/* ------------------------ column-left framework ------------------------ */
#column-left {
	background:transparent url("../images/bg-left.jpg") top repeat-y;
	width:270px;
	float:left;
	margin:0px 0px 0px 23px;
	display:inline;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 20px 10px 30px;
		color:#4C4C4C;
		}
		
	#subhead-schedule {
		background:transparent url("../images/subhead-schedule.jpg") top left no-repeat;
		height:43px;
		margin-bottom:5px;
		}
		
	#subhead-featured {
		background:transparent url("../images/subhead-featured.jpg") top left no-repeat;
		height:24px;
		}
		
	img.zoom-box {
		margin:25px 0px;
		}
		

	#column-left form { margin-left:25px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; margin-top:15px; margin-bottom:15px;}
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 2px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:24px; /* pushes text to the right to display bg img */
			margin-bottom:5px;
			}
			
	#left-girl {
		background:url("../images/left-girl.jpg") top left no-repeat;
		height:237px;
		clear:both;
		display:block;
		}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:513px;
	float:right;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 25px 10px 13px;
		color:#fff;
		}
		
	#column-right h1#subhead-welcome {
		background:transparent url("../images/subhead-welcome.jpg") top left no-repeat;
		height:61px;
		margin:3px 0px 0px 0px;
		}
		
	#column-right h2#subhead-meetdr {
		background:transparent url("../images/subhead-meetdr.jpg") top left no-repeat;
		height:30px;
		margin:0px 0px 13px 0px;
		}
		
	#column-right h2#subhead-weplant {
		background:transparent url("../images/subhead-weplant.jpg") top left no-repeat;
		height:30px;
		margin:15px 0px;
		}
		
	#column-right h1#subhead-about {
		background:transparent url("../images/subhead-about.jpg") top left no-repeat;
		height:61px;
		margin:3px 0px 0px 0px;
		}
	
	#column-right h1#subhead-contact {
		background:transparent url("../images/subhead-contact.jpg") top left no-repeat;
		height:61px;
		margin:3px 0px 0px 0px;
		}
		
	#column-right h1#subhead-tooth {
		background:transparent url("../images/subhead-tooth.jpg") top left no-repeat;
		height:61px;
		margin:3px 0px 0px 0px;
		}
		
	#column-right h1#subhead-cosmetic {
		background:transparent url("../images/subhead-cosmetic.jpg") top left no-repeat;
		height:61px;
		margin:3px 0px 0px 0px;
		}
		
	#column-right h1#subhead-general {
		background:transparent url("../images/subhead-general.jpg") top left no-repeat;
		height:61px;
		margin:3px 0px 0px 0px;
		}
		
	#column-right h1#subhead-thankyou {
		background:transparent url("../images/subhead-thankyou.jpg") top left no-repeat;
		height:61px;
		margin:3px 0px 0px 0px;
		}
		
	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			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; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ subhead framework ------------------------ */
#subhead { height:30px; margin:10px 0px 15px 0px;} /* 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#tooth #subhead { background:url("../images/subhead-tooth.jpg"); }
	body#general #subhead { background:url("../images/subhead-general.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

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

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

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

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #D6C075;
		}
	#footer li.first { border: none; }

/* ------------------------ form elements ------------------------ */
form {
	width:210px;
	margin:10px 0 15px 0; /* set margin left and right below */
	color:#4C4C4C;
	}

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

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

input, textarea, select { 
	background-color:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #4C4C4C;
	color:#000;
	width:205px; /* 5 pixles 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

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

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; color:#FFFFFF;}

#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; } /* fixes display issue - 5px larger than input field */

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