/*--------------------- 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:#2C1507 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/15px  Arial, Helvetica, sans-serif; 
	color:#311D0C;
	}

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

h1	{ font-size:1.25em; color:#692C0F; }
h2	{ font-size:1.15em; color:#396EB3; }
h3	{ font-size:1.05em; color:#311D0C; }
h4	{ font-size:1.0em; color:#000; }

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

a:link,a:visited	{ color:#2E4868; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#311D0C; text-decoration:underline; outline:none; }

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

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}
div.clear-h2	{ 
	clear: both;
	height:10px; 
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:21px;
	background:url("../images/bullet.gif") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}
img.img-center { 
	margin:0px 0px 20px 45px; 
	}
img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
p.api {
	float: left;
}
a.gallery_btn {
	margin-left: 20px;
}
a.testimonial_btn {
	margin-left: 20px;
}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

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 #000;
	color:#000;
	width:218px; /* 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: 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 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; } /* 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 */

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

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:825px;
	margin:0 auto;
	text-align:left;
	}
body#index #wrap {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	width:825px;
	margin:0 auto;
	text-align:left;
	}
body#index #wrap-img {
	background:url("../images/bottom-img-index.jpg") bottom no-repeat;
	width:825px;
	margin:0 auto;
	text-align:left;
	}
#wrap-img {
	background:url("../images/bottom-img.jpg") bottom no-repeat;
	width:825px;
	margin:0 auto;
	text-align:left;
	}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:73px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:10px;
		width:433px;
		top:10px;
		height:56px; 
		}
	#masthead a span {
		display:none;
		}
		
		#masthead a.email {	
		position:absolute;
		left:607px;
		width:190px;
		top:49px;
		height:22px; 
		}
	#masthead a.email span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:529px;
	float:left;
	padding-bottom: 60px;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left ul, #column-left ol {
		margin:0px 20px 10px 30px;
		}

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

	/* single column list */
	#column-left ul { padding-left:25px; padding-bottom: 10px;}
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:22px; /* pushes text to the right to display bg img */
			margin-bottom: 4px;
			}

	#column-left ol { padding-left:25px; padding-bottom: 10px;}

	/* multi column list */
	#column-left ul.multi { padding-left:25px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:22px;  /* pushes text to the right to display bg img */
			float:left;
			width:170px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:0px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			background:none; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:0px;  /* pushes text to the right to display bg img */
			margin-left:0px;
			}
			
img#foxtv {
	margin: 10px 0 10px 70px;
}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:296px;
	float:left;
	padding-bottom: 20px;
	}

#column-right-index {
	background:transparent url("../images/col-right-index.jpg") no-repeat;
	width:296px;
	float:left;
	padding-bottom: 20px;
	position:relative;
}
	#ctc a {	
		position:absolute;
		left:10px;
		width:250px;
		top:25px;
		height:100px; 
		}


#column-right-index p, #column-right-index h1, #column-right-index h2, #column-right-index h3, #column-right-index ul, #column-right-index dl {
		margin:0px 50px 10px 20px;
}
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 50px 10px 20px;
		}
	body#doctors #column-right h2 {margin-top: 50px;}
	#column-right form { padding-left:20px; }
	#column-right-index form { padding-left:20px; }
	/* single column list */
	#column-right ul { padding-left:0px; }
		#column-right ul li { 
			background:none; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:0px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi 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 */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:0px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			background:none; /* 0px = horizontal position for left, 6px = vertical position from top */
			}

#bttn1 {
background:url("../images/patient_ed_bttn.jpg");
height:43px;
position:relative;
margin-top:15px;
}
	#bttn1 a {	
		position:absolute;
		left:10px;
		width:296px;
		top:2px;
		height:43px; 
		}

#bttn2 {
background:url("../images/dental-health-guides-bttn.jpg");
height:43px;
position:relative;
}
	#bttn2 a {	
		position:absolute;
		left:10px;
		width:296px;
		top:2px;
		height:43px; 
		}

#bttn3 {
background:url("../images/privacypolicy-bttn.jpg");
height:43px;
position:relative;
}
	#bttn3 a {	
		position:absolute;
		left:10px;
		width:296px;
		top:2px;
		height:43px; 
		}

#bttn4 {
background:url("../images/mededfile-bttn.jpg");
height:43px;
position:relative;
}
	#bttn4 a {	
		position:absolute;
		left:10px;
		width:296px;
		top:2px;
		height:43px; 
		}

#ctc {
margin-top:150px;
}
#video_website {
	background:url(../images/video-website-bg.jpg) no-repeat;
	width:296px;
	padding-top:100px;
	}
body#index #video_website {
	background:none;
	width:285px;
	height:184px;
	padding-top:0;
	}
#video_website a {
	margin-left:25px;
	}
body#index #video_website a {
	margin-left:0;
	}	
	
	
/* ------------------------ header framework ------------------------ */
#header-flash { height:421px; float: left; background:url("../images/header-bg.jpg"); width: 572px; padding: 24px 58px 0px 0px;} /* sets height for the flash header - REMOVE IF NOT USED */
#header-graphic { height:445px; width: 630px; float: left; background:url("../images/header-01.jpg");} /* sets height for all non-flash headers */

	body#doctors #header-graphic { background:url("../images/header-01.jpg"); }
	body#practice #header-graphic { background:url("../images/header-02.jpg"); }
	body#implants #header-graphic { background:url("../images/header-03.jpg"); }
	body#cosmetic #header-graphic { background:url("../images/header-04.jpg"); }
	body#veneers #header-graphic { background:url("../images/header-01.jpg"); }
	body#whitening #header-graphic { background:url("../images/header-02.jpg"); }
	body#invisalign #header-graphic { background:url("../images/header-03.jpg"); }
	body#recon #header-graphic { background:url("../images/header-04.jpg"); }
	body#general #header-graphic { background:url("../images/header-01.jpg"); }
	body#periodontics #header-graphic { background:url("../images/header-02.jpg"); }
	body#dentures #header-graphic { background:url("../images/header-03.jpg"); }
	body#bone #header-graphic { background:url("../images/header-04.jpg"); }
	body#botox #header-graphic { background:url("../images/header-01.jpg"); }
	body#makeover #header-graphic { background:url("../images/header-02.jpg"); }
	body#tech #header-graphic { background:url("../images/header-03.jpg"); }
	body#gallery #header-graphic { background:url("../images/header-04.jpg"); }
	body#financing #header-graphic { background:url("../images/header-01.jpg"); }
	body#faqs #header-graphic { background:url("../images/header-02.jpg"); }
	body#sedation #header-graphic { background:url("../images/header-03.jpg"); }
	body#contact #header-graphic { background:url("../images/header-04.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-04.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-01.jpg"); }

/* ------------------------ subhead framework ------------------------ */
#subhead { padding-top:103px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat; float: left;}
	body#doctors #subhead { background:url("../images/subhead-doctors.jpg") top no-repeat; }
	body#practice #subhead { background:url("../images/subhead-practice.jpg") top no-repeat; }
	body#implants #subhead { background:url("../images/subhead-implants.jpg") top no-repeat; }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg") top no-repeat; }
	body#veneers #subhead { background:url("../images/subhead-veneers.jpg") top no-repeat; }
	body#whitening #subhead { background:url("../images/subhead-whitening.jpg") top no-repeat; }
	body#invisalign #subhead { background:url("../images/subhead-invisalign.jpg") top no-repeat; }
	body#recon #subhead { background:url("../images/subhead-recon.jpg") top no-repeat; }
	body#general #subhead { background:url("../images/subhead-general.jpg") top no-repeat; }
	body#periodontics #subhead { background:url("../images/subhead-perio.jpg") top no-repeat; }
	body#dentures #subhead { background:url("../images/subhead-dentures.jpg") top no-repeat; }
	body#bone #subhead { background:url("../images/subhead-bone.jpg") top no-repeat; }
	body#botox #subhead { background:url("../images/subhead-botox.jpg") top no-repeat; }
	body#makeover #subhead { background:url("../images/subhead-makeover.jpg") top no-repeat; }
	body#tech #subhead { background:url("../images/subhead-tech.jpg") top no-repeat; }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg") top no-repeat; }
	body#financing #subhead { background:url("../images/subhead-financing.jpg") top no-repeat; }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg") top no-repeat; }
	body#sedation #subhead { background:url("../images/subhead-sedation.jpg") top no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }
	body#multiple #subhead, body#single #subhead  { background:url("../images/subhead-blog.jpg") top no-repeat; }
	
#implants_subhead {
	position:relative;
	background:url("../images/subhead-implants.jpg");
	height:103px;
	}
	/* index page link within #masthead */		
	#implants_subhead a {
	position:absolute;
	left:258px;
	width:188px;
	top:19px;
	height:57px;
		}
	#implants_subhead a span {
		display:none;
		}
	

/* ------------------------ subhead framework with varying heights ------------------------ */
#index-left {
	width: 269px;
	float: left;
	}
	
#index-middle {
	width: 260px;
	float: left;
	}

h2#title-implants {
	height:207px;
	background:url("../images/title-implants.jpg") ;
	margin: 0;
	width: inherit;
	}
h2#title-meetdoc {
	height: 64px;
	background: url("../images/title-meetdoc.jpg");
	margin: 0;
	width: inherit;
	}
	
h2#title-invisalign {
	height: 87px;
	background: url("../images/title-invisalign.jpg");
	margin: 0;
	width: inherit;
	}
	h2#title-news {
	height: 87px;
	background: url("../images/title-news.jpg");
	margin: 0;
	width: inherit;
	}
h2#title-botox {
	height: 78px;
	background:url("../images/title-botox.jpg");
	margin: 0;
	width: inherit;
	}
	
h2#smilepix_logo {
	height: 78px;
	background:url("../images/smilepix_logo.jpg");
	margin: 0;
	width: inherit;
	}
	
	

#title-contact {
	margin-left: 1px;
	padding-top:80px;
	background:url("../images/title-contact.jpg") top no-repeat ;
	}
body#contact #title-contact, body#thankyou #title-contact {
	padding-top:103px;
	background:url("../images/title-visit.jpg") top no-repeat ;
	position: relative;
	height: 38px;
	padding-top: 190px;
	}
	body#contact #title-contact a.map, body#thankyou #title-contact a.map {
	position:absolute;
	top: 75px;
	left: 21px;
	height: 100px;
	width: 220px;
		}
/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
		height:186px;
		display:block;
		background:url("../images/click-to-call.jpg") no-repeat;	
		}
		#click-to-call:hover {
				background:url("../images/click-to-call.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#click-to-call span { display:none; }

#video_website span  { display:none; }

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

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

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

#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; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #FFFFFF;
		}
	#footer li.first { border: none; }

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

#nav li span { display: none; }

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

#nav li, #nav a { 
	height:18px;	/* 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:0px; width:195px; }

/* 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, #nav-12, #nav-13, #nav-14, #nav-15, #nav-16, #nav-17, #nav-18, #nav-19, #nav-20, #nav-21 { margin-top:0; width:195px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -195px  -0px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -195px  -18px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -195px  -36px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -195px  -54px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -195px  -72px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -195px  -90px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -195px -108px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -195px -126px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -195px -144px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -195px -162px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -195px -180px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.jpg") -195px -198px no-repeat; }
#nav-13 a:hover { background:url("../images/nav.jpg") -195px -216px no-repeat; }
#nav-14 a:hover { background:url("../images/nav.jpg") -195px -234px no-repeat; }
#nav-15 a:hover { background:url("../images/nav.jpg") -195px -252px no-repeat; }
#nav-16 a:hover { background:url("../images/nav.jpg") -195px -270px no-repeat; }
#nav-17 a:hover { background:url("../images/nav.jpg") -195px -288px no-repeat; }
#nav-18 a:hover { background:url("../images/nav.jpg") -195px -306px no-repeat; }
#nav-19 a:hover { background:url("../images/nav.jpg") -195px -324px no-repeat; }
#nav-20 a:hover { background:url("../images/nav.jpg") -195px -342px no-repeat; }
#nav-21 a:hover { background:url("../images/nav.jpg") -195px -360px no-repeat; }


/* ----- Social Media Kit ------ */
	

div#social-media { 
	width:260px;
	height:122px;
	background:url("../images/smk.jpg") no-repeat;
	margin:0;
	position:relative;
	z-index:999;
	}
	
	div#social-media span { display:none;}
	
	#social-media a { width:40px; height:40px;}

	#social-media a.twitter {
		position:absolute;
		top:53px;
		left:43px;
		}
		
	#social-media a.linkedin {
		position:absolute;
		top:53px;
		left:88px;
		}	
		
	#social-media a.facebook {
		position:absolute;
		top:53px;
		left:133px;
		}
		
	#social-media a.youtube {
		position:absolute;
		top:53px;
		left:178px;
		}	
		
	
