@font-face {
  font-family: 'Lucida Sans Unicode';
  src: url('lsansuni.ttf');
}

@font-face{
  font-family: 'AvantGarde Medium';
  src: url('AvantGarde-Medium.otf');
}

@font-face{
  font-family: 'AvantGarde Demi';
  src: url('AvantGarde-Demi.otf');
}

@font-face{
  font-family: 'AvantGarde Bold';
  src: url('AvantGarde-Bold.otf');
}


body{
    font-family: 'Lucida Sans Unicode', 'sans-serif';
}


#header{
    background: url('header_bg.png');
    height: 184px;
}

#logo, .navigation{
  padding-top: 1.3em;
}

.navigation{
  color:#604B36;
  font-family: "Trebuchet MS";
  font-weight: Bold;
  font-size: 0.75em;
}
a.navigation{
  text-decoration: none;
}

#main h1{
  letter-spacing: -1px;
  line-height:1.2em;
  font-family: 'AvantGarde Demi';
  font-size:1.7em;
}

#main h1.big_title{
  font-size:2.3em;
  font-family: 'AvantGarde Bold';
}

.video{
  background-color: #DDD;
  height:230px;
}

.box{
  font-size:1.4em;
}

.boxed_text{
  font-family: 'Lucida Sans Unicode';
}

.orange, .orange a:link{
  color: #F89128;
  font-family: "Trebuchet MS";
  font-weight: Bolder;
  font-size: 0.9em;
  text-decoration: none;
}
.clearfix{
  clear: both;
}
.eyetracking {
font-size:10px;
}




