/* Bottomline */

#Bottomline {
  clear: both;
  display: block;
  height: 60px;
  width: 920px;
  padding: 20px 0 0px 75px;
  background-color:#fafafa;
}

#Bottomline ul {
  display: inline;
  position: relative;
  list-style-type: none;

}

#Bottomline li {
  display: block;
  float: left;
  margin: 0 20px 0 20px;
}

#Bottomline a {
  display: block;
  height: 60px;
  text-indent: -10000px;
  overflow: hidden;
}

#Bottomline a.logo1 {
  background: url("../../logos/$file/mono1_aba.png") no-repeat transparent;
  width: 81px;
}
#Bottomline a.logo2 {
  background: url("../../logos/$file/mono2_norma.png") no-repeat transparent;
  width: 55px;
}
#Bottomline a.logo3 {
  background: url("../../logos/$file/mono3_breeze.png") no-repeat transparent;
  width: 75px;
}
#Bottomline a.logo4 {
  background: url("../../logos/$file/mono4_serflex.png") no-repeat transparent;
  width: 96px;
}
#Bottomline a.logo5 {
  background: url("../../logos/$file/mono5_serratub.png") no-repeat transparent;
  width: 113px;
}
#Bottomline a.logo6 {
  background: url("../../logos/$file/mono6_terry.png") no-repeat transparent;
  width: 80px;;
}
#Bottomline a.logo7 {
  background: url("../../logos/$file/mono7_torca.png") no-repeat transparent;
  width: 65px;
}

#Bottomline a.logo1:hover {
  background: url("../../logos/$file/coloured1_aba.png") no-repeat transparent;
}
#Bottomline a.logo2:hover  {
  background: url("../../logos/$file/coloured2_norma.png") no-repeat transparent;
}
#Bottomline a.logo3:hover  {
  background: url("../../logos/$file/coloured3_breeze.png") no-repeat transparent;
}
#Bottomline a.logo4:hover  {
  background: url("../../logos/$file/coloured4_serflex.png") no-repeat transparent;
}
#Bottomline a.logo5:hover  {
  background: url("../../logos/$file/coloured5_serratub.png") no-repeat transparent;
}
#Bottomline a.logo6:hover  {
  background: url("../../logos/$file/coloured6_terry.png") no-repeat transparent;
}
#Bottomline a.logo7:hover  {
  background: url("../../logos/$file/coloured7_torca.png") no-repeat transparent;
