/*--------------------- 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:#76152A url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#F2D4AC;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#F2D4AC; }
h2	{ font-size:1.1em; color:#FFFFFF; }
h3	{ font-size:1.0em; color:#E5B883; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#E5B883; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#FFFFFF; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	clear:both;
	}
div.clear-h2	{ 
	height:10px; 
	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:0px 10px 10px 37px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 
form#quick-contact label {color: #FDF5DC;}
form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#81374F !important; /* to prevent highlighting by Google Toolbar */
	border:none;
	color:#FFFFFF;
	width:160px; /* 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:.95em;
	}

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:802px;
	margin:0 auto;
	text-align:left;
	}
body#index #wrap {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	width:802px;
	margin:0 auto;
	text-align:left;
	}
body#index #wrap-img {
	background:url("../images/bottom-image-index.jpg") bottom no-repeat;
	width:802px;
	margin:0 auto;
	text-align:left;
	}
#wrap-img {
	background:url("../images/bottom-image.jpg") bottom no-repeat;
	width:802px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:84px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:153px;
		width:500px;
		top:11px;
		height:60px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:594px;
	float:left;
	padding-bottom: 120px;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 20px 10px 42px;
		}

	#column-left form { margin-left:40px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left 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 */
			}

	/* 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; /* 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; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left 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;
			}
			
/* ------------------------ column-left framework ------------------------ */
body#index #column-left {
	width:208px;
	float:left;
	background: url("../images/title-offer.jpg") top no-repeat;
	padding-top: 207px;
	}

	body#index #column-left p, body#index #column-left h1, body#index #column-left h2, body#index #column-left h3, body#index #column-left ul, body#index #column-left dl {
		margin:0px 30px 10px 20px;
		color: #FFFFFF;
		}
	body#index #column-left #title-featured-procedure p, body#index #column-left #title-featured-procedure h2 {
		margin:0px 30px 10px 30px;
		}

	/* single column list */
	body#index #column-left ul { padding:0px; }
		body#index #column-left ul li { 
			background:transparent;
			padding:0px; /* pushes text to the right to display bg img */
			}


/* ------------------------ column-center framework ------------------------ */
#column-center {
	width:386px;
	float:left;
	padding-bottom:150px;
	}

	#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl {
		margin:0px 15px 10px 17px;
		}

	#column-center form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-center ul { padding-left:5px; }
		#column-center 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 */
			}

	/* multi column list */
	#column-center ul.multi { padding-left:5px; } 
		#column-center 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; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-center dl { padding-left:5px; }
		#column-center dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-center 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;
			}
/* ------------------------ column-right framework ------------------------ */
body#index #column-right {
	background: url("../images/title-contact-index.jpg") top no-repeat;
	padding-top: 235px;
	width:208px;
	float:left;
	padding-bottom: 220px;
	}
body#sitemap #column-right {
	padding-bottom: 220px;
	}

body#contact #column-right, body#thankyou #column-right {
	background: url("../images/title-locate.jpg") top no-repeat;
	padding-top: 400px;
	width:208px;
	float:left;
	padding-bottom: 220px;
	position:relative;
	}
	body#contact #column-right a.map, body#thankyou #column-right a.map {
		position: absolute;
		top: 160px;
		left: 25px;
		width: 160px;
		height: 70px;
		}
#column-right {
	background: url("../images/title-contact.jpg") top no-repeat;
	padding-top: 235px;
	width:208px;
	float:left;
	padding-bottom: 120px;
	}
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 24px 10px 24px;
		}
	#column-right p.address-text {color: #FFFFFF;}
	#column-right p.contact-text {font-size: .95em; color: #FDF5DC;}
	#column-right form { padding-left:24px; }

	/* single column list */
	#column-right ul.bullet { padding-left:5px; }
		#column-right ul.bullet 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 */
			}

	/* 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: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;
			}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:204px;  background:url("../images/header-01.jpg"); } /* sets height for all non-flash headers */
	body#index #header-graphic { background:url("../images/header-index.jpg"); height:236px;}
	body#about #header-graphic { background:url("../images/header-about.jpg"); height:204px;}
	body#cosmetic #header-graphic { background:url("../images/header-cosmetic.jpg"); height:204px;}
	body#restorative #header-graphic { background:url("../images/header-restorative.jpg"); height:204px;}
	body#gallery #header-graphic { background:url("../images/header-gallery.jpg"); height:204px;}
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); height:204px;}
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); height:204px;}
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); height:204px;}


/* ------------------------ subhead framework ------------------------ */
#subhead {  padding-top: 75px;} /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); height:61px; padding: 0px;}
	body#index #voted { background:url("../images/subhead-voted.jpg"); height:41px; padding: 0px;}
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg") top no-repeat; }
	body#restorative #subhead { background:url("../images/subhead-restorative.jpg") top no-repeat; }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg") top no-repeat; }
	body#teeth #subhead { background:url("../images/subhead-teeth.jpg") top no-repeat; }
	body#veneers #subhead { background:url("../images/subhead-veneers.jpg") top no-repeat; }
	body#in-on #subhead { background:url("../images/subhead-in-on.jpg") top no-repeat; }
	body#implants #subhead { background:url("../images/subhead-implants.jpg") top no-repeat; }
	body#bonding #subhead { background:url("../images/subhead-bonding.jpg") top no-repeat; }
	body#crowns #subhead { background:url("../images/subhead-crowns.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; }

/* ------------------------ subhead framework with varying heights ------------------------ */

body#index #btn-map {
	height:277px;
	background:url("../images/btn-map-index.jpg") ;
	position: relative;
	width: inherit;
	}
#btn-map {
	height:277px;
	background:url("../images/btn-map.jpg") ;
	position: relative;
	width: inherit;
	}
	#btn-map a {
		position: absolute;
		top: 40px;
		left: 30px;
		width: 155px;
		height: 65px;
		}

/* ------------------------ title framework with varying heights ------------------------- */
body#index #title-financing {
	padding-top: 90px;
	background: url("../images/title-financing-index.jpg") ;
	}
#title-financing {
	padding-top: 90px;
	background: url("../images/title-financing.jpg") ;
	}
	#title-financing p { color: #FFFFFF; text-align: center;}
#title-featured-procedure {
	background: url("../images/title-featured-procedure.jpg") top no-repeat;
	padding-top: 135px;
	position: relative;
	}
	#title-featured-procedure a.gallery-link{
		position: absolute;
		top: 41px;
		left: 23px;
		width: 156px;
		height: 79px;
		}
#title-why-choose {
	height:37px;
	background:url("../images/title-why-choose.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
body#index #click-to-call {
		height:157px;
		display:block;
		background:url("../images/click-to-call-index.jpg") no-repeat;	
		position: relative;
		}
		body#index #click-to-call a {
			position: absolute;
			top: 24px;
			left: 23px;
			width: 168px;
			height: 100px;
			}
		body#index #click-to-call:hover {
				background:url("../images/click-to-call-index.jpg") -208px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}

#click-to-call {
		height:157px;
		display:block;
		background:url("../images/click-to-call.jpg") no-repeat;	
		position: relative;
		}
		#click-to-call a {
			position: absolute;
			top: 24px;
			left: 23px;
			width: 168px;
			height: 100px;
			}
		#click-to-call:hover {
				background:url("../images/click-to-call.jpg") -208px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#click-to-call span { display:none; }


/* ------------------------ 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:33px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	padding-top: 13px;
	width:780px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FFFFFF;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#E5B883; }
#footer a:hover, #footer a:active { color:#FFFFFF; }

#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 #E5B883;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:802px; 
	height:59px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:59px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 66px; margin-left: 21px;}
#nav-02 { width: 169px;}
#nav-03 { width: 167px;}
#nav-04 { width: 178px;}
#nav-05 { width: 87px;}
#nav-06 { width: 93px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -21px -59px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -87px -59px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -256px -59px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -423px -59px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -601px -59px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -688px -59px no-repeat; }


/* ------------------------ vertical sprite nav ------------------------ */
body#index #column-left #procedure-nav {
	background:url("../images/procedure-nav.jpg") top left no-repeat;					
	width:208px;	/* Width of buttons, not entite image (or half of entire image) */
	height:407px;	 /* Height of entire image */
	margin:0;
	padding:0;
	}

body#index #column-left #procedure-nav li span { display: none; }

body#index #column-left #procedure-nav li { float:left; list-style:none; position:relative; }

body#index #column-left #procedure-nav li, body#index #column-left #procedure-nav a { 
	height:63px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the procedure-nav should begin */
body#index #column-left #procedure-nav-01 { margin-top:19px; width:208px; }

/* margin-top if there is a spacing between each procedure-nav button */
body#index #column-left #procedure-nav-02, body#index #column-left #procedure-nav-03, body#index #column-left #procedure-nav-04, body#index #column-left #procedure-nav-05, body#index #column-left #procedure-nav-06 { margin-top:0; width:208px; }

body#index #column-left #procedure-nav-01 a:hover { background:url("../images/procedure-nav.jpg") -208px  -19px no-repeat; }
body#index #column-left #procedure-nav-02 a:hover { background:url("../images/procedure-nav.jpg") -208px  -82px no-repeat; }
body#index #column-left #procedure-nav-03 a:hover { background:url("../images/procedure-nav.jpg") -208px  -145px no-repeat; }
body#index #column-left #procedure-nav-04 a:hover { background:url("../images/procedure-nav.jpg") -208px  -208px no-repeat; }
body#index #column-left #procedure-nav-05 a:hover { background:url("../images/procedure-nav.jpg") -208px  -271px no-repeat; }
body#index #column-left #procedure-nav-06 a:hover { background:url("../images/procedure-nav.jpg") -208px  -334px no-repeat; }

/* ------------------------ vertical sprite nav ------------------------ */
body#index #column-right #title-meet {
	background:url("../images/title-meet.jpg") top left no-repeat;					
	width:208px;	/* Width of buttons, not entite image (or half of entire image) */
	height:115px;	 /* Height of entire image */
	margin:0;
	padding:0;
	}

body#index #column-right #title-meet li span { display: none; }

body#index #column-right #title-meet li { float:left; list-style:none; position:relative; }

body#index #column-right #title-meet li, body#index #column-right #title-meet a { 
	height:24px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the procedure-nav should begin */
body#index #column-right #title-meet-01 { margin-top:44px; width:208px; }

/* margin-top if there is a spacing between each procedure-nav button */
body#index #column-right #title-meet-02 { margin-top:0; width:208px; }

body#index #column-right #title-meet-01 a:hover { background:url("../images/title-meet.jpg") -208px  -44px no-repeat; }
body#index #column-right #title-meet-02 a:hover { background:url("../images/title-meet.jpg") -208px  -68px no-repeat; }

.more-about	{padding-left:240px;}
ul.why-choose	{list-style-type:bullet;}

p.address-text2	{
	padding-top:75px;
	}
p.bna	{padding-left:30px;}

.break	{
	background:url("../images/break.jpg") no-repeat;
	margin:0 auto;
	height:40px;
	width:375px;
	padding-bottom:10px;
	padding-top:10px;
	}
