/* home.css */

body {
	background: #252525 url(/images/base/widescreen_bg.jpg) no-repeat top center;
}

body #nav-header {
   margin: 0 auto !important;
}

#other-container {
   background-color: #252525 !important;
}

#home {
   width: 960px;
   height: 547px;
   border: 0;
}

#video-wall {
   width: 960px;
   height: 547px;
   margin: 0 auto;
   background: transparent url(/images/home/non-flash.png) no-repeat top left;
   position: relative;
   border: 0;
   visibility: hidden;
}

#video-wall #get-flash {
   position: absolute;
   top: 30px;
   left: 30px;
   padding: 20px;
   background: #fff;
   border: solid 1px #666;
}

#home-content-left {
   width: 598px;
   height: 455px;
   padding: 29px 28px 25px 24px;
   background: transparent url(/images/home/home-content-left-bg.jpg) no-repeat top left;
   float: left;
   margin: 0 15px 20px 0;
}

#home-content-left div {
   width: 598px;
}

#home-content-left div.large-promo {
   height: 196px;
   background: transparent url(/images/home/large-promo-bg.jpg) no-repeat top left;
   position: relative;
   margin: 0 0 26px 0;
}

#home-content-left div.large-promo div.copy {
   width: 295px; 
   height: 163px;
   padding: 33px 0 0 0;
   margin: 0 0 0 302px;
   overflow: hidden;
}

#home-content-left div.large-promo div.copy h3.small{
   width: 295px;
   font: bold 15px Arial, sans-serif;
   height: 15px;
   color: #666;
    display:inline-block;
}

#home-content-left div.large-promo div.copy h3.large{
   width: 500px;
   font: bold 21px Arial, sans-serif;
   color: #666;
   display:inline-block;
}

#home-content-left div.large-promo div.copy p{
   font: 16px Arial, sans-serif;
   color: #666;
}

#home-content-left div.large-promo div.copy .button{
   width: 181px;
   height: 32px;
   display: block;
   margin: 12px 0 0 0;
}

#home-content-left div.large-promo div.copy .button span{
   display: none;
}

#home-content-left div.large-promo div.copy #explore-vehicle-button{
   background: transparent url(/images/home/view_features.png) no-repeat top left;
}

#home-content-left div.large-promo div.copy #explore-vehicle-button:hover{
   background: transparent url(/images/home/view_features_on.png) no-repeat top left;
}

#home-content-left div.small-promo {
   height: 103px;
   margin: 0 0 26px 0;
}

#home-content-left div.small-promo img {
   float: left;
   margin: 0 15px 0 0;
}

#home-content-left div.small-promo div.copy {
   float: left;
   width: 359px;
}

#home-content-left div.small-promo div.copy h3{
   width: 359px;
   font: bold 16px Arial, sans-serif;
   color: #666;
   display:inline-block;
}

#home-content-left div.small-promo div.copy .button{
   width: 160px;
   height: 22px;
   display: block;
   margin: 12px 0 0 0;
}

#home-content-left div.small-promo div.copy .button span {
   display: none;
}

#home-content-left div.small-promo div.copy #get-answers-button{
   background: transparent url(/images/home/get-answers-button.jpg) no-repeat top left;
}

#home-content-left div.small-promo div.copy #view-events-button{
   background: transparent url(/images/home/view-events-button.jpg) no-repeat top left;
}

#home-content-left div.small-promo div.copy #get-answers-button:hover{
   background: transparent url(/images/home/get-answers-button_on.jpg) no-repeat top left;
}

#home-content-left div.small-promo div.copy #view-events-button:hover{
   background: transparent url(/images/home/view-events-button_on.jpg) no-repeat top left;
}

#home-content-right {
   width: 292px;
   float: left;
}

#home-content-right a.promo {
   width: 292px; 
   height: 105px;
   margin: 0 0 20px 0;
   display: block;
}

#home-content-right a span {
   display: none;
}

#home-content-right #play-video {
   background: transparent url(/images/home/right-column-play-video.png) no-repeat top left;
}

#home-content-right #our-story {
   background: transparent url(/images/home/right-column-our-story.png) no-repeat top left;
}

#home-content-right #get-updates {
   background: transparent url(/images/home/right-column-get-updates.png) no-repeat top left;
}

#home-content-right #financing {
   background: transparent url(/images/home/right-column-financing.png) no-repeat top left;
}

#home-content-right #play-video:hover {
   background: transparent url(/images/home/right-column-play-video_on.png) no-repeat top left;
}

#home-content-right #our-story:hover {
   background: transparent url(/images/home/right-column-our-story_on.png) no-repeat top left;
}

#home-content-right #get-updates:hover {
   background: transparent url(/images/home/right-column-get-updates_on.png) no-repeat top left;
}

#home-content-right #financing:hover {
   background: transparent url(/images/home/right-column-financing_on.png) no-repeat top left;
}
