/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
/*------------------------------------------------------------------------------------*/

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:'';}

/* ------------------------ type selectors ------------------------ */
body { 
	background:#31536C url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/15px Arial, Helvetica, sans-serif; 
	color:#000;
	}

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:#C72801; outline:none; font-weight: bold; text-decoration: none;}
a:hover,a:active	{ color:#C72801; outline:none; font-weight: bold; text-decoration: none;}

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

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

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:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 40px 10px 10px;
	padding:2px;
	border:1px solid black;
	}
	
img.img-left-nopadding {
	float: left;
	}

/* ------------------------ form elements ------------------------ */

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

form br { line-height:0; height:0; }

input, textarea, select { 
	background-color:#FFF !important;
	border:1px solid #31536C;
	color:#000;
	width:190px;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px;
	padding:1px 0 0 4px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:190px; padding:0; }

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

#contact_business { display: none; }

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

#contact-main label { 
	width:150px; 
	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:190px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:195px; }

#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 {
			border:1px solid #31536C;}

input.submit-contact-main { margin:82px 0 0 168px; } /* 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;
	}

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

#wrap {
	background-color: #FFF;
	width:766px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:62px;
	width: 285px;
	float: left;
	}
	#masthead a {	
		display:block;
		height:62px;
		}
	#masthead a span {
		display:none;
		}
		
#home-link {
	height: 31px;
	background:url("../images/home-link.jpg");
	position: relative;
	}
	#home-link a {
		width: 50px;
		height: 25px;
		position: absolute;
		right: 0;
		top: 0;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	position: relative;
	width:270px;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 20px 10px 40px;
		}

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;
			}

	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-left dl {}
		#column-left dl dt {
			font-weight:normal;
			color:#31536C;
			}
			
		

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

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 40px 10px 0px;
		}
	
	#column-right a {
		font-weight: normal;
		}
		#column-right a:hover, #column-right a:active	{text-decoration: underline;}
	
	#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;
			padding-left:10px;
			}


	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:normal;
			color:#31536C;
			margin-left: 180px;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;
			margin-left:5px;
			}
/* ------------------------------Home Page Specific Styles----------------------------- */
#dental-implants {
	width: 227px;
	background: url("../images/title-dental-implants.jpg") center top no-repeat;
	padding-top: 55px;
	float: left;
	}
	#dental-implants p {
		width: 180px;
		margin-left: 30px;
		}
#technology {
	width: 237px;
	background: url("../images/title-technology.jpg") center top no-repeat;
	padding-top: 55px;
	float: left;
	}
	#technology ul li {
		background:transparent url("../images/bullet-technology.jpg") 0px 2px no-repeat;
		padding-left:14px;
		margin-left: 15px;
		height: 20px;
		margin-bottom: 4px;
		}
		#technology ul li a {
			border-bottom: 1px solid #C8C8C8;
			display: block;
			height: 20px;
			width: 185px;
			}
			#technology ul li a:hover {
				border-bottom: 1px solid #000;
				}
#index-flash {
	width: 302px;
	height: 216px;
	float: left;
	background: url("../images/bg-flash.jpg") center top no-repeat;
	}
	#gallery {
		margin-left: -3px;
		}
		
#logos {
	margin-left: 60px;
	}

#doc, #handshake {margin-left: 40px;}
.doc {margin-left: 40px;}

#handshake {
	bottom: 0;
	position: absolute;
}

img.diplomas {
	float: left;
	margin: 5px;
	border: 1px solid #C8C8C8;
	padding: 4px;
	}
	
/* ------------------------ gallery specific ------------------------ */

#gallery #column-left img {
margin:0 0 10px 40px;
}

#case-1, #case-2, #case-3, #case-4, #case-5 {
width:360px;
clear:both;
padding-top:50px;
}

#gallery #column-right img {
padding:2px;
border:1px solid black;
}

#case-1 { background:url("../images/case1.gif") 0 0 no-repeat; }
#case-2 { background:url("../images/case2.gif") 0 0 no-repeat; }
#case-3 { background:url("../images/case3.gif") 0 0 no-repeat; }
#case-4 { background:url("../images/case4.gif") 0 0 no-repeat; }
#case-5 { background:url("../images/case5.gif") 0 0 no-repeat; }

/* ------------------------ header framework ------------------------ */

#header-graphic { height:182px; clear: both; background:url("../images/header.jpg"); } /* sets height for all non-flash headers */

	#header-graphic p {
		padding: 155px 0 0 663px;
		}


/* ------------------------ subhead framework ------------------------ */
#subhead { height:41px; } /* sets height for all subheads */
	body#about #subhead { background:url("../images/subhead-about.gif") center top no-repeat;}
	body#doctor #subhead { background:url("../images/subhead-doctor.gif") center top no-repeat;}
	body#implants #subhead { background:url("../images/subhead-implants.gif") center top no-repeat;}
	body#implant-surgery #subhead { background:url("../images/subhead-implant-surgery.gif") center top no-repeat;}
	body#implant-faqs #subhead { background:url("../images/subhead-implant-faqs.gif") center top no-repeat;}
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.gif") center top no-repeat;}
	body#technology-page #subhead { background:url("../images/subhead-technology.gif") center top no-repeat;}
	body#gallery #subhead { background:url("../images/subhead-gallery.gif") center top no-repeat; }
	
	
	body#contact #subhead { background:url("../images/subhead-contact.gif") center top no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.gif") center top no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.gif") center top no-repeat; }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}

/* ------------------------ bottom-wrap framework ------------------------ */

#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%;
	height:20px;
	clear:both; /* important */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:600px;
	margin:0 auto;
	text-align:center;
	padding: 20px 0 10px;
	clear: both;
	}

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

#footer a:link, #footer a:visited { color:#31536C; font-weight: normal;}
#footer a:hover, #footer a:active { color:#31536C; text-decoration: underline; }

#footer ul {margin:10px;}
	#footer li {
		padding:0 5px 0 7px;
		display: inline;
		border-left: 1px solid #31536C;
		}
	#footer li.first { border: none; }

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:481px; 
	height:62px; 
	margin:0;
	padding:0; 
	float: right;
	}
	
#nav span { display: none; }

#nav li, #nav a { height:62px; display:block; } /* change height here also */

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

#nav-01 { width: 103px;}
#nav-02 { width: 118px;}
#nav-03 { width: 88px;}
#nav-04 { width: 103px;}
#nav-05 { width: 69px;}


/*-------------- (-79px) X position of button / (-62px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  0px -62px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -103px -62px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -221px -62px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -309px -62px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -412px -62px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#0198AB;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-top: -20px;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #02B5BA;
	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:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	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-01 ul a:hover { 
	background-image:none;
	background-color:#01B2B8;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:240px; }	
#nav-01 ul, #nav-01 li { width:103px; }	


#column-left p.blogBtn {
margin:0 0 10px 53px;
}
#gallery #column-left p img {
margin:0;
}