/*  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;
	padding-top: 0px;
}

.large
{
font-size:  13px ;
}

.small
{
font-size:  9px ;
}


/*  generic  links */

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

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


/*  heaser text format */

.invoiceHead
{
font-size:  21px ;
color: #000; 
font-weight: 900;
}

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: 0px;
}

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

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;
border-top: 1px solid #fcfcfc;
border-left: 1px solid #fcfcfc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

td.tdDark {
background-color: #ccc;
border-top: 1px solid #f0f0f0;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
}

/*  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, {
color: #000;
font-weight: 300;
font-family:  Arial, Helvetica, sans-serif;
font-size:  11px ;
}
.navColumn .navHead a:hover {
	color: #000000;
}
a:hover {
	color: #FFFFFF;
	text-decoration: line-through;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.navColumn .style4 {
	background-color: #FF0000;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.navColumn .style6 .style6 .style5 {
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}

