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

A:visited	{
	color: #993399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
A:link		{
	color: #03F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
A:hover 	{ color: #FFCC00; text-decoration: none; font-family: Arial, Helvetica, sans-serif;  }
A:active	{ color: #ffcc00; text-decoration: none; font-family: Arial, Helvetica, sans-serif;  }

.menuTxtBd{
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	line-height: 200%;
	font-family: Arial, Helvetica, sans-serif;
}

.menuTxtBdsm{
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
}

.menuTxt{
	color: #003366;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 16px;
}

/* rollover menu */
.menu {
	margin: 0;
	padding: 0;
	width: 200px;
	list-style: none;
	background: #ecc477; 
}
.menu li {
	padding: 0;
	margin: 0;
	height: 39px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 39px;
	background-repeat: no-repeat;
}
.home {background-image: url(images/home-over.jpg);}
.home a {background-image: url(images/home-off.jpg);}
.film {background-image: url(images/film-over.jpg);}
.film a {background-image: url(images/film-off.jpg);}
.productionteam {background-image: url(images/productionteam-over.jpg);}
.productionteam a {background-image: url(images/productionteam-off.jpg);}
.screenings {background-image: url(images/screenings-over.jpg);}
.screenings a {background-image: url(images/screenings-off.jpg);}
.press {background-image: url(images/press-over.jpg);}
.press a {background-image: url(images/press-off.jpg);}
.order {background-image: url(images/buy-over.jpg);}
.order a {background-image: url(images/buy-off.jpg);}
.garifuna {background-image: url(images/garifuna-over.jpg);}
.garifuna a {background-image: url(images/garifuna-off.jpg);}
.contact {background-image: url(images/contact-over.jpg);}
.contact a {background-image: url(images/contact-off.jpg);}
ul.menu li a:hover {background: none;}
/* end rollover menu */

#mc_embed_signup .email, #mc_embed_signup .button  {
    margin: auto !important;
    margin-bottom: 10px !important; 
}