/* CSS Document */

/*  ============  Body  ============ */
body {
	background-color:#B3D9D1;
	color:#000000;
	font-family:Arial;
	background-image: url(images/nth_theme_science_solid_bg.gif);
}


/*  ============  Header  ============ */
h1 {
	color:#34634B;
	font-family:Arial;
	font-size:12;
}

h2 {
	color:#6A6F4F;
	font-family:Arial;
	font-size:12;
}

/* =============================================
   ===============  IFrame Tags  =================
   ============================================= */
iframe.message {
	height:100px;
	width:500px;
	position: absolute;
	left:400px;
	top:330px;
	border-style:inset;
	border-width:thick;
	z-index:5;
	display:none;
}

/*  ============  List  ============ */
li.foam-list1 {
	list-style-image:url('nav/bullet1.gif');
}

li.foam-list2 {
	list-style-image:url('nav/bullet2.gif');
}


/*  ============  Paragraph  ============ */
p.foam-list {
	color:#993300;
	font-family:Arial;
	font-size:16;
}

p.foam-sublist {
	color:#008000;
	font-family:Arial;
	font-size:14;
}


/*  ============  Span  ============ */
span.foam-link, a:link {
	color:#436548; text-decoration:none;
}

span.foam-visited, a:visited {
	color:#436548; text-decoration:none;
}

span.foam-active, a:active {
	color:#008040; text-decoration:underline;
}

/* =============================================
   ===============  Tab Tags  ==================
   ============================================= */

#tablist{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 12px Verdana;
}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: white;
}

#tablist li a:link, #tablist li a:visited{
	color: navy;
}

#tablist li a.current{
	background: url(images/nth_theme_science_solid_bg.gif);
}

#tabcontentcontainer{
	width: 1100px;
	height: 520px;
	padding: 5px;
	border: 1px solid black;
}

.tabcontent{
	display:none;
}

#tabproduct {
	width: 1095px;
	height: 480px;
	overflow: auto;
	z-index: 10;
}

/*  ============  Table  ============ */
table.foam-table {
	border-left-color:white;
	border-top-color:white;
	border-right-color:#707070;
	border-bottom-color:#707070;
}

table.foam-table td {
	border-left-color:#707070;
	border-top-color:#707070;
	border-right-color:white;
	border-bottom-color:white;
}

table.foam-table th {
	background-color:#75AA9F;
	border-left-color:#707070;
	border-top-color:#707070;
	border-right-color:white;
	border-bottom-color:white;
}
