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

#menu {
	margin: 10px auto;
	text-align:center;
	font-size: 120%;
}

#menu li {
display: inline;
list-style-type: none;
padding-right: 20px;
}

#menu {
	font-family: 'Acme', sans-serif;
	color: #db1012 !important;
}
#menu a {
	color: #db1012 !important;
}
#menu a:hover {
	color: black !important;
}

body#home a#homenav,
body#purchase a#purchasenav,
body#trailer a#trailernav,
body#updates a#updatesnav, 
body#photos a#photosnav, 
body#press a#pressnav 
{
color: black !important;
}

.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style2 {
	font-size: x-small
}
.style3 {font-family: "Courier New", Courier, monospace}
.style4 {font-size: x-small; font-family: "Courier New", Courier, monospace; }
.style5 {
	color: #CA0007;
	font-style: italic;
	font-weight: bold;
}
.style6 {font-size: small}
.style7 {font-size: small; font-family: "Courier New", Courier, monospace; }
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}