/* global styles */
*{
	margin:0;
	padding:0;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#dddddd;
	outline:none;
}
html{
	height:100%;
	overflow-y:scroll;
}
body{
	background:url(../_img/bg.jpg) top left repeat-x;
	background-color:#06213C;
}
a{ outline:none; }
a,a:link,a:visited{
	color:#ffffff;
	text-decoration:none;
}
a:hover,a:active{
	color:#ffffff;
	text-decoration:underline;
}
img{ border:none; }
h1, h2{
	display:block;
}

/* boxes */
#wrapper{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-448px;
	width:896px;
}
#header{
	width:896px;
	height:166px;
}
#nav{
	width:396px;
	height:140px;
	padding:0 250px;
}
#coverflow{
	width:396px;
}
#content{
	width:896px;
	min-height:454px;
	margin-bottom:20px;
	overflow:hidden;
}
#leftcol,#rightcol{
	float:left;
}
#leftcol{
	margin-left:25px;
	padding-top:285px;
	width:327px;
}
#rightcol{
	margin:0 25px;
	padding-top:234px;
	width:494px;
}
#fsk{
	width:327px;
	text-align:right;
}
#leftcol h2,#rightcol h2{
	font-size:11px;
	font-weight:normal;
	line-height:12px;
	margin-bottom:3px;
}
#leftcol h2{
	font-size:13px;
	font-weight:bold;
	line-height:16px;
}
#rightcol h2{
	background:url(../_img/arrow.gif) no-repeat left center;
	padding-left:20px;
}
.box{
	background:url(../_img/bg_box.jpg) no-repeat top left;
	width:287px;
	padding:0 20px;
	height:39px;
	margin-bottom:3px;
}
.buy:link,.buy:visited{
	outline:none;
	opacity:.60;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
}
.buy:hover,.buy:active{
	opacity:1.0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
}
#gallery{
	padding:26px 0;
	width:327px;
}
#trailer{
	width:494px;
	height:205px;
	margin-bottom:29px;
}
#info{
	width:494px;
}
#info td{
	padding-bottom:5px;
}
.splitter{
	margin:5px 0 10px 0;
	width:494px;
	height:2px;
	background:url(../_img/splitter.gif) repeat-x top left;
}
#synopsis{
	padding-bottom:20px;
}
#lang{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-448px;
	width:896px;
	text-align:right;
	color:#cc0000;
}
#lang a:link,#lang a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#cddbe8;
}
#lang a:hover,#lang a:active{
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

