
/*  body colour and attributes  */

body {
margin: 0px;
padding: 0px;
background-color: #fff;
}

/*  generic fonts  */

table, td, tr, div, body
{
font-family:  Arial, Helvetica, sans-serif;
font-size:  12px ;
color: #000; 
}

.large
{
font-size:  13px ;
}

.small
{
font-size:  9px ;
}


/*  generic  links */

A
{
color: #ff0000; 
text-decoration: underline;
}

A:hover
{
color: #999; 
text-decoration: underline;
}


/*  heaser text format */

H1
{
font-size:  17px ;
color: #000; 
font-weight: 900;
}

H2
{
font-size:  15px ;
color: #333; 
font-weight: 900;
}

H3
{
font-size:  13px ;
color: #666; 
font-weight: 900;
}

H4, H5, H8
{
font-size:  12px ;
color: #000; 
font-weight: 600;
}


/*  top bar background and nav links*/

td.topback
{
background-image: url('images/topback.jpg');
background-repeat: no-repeat;
background-position: 0px 0px; 
}


td.topNav {
color: #fff; 
font-weight: 900;
font-size:  12px ;
}

td.topNav  A
{
color: #fff; 
text-decoration: none;
}

td.topNav  A:hover
{
color: #999; 
text-decoration: none;
}


/*  horizontal nav bar and links  */

td.nav {
color: #fff; 
font-weight: 900;
font-size:  12px ;
}

td.nav  A
{
color: #fff; 
text-decoration: none;
}

td.nav  A:hover
{
color: #999; 
text-decoration: none;
}


/*  main content body cell and main header */

td.main
{
background-color: #fff; 
padding: 10px;
background-image: url('images/shadow.gif');
background-repeat: repeat-x;
background-position: 0px 0px; 
}


td.mainHead H1
{
font-size:  23px ;
color: #ff0000; 
font-weight: 900;
margin-bottom: 0px;
}


/*  Left nav Column  */

td.navColumn {
background-color: #000;
padding-top: 10px;
}

td.navHead {
background-color: #cc0000;
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
padding: 3px;
font-size:  12px ;
color: #fff;
font-weight: 600;
}

td.navBody {
padding: 5px;
font-size: 11px ;
color: #fff;
font-weight: 300;
line-height: 16px;
}

td.navBody  A
{
color: #fff; 
text-decoration: none;
font-weight: 300;
}

td.navBody  A:hover
{
color: #999; 
text-decoration: none;
font-weight: 300;
}


td.navBody  li 
{
margin-left: -20px;
list-style-image: url("images/navbullet2.gif");
}

td.navBody  ul 
{
margin-top: 5px;
margin-bottom: 5px;
}

/*  Homepage Product Boxes  */

td.homeBox {
padding: 0px;
border: 2px solid #666;
}

td.homeHead
{
background-color: #666; 
padding: 5px;
color: #fff; 
font-size:  15px ;
font-weight: 600;
}


td.homeHead H1
{
font-size:  15px ;
color: #fff; 
font-weight: 600;
margin-bottom: 0px;
}

td.homeHead a
{
color: #fff; 
font-weight: 600;
text-decoration: none;
}

td.homeHead a:hover
{
color: #000; 
font-weight: 600;
text-decoration: underline;
}


/*  footer area */

td.footer
{
background-color: #000; 
padding: 5px;
border-top: 2px solid #fff;
color: #fff;
font-size: 11px;
}

td.footer  A
{
color: #fff; 
text-decoration: none;
font-weight: 300;
}

td.footer  A:hover
{
color: #999; 
text-decoration: none;
font-weight: 300;
}

/*  Order Form Tables */

td.tdLight {
background-color: #eee;
}

td.tdDark {
background-color: #ccc;
}

/*  copyright area */

td.copy
{
padding: 15px;
font-size: 11px;
}

/*  generic lists */

li {
margin-left: -10px;
list-style-image: url("images/bullet.gif") 
}

/*  horizontal rules */

hr
{
color:#cc0000;
height:1px;
}


input, select, textarea, {
background-color: #fff;
border: 1px solid #999;
color: #000;
font-weight: 300;
font-family:  Arial, Helvetica, sans-serif;
font-size:  10px ;
}

