/*--------------------------- Last Modified --> 2009.02.12 ----------------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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:#01235f;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#fff;
	line-height:1.4em;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1, h2, h3 {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; 
	color:#eed643;
	padding: 1em 0 .5em;
	font-weight:normal;
	}
h1	{ font-size:1.7em; font-style:italic; line-height:1.3em; }
h2	{ font-size:1.4em; line-height:1.2em;  }
h3	{ font-size:1.2em; line-height:1.1em; }
p 	{ padding:0 0 .5em; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#fff; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#eed643; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
p.back-to-top {
	display:block;
	text-align:right;
}
div.hr {
	width:98%;
	margin-left:5px;
	float:left;
	display:block;
	border-top:1px solid #eed643;
	padding-bottom:3px;
	height:5px;
}
/* ------------------------ 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:#30b0de !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #1d78ac;
	color:#fff;
	width:225px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:230px; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

.checkbox {
	width:12px;
	background:none;
	padding-bottom:15px;
}

#contact_business { display:none;}

/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ submit button form elements ------------------------ */

input.submit-image,
input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11219/btn-submit.gif");
	width:68px;
	height:16px;
	border:none;
	cursor:pointer;
	}


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:#43bde6 url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/13808/masthead.jpg") top center;
	height:356px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:175px;
		width:300px;
		top:60px;
		height:50px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ horizontal sprite nav ------------------------ */

#nav-wrap { 
	background: url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11201/nav-repeat.jpg") repeat-x;
	height: 49px;
	}
	
#navigation-wrap {
	width:966px;
	margin:0 auto;
	}
	
/*#nav {
	width:966px;
	margin:0 auto;
	}

#nav ul { 
	background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11315/nav.jpg") no-repeat top; 
	width:966px; 
	height:49px; 
	margin:0;
	padding:0; 
	}*/
	
#nav { 
	background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11315/nav.jpg") no-repeat; 
	width:966px; 
	height:49px; 
	margin:0;
	padding:0; 
	position:relative;
	z-index:99;
	text-align:left;
	}
	

#nav span { display: none; }

#nav li, #nav a { height:49px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav li.home { width: 59px; margin-left:19px; }
#nav li.practice { width: 73px;}
#nav li.cosmetic-dentistry { width: 141px;}
#nav li.general-and-restorative-dentistry { width: 216px;}
#nav li.technology { width: 97px;}
#nav li.success-stories { width: 116px;}
#nav li.gallery { width: 66px;}
#nav li.faqs { width: 49px;}
#nav li.blog { width: 50px;}
#nav li.contact { width: 68px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav li.home a:hover { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11315/nav.jpg") -19px -49px no-repeat; }
#nav li.practice a:hover { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11315/nav.jpg") -78px -49px no-repeat; }
#nav li.cosmetic-dentistry a:hover { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11315/nav.jpg") -151px -49px no-repeat; }
#nav li.general-and-restorative-dentistry a:hover { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11315/nav.jpg") -292px -49px no-repeat; }
#nav li.technology a:hover { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11315/nav.jpg") -508px -49px no-repeat; }
#nav li.success-stories a:hover { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11315/nav.jpg") -605px -49px no-repeat; }
#nav li.gallery a:hover { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11315/nav.jpg") -721px -49px no-repeat; }
#nav li.faqs a:hover { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11315/nav.jpg") -787px -49px no-repeat; }
#nav li.blog a:hover { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11315/nav.jpg") -836px -49px no-repeat; }
#nav li.contact a:hover { background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11315/nav.jpg") -886px -49px 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:#012360;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index:99;
	}

#nav li ul li { 
	height:32px; 				/* Height of each drop down nav item */
	border:1px solid #ffffff;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:32px;				/* Height of each drop down nav item, should match above */
	line-height:12px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:10px;
	padding-top: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 li.home ul a:hover, #nav li.practice ul a:hover, #nav li.cosmetic-dentistry ul a:hover, #nav li.general-and-restorative-dentistry ul a:hover, #nav li.technology ul a:hover, #nav li.success-stories ul a:hover, #nav li.gallery ul a:hover, #nav li.faqs ul a:hover, #nav li.blog ul a:hover, #nav li.contact ul a:hover { 
	background-image:none;
	background-color:#53abc3;
	color:#FFFFFF;
	text-decoration:none;
	}
	
	
/* width of drop down nav - choose width that allows items to display on one line */
#nav li.home ul, #nav li.home li { width:200px;}
#nav li.practice ul, #nav li.practice li,
#nav li.cosmetic-dentistry ul, #nav li.cosmetic-dentistry li,
#nav li.general-and-restorative-dentistry ul, #nav li.general-and-restorative-dentistry li,
#nav li.technology ul, #nav li.technology li,
#nav li.success-stories ul, #nav li.success-stories li,
#nav li.gallery ul, #nav li.gallery li,
#nav li.faqs ul, #nav li.faqs li,
#nav li.blog ul, #nav li.blog li,
#nav li.contact-us ul, #nav li.contact-us li { width:200px;}	
	

/*#nav li.procedures-amp-photo-gallery ul {margin-top:0px; margin-left:10px;}*/

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */



#nav li ul ul {

	margin:-32px 0 0 200px;

	background:#2f7491;

	}

#nav, #nav ul {

	padding: 0;

	margin: 0;

	list-style: none; 

	line-height: 1;
	}

	

#nav li:hover ul ul, #nav li.sfHover ul ul {

	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul {

	left: auto;
	}

#nav li ul li ul, #nav li li ul li{ width:100%; }	
/*#nav li ul li.sedation-dentistry ul, #nav li li.sedation-dentistry ul li {width:350px;}	*/




/* ------------------------ main framework ------------------------ */

#wrap {
	text-align:left;
	background: #012360 url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11174/bg-wrap-repeat.jpg") repeat-x top;
	}
#home #wrap {
	background: #012360 url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/12977/bg-wrap.jpg") no-repeat top;
	}

#content {
	width:966px;
	margin:0 auto;
	background: url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11177/content-bottom.jpg") no-repeat bottom left;
	}

#promotions {
/*	background: url("../images/promotions.jpg") no-repeat;  */
	height:170px;
	position:relative;
	}
#promotions span {
	display:none;
}
#promotions a#specials {
	left:75px;
	width:72px;
	top:105px;
	height:21px;
	position:absolute;
}
#promotions a#financing {
	left:390px;
	width:72px;
	top:105px;
	height:21px;
	position:absolute;
}
#promotions a#savings {
	left:693px;
	width:72px;
	top:105px;
	height:21px;
	position:absolute;
}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:552px;
	padding: 27px 10px 271px 40px;
	margin:0;
	float:left;
	}
#home #column-left {
	padding-top:0;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11702/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("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11702/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("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11702/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 #dr-locale {
		font-size:.8em;
		
		}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:363px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 20px 0px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11702/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 { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11702/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("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11702/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 #video {
	background: url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11207/video-testimonials-sub.jpg");
	width:363px;
	height:281px;
	margin-top:38px;
	position:relative;
	}
#column-right #video a {
	width:224px;
	height:170px;
	top:52px;
	left:77px;
	position:absolute;
}
#column-right #video span {
	display:none;
}
#home #column-right #video {
	background: url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11204/video-testimonials.jpg");
	width:363px;
	height:281px;
	margin-top:0;
	position:relative;
	}
#home #column-right #video a {
	width:224px;
	height:170px;
	top:52px;
	left:77px;
	position:absolute;
}
#home #column-right #video span {
	display:none;
}
#column-right #featured-case {
	background: url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/14885/featured-case-sub1.jpg");
	width:363px;
	height:290px;
	position:relative;
	}
#column-right #featured-case a {
	width:246px;
	height:115px;
	top:91px;
	left:56px;
	position:absolute;
}
#column-right #featured-case span {
	display:none;
}

#column-right #dental-library {
	background: url("../images/dental-library.jpg");
	width:363px;
	height:300px;
	position:relative;
	}
#column-right #dental-library a {
	top:40px;
	left:50px;
	width:280px;
	height:200px;
	position:absolute;
	}	
#column-right #dental-library span {
	display:none;
	}
#home #column-right #featured-case {
	background: url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/14882/featured-case1.jpg");
	width:363px;
	height:290px;
	position:relative;
	}
#home #column-right #featured-case a {
	width:246px;
	height:115px;
	top:91px;
	left:56px;
	position:absolute;
}
#home #column-right #featured-case span {
	display:none;
}
#quick-contact {
	margin: -23px 25px 0 78px;
	}
#quick-contact h3 {
	margin-bottom:0;
	font-size:1.7em;
	}
#quick-contact p {
	margin-bottom:0;
	}

#quick-contact a:link, #quick-contact a:visited {
	color:#30b0de;
	text-decoration: underline;
	}
#quick-contact a:hover, #quick-contact a:hover {
	color:#eed643;
	text-decoration: none;
	}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	width:100%; /* fix for Safar */
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer-wrap {
	background: url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11192/footer-repeat.jpg") repeat-x ;
	height:400px;
	margin:0;
	}
	
#footer {
	width:966px;
	margin:0 auto;
	background: url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/11168/bg-footer.jpg") no-repeat top left;
	padding: 200px 0 15px;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#fff; }

#footer ul {margin: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 #fff;
		}
	#footer li.first { border: none; }
	
#footer li ul { display:inline;}

#footer ul li ul { margin:0px;}

#footer ul li { padding-right:0;}

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

#vms-lightwindow-link{ display:none; }

#wrap #content #column-left #wContainer_H {
	width:540px;
	}
#wrap #content #column-left #wSearch_H {
	width:510px;
	}
#wrap #content #column-left #wSearchBox {
	color:#fff; 
	}
#wrap #content #column-left #wSearchBtn {
	width:65px;
	height:auto;
	}
#wrap #content #column-left #wSearch_Title {
	line-height:40px;
	}
	