

#MainTitle {
  height:80px;
}

#MainTitle table {
  border-collapse: collapse;
  border: 0px;
  padding: 0px;
}

#MainTitle td {
  background-image: url("MainTitle_Filler.gif");
  vertical-align: middle;
  border: 0px green solid;
  padding: 0px;
  margin: 0px;
  text-align: center;

  font-family: New Times Roman, New Times, serif;
  font-size: 50px;
  font-weight: bold;
  white-space: nowrap;
}

#MainTitle td.FullWidth {
  width: 100%
}


#Slogan {
  position: relative;
  margin-top: -25px;
  margin-left: 135px;
  margin-right: 135px;

  padding: 0px;
  width:auto;

  text-align: center;
}


#CableTitle {
  position: relative;
  top:0px;
  left:0px;
  width:auto;
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
}


#CableTitle table {
  border-collapse: collapse;
}

#CableTitle td { 
  vertical-align: middle;
  padding: 0px;
  text-align: center;

  font-family: Arial, sans-serif;
  font-size: large;
  letter-spacing: 0.5em;
  white-space: nowrap;
}

#CableTitle td img {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#CableTitle .Italics {
  font-style: italic;
}


#CableTitle .FloppyFullWidth {
  background-image: url("/SiteBackend/Titles/FloppyCable_Filler.gif");
  width: 100%;
}

#CableTitle .IDEFullWidth {
  background-image: url("/SiteBackend/Titles/IDECable_Filler.gif");
  width: 100%;
}

#CableTitle .LVDFullWidth {
  background-image: url("/SiteBackend/Titles/LVDCable_Filler.gif");
  width: 100%;
}

#CableTitle .SEFullWidth {
  background-image: url("/SiteBackend/Titles/SECable_Filler.gif");
  width: 100%;
}
