/*--------------------- 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:#e9c193 url("../images/body-bg.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#113c4e;
	}
	
body#privacy { width:600px; background:#fff; text-align:left; padding:20px; color:#000; }

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#113c4e; }
h2	{ font-size:1.1em; color:#113c4e; }
h3	{ font-size:.99em; color:#113c4e; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#000000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#632306; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	clear:both;
	}

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:3px 10px 3px 0px;
	}

.big-pic {margin-left:60px;}

img.img-right { 
	float:right; 
	margin:-10px 0px 15px 10px; 
	}

#column-right .btn-movie {margin-left:13px; margin-bottom:15px; margin-top:-10px;}

/* ------------------------ form elements ------------------------ */


form label	{ font-size:.95em; margin-left:20px;} 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important;
	color:#113c4e;
	border:1px solid #fff;
	width:217px;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:3px;
	margin-left:20px;
	padding-top:1px;
	padding-left:4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea {
	height:66px;
	overflow:auto;
	}

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 30px 110px;}

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:12px;
	color: #632306;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:100%; 
	top:-2px;
	}
	
#contact-main label select { width:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#dropdown-a {height:20px;}
#dropdown-b {height:20px;}

/* ------------------------ submit button form elements ------------------------ */

input.submit {
	background:url("../images/btn-submit.jpg");
	width:61px;
	height:23px;
	border:none;
	cursor:pointer;
	background-color:#144f8a !important;
	padding:0;
	}

input.submit-contact-main { 
	width:60px;
	height:18px;
	cursor:pointer;
	color:#fff;
	background-color:#144f8a !important; 
	padding:0;
	}

input.submit-contact-main { margin:83px 0 0 259px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main, input.search  { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:61px;
	height:23px;
	border:none;
	cursor:pointer;
	}
	
form {margin-top:10px;}
	

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/wrap-bg.jpg") repeat-y;
	width:1043px;
	margin:0 auto;
	text-align:left;
	}
	
	#masthead a {
	display:block;
	position:absolute;
	height:71px;
	width:344px;
	top:11px;
	left:355px;
		}
	
	#masthead a span {
		display:none;
		}
		
	#masthead {
	background:url("../images/masthead-index.jpg") no-repeat;
	width:1042px;
	height:103px;
	position:relative;
	}
	
	
		
/* ------------------------ header framework ------------------------ */

#header-graphic {
	background:url("../images/header-index.jpg") no-repeat;
	width:1042px;
	height:335px;
	}
	/* index page link within #masthead */		
body#about #header-graphic { background:url("../images/header-2b.jpg") no-repeat; }
body#cosmetic #header-graphic { background:url("../images/header-7.jpg") no-repeat; }
body#treatment #header-graphic { background:url("../images/header-index2.jpg") no-repeat; }
body#information #header-graphic { background:url("../images/header-2b.jpg") no-repeat; }
body#contact #header-graphic { background:url("../images/header-7.jpg") no-repeat; }

/* ------------------------ column-left framework ------------------------ */

#features {
	background:url("../images/sub-nav.jpg") no-repeat;
	width:1042px;
	height:221px;
	}
	
#features-inside {
	background:url("../images/sub-nav-inside.jpg") no-repeat;
	width:1042px;
	height:221px;
	}
	
	#list-one {
	width:410px;
	height:215px;
	float:left;
	position:relative;
	}
	
	#list-one a {
	width:227px;
	height:115px;
	position:absolute;
	top:35px;
	left:173px;
	}
	
	#list-one a span {display:none;}
	
	#list-two {
	width:245px;
	height:215px;
	float:left;
	position:relative;
	}
	
	#list-two a {
	width:227px;
	height:115px;
	position:absolute;
	top:35px;
	left:9px;
	}
	
	#list-two a span {display:none;}
	
	#list-three {
	width:254px;
	height:215px;
	float:left;
	position:relative;
	}
	
	#list-three a {
	width:227px;
	height:115px;
	position:absolute;
	top:35px;
	left:8px;
	}
	
	#list-three a span {display:none;}
	
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:661px;
	float:left;
	}

	#column-left p, #column-left h2, #column-left h3, #column-left d1, #column-left dt {
		margin:0px 33px 10px 149px;
		}
		
		#column-left img.img-center {
		margin:0px 33px 10px 149px;
		}
		
		#column-left h1 {
		margin:0px 33px 10px 149px;
		}
		
		#column-left dd {
			margin:0px 23px 10px 25px;
			}
	
		#column-left ul {
			margin:0px 23px 10px 165px;
			}
			
			#column-left ul li {
				margin-bottom:5px;
				list-style:disc;
				}

#title-cosmetic-procedures {
	background:url("../images/title-cosmetic.jpg") no-repeat;
	width:661px;
	height:86px;
	}
	

#title-aesthetic-dentist {
	background:url("../images/title-aesthetic-dentist.jpg") no-repeat;
	width:661px;
	height:55px;
	}
		
#index-list {
	width:661px;
	height:105px;
	}

	ul#bonding {
	width:160px;
	float:left;
	margin:0px 0px 0px 150px;
	display:inline;
	list-style:disc;
	}
	
	ul#bonding li {width:160px; height:20px; display:block; margin:0px;}
	
	ul#cos-fillings {width:170px; float:left; margin:0; display:inline;}
	
	ul#cos-fillings li {width:140px; height:20px; display:block; margin:0px; list-style:disc;}
	
	ul#invisa {width:160px; float:left; margin:0; display:inline;}
	
	ul#invisa li {width:140px; height:20px; display:block; margin:0px; list-style:disc;}
		
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:382px;
	float:right;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul {
		margin:10px 130px 0px 20px;
		color:#113c4e;
		}
		
		#column-right img {
		margin:10px 0px 0px 0px;
		color:#fff;
		}
			
	#title-media-player {
		background:url("../images/title-media-player.jpg") no-repeat;
		width:382px;
		height:64px;
		}
	
	#title-quick-contact {
		background:url("../images/title-quick-contact.jpg") no-repeat;
		width:382px;
		height:64px;
		}
		
	#title-showroom {
		background:url("../images/title-showroom.jpg") no-repeat;
		width:382px;
		height:35px;
		margin-top:10px;
		}
	
/* ------------------------ subhead framework ------------------------ */
.subhead { height:64px; width:661px; } /* 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#information .subhead { background:url("../images/subhead-information.jpg") no-repeat; }
	body#treatment .subhead { background:url("../images/subhead-treatment.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 span {display:none;}
/* ------------------------bottom-link ------------------------ */

#bottom-link {
	background:url("../images/bottom-link.jpg") bottom no-repeat;
	width:1042px;
	height:49px;
	margin:0 auto;
	position:relative;
	}
	
	#bottom-link a {
	width:213px;
	height:26px;
	display:block;
	position:absolute;
	top:21px;
	left:670px;
	}
	
	#bottom-link a span {display:none;}

/* ------------------------footer framework ------------------------ */
#footer {
	background:#d59054 url("../images/footer-bg.jpg") top repeat-x;
	width:100%;
	margin:0 auto 0px;
	text-align:center;
	padding-bottom:30px;
	}

#footer p {
	margin:10px auto 0 auto;
	width:900px;
	}

#footer a:link, #footer a:visited { color:#000000; text-decoration:none; }
#footer a:hover, #footer a:active { color:#632306; text-decoration:underline; }

#footer ul {margin:15px 0 0 7px;}
	#footer li {
		padding:0 5px 0 7px;
		display: inline;
		border-left: 1px solid #632306;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

	
#nav { 
	background:url("../images/nav-index.jpg") no-repeat; 
	width:1042px; 
	height:32px; 
	margin:0;
	padding:0;
	}

#nav span { display: none; }

#nav li, #nav a { height:32px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; position:relative; }

#nav-01 { width: 81px; margin-left:133px; }
#nav-02 { width: 99px; }
#nav-03 { width: 182px; }
#nav-04 { width: 158px; }
#nav-05 { width: 170px; }
#nav-06 { width: 111px; }


body#index #nav-01 { background:url("../images/nav-index.jpg")  -133px -32px no-repeat; }
body#about #nav-02 { background:url("../images/nav-index.jpg") -214px -32px no-repeat; }
body#cosmetic #nav-03 { background:url("../images/nav-index.jpg") -313px -32px no-repeat; }
body#treatment #nav-04 { background:url("../images/nav-index.jpg") -495px -32px no-repeat; }
body#information #nav-05 { background:url("../images/nav-index.jpg") -653px -32px no-repeat; }
body#contact #nav-06 { background:url("../images/nav-index.jpg") -823px -32px no-repeat; }

#nav-01 a:hover { background:url("../images/nav-index.jpg")  -133px -32px no-repeat; }
#nav-02 a:hover { background:url("../images/nav-index.jpg") -214px -32px no-repeat; }
#nav-03 a:hover { background:url("../images/nav-index.jpg") -313px -32px no-repeat; }
#nav-04 a:hover { background:url("../images/nav-index.jpg") -495px -32px no-repeat; }
#nav-05 a:hover { background:url("../images/nav-index.jpg") -653px -32px no-repeat; }
#nav-06 a:hover { background:url("../images/nav-index.jpg") -823px -32px no-repeat; }




/* Son of Suckerfish: Horizontal Sprite Nav
	 * ------------------------------------------------------------------------- */
	
	#nav li ul {
		position:absolute;
		left: -9999px;
		background-color:#144f8a;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
		z-index:999;
		}
	
	#nav li ul li { 
		height: 20px; 				/* Height of each drop down nav item */
		border:none;
		border-bottom:1px solid #000;
		}	
	
	#nav li ul li a {
		width: 100%;
		height: 20px;				/* Height of each drop down nav item, should match above */
		line-height: 20px;
		}
	
	#nav li ul li a span {
		display: block;
		padding-left: 10px;
		}
	
	/* Drop down link styles */
	#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
		font-size: 11px;
		color: #fff;
		text-decoration: none;
		}
	
	#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }
	
	/* Hover styles for drop down items */
	#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover { 
		background-image: none;
		background-color: #09254a;
		}
	
	/* width of drop down nav - choose width that allows items to display on one line */
	#nav-02 ul, #nav-02 li { width: 186px; }
	#nav-03 ul, #nav-03 li { width: 186px; }
	#nav-04 ul, #nav-04 li { width: 186px; }
	#nav-05 ul, #nav-05 li { width: 186px; }
	#nav-06 ul, #nav-06 li { width: 186px; }
	
