/* answers.css */

#content {
   position: relative;
}

#content #leftcol {
   float: left;
   width: 520px;
   height: 170px;
   background: url(/images/answers/leftcol-bg.jpg) no-repeat 0 55px;
   padding: 75px 60px 0 380px;
}

#content #leftcol h4
{
	font-size:21px;
	margin-bottom:10px;
}

#explore-vehicles-btn
{
	 display:block;
	 background: url(/images/buttons/explore-vehicles_off.png) no-repeat;
	 width:169px;
	 height:23px;
	 font-size:15px;
	 margin-top:10px;
}

#explore-vehicles-btn:hover
{
	 background: url(/images/buttons/explore-vehicles_on.png) no-repeat;
}

#feature-content {
   height: 500px !important;
}

#feature-content h3.headline {
   position:relative;
   font-size:37px;
   top: 20px;
   left: 23px;
   width: 700px;
   display:inline-block;
}

#player-container {
   position:relative;
   width: 918px;
   height: 374px;
   top: 25px;
   left: 22px;
   clear: both;
}

#player {
   width: 606px;
   height: 374px;
   float: right;
   background: transparent url(/images/answers/non-flash.jpg) no-repeat top left;
   text-align: center;
}

#player #get-flash {
   position: relative;
   top: 90px;
   padding: 20px;
   background: #fff;
   border: solid 1px #666;
   width: 66%;
   margin: 0 auto;
   visibility: hidden;
}

#player-nav {
   width: 272px;
   height: 331px;
   background: transparent url(/images/answers/player-nav-bg.jpg) no-repeat top left;
   float: right;
   padding: 43px 20px 0 20px;
   overflow: hidden;
}

#player-nav h3 {
   font: bold 20px Arial, sans-serif;
   line-height:35px;
   color: #fff;
   width: 500px;
   display:inline-block;
}

#player-nav p {
   font: 12px Arial, sans-serif;
   color: #fff;
   position: relative;
   margin: 18px 0;
}

#player-nav #people {
}

#player-nav #people li {
   float: left;
   width: 80px;
   height: 69px;
   margin: 0 6px 6px 0;
}

#player-nav #people li a {
   display: block;
   width: 80px;
   height: 69px;
}

#player-nav #people li #jon {
   background: transparent url(/images/answers/thumbs/jon.jpg) no-repeat top left;
}

#player-nav #people li #nick {
   background: transparent url(/images/answers/thumbs/nick.jpg) no-repeat top left;
}

#player-nav #people li #eric {
   background: transparent url(/images/answers/thumbs/eric.jpg) no-repeat top left;
}

#player-nav #people li #tom {
   background: transparent url(/images/answers/thumbs/tom.jpg) no-repeat top left;
}

#player-nav #people li #bob {
   background: transparent url(/images/answers/thumbs/bob.jpg) no-repeat top left;
}

#player-nav #people li a.here {
   background-position: top right !important;
}

#player-nav #people li a span {
   display: none;
}