/* Common color definitions, change using find and replace.
  GeoDigm Green: rgb(157,208,69)
  Background: rgb(248,255,248)
*/

#page_body {
  position: relative;
  border: 3px solid rgb(153,153,153);
  background-color: #FFFFFF;
  width: 765px;
  margin: 0 auto;
  padding: 4px;
}

/* Fix for IE box sizing bug. */
* html #page_body {
  width: 775px;
}

#header {
  z-index: 100;

  position: absolute;
  left: 4px;

  height: 182px;
}

#main_container {
  z-index: 1;

  position: absolute;
  top: 112px;
  left: 4px;
  padding: 0px;
  margin: 0px;
}

#header_main {
  height: 74px;
  float: left;
  width: 100%;
  margin: 0px;
 
}

#top_nav_bar {
  height: 37px;
  float: left;
  width: 100%;
  margin: 0;
}
  #top_nav_bar a {
    display: block;
    float: left;
    height: 37px;
  }

  #top_nav_bar a.home {
    width: 100px;
    background: url(../site_graphics/site_navigation/top_nav_home_button.jpg) 0 0 no-repeat;
  }

  #top_nav_bar a.about {
    width: 100px;
    background: url(../site_graphics/site_navigation/top_nav_about_button.jpg) 0 0 no-repeat;
  }

  #top_nav_bar a.products {
    width: 100px;
    background: url(../site_graphics/site_navigation/top_nav_products_button.jpg) 0 0 no-repeat;
  }
  
  #top_nav_bar a.emodel {
    width: 100px;
    height: 32px;
    background: url(../site_graphics/site_navigation/emodel_front_product.jpg) 0 0 no-repeat;
  }

  #top_nav_bar a.icon {
    width: 100px;
    height: 32px;
    background: url(../site_graphics/site_navigation/icon_front_product.jpg) 0 0 no-repeat;
  }

  #top_nav_bar a.careers {
    width: 100px;
    background: url(../site_graphics/site_navigation/top_nav_careers_button.jpg) 0 0 no-repeat;
  }

  #top_nav_bar a.contact {
    width: 100px;
    background: url(../site_graphics/site_navigation/top_nav_contact_button.jpg) 0 0 no-repeat;
  }

  #top_nav_bar a:hover {
    display: block;
    float: left;
    background-position: 100% 100%;
  }
  #filler {
    display: block;
    float: left;
    height: 37px;
    width: 265px;
    background: url(../site_graphics/site_navigation/top_nav_filler.jpg);
    background-repeat: repeat-x;
  }

/*Fix for IE box sizing bug.*/
* html #filler {
 width: 271px;
}

  #products {
    display: block;
    float: left;
    height: 37px;
    width: 100px;
    background: url(../site_graphics/site_navigation/top_nav_products_button.jpg) 0 0 no-repeat;
  }
  /* Elements used in the drop-down. */
  #top_nav_bar dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  #top_nav_bar dl {
    height: 108px;
    width: 100px;
    float: left;
  }

  #top_nav_bar dd {
    width: 100px;
  }

  #top_nav_bar dt {
    height: 37px;
    cursor: pointer;
  }

.info_box {
  float: left;
  background-image: url(../site_graphics/site_navigation/vertical1x250whitetogray.jpg);
  background-repeat: repeat-x;
  width: 246px;
  height: 188px;
  border: 3px solid #999999;
  margin-top: 8px;
  margin-left: 0px;
  margin-right: 4px;
 }


/* Fix for IE box sizing bug. */
* html .info_box {
  width: 247px;
  height: 188px;
}


  .info_box h1 {
    font-family: Arial;
    color: black;
    font-size: 17px;
    margin-top: 8px;
    margin-bottom: 6px;
    text-align: center;
  }

  .info_box h2 {
    font-family: Arial;
    color: black;
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 8px;
    margin-bottom: 2px;
    text-align: center;
  }

 


  .info_box a {
    margin: 0 auto;
    width: 140px;
    height: 32px;
    display: block;
  }


  .info_box a:hover {
    background-position: 100% 100%;  
  }

  .info_box a.icon_dental {
    margin-top: 25px;
   
    background: url(../site_graphics/icon_graphics/icon_dental_front_button.jpg) 0 0 no-repeat;
    }

  .info_box a.icon_dental:hover {
    margin-top: 25px;
   
    background: url(../site_graphics/icon_graphics/icon_dental_front_button.jpg) 100% 100% no-repeat;
    }

  .info_box a.emodel_front_page {
    margin-top: 8px;
    margin-bottom: 4px;
    background: url(../site_graphics/emodel_graphics/emodel_front_button.jpg) 0 0 no-repeat;
    }

  .info_box a.emodel_front_page:hover {
    margin-top: 8px;
    margin-bottom: 4px;
    background: url(../site_graphics/emodel_graphics/emodel_front_button.jpg) 100% 100% no-repeat;
    }


  .info_box a.ibt_front_page {
    margin-top: 23px;
    background: url(../site_graphics/ibt_graphics/eplacement_button.jpg) 0 0 no-repeat;
    
    }

  .info_box a.ibt_front_page:hover {
    margin-top: 23px;
    background: url(../site_graphics/ibt_graphics/eplacement_button.jpg) 100% 100% no-repeat;
    
    }

.info_box a.emodel_front_logo {
    background: url(../site_graphics/emodel_graphics/emodel_front_logo.jpg) 0 0 no-repeat;
    float:right;
    margin-left: 2px;
    margin-top: 4px;
    }


.info_box a.icon_front_logo {
    background: url(../site_graphics/icon_graphics/icon_front_logo.jpg) 0 0 no-repeat;
    float:center;
    margin-left: 2px;
    margin-top: 4px;
    }






#footer {
  clear: both;
  width: 788px;
  text-align: center;
  margin: 0 auto;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: rgb(0,51,153);
}

  #footer a {
    text-decoration: none;
    padding: 12px;
    color: rgb(0,51,153);
  }
  #footer a:active {
    color: rgb(157,208,169);
  }
  #footer a:hover {
    text-decoration: underline;
  }


