/****** SPECIAL SECTION COLORS ******/

.home            { color: #000261; }
.products        { color: #F88101; }
.news            { color: #66CC33; }
.about           { color: #E6B91B; }
.contact         { color: #9933CC; }


/****** LAYER STYLE FOR FLOATERS ******/

.container { position: absolute; top: 65px; left: 0px; width: 100%; height: 160px; z-index: 2; }


/****** LINK COLORS ******/

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

A.home           { color: #666666; }
A.home:hover     { color: #000261; text-decoration: none; }

A.products       { color: #666666; }
A.products:hover { color: #F88101; text-decoration: none; }

A.news           { color: #666666; }
A.news:hover     { color: #66CC33; text-decoration: none; }

A.about          { color: #666666; }
A.about:hover    { color: #E6B91B; text-decoration: none; }

A.contact        { color: #666666; }
A.contact:hover  { color: #9933CC; text-decoration: none; }


/****** HTML TAG STYLES ******/

BODY {
  margin: 0px;
  background-color: #FFFFFF;
}

IMG {
  border: none;
}

IMG.product {
  border: 1px solid #CFC9AF;
}

HR {
  height: 1px; 
  color: #EBEBEB; 
  background-color: #EBEBEB; 
  border: none; 
}

H1, H2, H3, H4, H5, H6, .header {
  color: #000261;
  font-family: Arial Narrow,Arial,sans-serif;
  font-size: 24px;
  font-weight: normal;
}


/****** CLASSES ******/

.nav {
  width: 100%;
  color: #B3B3B3;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 8px 4px 4px 4px;
  cursor: pointer; cursor: hand;
}

.copy {
  color: #666666;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 16px;
}

.footer {
  color: #CCCCCC;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  padding: 4px;
}

.smallelement {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
}
