/* CSS Document */

/* General */
head, body, title
  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	line-height:18px;
	background-color:#FFFFFF;
	}
a:link
  {
	text-decoration:none;
	color:#0000FF;
  }
a:visited
  {
	text-decoration:none;
	color:#0000FF;
  }
/* General END */

/* Home */
/*.christmas
  {

  }*/
.introduction
  {
  	font-size:20px;
	line-height:28px;
	margin-left:0px;
	top:15px;
	color:#000000;
	position:absolute;
	width:540px;
	height:53px;
	z-index:1;
  }
/* Home END */

/* Products */
a#life_sciences
  {
	display:block;
    background:#eee url(newpage/Products/life_sciences2.gif) no-repeat;
    width:180px;
  }
a#life_sciences img
  {
    border:0; width:180px; height:172px;
  }
a#life_sciences:hover img 
  {
    visibility:hidden;
  }
a#life_sciences:hover 
  {
    background-color:transparent;
  }
html>body a#life_sciences img
  {
    display:block;
  }
a#medical
  {
	display:block;
    background:#eee url(newpage/Products/medical2.gif) no-repeat;
    width:180px;
  }
a#medical img
  {
    border:0; width:180px; height:172px;
  }
a#medical:hover img 
  {
    visibility:hidden;
  }
a#medical:hover 
  {
    background-color:transparent;
  }
html>body a#medical img
  {
    display:block;
  }
a#nuclear
  {
	display:block;
    background:#eee url(newpage/Products/nuclear2.gif) no-repeat;
    width:180px;
  }
a#nuclear img
  {
    border:0; width:180px; height:172px;
  }
a#nuclear:hover img 
  {
    visibility:hidden;
  }
a#nuclear:hover 
  {
    background-color:transparent;
  }
html>body a#nuclear img
  {
    display:block;
  }
.td
  {
	height:80px;
	padding:20px;
	text-align:justify;
	font-weight:bold;
  }
.h2
  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	text-align:center;
  }
.h3
  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
  }
div#heading3
  {
  position:absolute;
  width:540px;
  height:30px;
  left:30px;
  top:20px;
  z-index:1;
  }

  /* Life Sciences */
	.tr
	  {
	  marginheight:50%;
	  }
  
  
  
/* Products END */

/* Downloads */
/* Downloads END */

/* About Us */
/* About Us END */

/* Contact */
/* Contact END */

/* Navigation */
.div
  {
	text-align:center;
	margin-top:20px;
  }
p#navigation
  {
	text-align:center;
  }
/* Navigation END */
