@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	font-family:Tahoma;
	color:#000000;
	font-size:11px;
	background:#211b21 url(../images/bg_body.gif) repeat-x top left;
}
h1 {
	font-size:15px;
	color:#155a01;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	border-bottom:1px #155a01 dotted;
	line-height:normal;
	width:529px;
	padding:0px 0px 10px 0px;
}
h3 {
	font-size:15px;
	color:#155a01;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	border-bottom:1px #155a01 dotted;
	line-height:normal;
	width:220px;
	padding:0px 0px 10px 0px;
}
h2 {
	font-size:12px;
	color:#000;
	font-weight:bold;
	margin:10px 0px 5px 0px;
}
a {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
img a {
	outline:none;
}
/**------------------ Main Structure ----------------**/
#main-wrapper {
margin:0 auto;
background-color:#FFFFFF;
width:779px;
}
#top-div {
	width:779px;
	margin:0 auto;
	display:table;
	clear:both;
}
#banner-menu-div {
	width:779px;
	margin:0 auto;
	display:table;
	clear:both;
}
#content-div {
	width:779px;
	margin:0 auto;
	background-color:#FFFFFF;
	display:table;
	clear:both;
}
#footer-div {
	width:779px;
	margin:0 auto;
	background-color:#FFFFFF;
	display:table;
	clear:both;
}
#footer-div-spec {
	width:1003px;
	margin:0 auto;
	background-color:#FFFFFF;
	display:table;
}
/**--------------- Top Div -------------------**/
.logo-div {
margin:0px;
	width:260px;
	height:81px;
	float:left;
	padding:5px 0px 0px 0px;
}
.top-links {
	width:519px;
	height:86px;
	float:left;
}
#menu {
	height:30px;
	color:#333333;
	padding:34px 0px 0px 20px;
	width:499px;
	margin:0px;
	float:left;
}
#menu ul {
	display:inline-block;
	margin:0px;
	float:left;
}
#menu ul {
	display:inline;
}
#menu ul.top-level {
	margin-left:0;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	text-align:left;
}
#menu li {
	margin:0;
	padding:0;
	color:#333333;
}
#menu a {
	display:block;
	font:normal 11px verdana, arial, sans-serif;
	color:#333333;
	line-height:22px;
	text-decoration:none;
	padding:0 10px;
}
* html #menu ul.top-level {
	margin-left:0;
} /* I don't know why, but this centers IE5.5 ?? */
#menu li:hover > ul {
	visibility:visible;
}
#menu a:hover ul, #menu a:hover a:hover ul, #menu a:hover a:hover a:hover ul {
	visibility:visible;
}
#menu a:hover ul ul, #menu a:hover a:hover ul ul {
	visibility:hidden;
}
#menu ul.top-level {
	display:table;
	margin:0 auto;
}
#menu li.top-level-li {
	float:left;
	position:relative;
	margin-right:1px;
}
#menu a.top-level-a {
	float:left;
	padding:0 0 0 18px;
	background:url(../images/taba.gif) no-repeat left top;
	outline:none;
}
#menu a.top-level-a b {
	float:left;
	padding:0 18px 0 0;
	background:url(../images/tabb.gif) no-repeat right top;
	cursor:pointer;
	cursor:hand;
	outline:none;
}
#menu a.down b {
	float:left;
	padding:0 12px 0 0;
	background:url(../images/tabb.gif) no-repeat right top;
	cursor:pointer;
	color:#333333;
	outline:none;
}
#menu a.top-level-a:hover {
	white-space:nowrap;
	background:url(../images/taba.gif) no-repeat left -30px;
	outline:none;
}
#menu a.top-level-a:hover b, #menu a.top-level-a:focus b, #menu a.top-level-a:active b {
	color:#333333;
	background:url(../images/tabb.gif) no-repeat right -30px;
	cursor:pointer;
	outline:none;
}
#menu a.down:hover b, #menu a.down:focus b, #menu a.down:active b {
	color:#333333;
	background:url(../images/tabb.gif) no-repeat right -30px;
	cursor:pointer;
	outline:none;
}
#menu li.top-level-li:hover > a {
	white-space:nowrap;
	background:url(../images/taba.gif) no-repeat left -30px;
	outline:none;
}
#menu li.top-level-li:hover > a b {
	color:#333333;
	background:url(../images/tabb.gif) no-repeat right -30px;
	outline:none;
}
#menu li.top-level-li:hover > a.down b {
	color:#333333;
	background:url(../images/tabb.gif) no-repeat right -30px;
	outline:none;
}
#menu li ul {
	display:block;
	position:absolute;
	visibility:hidden;
	background:#218100;
	padding:1px 1px 8px 1px;
	left:0;
}
#menu li li {
	border-bottom:1px solid #505060;
}
#menu li li a {
	background:#fff;
}
#menu li li a:hover {
	background:#e6f5e9;
}
#menu li li:hover > a {
	background:#e6f5e9;
}
#menu li li a.fly {
	background:#fff url(../images/fly.gif) no-repeat right top;
	outline:none;
}
#menu li li a.fly:hover {
	background:#e6f5e9 url(../images/fly.gif) no-repeat right top;
	outline:none;
}
#menu li li:hover > a.fly {
	background:#e6f5e9 url(../images/fly.gif) no-repeat right top;
	outline:none;
}
#menu ul.drop-down {
	top:22px;
	opacity:1;
}
#menu li li ul {
	left:100%;
	margin-top:-23px;
	margin-left:-5px;
}
#menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	text-align:left;
}
#menu table ul li a {
	padding-left:0;
	padd\ing-left:20px;
}
#menu table table {
	top:auto;
	left:100%;
	margin-left:-1px;
	padding:0;
	margin:0;
}
#menu table table ul {
	margin-top:-4px;
	marg\in-top:-7px;
}
/**------------------- Left Link & Banner Div --------------------**/
.left-link-div {
	float:left;
	width:151px;
}
.banner-div {
	float:left;
	width:627px;
	height:135px;
}
/**---------------------------------- Vertical Menu ------------------------------**/
.menu1 {
	/*height:150px;
font-size:90%;*/
width:151px;
	margin:0px 0 0px 0px; /* this page only */
}
/* remove all the bullets, borders and padding from the default list styling */
.menu1 ul {
	position:relative;
	z-index:500;
	padding:0;
	margin:0;
	list-style-type:none;
	width:151px;
}
/* style the list items */
.menu1 li {
	background:url(../images/bg_link_left.gif) no-repeat top left;
	outline:none;
	height:27px;
	/* for IE7 */
	float:left;
	padding:0px 0px 0px 0px;
}
.menu1 li li {
	background:none;
	background-color:#f0f0ef;
	border-bottom:1px #e9e9e9 solid;
	border-left:1px #e9e9e9 solid;
	height:27px;
	/* for IE7 */
float:left;
}
.menu1 li li li {
	background:none;
	background-color:#f0f0ef;
	border-bottom:1px #e9e9e9 solid;
	border-left:1px #e9e9e9 solid;
	height:32px;
	/* for IE7 */
float:left;
}
.menu1 li a.sub {
	background:url(../images/sub.gif) no-repeat right center;
	outline:none;
}
/* get rid of the table */
.menu1 table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
}
/* style the links */
.menu1 li a {
	font-family:Tahoma;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	height:27px;
	line-height:27px;
	width:151px;
	color:#000;
	padding:0px 0px 0px 0px;
	text-indent:25px;/*border:1px solid #fff;
border-width:0 1px 1px 1px;
*/
}
.menu1 li li a {
	font-family:Tahoma;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	width:151px;
	color:#000;
	padding:0px 0px 0px 10px;
	height:27px;
	line-height:27px;
	text-indent:0px;/*border:1px solid #fff;
border-width:0 1px 1px 1px;
*/
}
.menu1 li li li a {
	font-family:Tahoma;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	width:151px;
	color:#000;
	padding:3px 0px 0px 10px;
	height:32px;
	line-height:12px;
	vertical-align:middle;
	text-indent:0px;/*border:1px solid #fff;
border-width:0 1px 1px 1px;
*/
}
/* hack for IE5.5 */
* html .menu1 a, * html .menu1 a:visited {
	width:151px;
	w\idth:151px;
}
/* style the link hover */
* html .menu1 a:hover {
	color:#156d00; /*background:#aa7;*/
	position:relative;
	text-decoration:none;
}
.menu1 li:hover {
	position:relative;
}
/* For accessibility of the top level menu1 when tabbing */
.menu1 a:active, .menu1 a:focus {
	color:#156d00; /*background:#aa7;*/
}
/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu1 li:hover > a {
	color:#156d00; /*background:#aa7;*/
	text-decoration:none;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu1 li ul {
	visibility:hidden;
	position:absolute;
	top:-30px;
	/* set up the overlap (minus the overrun) */
left:105px;
	/* set up the overrun area */
padding:30px;
	/* this is for IE to make it interpret the overrrun padding */
background:transparent url(../style/transparent.gif);
outline:none;
}
/* for browsers that understand this is all you need for the flyouts */
.menu1 li:hover > ul {
	visibility:visible;
}
/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu1 ul a:hover ul ul {
	visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu1 ul a:hover ul a:hover ul ul {
	visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu1 ul a:hover ul a:hover ul a:hover ul ul {
	visibility:hidden;
}
/* make the second level visible when hover on first level link */
.menu1 ul a:hover ul {
	visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu1 ul a:hover ul a:hover ul {
	visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu1 ul a:hover ul a:hover ul a:hover ul {
	visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu1 ul a:hover ul a:hover ul a:hover ul a:hover ul {
	visibility:visible;
}
/**--------------------------------- Content Div ----------------------**/
.content-div-inside {
	padding:0px 0px 0px 0px;
	display:table;
	width:759px;
	margin:20px 10px 0px 10px;
	background-color:#FFFFFF;
}
.content {
	width:529px;
	padding:0px 10px 10px 0px;
	float:left;
	margin:0px 0px 0px 0px;
}
.content p {
	margin:0px;
	padding:5px 0px 5px 0px;
	text-align:justify;
	line-height:16px;
}
.content a {
	color:#36ab14;
	text-decoration:underline;
}
.content-right-div {
	width:220px;
	float:left;
}
.content-right-div p {
	margin:0;
}
.content ul {
	margin:0px 0px 5px 35px;
	padding:0;
}
.content li {
	font-size:11px;
	margin:0;
	line-height:20px;
}
.content li a {
	color:#36ab14;
	text-decoration:underline;
}
.content-right-div ul {
	margin:0px 0px 0px 35px;
	padding:0;
}
.content-right-div li {
	font-size:11px;
	margin:0;
	line-height:20px;
}
.content-right-div li a {
	color:#36ab14;
	text-decoration:underline;
}
.pad-bot {
	padding-bottom:10px;
}
.flash-banner {
	margin:0;
	text-align:center;
	padding:10px 0px 10px 0px;
}
.prod-spec {
margin:0;
padding:0px 0px 0px 10px;
width:210px;
background-color:#ececec;
}
.prod-spec p{
background:url(../images/bul_green.gif) no-repeat 0em 0.7em;
font-size:12px;
font-weight:bold;
padding:5px 0px 5px 20px;
color:#333333;
}
.prod-spec a{
text-decoration:none;
color:#333333;
}
.prod-spec a:hover{
text-decoration:none;
color:#36ab14;
}
/**---------------- Footer div --------------**/
.footer-div-inside {
	margin:0px 10px;
	padding:10px 0px;
	border-top:1px #ccecff solid;
	text-align:center;
}
.footer-div-inside a {
	color:#000000
}
/**---------- Form --------------**/
.table td {
padding:5px 0px;
}
input {
border:1px #999999 solid;
}
.dropdown-list {
border:1px #999999 solid;
width:200px;
}
/**------------ Table Product Spec --------------**/
.tbl-prod-sty {
background-color:#FFFFFF;
}
.td-pad {
padding:5px;
}
.tbl-style {
margin:0;
border-top:1px #CCCCCC solid;
border-left:1px #CCCCCC solid;
}
.tbl-style td{
border-bottom:1px #CCCCCC solid;
border-right:1px #CCCCCC solid;
padding:3px;
}
.tbl-header {
background-color:#2b5421;
font-weight:bold;
color:#FFFFFF;
height:24px;
}
.tbl-subheader {
background-color:#cee4c8;
}
.list ul {
	margin:0px 0px 5px 35px;
	padding:0;
}
.list li {
	font-size:11px;
	margin:0;
	line-height:20px;
}
.back {
float:right;
padding:3px 5px 3px 15px;
background:#d5eec1 url(../images/bul_back.gif) no-repeat 0.3em 0.7em;
color:#333333;
clear:both;
}
.back a{
text-decoration:none;
color:#333333;
}
.back a:hover{
text-decoration:underline;
color:#333333;
}
/**------------------ 31-07-09 -------------------------------**/
a.know-more {
background:url(../images/i_arow_green.gif) no-repeat 0em 0.5em;
color:#333333;
font-weight:bold;
float:right;
padding:0px 0px 0px 15px;
}
/*a.know-more {
color:#333333;
}*/
/**---------------- Certificate Style -------------------**/
.certificate {
margin:10px 0px;
clear:both;
border-bottom:1px #CCCCCC solid;
display:table;
width:500px;
padding:10px 0px 20px 0px;
}
.certificate-img {
margin:0px 0px;
width:180px;
float:left;
}
.certificate-content {
margin:0px 0px;
width:235px;
float:left;
}
.certificate-content p{
text-align:left;
margin:0px 0px 10px 0px;
}
.green-link {
color:#2f6e13;
}
.brd-blue {
border:1px #2f6e13 dashed;
}
/**-------- compounding ----------------**/
.tbl-style-search {
border:1px #ececec solid;
margin:0;
}
.tbl-style-search td{
padding:6px 0px 6px 5px;
}
.even-feild {
background-color:#eef5e6;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#000;
	font-weight:normal;
    text-decoration:none;
	top:0px; right:5px;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; background:; text-decoration:none;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-50px; left:0;
	padding: 0px 0 0 0px;
	margin:0px 0px 0px -105px;
	width:140px;
	height:52px;
	line-height:40px;
	vertical-align:middle;
	color: #000;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	font-size:11px;
	z-index:9999px
	
}
a.tt:hover span.top{
	display: block;
	padding: 0px 0px 0;
    background: url(../images/bubble.gif) no-repeat top;
	width:140px;
	height:52px;
}
/**--------------- 11-10-10 -------------------**/
.link-contact {
	padding:0;
	width:519px;
	height:20px;
	float:left;
	margin:5px 0px;
	}
.link-contact a{
	color:#155a01;
	background:url(../images/i_contact.gif) no-repeat 0em 0em;
	padding:0px 10px 0px 35px;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	font-size:12px;
	display:block;
	float:right;
	}
	
