a {
  color: #3399FF;
  font-size: small;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
}
body {
  font-family: Tahoma;
  font-size: small;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 1000px;
}
.subcatheader {
  background-position: center;
  color: #3399FF;
  font-size: 30px;
  font-weight: bold;
  height: 64px;
  padding: 5px;
}
img {
  border: none;
}
h4 {
  color: #3399ff;
  padding: 0;
  margin: 0;
}


th {
  border-bottom: 1px dashed #000;
}
.break {
  background-image: url(../images/link_break.png);
  background-repeat: no-repeat;
  margin-right: 3px;
}
#header {
  background-image: url(../images/logobg.png);
  background-repeat: repeat-x;
  height: 110px;
}
#main {
  text-align: left;
  width: 1000px;
}
#menu{
  background-image: url(../images/link_bg.png);
  height: 28px;
  width: 100%;
}
#rightCol {
  border: 1px solid #3399FF;
  background-color: #CCCCCC;
  color: #000;
  top: 0;
}
.SO {

}
#productCol li a {
  color: #3366FF;
}
.product_header {
  background-image: url(../images/bg.png);
  height: 32px;
}
/* NAVIGATION */
#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#nav {
  margin-left: 20px;
}
#nav a {
  color: #fff;
  padding: 25px;
  display: block;
  width: 167px;
}
#nav li {
  float: left;
  width: 10em;
}
#nav li ul {
  position: absolute;
  left: -999em;
}
#nav li:hover ul {
  left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  color: #ff0000;
  display:block;
  background: url(../images/navul.png) no-repeat center bottom;
  height:auto;
  width: 177px;
}
#nav li a {
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
}
#nav li ul {
  padding-bottom: 15px;
}
#nav li ul li {
  padding-left: 25px;
}
#nav li ul li a{
  font-weight: normal;
  padding: 0;
  padding-left: 5px;
}
#nav li ul li a:hover {
  color: #ff0000;
  background-color: #eee;
  padding-left: 5px;
  width: 144px;
}
