/***********************************************/
/* raytek_ls.css                               */
/* Use with raytek life science website        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* This part is for the top menu */
/*Anyone can build a usable web site.  It takes a graphics designer to
make it slow, confusing, and painful to use. */

/* using a list for menu */


<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


#nav li{
	list-style: none;
	float:left;
}

#nav li a{
	display: block;
	text-indent: -5000px; 
	height: 30px;
	width: 70px;
}

#nav li a#lnk_home{
     background: url("Menu_top.gif") no-repeat 0px 0px;
}
#nav li a#lnk_home:hover{
     background: url("Menu_top.gif") no-repeat  50px 0px;
}
#nav li a#lnk_archive{
     background: url("Menu_top.gif") no-repeat 0px 51px;
}
#nav li a#lnk_archive:hover{
     background: url("Menu_top.gif") no-repeat  50px 51px;
}
#nav li a#lnk_link{
      background: url("Menu_top.gif") no-repeat 0px 121px;
}
#nav li a#lnk_link:hover{
      background: url("Menu_top.gif") no-repeat 50px 121px;
}





/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	display: block;
	margin: 55px 0px 0px 0px;
	padding: 0px;
	border-bottom: 5px solid #DEDEDE;
	width: 800px;
	background-color: #000000;
	height: 20px;
	position: absolute;
	top: 29px;
}

#topborder{
	vertical-align: bottom;
	display: block;
	margin: 0px 0px 0px 0px;
	width: 800px;
	background-color: #27806C;
	height: 0px;
	background: nowrap;
	border-top-width: 4px;
	border-top-color: #000000;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
}

#topleftlogo{
	margin: 30px 0px 0px 8px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	height: 30px;
	position: absolute;
}

#topmiddlelogo{
	margin: 8px 0px 0px 275px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	height: 30px;
	position: absolute;
}

#toprightlogo{
	margin: 8px 0px 0px 661px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	height: 30px;
	position: absolute;
}

#pagebody{
	vertical-align: bottom;
	display: block;
	margin: 200px 0px 0px 200px;
	width: 800px;
	background-color: #27806C;
	height: 0px;
	background: nowrap;
	border-top-width: 0px;
	border-top-color: #000000;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
}


#fla7000ir{
    display: block;
    margin: 0px 0px 0px 0px;
	width: 358;
	background-repeat: no-repeat;
	background-image: url(fla7000_ir_new3.jpg);
	height: 252px;
	position: relative;
}

#fla7000ir_wavelengths_text{
	display: block;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:20px;
	left: 35px;
	top: 220px;
	color: #FFFFFF;
	height: 20;
	width: 275;
	text-align: left;
	line-height: 20px;
}

#fla7000ir_title_text{
	display: block;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:20px;
	left: 35px;
	top: 0px;
	color: #FFFFFF;
	height: 20;
	width: 175;
	text-align: left;
	line-height: 20px;
}

#fla7000ir_toptitle_text{
	margin: 50px 0px 0px 50px;
	display: block;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:25px;
	color: #FFFFFF;
	height: 0;
	width: 175;
	text-align: left;
	line-height: 25px;
}

#temptext{
	margin: 300px 0px 0px 50px;
	padding: 0px;
	width: auto;
	background-color: #FFFFFF;
	height: 30px;
	position: absolute;
	font-size:50px;
	font-style: bold;	
	}
	
</style>
