

body{background: #999999;color:#333; background-image: url(../graphics/bg_image.gif)
    font: 73% Arial,sans-serif; margin-top: 0px; margin-left: 0px; margin-right: 0px;}


a.menu:link { color: #000000; text-decoration: none; }
a.menu:visited { color: #000000; text-decoration: none;}
a.menu:hover { color: #ffffff; text-decoration:none; background: #ff0000; }
a.menu:active  {color: #000000; }


a.products:link { color: #000000; font-size:12px; text-decoration:none; }
a.products:visited { color: #000000; text-decoration: none;}
a.products:hover { color: #ffffff; text-decoration:none; }
a.products:active  {color: #000000; }

a.msds:link { background:#000000; color:#FFCC00; font-size:12px; border:#FFCC00, thick; text-decoration: none;}
a.msds:visited {text-decoration: none; }
a.msds:hover { text-decoration:none; border:thick, #FFCC00;}
a.msds:active  { border:thick, #FFCC00;}

/* Used to make rounded Boxes*/
ul#split,ul#split li{margin:0;padding:0;list-style:none}
ul#split li{float: none;width:175px;margin:0 10px 10px 0; }
ul#split h3{font: normal 130%/1.3 Verdana,sans-serif;
    text-transform:uppercase;margin:0px;padding: 5px 0 3px;text-align:center;color: #000}
ul#split p{margin:0;padding:5px 8px 15px}
ul#split div{background:#999999}
li#one h3{background: #ff0000; text-align:center;  }
li#two h3{background: #FFBD00}
li#three h3{background: #E3A1C4}

TD.noborder      { border: outset 0pt; 
               border-collapse: collapse;
               border-spacing: 50pt }
			   
/* Used for the dropdown menus http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana; 
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
font:normal 12px Verdana; color:#000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: gray;

}