@font-face {
    font-family: 'euro_technicextbold';
    src: url('../fonts/eurotechnicextbold-webfont.eot');
    src: url('../fonts/eurotechnicextbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/eurotechnicextbold-webfont.woff') format('woff'),
         url('../fonts/eurotechnicextbold-webfont.ttf') format('truetype'),
         url('../fonts/eurotechnicextbold-webfont.svg#euro_technicextbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'euro_technicextregular';
    src: url('../fonts/euro_technicextregular.eot');
    src: url('../fonts/euro_technicextregular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/euro_technicextregular.woff') format('woff'),
         url('../fonts/euro_technicextregular.ttf') format('truetype'),
         url('../fonts/euro_technicextregular.svg#euro_technicextregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'eurostarregular';
    src: url('../fonts/eurostar-webfont.eot');
    src: url('../fonts/eurostar-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/eurostar-webfont.woff') format('woff'),
         url('../fonts/eurostar-webfont.ttf') format('truetype'),
         url('../fonts/eurostar-webfont.svg#eurostarregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'eurostarblack';
    src: url('../fonts/eurostarblack-webfont.eot');
    src: url('../fonts/eurostarblack-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/eurostarblack-webfont.woff') format('woff'),
         url('../fonts/eurostarblack-webfont.ttf') format('truetype'),
         url('../fonts/eurostarblack-webfont.svg#eurostarblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  padding: 0;
  margin: 0;
  font-family: 'eurostarregular';
}

input, select, textarea {
  font-family: 'eurostarregular';
}

input:hover, select:hover, textarea:hover {
  cursor: pointer;
}

/*--------------------------*/
/* Utility Classes          */
/*--------------------------*/
hr {
  border: 0px solid #ccc;
  height: 1px;
  background: #ccc
}

a {
  text-decoration: none;
}

a:active, a:focus {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 10px;
}

ol, ol li {
  list-style: decimal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

a img {
  border: 0;
}

.clear {
  clear: both;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}