@charset "UTF-8";
/* CSS Document */

#navbar {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navbar a {
	text-decoration: none;
	display: block;
	text-indent: -5000px;
	outline:none;
}
#navbar a:visited {
	outline:none;
}
#navbar a:hover {
	outline:none;
}
#navbar a:active {
	outline:none;
}
#navbar #home {
	background-image:url(../images/elephantdonkey3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 147px;
	height: 126px;
}
#navbar #home:hover {
	background-position: 0 -126px;
}
#navbar #news {
	background-image:url(../images/news3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 147px;
	height: 49px;
}
#navbar #news:hover {
	background-position: 0 -49px;
}
#navbar #synopsis {
	background-image:url(../images/synopsis3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 147px;
	height: 49px;
}
#navbar #synopsis:hover {
	background-position: 0 -49px;
}
#navbar #gallery {
	background-image:url(../images/gallery3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 147px;
	height: 49px;
}
#navbar #gallery:hover {
	background-position: 0 -49px;
}
#navbar #filmmakers {
	background-image:url(../images/aboutthefilmmakers3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 147px;
	height: 49px;
}
#navbar #filmmakers:hover {
	background-position: 0 -49px;
}
#navbar #book {
	background-image:url(../images/aboutthebook3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 147px;
	height: 49px;
}
#navbar #book:hover {
	background-position: 0 -49px;
}
#navbar #press {
	background-image:url(../images/press3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 147px;
	height: 49px;
}
#navbar #press:hover {
	background-position: 0 -49px;
}
#navbar #blog {
	background-image:url(../images/blog3.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	width: 147px;
	height: 49px;
}
#navbar #blog:hover {
	background-position: 0 -49px;
}
#navbar #trailer {
	background-image:url(../images/trailer3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 147px;
	height: 49px;
}
#navbar #trailer:hover {
	background-position: 0 -49px;
}
#navbar #contact {
	background-image:url(../images/contactus3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 147px;
	height: 49px;	
}
#navbar #contact:hover {
	background-position: 0 -49px;
}
#indexbuttons ul {
	position:relative;
	float:left;
	list-style:none;
}
#indexbuttons li {
	list-style:none;
	float:left;
}
#indexbuttons a {
	text-indent:-5000px;
	text-decoration:none;
	display:block;
	outline:none;
}
#indexbuttons #trailerbutton {
	background-image:url(../images/viewtrailer.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	width: 200px;
	height: 67px;
}
#indexbuttons #trailerbutton:hover {
	background-position: 0 -67px;
}
#indexbuttons #email {
	background-image:url(../images/email3.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	width: 238px;
	height: 73px;
}
#indexbuttons #email:hover {
	background-position: 0 -73px;
}
#textbackground {
	background-image:url(../images/bluehaze5.png);
	background-repeat:repeat;
	position:absolute; 
	visibility: visible; 
	top: 280px; 
	padding-left:10px; 
	padding-right:10px;
}
#navbar #home:active,
#navbar #news:active,
#navbar #synopsis:active,
#navbar #gallery:active,
#navbar #filmmakers:active,
#navbar #book:active,
#navbar #press:active,
#navbar #trailer:active,
#navbar #contact:active {
	text-decoration:none;
}