/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #920d10;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	background-image: url(../images/background.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a:link { color: #920d10; }
a:visited { color: #920d10; }
a:hover { color: #000066; }
a:active { color: #920d10; }

#topbar {
	width: 100%;
	height: 30px;
	top: 0px;
	background-color: #000000;
	position: fixed;
	z-index: 300;
}
#submenu {
	left: 175px;
	width: 820px;
	top: 5px;
	text-align: center;
	color: #353535;
	font-size: 12px;
	text-transform: uppercase;
	position: fixed;
	z-index: 400;
}
#submenu a:link { color: #df9300; text-decoration: none; }
#submenu a:visited { color: #df9300; text-decoration: none; }
#submenu a:hover { color: #df9300; text-decoration: underline; }
#submenu a:active { color: #df9300; text-decoration: none; }

#bottombar {
	width: 100%;
	height: 50px;
	background-color: #000000;
	position: fixed;
	z-index: 300;
	bottom: 0px;
}

#copyright {
	left: 175px;
	width: 820px;
	bottom: 5px;
	text-align: center;
	color: #df9300;
	font-size: 10px;
	text-transform: uppercase;
	position: fixed;
	z-index: 400;
}

.subcopyright {
	text-transform: none;
}

#copyright a:link { color: #df9300; text-decoration: none; }
#copyright a:visited { color: #df9300; text-decoration: none; }
#copyright a:hover { color: #df9300; text-decoration: underline; }
#copyright a:active { color: #df9300; text-decoration: none; }

#container {
	width: 100%;
	text-align: center;
	margin: auto;
}
#packshotbg {
	left: 0px;
	top: 30px;
	width: 192px;
	height: 668px;
	position: fixed;
	z-index: -100;
	background: url(../images/packshotbg.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#photobg {
	left: 840px;
	width: 363px;
	height: 750px;
	top: 30px;
	position: fixed;
	z-index: -100;
}
#logo {
	left: 175px;
	width: 820px;
	height: 132px;
	top: 30px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: fixed;
	z-index: 100;
}
#logo a {
	display: block;
	width: 820px;
	height: 132px;
	text-indent: -2000px;
}
#packshot {
	position: fixed;
	z-index: 50;
	top: 120px;
	left: 30px;
	width: 290px;
	height: 425px;
	overflow: hidden;
}
#header {	
	margin-left: 175px;
	margin-top: 30px;
	width: 820px;
	padding-top: 158px;
	position: relative;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
#col1 {
	float: left;
	width: 365px;
}
#col2 {
	float: left;
	width: 263px;
	margin-left: 16px;
}
.cleardiv {
	clear: both;
}
#content {
	padding-left: 160px;
	padding-top: 0px;
	text-align: left;
	background-image: url(../images/content-background.png);
	background-repeat: repeat-y;
}
#footer {
	padding-bottom: 50px;	
	margin-left: 175px;
	width: 820px;
	height: 104px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}
#links {
	text-align: center;
	padding: 10px;
}
#preview {
	margin: 0px;
	padding: 0px;
}
#info {
	width: 250px;
	float: left;
}
#signup {
	width: 90px;
	float: left;
}
.synopsis {
	font-size: 14px;
}
.subtitle {
	padding-top: 10px;
}
.releasedate {
	color: #920d10;
	font-style: italic;
}
h1 {
	font-size: 24px;
	color: #920d10;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}
h2 {
	font-size: 21px;
	color: #000066;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	color: #920d10;
}
.subtitle1 {
	font-size: 14px;
	color: #920d10;
	font-weight: bold; 
}
.subtitle2 {
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}
img {
	border: none;
}

.divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	border-bottom: #bbbbbb 1px solid;
	clear: left;
}
.news {
	font-size: 11px;
}
.video {
	/* background-color: #f1f1f1; */
	padding-top: 10px;
	padding-bottom: 10px;
}
#twittergraphic {
	width: 70px;
	height: 180px;
	float: left;
}
#twitterbox {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 250px;
	float: left;
	background-color: #f0f0f0;
	font-size: 12px;
}
#twitter_update_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#twitter_update_list li {
	border-bottom: solid #CCCCCC 1px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#twitter_update_list li a:link { color: #920d10; text-decoration: none; } 
#twitter_update_list li a:visited { color: #920d10; text-decoration: none; }
#twitter_update_list li a:hover { color: #920d10; text-decoration: underline; }
#twitter_update_list li a:active { color: #920d10; text-decoration: none; }

#share {
	padding: 10px;
	text-align: right;
}

.privacy{
	font-size: 10px;
}