/*-------------------------------------
NuGenTech CSS Stylesheet
--------------------------------------*/

/*-------------------------------------
Primary body
--------------------------------------*/

body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#808080;
	margin:0px 0px 0px 0px;
	border-top:4px solid #95BC13;
	border-bottom:4px solid #95BC13;
	background-color:#F1F1F1;
}

p,
td {
	font-size:12px;
}

a:link,
a:visited,
a:active,
a:hover {
	color:#0099CC;
}
a:active,
a:hover {
	color:#0066CC;
}

a.newslink:link,
a.newslink:visited,
a.newslink:active,
a.newslink:hover {
	color:#0099CC;
	font-weight:bold;
	font-size:12px;
}
a.newslink:hover,
a.newslink:active {
	color:#0066CC;
}

table.maintable {
	width:766px; 
	/*height:100%;*/ 
	border-left:solid 1px #000000; 
	border-right:solid 1px #000000;
	background-color:#FFFFFF;
}

.main_title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7a130a;
	font-weight: bold;
}
/*-------------------------------------
header CSS
--------------------------------------*/

.topcontact{
	/*width:100%;*/
	height:40px;
	padding-right:8px;
	text-align:right;
	font:11px Arial;
	color:#404040;
	line-height:40px;
	vertical-align:center;
}

.header_flag{
	height:130px;
	width:100%;
	background-image:;
	background-repeat:repeat-x;
	border-top:3px solid #95BC13;
	border-bottom: 3px solid #95BC13;
	margin-bottom:6px;
	text-align:left;
}

.topmenu_wrap{
	width:100%;
	background-image:url(/images/top_menu_bg.png);
	background-repeat:repeat-x;
}
.topmenu{
	width:100%;
	background-image:url(/images/top_menu_bg.png);
	background-repeat:repeat-x;
	font:bold 11px Arial;
	height:32px;
	padding-top:8px;
	vertical-align:center;
	text-align:center;
	padding-left:0px;
}

.topmenu2 li {
	text-align:left;
}

.topmenu a:link{
	font:bold 11px Arial;
	color:white;
	text-decoration:none;
}

.topmenu a:visited{
	font:bold 11px Arial;
	color:white;
	text-decoration:none;
}
.topmenu a:hover{
	font:bold 11px Arial;
	color:white;
	text-decoration:underline;
}

/*-------------------------------------
Navigation
--------------------------------------*/

a.nugennav:link,
a.nugennav:visited,
a.nugennav:hover,
a.nugennav:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#A4D71C;
	text-decoration:none;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
}

a.nugennav:hover,
a.nugennav:active {
	color:#FFFFFF;
	font-weight:bold;
}

.leftnavigation{
	float:left;
	width:97px;
	padding-left:15px;
	border-right: 1px solid #CCCCCC;
	margin-right:15px;
	height:100%;
	padding-top:15px;
	display:block;
}

.leftnavigation2{
	float:left;
	width:167px;
	padding-left:15px;
	border-right: 1px solid #CCCCCC;
	margin-right:15px;
	height:100%;
	padding-top:15px;
	display:block;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/*-------------------------------------
Content Body
--------------------------------------*/
.biotech_content_area{
	padding:15px;
	float:left;
	display:block;
	width:520px;
	height: auto;
}
ul.nugenlist1{
	list-style-image:url("/images/pimp1.gif");
	padding-left:10px;
	margin-left:0px;
}

ul.nugenlist1 li{
	list-style-image:url("/images/pimp1.gif");
	margin-left:0px;
	padding-left:0px;
	padding-bottom:5px;
}

ul.nugenlist1 a.selected{
	text-decoration:none;
	color:#666666;
}

.bullet_link a:link{
	font:11px Arial;
	font-weight:bold;
	color:#38AFFF;
	text-decoration:none;
	background-image:;
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:8px
}

.bullet_link a:visited{
	font:11px Arial;
	font-weight:bold;
	color:#38AFFF;
	text-decoration:none;
	background-image:;
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:8px
}

.bullet_link a:hover{
	font:11px Arial;
	font-weight:bold;
	color:#125790;
	text-decoration:none;
	background-image:;
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:8px
}

.news_link a:link{
	font:11px Arial;
	font-weight:bold;
	color:#38AFFF;
	text-decoration:none;
}

.news_link a:visited{
	font:11px Arial;
	font-weight:bold;
	color:#38AFFF;
	text-decoration:none;
}

.news_link a:hover{
	font:11px Arial;
	font-weight:bold;
	color:#125790;
	text-decoration:none;
}

.featprod_link a:link{
	font:11px Arial;
	font-weight:bold;
	color:#38AFFF;
	text-decoration:underline;
}

.featprod_link a:visited{
	font:11px Arial;
	font-weight:bold;
	color:#38AFFF;
	text-decoration:underline;
}

.featprod_link a:hover{
	font:11px Arial;
	font-weight:bold;
	color:#125790;
	text-decoration:none;
}


.bodyarea {
	padding:15px;
	float:left;
	display:block;
	width:600px;
}

.pagetitle{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	font-size:14px;
}

.sectiontitle{
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
}

.presstitle{
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

/*-------------------------------------
Footer
--------------------------------------*/

.footertext{
	padding:30px;
	background-color:#908D84;
	font:11px Arial;
	color:#EFEFEF;
	vertical-align:center;
	padding-left:20px;
	padding-bottom:10px;
}

/*-------------------------------------
Footer
--------------------------------------*/
.searchbar {
	background-color:#1F1E1C;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:6px;
	text-align:right;
}

.searchbar input{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	border:	#CCCCCC 1px solid;
}

#searchinput {
	width:300px;
}

#searchsubmit {
	border:	#CCCCCC 1px solid;
	background-color:#CCCCCC;
}

.searchtext{
	color:#CCCCCC;
}

.googlesearchform{
	margin:0px;
	padding:0px;
}


table.gsatable td{
	border-bottom:#999999 1ps solid;
}


/* TABLES */

table.products th {
	background-color:#DCDCBA;
}

tr.odd td{
	background-color:#FFFFFF;
}

tr.even td{
	background-color:#F3F3E9
}

