/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background: #D4DAE8 url("../images/bg-body.jpg") top left repeat-x;
	text-align:center; 
	font:12px, Arial, Helvetica, sans-serif; 
	color:#fff; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3 { margin-bottom:0px; }

h1	{ font-size:1.2em; color:#fff; }
h2	{ font-size:1.1em; color:#fff; }
h3	{ font-size:1.0em; color:#fff; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#fff; text-decoration:underline; }
a:hover,a:active	{ color:#fff; text-decoration:none; }


/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	} 
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
img.img-right { 
	float: right; 
	margin: 10px 35px 0 0;
	}
img.btn-video {
	margin: 10px 0 5px 96px;
	}
img.tlc {
	margin: 0 0 15px 127px;
	}
img.btn-read {
	margin: 10px 0 0 388px;
	}
#welcome-content .spacer {
	height: 250px;
	}
	
/* ----- global form elements ----- */ 

form { 
	width:200px; 
	padding: 10px 73px 0 20px; 
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff !important; 
	border:1px solid #252984;
	color:#252984;
	width:190px; /* 5 pixess smaller than form width !important */
	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:5px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}
	
input.submit { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { 
	margin-left: 50px;
	background: url("../images/btn-submit.gif"); 
	width:79px; 
	height:15px; 
	border:none; 
	cursor:pointer; 
	 }

input.submit-image { 
	background: url("../images/btn-submit.gif"); 
	width:79px; 
	height:15px; 
	border:none; 
	cursor:pointer; 
	}


/* ----- main contact form ----- */ 

#form
{
	margin-left: 90px;
}
 
#contact-main { 
	padding:20px 0 10px 60px; 
	}
	
#contact-main label { 
	width:175px; 
	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:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:205px;
	}
	
#contact-main label textarea { height:100px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url("../images/bg-wrap.jpg") repeat-y; 
	width:797px; 
	margin:0 auto; 
	text-align:left; 
	}
#sub-wrap {
	background:url("../images/bg-sub-wrap.jpg") 0 381px no-repeat;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:94px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px;
		}
	#masthead a span {
		display:none;
		}
		
#header-flash {
	height:226px;
	}
	
#header-graphic2 { background:url("../images/header2.jpg"); height:226px; }
#header-graphic3 { background:url("../images/header3.jpg"); height:226px; }
#header-graphic4 { background:url("../images/header4.jpg"); height:226px; }
#header-graphic5 { background:url("../images/header5.jpg"); height:226px; }
#header-graphic6 { background:url("../images/header6.jpg"); height:226px; } 
#header-graphic7 { background:url("../images/header7.jpg"); height:226px; }   


#column-left { 
	width:503px; 
	float:left; 
	}
	#welcome-content {
		background: url("../images/welcome-bg.gif") repeat-y;
		}
		#welcome-content p, h1 {
			margin: 20px 35px 0 65px;
			line-height: 16px;
			}
		.welcome-footer {
			background: url("../images/welcome-footer.gif") no-repeat;
			height: 24px;
			}
		#welcome-content h2, #welcome-content h3 {
			margin: 20px 35px 0 65px;
			font-weight: bold;
			color: #FFFFCC;
			line-height: 16px;
			}
		#welcome-content h2 a, #welcome-content h3 a {
			color: #FFFFCC;
			}
		
		.title-welcome {
			background: url("../images/title-welcome.jpg");
			height: 73px;
			}
		.title-main-contact {
			background: url("../images/title-main-contact.jpg");
			height: 73px;
			}
		.title-cosmetic  {
			background: url("../images/title-cosmetic.jpg");
			height: 73px;
			}
		.title-main-dr-kohler {
			background: url("../images/title-dr-kohler.jpg");
			height: 73px;
			}
		.title-technology {
			background: url("../images/title-technology.jpg");
			height: 73px;
			}
		.title-bite {
			background: url("../images/title-bite.jpg");
			height: 73px;
			}
		.title-sitemap {
			background: url("../images/title-sitemap.jpg");
			height: 73px;
			}
			
			.title-welcome span, .title-main-contact span, .title-cosmetic span, .title-main-dr-kohler span, .title-technology span, .title-bite span, .title-sitemap span { 
				display: none;
				}
				
		.bna-tn {
			margin: 0 0 0 65px;
			}
			.bna-tn img {
				margin-right: 20px;
				margin-top: 15px;
				}
			
	#featured-dental {
		background: url("../images/featured-bg.gif") repeat-y;
		}
		.title-featured {
			background: url("../images/title-procedures.jpg");
			height: 64px;
			width: 233px;
			margin-left: 46px;
			}
			
		.title-implants {
			background: url("../images/title-implants.jpg");
			height: 64px;
			width: 203px;
			top: -64px;
			position: relative;
			}
			
			.title-featured span, .title-implants span { 
				display: none;
				}
			#featured-content {
				width: 287px;
				float: left;
				}
			#featured-content p {
				margin: 20px 27px 0 65px;
				line-height: 16px;
				}
			#featured-content ul {
				margin: 20px 27px 0 65px;
				}
			#featured-content li {
				line-height: 20px;
				}
			#dental-content {
				width: 216px;
				float: left;
				}
			#dental-content p {
				margin: -42px 31px 0 22px;
				line-height: 16px;
				}
		.featured-footer {
			background: url("../images/featured-footer.gif") no-repeat;
			height: 23px;
			}

#column-right { 
	width:294px; 
	float:left; 
	}
	#dr-kohler-wrap {
		background: url("../images/dr-kohler-bg.gif") repeat-y;
		}
	#dr-kohler-content {
		background: url("../images/dr-kohler-bg-bottom.gif") bottom left no-repeat;
		}
		.title-dr-kohler {
			background:  url("../images/title-media.jpg");
			height: 73px;
			}
			.title-dr-kohler span { 
				display: none;
				}
		#dr-kohler-content p {
			margin: 20px 73px 0 20px;
			line-height: 16px;
			}
/*		.dr-kohler-footer {
			background: url("../images/dr-kohler-footer.gif") no-repeat;
			height: 24px;
			}
			*/
	#contact-content {
		background: url("../images/contact-bg.gif") repeat-y;
		font-size: 11px;
		}
		.title-contact {
			background: url("../images/title-contact-us.gif");
			height: 60px;
			}
			.title-contact span { 
				display: none;
				}
		#contact-content p {
			font-size: 12px;
			margin: 10px 73px 0 20px;
			}
		#contact-content p.office {
			font-size: 11px;
			margin: 10px 73px 0 20px;
			}
		.contact-footer {
			background: url("../images/contact-footer.gif") no-repeat;
			height: 23px;
			}

		.title-contact-us {
			background: url("../images/title-contact.jpg");
			height: 72px;
			}
			.title-contact-us span { 
				display: none;
				}
		.title-locate-us {
			background: url("../images/title-locate.jpg");
			height: 72px;
			}
			.title-locate-us span { 
				display: none;
				}
		.spacer {
			height: 16px;
			}




#connected-content {					
	background: url("../images/connected-bg.gif") repeat-y;
	width: 702px;
	margin: 0 49px 0 46px;
	}
	.title-connected {
		background: url("../images/title-connected.jpg");
		height: 65px;
		}
		.title-connected span { 
			display: none;
			}
#connected-content-tech {					
	background: url("../images/connected-bg.gif") repeat-y;
	width: 702px;
	margin: 0 49px 0 46px;
	}
	.title-connected-tech {
		background: url("../images/title-connected-tech.jpg");
		height: 65px;
		}	
		.title-connected-tech span { 
			display: none;
			}	
#connected-content-featured {					
	background: url("../images/connected-bg.gif") repeat-y;
	width: 702px;
	margin: 0 49px 0 46px;
	}
	.title-connected-featured {
		background: url("../images/title-connected-featured.jpg");
		height: 65px;
		}	
		.title-connected-featured span { 
			display: none;
			}	
			
	#connected-content p {
		margin: 20px 20px 0 20px;
		line-height: 16px;
		}
					
	#connected-content-tech p {
		margin: 20px 20px 0 20px;
		line-height: 16px;
		}
		#connected-content-featured p {
		margin: 20px 20px 0 20px;
		line-height: 16px;
		}
	.connected-footer {
		background: url("../images/connected-footer.jpg") no-repeat;
		height: 24px;
		}
		
	.connected-footer-tech {
		background: url("../images/connected-footer.jpg") no-repeat;
		height: 24px;
		}
	.connected-footer-featured {
		background: url("../images/connected-footer.jpg") no-repeat;
		height: 24px;
		}
#connected-content a:link, #connected-content a:visited	{ color:#fff; text-decoration:underline; }
#connected-content a:hover, #connected-content a:active	{ color:#fff; text-decoration:none; }

#banner {
	background: url("../images/banner.jpg") no-repeat;
	position:relative;
	width: 702px;
	height: 154px;
	margin: 0 49px 0 46px;
	/*cursor: pointer;*/
	}
 #banner a span {
 	display: none;
	}
 #banner a {
	position:absolute;
	left:495px;
	width:195px;
	top:120px;
	height:29px; 
	}

#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg"); 
	width: 702px;
	height:29px; 
	margin: 0 49px 0 46px;
	clear:both; 
	overflow:hidden; 
	}


/* inside framework
 * ------------------------------------------------------------------------- */


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	background:url("../images/footer-bg.jpg"); 
	width: 702px;
	margin: 0 49px 0 46px;
	padding: 25px 0 10px 0;
	text-align:center; 
	}

#footer p {
	color:#fff;
	margin: 0 35px;
	line-height: 16px;
	margin-bottom: 10px;
	}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration: underline;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	text-decoration: none;
	}

#footer ul {
	margin: 15px 0;
	}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 10px 0 10px;
	display: inline;
	}

	#footer li.first { border: none; }
	

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/nav.jpg") no-repeat; 
	width:797px; 
	height:41px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 41px; display: block; }

#nav li { float: left; list-style: none; _display: inline; position:relative;}

#nav-01 { width: 72px; margin-left: 53px;}
#nav-02 { width: 87px; margin-left: 3px;}
#nav-03 { width: 210px; margin-left:3px;}
#nav-04 { width: 103px; margin-left:3px;}
#nav-05 { width: 99px; margin-left:3px;}
#nav-06 { width: 103px; margin-left:2px;}

#nav-01 a:hover {background: transparent url("../images/nav.jpg")  -53px -41px no-repeat;}
#nav-02 a:hover {background: transparent url("../images/nav.jpg") -128px -41px no-repeat;}
#nav-03 a:hover {background: transparent url("../images/nav.jpg") -218px -41px no-repeat;}
#nav-04 a:hover {background: transparent url("../images/nav.jpg") -431px -41px no-repeat;}
#nav-05 a:hover {background: transparent url("../images/nav.jpg") -537px -41px no-repeat;}
#nav-06 a:hover {background: transparent url("../images/nav.jpg") -638px -41px no-repeat;}

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #696CA9;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-top: -8px;
	}

#nav li ul li { 
	height: 20px; 				/* Height of each drop down nav item */
	border:1px solid #fff;
	border-top:none;
	}	

#nav li ul li a {
	width: 100%;
	height: 20px;				/* Height of each drop down nav item, should match above */
	line-height: 20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display: block;
	padding-left: 15px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 11px;
	color: #FFFFFF;
	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 { 
	background-image: none;
	background-color: #FDF6D4;
	color: #292D86; 
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width: 112px; }		
#nav-03 ul, #nav-03 li { width: 210px; }		
#nav-04 ul, #nav-04 li { width: 160px; }
#nav-05 ul, #nav-05 li { width: 180px; }


/* pop-connected */
body#pop-connected {
	background: none;
	background-color: #D9DFEB;
	text-align: left;
	color:#292D86;
	margin: 10px;
	}
body#pop-connected .div-float {
		float: left;
		width: 227px;
		}
		
#ptt {
	padding-left:3px;
	}
	
#zoom-logo {
	float:right;
	padding:10px 30px 10px 0px;
	}
#invis-logo {
	float:right;
	padding:10px 30px 10px 0px;
	}

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav-forms { 
	background:url("../images/patient-forms-button.jpg") no-repeat;
	width:140px; 
	height:79px; 
	margin: 10px 25px 5px 5px;
	float:right;
	 
	}

#nav-forms span { display: none; }

#nav-forms li, #nav-forms a { height:15px; display:block; position:relative; } /* change height here also */

#nav-forms li { float:left; list-style:none; }

#nav-forms-01 { width: 140px;}
#nav-forms-02 { width: 140px;}
#nav-forms-03 { width: 140px;}
#nav-forms-04 { width: 140px;}
#nav-forms-05 { width: 140px;}


#nav-forms-01 a:hover {background: transparent url("../images/patient-forms-button.jpg") -140px    0px;}
#nav-forms-02 a:hover {background: transparent url("../images/patient-forms-button.jpg") -140px  -15px;}
#nav-forms-03 a:hover {background: transparent url("../images/patient-forms-button.jpg") -140px  -30px;}
#nav-forms-04 a:hover {background: transparent url("../images/patient-forms-button.jpg") -140px  -45px;}
#nav-forms-05 a:hover {background: transparent url("../images/patient-forms-button.jpg") -140px  -60px;}

/*-----forms for index page -----*/
#nav-forms-index { 
	background:url("../images/patient-forms-button.jpg") no-repeat;
	width:140px; 
	height:79px; 
	
	float:right;
	 
	}

#nav-forms-index span { display: none; }

#nav-forms-index li, #nav-forms-index a { height:15px; display:block; position:relative; } /* change height here also */

#nav-forms-index li { float:left; list-style:none; }

#nav-forms-index-01 { width: 140px;}
#nav-forms-index-02 { width: 140px;}
#nav-forms-index-03 { width: 140px;}
#nav-forms-index-04 { width: 140px;}
#nav-forms-index-05 { width: 140px;}


#nav-forms-index-01 a:hover {background: transparent url("../images/patient-forms-button.jpg") -140px    0px;}
#nav-forms-index-02 a:hover {background: transparent url("../images/patient-forms-button.jpg") -140px  -15px;}
#nav-forms-index-03 a:hover {background: transparent url("../images/patient-forms-button.jpg") -140px  -30px;}
#nav-forms-index-04 a:hover {background: transparent url("../images/patient-forms-button.jpg") -140px  -45px;}
#nav-forms-index-05 a:hover {background: transparent url("../images/patient-forms-button.jpg") -140px  -60px;}

#forms-index {
	margin-right:100px;
	margin-bottom:100px;
	}
	
#featured {
	width:600px;
	margin: 30px 0px 10px 0px;
	}
	.featured {
		padding:0px 30px 0px 20px
		}
	

