﻿body 
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #001a0a;
    margin: 0;
    padding: 0;
	text-align:center;
}
a img 
{
    border:none;
}
.error {
	color:#FF6600;
}
ul.contentlist 
{
    list-style:none;
    margin:0;
    padding:0 0 0 15px;
}
ul.contentlist li 
{
    margin-bottom:0;
    list-style-image:url(/images/arrow.gif);
    padding:0 0 2px 0;
}
#container {
	width:750px;
	margin:10px auto;
	text-align:left;
}

#header {
	background:#fff url(../../images/header-new2.jpg) 0 75px no-repeat;
	height:260px;
}
/*
#header {
	background:#fff url(../../images/header-new.jpg) 0 75px no-repeat;
	height:260px;
}
*/
img.logo {
	float:left;
}
#mainmenu {
	width:576px;
	height:56px;
	background:#fff url(../../images/mainmenu.jpg) 0 0 no-repeat;
	float:right;
	margin-top:10px;
	padding-left:10px;
}
#mainmenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#mainmenu ul li {
	display:block;
	margin-top:7px;
	float:left;
	margin-left:2px;
	margin-right:2px;
}
/* li:hover won't work for IE5.x or IE6 */
/*#mainmenu ul li:hover,*/
#mainmenu ul li.current {
	background:transparent url(../../images/button-right-new-2.jpg) right top no-repeat scroll;
	color:#fff;
}
#mainmenu ul li a {
	display:block;
	height:46px;
	padding:11px 15px 0 8px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
	font-weight:normal;
	float: left;
}
/*#mainmenu ul li:hover a,*/
#mainmenu ul li.current a {
	background:transparent url(../../images/button-left-new-2.jpg) left top no-repeat scroll;
	color:#fff;
}
#maincontent
{
    position: relative;
    margin-top: -20px;
}
#leftcol {
	width:150px;
	padding-right:20px;
	padding-bottom:20px;
	float:left;
}
#rightcol {
	width:580px;
	padding-bottom:20px;
	float:left;
	min-height:340px;
}
#footer {
	clear:both;
	background:#fff url(../../images/footer-bg.jpg) 0 0 repeat-x;
	height:45px;
}
#footercontent {
	width:750px;
	margin:0 auto;
	text-align:left;
}
p.samarind {
	color:#666;
	clear:left;
	padding:7px 0 0 0;
	margin:0;
}
p.samarind a {
	color:#666;
	text-decoration:none;
}
p.samarind a:hover {
	text-decoration:underline;
}

#footercontent ul {
	float:left;
	margin:15px 0 0 -10px;
	padding:0;
	list-style:none;
}
#footercontent ul li {
	display:block;
	float:left;
	padding:0 10px;
	border-right:1px solid #666;
	line-height:14px;
}
#footercontent ul li.li_right {
	border-right:none;
}
#footercontent ul li a {
	display:block;
	text-decoration:none;
	color:#666;
}
#footercontent ul li a:hover {
	text-decoration:underline;
}
img.footer-right {
	float:right;
	margin-top:3px;
}

.box {
	border:1px solid #005320;
	margin-top:10px;
	background:url(../../images/box-bg.jpg) 23px 0 repeat-x;
}
.box h3 {
	margin:0;
	padding:0 5px;
	/*background:url(../../images/box-h3-bg.jpg) 0 0 no-repeat;*/
	background-color: #9BCD66;
	height:23px;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:23px;
}
.box ul {
	margin:0;
	padding:0;
	list-style:none;
}
.box ul li a {
	display:block;
	color:#333;
	text-decoration:none;
	padding:7px 5px;
	border-top:1px dotted #000;
}
.box ul li a:hover,
.box ul li.current_page_item a {
	background-color:#e9e9e9;
}
.box ul li.li_top a {
	border-top:none;
}
.box input {
	width:134px;
	border:1px solid #005320;
	margin-top:5px;
}
/*
.box input.submit {
	width:55px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:20px;
	float:right;
}
*/
.box input.submit {
    height:24px;
	width:55px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #ccc;
	background:url(/images/button-bg-small.jpg) 0 0 repeat-x;
	float: right;
	cursor: pointer;
}
.box p {
	margin:0;
	padding:5px;
}
.box p.right a {
	background:url(/images/arrow.gif) 0 -3px no-repeat;
	padding-left:8px;
}
.box p.readall {
	border-top:1px dotted #000;
	margin-top:5px;
}
p.right {
	text-align:right;
	clear:right;
}


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#001A0A;
	font-weight:normal;
	background:url(../../images/h2-underline.jpg) bottom left no-repeat;
	padding:0 0 5px 0;
	margin:10px 0;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 14px;
	color:#001A0A;
	font-weight:normal;
	padding:0;
	margin:0;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#001A0A;
	font-weight:normal;
	padding:0 0 5px 0;
	margin:0;
}
a, a:visited {
	color:#530033;
}
a:hover {
	color:#005320;
}

img.contentimage {
	border:1px solid #9BCD66;
	padding:5px;
	float:right;
	margin-left:10px;
}
#rightcol p {
	line-height:1.5em;
}

.parentcompany {
	width:270px;
	margin-top:20px;
	float:left;
	text-align:center;
}

/*
Data Sheets 
*/

.datasheetlist {
	width:270px;
	float:left;
}
/*
FAQs
*/
.accordion 
{
    text-align:left;
}
.accordion .accordionHeader,
.accordion .accordionHeaderSelected,
.question
{
    display:block;
	padding:5px 25px 5px 10px;
    border: 1px solid #9BCD66;
	margin-top:10px;
	font-size:13px;
	background:#fff url(../../images/faq-square.gif) top right no-repeat;
}
.accordion .accordionHeader,
.accordion .accordionHeaderSelected 
{
    cursor: pointer;
}
.accordion .accordionHeaderSelected,
.question {
	background:#fff url(../../images/faq-square-selected.gif) top right no-repeat;
}

.accordion .accordionContent,
.answer
{
    clear:both;
    padding:10px;
	line-height:1.5em;
	background-color:#eee;
}
.video {
	margin-left:100px;
}
div#testresults
{
    padding: 5px;
}
div#testresults label
{
    display: block;
}
div#testresults div
{
    clear: both;
    text-align: right;
    padding-top: 5px;
}
div#testresults div a {
	background:url(/images/arrow.gif) 0 -3px no-repeat;
	padding-left:8px;
}
img.right
{
    float: right;
    margin: 0 0 10px 10px;
    border:1px solid #9BCD66;
	padding:5px;
	clear: both;
}
img.left
{
    float: left;
    margin: 0 10px 10px 0;
    border:1px solid #9BCD66;
	padding:5px;
	clear: both;
}
hr.products
{
    clear: both;
    height: 1px;
    color: #FFF;
    background-color: #FFF;
    border-bottom: 1px dotted #9BCD66;
    border-style: none none dotted;
}