/*-------------------------------------------------------------------------------------*/
/*   ------------------- Last Modified  2008.04.12 ------------------------------   */
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
  Copyright Einstein Industries 2008. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE6/IE7/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/*   ---------------------------------- header flash -------------------------------   */
/*-------------------------------------------------------------------------------------*/

#headerflash-container {
	height: 504px;
	width:582px;
	padding: 0px 0px 0px 166px;
	background: url("../images/bg-header-flash.png") no-repeat;
}

#headerflash {
	height: 504px;
	width:574px;
	display:block;
}
/* sets height for the flash header - REMOVE IF NOT USED */


#headerflash p {
	color:#763d3b;	
}
#headerflash a, a:link, 
#headerflash a:visited {
	color:#763d3b;
}
#headerflash a:hover, 
#headerflash a:active {
	color:#c64b4f;
}
#headerflash ins {
	color:#763d3b;
}
/*-------------------------------------------------------------------------------------*/
/*   --------------------------------- content left --------------------------------   */
/*-------------------------------------------------------------------------------------*/
#webinar {
	height:304px;
	background:url("../images/bg-webinar.png") no-repeat;
}
#webinar p,
#webinar img {
	margin-left:331px;
}
#webinar p {
	width:357px;
}
#procedures {
	background:url("../images/bg-procedures-index.png") no-repeat;
	margin-top:35px;
	padding-bottom:10px;
}
#procedures img {
	margin-left:354px;
}
/* multi column list */
#procedures ul {
	padding:0px 0px 35px 8px;
	margin-left:354px;
}
#procedures ul li {
	background:transparent url("../images/bullet-procedures.png") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:15px;  /* pushes text to the right to display bg img */
	float:left;
	width:168px; /* sets the width of each column */
	line-height:1.7em;
}

/*-------------------------------------------------------------------------------------*/
/*   ------------------- subheads with the same height -----------------------------   */
/*-------------------------------------------------------------------------------------*/
#subhead {
	height:92px;
} /* sets height for all subheads */
body#index #subhead {
	background:url("../images/subhead-index.png");
}
/*-------------------------------------------------------------------------------------*/
/*   ------------------- subheads with the different heights -----------------------   */
/*-------------------------------------------------------------------------------------*/
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.png");
}
/*-------------------------------------------------------------------------------------*/
/*   --------------------------------- buttons -------------------------------------   */
/*-------------------------------------------------------------------------------------*/
#btn-special-offer {
	height:186px;
	display:block;
	background:url("../images/dental-btn-special-offer.png") no-repeat;
}
#btn-special-offer:hover {
	background:url("../images/dental-btn-special-offer.png") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
}
#btn-special-offer span {
	display:none;
}

#related-pages {
	background:url("../images/bg-vw.png") repeat-y;
	padding-bottom:1px;
}
#title-related-pages{
	height:38px;
	background:url("../images/repeated-pages.png") no-repeat;
}
/*-------------------------------------------------------------------------------------*/
/*   --------------------------------- buttons -------------------------------------   */
/*-------------------------------------------------------------------------------------*/
#vw-top{
	height:32px;
	background:url("../images/top-vw.png") no-repeat;
}

#vw-links {
	background:url("../images/bg-vw.png") repeat-y;
	padding-bottom:1px;
}
#btnlauncher {
	background:url("../images/btn-vw.png") no-repeat;
	height:178px;
}
