/***********
 * WELCOME *
 ***********/

h2#welcome {
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  color: #ff7f00;
  font: 16px/120% arial;
  font-weight: bold;
  margin: 10px 0;
  padding: 20px 30px;
}

#content h5 {
  color: #ff7f00;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  padding: 6px 0;
}

#content .left-column,
#content .middle-column {
  width: 315px;
}

#content .middle-column {
  min-height: 820px;
	/* Start IE6 min-height hack */
	height: auto !important;
	height: 820px;
	/* End IE6 min-height hack */
}

#content .right-column {
  width: 218px;
}


/**************
 * SHOW REELS *
 **************/

#showreel {
  overflow: hidden;
  padding: 4px 1px;
  zoom: 1;
}

#showreel #reel1 {
  margin-right: 4px;
}

#showreel #reel2 {}

#showreel .reel {
  float: left;
  height: 252px;
  overflow: hidden;
  position: relative;
  width: 452px;
}

#showreel .reel h3 {
  background: url(/images/showreel_bg.png);
  left: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
  padding: 0 10px 2px;
  position: absolute;
  text-transform: lowercase;
  top: 0;
  width: 432px;
  z-index: 20;
}

#showreel .reel h3 a {
  color: #fff;
}

#showreel .reel h3 a:hover {
  color: #ff7f00;
  text-decoration: none;
}

#showreel .reel img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}

#showreel .reel .caption {
  background: url(/images/showreel_bg.png);
  bottom: 0;
  left: 0;
  padding: 10px 24px;
  position: absolute;
  width: 404px;
  z-index: 20;
}

#showreel .reel .caption h5 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 2px;
}

#showreel .reel .caption p {}


/*********
 * PRESS *
 *********/

.press-block ul {
  margin-top: 10px;
  overflow: hidden;
  zoom: 1;
}

.press-block ul li {
  float: left; 
  margin-bottom: 8px;
  margin-right: 6px;
  padding-bottom: 0 !important;
}

.press-block ul li.last {
  margin-right: 0;
}

.press-block ul li a {
  display: block;
}

.press-block ul li a img {
  display: block;
  height: 130px;
}


/***********
 * CONTACT *
 ***********/

#content .contact-block a {
  color: #fff;
}
