/* LEFT COLUMN ELEMENTS */
#affiliates{
  background: white;
  border: 1px solid #9C9C9C;
  padding: 8px 0px;
  text-align: center;
} 
#affiliates h1{
  font-family: Garamond, Times New Roman, Times;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  display: inline;
}
#affiliates h2{
  font-family: Garamond, Times New Roman, Times;
  font-size: 14px;
  color: #D70F0F;
  text-transform: uppercase;
  display: inline;
}

/* CENTRE COLUMN ELEMENTS */
#centercontent .content{
  clear: left;
  margin: 8px;
  margin-left: 15px;
}
#centercontent #contentbox{
  border: 3px solid #FFFFFF;
  background: #F5f5f5;
  margin-top: 17px;
  padding-left: 15px;
  font-family : Trebuchet MS, Tahoma, Verdana;
  font-size : 13px;
  color: #58595B;
  line-height: 150%;
  
}
#centercontent .rightalign{
  float: right;
  margin-left: 6px;
}
#centercontent .leftalign{
  float: left;
  margin-right: 6px;
}
#contentbox ul{
  margin-left: 16px;
}
#contentbox li{
  margin-bottom: 6px;
}
#contentbox ul ul{
  margin-left: 24px;
}

#breadcrumbs{
  margin-left: 9px;
  font-size: 11px;
}

/* RIGHT COLUMN ELEMENTS */
#productsbox ul ul{
  margin-top: 0px;
} 
#productsbox ul ul li a{
  vertical-align: top;
  list-style-image: url('images/bullet_arrow2.gif');
  padding-left: 0px;
  margin: 0px;
  border-bottom: 0px;
} 
#productsbox .current{
  background: #EDEDED;
}
#productsbox .current:hover{
  color: #FF0000;
  background: #FFFFFF;
}

