@charset "UTF-8";
/* CSS Document */

#left
{
	position: absolute;
	left: 0;
	top: 400px;
	z-index: 10;
}
#left .arrow
{
	float: left;
	width: 97px;
	height: 105px;
}
#left .arrow.off
{
	background-image: url('../img/arrow-carousel.png');
	background-position: 97px 0;
}
#left .arrow.on
{
	background-image: url('../img/arrow-carousel.png');
	background-position: 0 0;
}
#left .image
{
	position: relative;
	display: none;
	border: 5px solid #2F73ED;
	margin-left: 91px;
	width: 140px;
	height: 87px;
	margin-top: 2px;
}

#right
{
	position: absolute;
	right: 0;
	top: 400px;
	z-index: 10;
}
#right .arrow
{
	float: right;
	width: 97px;
	height: 105px;
}
#right .arrow.off
{
	background-image: url('../img/arrow-carousel.png');
	background-position: 97px 105px;
}
#right .arrow.on
{
	background-image: url('../img/arrow-carousel.png');
	background-position: 0 105px;
}
#right .image
{
	position: relative;
	display: none;
	border: 5px solid #2F73ED;
	margin-right: 91px;
	width: 140px;
	height: 87px;
	margin-top: 2px;
}
#right #right-text,
#left #left-text
{
	position: absolute;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	color: white;
	text-align: center;
	overflow: hidden;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 5px 0;
	width: 140px;
}

#carousel
{
	position: absolute;
	width: 100%;
	min-height: 1100px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
}

#carousel .carousel
{
	display: none;
	margin: auto;
	min-height: 900px;
}
#carousel .slide
{
	position: relative;
	margin: auto;
	padding-top: 100px;
	width: 1004px;
	height: 450px;
}



#badges
{
	height: 121px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	margin-top: 510px;
}
#badges .badges
{
	width: 1000px;
	height: 121px;
	margin: auto;
	padding-left: 2px;
}
#badges .badge
{
	position: relative;
	float: left;
	margin-right: 10px;
	width: 230px;
	height: 121px;
	background-position: 0 -121px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	overflow: hidden;
}
#badges .badge a
{
	position: absolute;
	padding-top: 95px;
	padding-left: 10px;
	color: #FFF;
	display: block;
	width: 220px;
	height: 121px;
}
#badges .badge:hover a
{
	color: #FFCB66;
}
#badges .badge:hover
{
	background-position: 0 0;
}



#drawer
{
	background-image: url('../img/expand-bg.png');
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	overflow: hidden;
	left: 3px;
}
#drawer.down
{
	top: 670px;
	height: 320px;
}
#drawer.up
{
	top: 150px;
	height: 950px;
}
#drawer .barbg
{
	background-image: url('../img/bg_bar.gif');
	background-position: center top;
	background-repeat: repeat-x;
}
#drawer .bar
{
	margin: 0px auto;
	background-image: url('../img/bar.png');
	background-position: center top;
	background-repeat: no-repeat;
	height: 69px;
	text-align: center;
	color: white;
}
#drawer .bar #direction-up,
#drawer .bar #direction-down
{
	margin: auto;
	width: 100px;
}
#drawer .bar #direction-up .left,
#drawer .bar #direction-down .left
{
	float: left;
	margin-top: 11px;
	margin-left: 10px;
}
#drawer .bar #direction-up .right,
#drawer .bar #direction-down .right
{
	float: right;
	margin-top: 11px;
	margin-right: 10px;
}


#content
{
	color: #b3b4b7;
	width: 1000px;
	margin: 0 auto;
	font-size: 0.70em;
}
#content a
{
	text-decoration: none;
}
#content h4 a
{
	font-weight: bold;
}
#content h4
{
	margin: 15px auto 0;
	font-weight: bold;
	color: #39F;
}
#content #news
{
	float: left;
	width: 33%;
}
#content #twitter
{
	margin: 0 33%;
}
#content #follow
{
	float: right;
	width: 33%;
}
#content .clear
{
	clear: both;
}
#content #news > div,
#content #twitter > div,
#content #follow > div
{
	margin: 0 25px;
}
#content #news h3,
#content #twitter h3,
#content #follow h3
{
	margin: 0 auto;
	font-size: 2em;
	color: #39F;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.post h4{ font-size:12px;}

.post .date
{
	margin: 0 auto 12px;
}
.post .description
{
	margin: 0 auto 35px;
	font-size:12px;
	line-height:130%;
}

.tweet
{
	display: none;
	padding: 10px 0;
	min-height: 60px;
	overflow-x: hidden;
}

.tweet .avatar
{
	float: left;
	margin: 2px 4px 2px 0px;
}

.tweet .avatar img
{
	height: 48px;
	width: 48px;
}

.tweet .user a
{
  font-weight: bold;
}

.tweet .text
{
	margin: 0 0 0 50px;
}

.tweet .time
{
	margin: 5px 0 0 50px;
  font-variant: small-caps;
}

#social
{
  padding: 10px 0;
}

#social #avatar
{
  float: left
}

#social .avatar_text
{
  margin: 0 60px;
}

#social .avatar_text span.screen_name
{
  font-weight: bold;
  font-size: 1.5em;
}

#social .fb-like
{
  float: left;
  margin: 25px auto;
}

#social .tw-like
{
  margin: 25px auto;
}

#social #preorder_promo
{
  margin: 125px auto 0;
}

#main{
	height: 550px;
	margin: 0 auto;
	text-align: center;
}
#mainmovie{ padding-top:35px;}
#top{ margin:0 auto; width:900px; position:relative;}
#top ul{list-style:none; }

#top li.platinum{
	position: absolute;
	left: -42px;
	top: 349px;
}

#top li.catch{
	position: absolute;
	left: 633px;
	top: 146px;
}

#top li.day{
	position: absolute;
	left: 294px;
	top: 421px;
}

#top li.news1 a{
	position: absolute;
	left: -32px;
	top: 460px;
	display: block;
	width: 297px;
	height: 109px;
	background-image: url(../img/btn_dlc.jpg);
	overflow: hidden;
	text-indent: -9999px;
}

#top li.news2 a{
	position: absolute;
	left: 296px;
	top: 460px;
	display: block;
	width: 297px;
	height: 109px;
	background-image: url(../img/btn_ot.jpg);
	overflow: hidden;
	text-indent:-9999px;
}

#top li.news3 a{
	position: absolute;
	left: 624px;
	top: 460px;
	display: block;
	width: 297px;
	height: 109px;
	background-image: url(../img/btn_joy.jpg);
	overflow: hidden;
	text-indent: -9999px;
}
#top li a:hover{ background-position:0 -109px;}
#day{ margin:0 auto; width:262px; padding-top:18px;}

#topvisual{
	background-image: url(../img/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#featuresvisual{
	background-image: url(../img/features_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#order{
	background-image: url(../img/us/ordertop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#newmodevisual{
	background-image: url(../img/new_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#newmodevisual2{
	background-image: url(../img/new_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#charactersvisual{
	background-image: url(../img/features_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#charactersvisual3{
	background-image: url(../img/enemie_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
