/* CSS Document */
/*
  Created by Todd Baker @ Fastmedia
  You'll never find me, I hide my tracks well.
  
  No browsers were harmed to accomodate IE.

*/

/* @import url(reset.css) all; */

@font-face {
	font-family: 'RockwellStdBold';
	src: url('/static/fonts/rockwellstd-bold-webfont.eot');
	src: local('?'), url('/static/fonts/rockwellstd-bold-webfont.woff') format('woff'), url('/static/fonts/rockwellstd-bold-webfont.ttf') format('truetype'), url('/static/fonts/rockwellstd-bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

#viewer{
    margin-top: 80px !important;
}

/* Dru was never here */

body{
  background:url(/static/images/banner-bg.png) repeat-x;
}

#wrapper{
  width:990px;
  text-align:left;
  margin:0 auto;
  position:relative;
}

#utility{height:24px;overflow:hidden;}
#utility ul{
  float:right;
  margin:4px 0 0 0;
  list-style: none;  
}
#utility ul li{
  float:left;
  padding-left:20px;
}
#utility ul li a{
  font-size:1.1em;
  text-transform:uppercase;
  color:#fff;
  letter-spacing:1px;
  font-weight:normal;
  text-decoration:none;
}

#utility ul li a:hover {
  color:#8bc000;
}

#banner{
  background:url(/static/images/showreel-logo.png) no-repeat 10px 10px;
  height:96px;
  width:365px;
  
}
#banner a{
  height:90px;
  width:365px;
  display:block;
}
#banner a span {
  display: none;
}
