/* -------------------------------------------------------------- 
   global
-------------------------------------------------------------- */

@font-face {
	font-family: font1;
	src: url('/embed/fonts/OptimusPrincepsSemiBold.ttf');
}

body {
	background-color: #050C1D;
	color: #fff;
	font-family: "Century Gothic", corbel, arial, sans-serif;
}

a img  {
	border: none;
}

h1 {
	font-variant: small-caps;
	font-family: font1, times, georgia, serif;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: #fff 0px 0px 10px;
}

h2 {
	font-variant: small-caps;
	font-family: font1, times, georgia, serif;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: #fff 0px 0px 10px;
}

#container {
	width: 740px;
	margin: 20px auto;
	text-shadow: #000 1px 1px 1px;
}



/* Trailer
-------------------------------------------------------------- */

#trailer {
	width: 640px;
	height: 480px;
	margin: 20px auto 0px auto;
}

#trailer img,
embed, object {
	-moz-box-shadow: #000 1px 1px 10px;	
	-webkit-box-shadow: #000 1px 1px 10px;	
	box-shadow: #000 1px 1px 10px;	
}

/* Language bar
-------------------------------------------------------------- */

#nav_language {
	width: 540px;
	margin: 10px auto 0 auto;
	font-size: 11px;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

#nav_language a {
	text-decoration: none;
}

#nav_language a:hover {
	text-decoration: underline;
}

#nav_language strong {
	color:#DFB839;
}

#nav_language a:focus {
	outline: none;
	color:#FDD041;
}

#nav_language a {
	color: #fff;
}

#nav_language li {
	margin-right: 30px;
}

#nav_language .last {
margin-right: 0;
}

ul.tabs { margin: 0; padding: 0; }
ul.tabs li { float: left; list-style: none; margin: 0; padding: 0; }
ul.tabs li a { float: left; display: block; }

/* Clearing floats without extra markup  */
ul.tabs { display: inline-block; }
ul.tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html ul.tabs { height: 1%; }
ul.tabs { display: block; }

/* Content
-------------------------------------------------------------- */

#content {
	font-size: 13px;
	margin-top: 30px;
	line-height: 1.6;
}
#order {
	color: #ffc;
	float: left;
	width: 210px;
	margin: 10px 50px 50px 0;
	text-align: center;
	font-family: georgia, sans-serif;
}

#order a {
	color: #ffc;
}



blockquote {
	margin-left: 10px;
	color: #fff;
	font-size: 1.2em;
}

cite {
	text-align: right;
text-style: italic;
}

/* DVD Info
-------------------------------------------------------------- */

#dvd_info {
	border-top: 1px solid #333;	
	width: 480px;
	padding: 0 0 0 0;
	margin: 20px auto 0 260px;
	font-size: 11px;
}
#dvd_info a {
	color: #fff;
	text-decoration: none;

}


#dvd_info small {
	color: #9E9E9E;
	font-family: arial, sans-serif;
	font-size: 10px;
}

hr {
	background-color: #333;
	border:medium;
	clear:both;
	color:#333;
	float:none;
	height:1px;
	margin:0 0 1.45em;
	width:100%;
}