@charset "utf-8";
/* CSS Document */

table{
margin-top:-20px;
}

td.bgtop {
background: url(images/bg-top.gif) no-repeat;
background-position: top;
}

td.bgtop2 {
background: url(images/bg-top2.gif) no-repeat;
background-position: top;
}

td.midline {
background: url(images/bgline-nav.gif);
background-repeat: no-repeat;
background-position: bottom right;
}

td.bglower {
background: url(images/bg.gif);
background-repeat: no-repeat;
background-position:bottom right;

}

td.bglower2 {
background: url(images/bg2.gif);
background-repeat: no-repeat;
background-position:bottom right;

}


td.lowerright {
background: url(images/lower-right.gif);
background-repeat: no-repeat;
background-position:bottom left;

}

td.lowerrightcontact {
background: url(images/lower-right.gif);
background-repeat: no-repeat;
background-position:top left;

}

td.lowerright2 {
background: url(images/lower-right2.gif);
background-repeat: no-repeat;
background-position:bottom left;

}



td.welcome {
background: url(images/welcomeheader.jpg);
background-repeat: no-repeat;
background-position: bottom left;
}

td.about {
background: url(images/aboutusheader.jpg);
background-repeat: no-repeat;
background-position: bottom left;
}

td.contact {
background: url(images/contactheader.jpg);
background-repeat: no-repeat;
background-position: bottom left;
}
td.products {
background: url(images/productheader.jpg);
background-repeat: no-repeat;
background-position: bottom left;
}

td.distribution {
background: url(images/distributionheader.jpg);
background-repeat: no-repeat;
background-position: bottom left;
}

body{
background-color: #FFFFFF;


}

p{
font-family:  Verdana;
font-size: 11px;
text-align:justify;
color:#666666;
}

p.textright{
font-family: Verdana;
font-size: 11px;
text-align:right;
color:#666666;
}

div.nav{
font-weight:bold;
font-family: Verdana;
color:#666666;
text-align:right;
font-size: 11px;
}

img.lowerimgposition {
	position: absolute;
	top: 447px;
}

a {
color: #666666;
text-decoration: none;
font-family:  Verdana;
font-size: 11px;
text-align:right;
}
a.links {
color:#990000;
text-align:left;
}

a.links2 {
color:#006600;
text-align:left;
}

a.links3 {
color:#CCCC00;
text-align:left;
}

a:hover{
color: #999999;
text-decoration: none;
}

a.links:hover{
color:#990000;
text-decoration: none;
}

a.links2:hover{
color:#006600;
text-decoration: none;
}

a.links3:hover{
color:#CCCC00;
text-decoration: none;
}