/* Translexis index styles */

#maintitle
{ 
  height: 4em  ;
  text-align: center
}

#index-what
{ 
  display: block ;
  clear: both ;
  height: 3em
 }

#index-whyus
{ 
  display: block ;
  clear: both ;
  height: 3em ;
}

#index-about
{ 
  display: block ;
  clear: both ;
  height: 3em ;

}

#index-faq
{ 
  display: block ;
  clear: both ;
  height: 3em ;
}

#index-contact
{ 
  display: block ;
  clear: both ;
  height: 3em ;
}

#index-div
{ 
  margin-left: auto ;
  margin-right: auto ;
  margin-bottom: 3em 
}

#index-slogan
{ 
  margin-top: 1em ;
  margin-bottom: 0.5em ;
 }

#index-subslogan
{ 
  text-align: center ;
  font-size: 16pt ;
  margin-right: 0pt ;
  font-weight: bold ;
  font-style: italic ;
  padding-top: 0pt ;
  margin-top: 0pt
 }

#index-s2
{ 
  display: block ;
  position: relative ;
  right: 0pt
}


/* This does absolutely nothing except on IE6, where the fact
 *  that IE6 utterly fails to interpret CSS correctly is used
 *  to make it fix the layout it screwed up in the first place.
 *  And Web Standards were such a nice idea .. 
 */
.index-topspace
{ 
  height: 0px ;
  margin-top: 0px ;
  margin-bottom: 0px ;
  padding-top: 0px ;
  padding-bottom: 0px ;
 }

.index-line
{ 
  text-align: center
 }

.index-line a
{ 
  text-decoration: none;
  color: #000000
}
/* End file */