@font-face {
  font-family: fontRegular;
  src: url(font/SourceSansPro-Regular.otf);
}

@font-face {
  font-family: fontCompany;
  font-stretch: ultra-condensed;
  src: url(font/SourceSansPro-Regular.otf);
}

body { 
  margin: 0;
  padding: 0;
  background-color: white;
  color: #757575;
  font-family: fontRegular;
  font-size: 99.1%;
}

div#main {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8%;
  position: relative;
  width: 70%;
}

div#company {
  width: 100%;
  clear: both;
}

div#companyName {
  position: relative;
  float: left;
  width: 70%;
  height: 306px;
  min-height: 306px;
  min-width: 420px;
}

div#companyLogo {
  position: relative;
  float: left;
  width: 30%
}

div#products {
  clear: both;
  position: relative;
  float: top;
  width: 100%  
}

.companyLarge {
  text-align: center;
  font-family: fontCompany;
  font-size: 7em;
  line-height: 92%;
}

hr {
  clear: both;
  border: 0;
  height: 1px;  
  border-top: 1px solid #AAA; 
  margin-top: 1em;
  margin-bottom: 1em;
}


span.productsLarge {
  font-family: fontRegular;
  font-size: 1.6em;
}

span.productsSmall {
  font-family: fontRegular;
  font-size: 1.5em;
}


div.address {
  font-family: fontRegular;
  font-size: 1.5em;
}

span.prosecA {
  unicode-bidi:bidi-override;
  direction: rtl;
}

span.prosecB {
  display: none;
}


div#addressLeft {
  float: left;
  width: 47%
}

div#addressRight {
  float: right;
  width: 47%
}