#foot {
     clear:both; 
     width:960px; 
     height: 150px;
     color:#fff; 
     display:block;
     background-color: #ccc;
     background-image: url(images/bkgFooter.gif);
}
#sectionsFooter {
  padding: 10px;
}
#sectionsFooter a{
 color:#fff;
 font-weight: 700;
 letter-spacing: 1px;
 font-size: 14px;
}
#sectionsFooter a:hover{
 color:#444;
}

#sectionsFooter ul {
  list-style: none;
}
#sectionsFooter li {
  float: left;
  margin-right: 80px;
  border-left: 1px solid #fff;
  padding-left: 5px;
}
#spaceFooter {
     clear:both; 
     display: block;
     height: 20px;
}
.categoryTitle {
  font-size: 12px;
  text-transform:uppercase;
  font-weight: 600;
}
