html, body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

.indent {
	margin-left: 1.5em;
}

ul {
	padding: 0 0 0 1em;
	margin: 0;
}

#wrapper {
	background: url(header.jpg) center top no-repeat;
}

/**
 * Header
 */
#header {
	width: 996px;
	height: 465px;
	margin: 0 auto;
	position: relative;
}

#header .enter-site {
	display: block;
	position:absolute;
	top: 330px;
	left: 32px;
}

#header .superset {
	display: block;
	position:absolute;
	top: 22px;
	left: 818px;
}

#header .bluray {
	display: block;
	position:absolute;
	top: 215px;
	left: 818px;
}

/**
 * Menu
 */
#menu {
	width: 914px;
	margin: 0 auto;
	list-style-type: none;
	padding: 0;
	font-size: 14px;
	height: 18px;
	position: relative;
}

#menu li {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 6px;
}

#menu li.item-1 {
	left: 47px;
}

#menu li.item-2 {
	left: 202px;
}

#menu li.item-3 {
	left: 387px;
}

#menu li.item-4 {
	left: 627px;
}

#menu a:link,
#menu a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/**
 * Page & Pane
 */
#page {
	width: 914px;
	margin: 0 auto;
	color: #FFF;
	font-size: 13px;
	padding-bottom: 50px;
}

.pane {
	margin-top: 20px;
	background-color: #000;
}

.pane .top {
	display: block;
}

.pane .inner {
	padding: 14px 28px;
	line-height: 1.4em;
	text-shadow: 2px 2px 2px #000;
}

.pane .bottom {
	display: block;
}

.pane .header {
	display: block;
	margin: 0 auto;
	padding-bottom: 24px;
}

.pane.narrow {
	float: left;
}

.pane.narrow .inner {
		width: 389px;
}

.pane.narrow.tall {
	background: url(narrow-background-tall.jpg) no-repeat bottom left;
}

.pane.narrow.short {
	background: url(narrow-background-short.jpg) no-repeat bottom left;
}

.pane.col1 {
	clear: left;
}

.pane.col2 {
	float: right;
}

.pane .product {
	float: left;
}

.pane .copy {
	float: right;
	width: 275px;
}

/**
 * Custom panes
 */
#story .inner {
	background: url(wide-background.jpg) no-repeat;
}

#superset .copy,
#bluray .copy {
	padding-top: 1px;
}

#hddigital .product {
	padding-top: 2px;
}

/**
 * Footer
 */
#footer {
	padding-top: 45px;
}

#rating {
	margin: 0 auto;
	display: block;
}

.bonus {
	color: #A1A1A1;
	font-size: 11px;
	text-align: center;
	padding: 5px 0 10px 0;
}

#additionalInfo {
    color: #A1A1A1;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
}

#additionalInfo a {
    color: #A1A1A1;
    text-decoration: none;
}

#global-footer {
	padding-top: 15px;
}

/*** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}

.clear-block {
  display: block;
}

/* End hide from IE-mac */
