/* CSS Document */

/* film */
.film {
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(../images/the-filmDARK.gif);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 148px;
height: 30px;
margin: 0;
padding: 0;
}
.film img {width: 148px; height: 30px; border: 0; }
.film a:hover img{visibility:hidden}

/* artist */
.artist {
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(../images/the-artistDARK.gif);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 168px;
height: 30px;
margin: 0;
padding: 0;
}
.artist img {width: 168px; height: 30px; border: 0; }
.artist a:hover img{visibility:hidden}

/* filmmaker */
.filmmaker {
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(../images/the-filmmakerDARK.gif);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 251px;
height: 30px;
margin: 0;
padding: 0;
}
.filmmaker img {width: 251px; height: 30px; border: 0; }
.filmmaker a:hover img{visibility:hidden}

/* anecdotes */
.anecdotes {
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(../images/anecdotesDARK.gif);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 196px;
height: 29px;
margin: 0;
padding: 0;
}
.anecdotes img {width: 196px; height: 29px; border: 0; }
.anecdotes a:hover img{visibility:hidden}

/* press */
.press {
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(../images/press-releaseDARK.gif);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 197px;
height: 29px;
margin: 0;
padding: 0;
}
.press img {width: 197px; height: 29px; border: 0; }
.press a:hover img{visibility:hidden}

/* learnmore */
.learnmore {
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(../images/learn-moreDARK.gif);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 174px;
height: 29px;
margin: 0;
padding: 0;
}
.learnmore img {width: 174px; height: 29px; border: 0; }
.learnmore a:hover img{visibility:hidden}


/* awards */
.awards {
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(../images/awardsDARK.gif);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 776px;
height: 42px;
margin: 0;
padding: 0;
}
.awards img {width: 776px; height: 42px; border: 0; }
.awards a:hover img{visibility:hidden}

* html a:hover {visibility:visible}