

/*
---------------------------------------------------------
Layout
---------------------------------------------------------
*/ 

#page-layout { 
    background: url() center top no-repeat; 
} 

.pg-frame{
    background: url(/images/ten_video_bg_v3.jpg) top center no-repeat;
}

/*
---------------------------------------------------------
Common Elements
---------------------------------------------------------
*/
#content #flash-marquee{
    margin: 0px !important;
    padding: 25px 0px 6px 0px !important;
    display: inline-block; 
    height: 310px
 
}
/*
---------------------------------------------------------
Nav
---------------------------------------------------------
*/
#secondary-navigation {
    
    
}
#secondary-navigation ul li a {
    color: #ffc000;
    background: url(/images/arrow-show.gif) 6px 6px no-repeat;
}
#secondary-navigation ul li a:hover{
    color:  #ffffff !important;
    background: #ff9600 url(/images/arrow-show-black.gif) 6px 6px no-repeat;
}
#secondary-navigation ul li.selected a{ 
    color: #ffffff !important; 
    background: #ff9600 url(/images/arrow-show-black.gif); 
    background-repeat: no-repeat; 
    background-position: 6px 6px; 
    *background-position: 6px 6px; 
} 

/*
---------------------------------------------------------
Hor Promo
---------------------------------------------------------
*/
#content .hor-promo {
    background:#000000;
}
#content .hor-promo h2 {
    color: #FFF
}
#content .hor-promo .button-left {
    display: none;
}
#content .hor-promo .button-right {
    display: none;
}
#content .hor-promo .all-items .item a {
    color: #FFF;
}
#content .hor-promo .all-items  .item .text {
   color: #FFF;
}
