/*		Table Of Contents
=======================================================

summary: Main Stylesheet

- MAIN
- HEADER
- FEATURES
- DETAILS
- FOOTER
- SCREENS
- LOCALIZATION

=======================================================
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #401102 url("../images/body-bg.jpg") repeat-x top left;
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1;
}

h1 {
	background: url("../images/en/header-01.png") no-repeat top left;
	display: block;
	height: 24px;
	margin: 20px auto 5px;
	width: 284px;
}
h1 span, 
h2 span {
	margin-left: -9999px;
}

h2 {
	background: url("../images/en/header-02.png") no-repeat top left;
	display: block;
	height: 22px;
	margin: 0 0 10px;
	width: 220px;
}

h3 {
	background: url("../images/divider.png") no-repeat center center;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 15px 0;
	text-align: center;
}
	h3 span {
		background: #5D2801;
		padding: 0 10px;
	}

p, ul {
	line-height: 1.4;
	margin: 0 0 15px 0;
}

ul li {
	list-style: none;
	margin: 0 0 8px 0;
}

a {
	color: #FEA72A;
	outline: none;
	text-decoration: none;
}
	a:hover {
		color: #6CD5FF;
	}

a img {
	border: none;
}

sup {
	font-size: 8px;
	margin: 0 0 0 2px;
}

.clear {
	clear: both;
}

#main-bg {
	background: url("../images/main-bg.jpg") no-repeat top center;
	display: block;
	height: 900px;
	left: 0;
	min-width: 960px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

#container {
	margin: 0 auto;
	padding: 500px 20px 15px;
	position: relative;
	width: 920px;
}

/*-----------------------------------------------------
	HEADER
-------------------------------------------------------*/
#header {
	color: #3B1B05;
	height: 352px;
	left: 50%;
	margin: 0 0 0 -250px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 0;
	width: 515px;
}

#header div.sign {
	background: url("../images/sign.png") no-repeat top center;
	bottom: 0;
	display: block;
	left: 50%;
	margin: 0 0 0 -170px;
	padding: 150px 0 0 0;
	position: absolute;
	width: 340px;
}

div.sign div.price {
	background: url("../images/en/price-burst.png") no-repeat top left;
	display: block;
	height: 90px;
	position: absolute;
	right: -5px;
	top: -5px;
	width: 91px;
}
div.price span {
	margin-left: -9999px;
}

div.sign a.buy-now {
	background: url("../images/button-bg.png") no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 62px;
	margin: 0 auto;
	position: relative;
	width: 227px;
}
div.sign a.buy-now span {
	bottom: 13px;
	color: #FFE6BB;
	font-size: 20px;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
}
	div.sign a.buy-now:hover {
		background-position: 0 -62px;
	}


/*-----------------------------------------------------
	FEATURES
-------------------------------------------------------*/
#features {
	margin: 0 auto 130px;
	padding: 0 0 0 100px;
	width: 430px;
}

#features h2 {
	margin-left: -20px;
}

#features ul li a {
	background: url("../images/bullets.png") no-repeat 0 1px;
	margin: 0 0 0 -21px;
	padding: 0 0 0 20px;
}
	#features ul li.active a, 
	#features ul li a:hover {
		background-position: 0 -16px;
	}
	
#features ul li.active a {
	color: #6CD5FF;
}


/*-----------------------------------------------------
	DETAILS
-------------------------------------------------------*/
#details {
	color: #FFD3B3;
	font-size: 11px;
	margin: 0 0 50px 0;
}

#details a.app-store {
	background: url("../images/en/app-store.png") no-repeat top left;
	display: block;
	height: 50px;
	margin: 0 auto 30px;
	width: 145px;
}
#details a.app-store span {
	margin-left: -9999px;
}

#details div.overview {
	margin: 0 auto;
	width: 580px;
}

div.overview ul {
	float: left;
	width: 280px;
}
div.overview ul li {
	list-style: disc;
	margin: 0;
}

div.overview p.requirements {
	float: right;
	width: 280px;
}

h3.share-header span {
	background: #4F1D02;
}

ul.share {
	text-align: center;
}
ul.share li {
	display: inline;
	margin: 0 5px;
}
ul.share li a {
	background: url("../images/social-media.png") no-repeat;
	color: #FFD3B3;
	cursor: pointer;
	display: inline-block;
	height: 24px;
	position: relative;
	text-align: center;
	width: 55px;
}
ul.share li a span {
	left: 0;
	position: absolute;
	top: 28px;
	width: 55px;
}

ul.share li.facebook a {
	background-position: 50% 0;
}
ul.share li.twitter a {
	background-position: 50% -24px;
}
ul.share li.youtube a {
	background-position: 50% -48px;
}
ul.share li.myspace a {
	background-position: 50% -72px;
}
ul.share li.digg a {
	background-position: 50% -96px;
}
ul.share li.email a {
	background-position: 50% -120px;
}


/*-----------------------------------------------------
	FOOTER
-------------------------------------------------------*/
#footer {
	color: #FFD3B3;
	font-size: 11px;
	overflow: hidden;
	text-align: center;
}

#footer p {
	margin: 0 auto 10px;
	width: 640px;
}

#footer ul.logos {
	margin: 0 0 20px 0;
}
ul.logos li {
	display: inline;
}
ul.logos li a {
	display: inline-block;
	height: 88px;
}
ul.logos li a span {
	margin-left: -9999px;
}

ul.logos li.ncsoft a {
	background: url("../images/logo-ncsoft.png") no-repeat center center;
	width: 215px;
}

ul.logos li.aion {
	margin: 0 110px 0 50px;
}
ul.logos li.aion a {
	background: url("../images/logo-aion.png") no-repeat center center;
	width: 190px;
}

ul.logos li.esrb a {
	background: url("../images/logo-esrb.png") no-repeat center center;
	width: 178px;
}
ul.logos li.pegi a {
	background: url("../images/logo-pegi.png") no-repeat center center;
	width: 60px;
}
ul.logos li.usk a {
	background: url("../images/logo-usk.png") no-repeat center center;
	margin: 0 25px 0 0;
	width: 72px;
}


/*-----------------------------------------------------
	SCREENS
-------------------------------------------------------*/
#screens {
	background: url("../images/ishugo.png") no-repeat top left;
	display: block;
	height: 652px;
	left: 50%;
	margin: 0 0 0 -700px;
	position: absolute;
	top: 290px;
	width: 510px;
	z-index: 9999;
}

#screens #reflection {
	background: url("../images/reflection.png") no-repeat top left;
	display: block;
	height: 280px;
	left: 280px;
	position: absolute;
	top: 236px;
	width: 195px;
	z-index: 9999;
}

#screens ul {
	display: block;
	height: 280px;
	left: 280px;
	overflow: hidden;
	position: absolute;
	top: 236px;
	width: 195px;
}

#screens ul li {
	left: 0;
	position: absolute;
	top: 0;
}
#screens ul li img {
	height: 280px;
	width: 195px;
}


/*-----------------------------------------------------
	LOCALIZATION
-------------------------------------------------------*/
/* UK */
#uk div.sign div.price {
	background-image: url("../images/en/price-burst-uk.png");
}

#uk #footer ul.logos li.pegi a, 
#fr #footer ul.logos li.pegi a {
	margin: 0 110px 0 0;
}

/* FR */
#fr h1 {
	background-image: url("../images/fr/header-01.png");
	width: 268px;
}
#fr h2 {
	background-image: url("../images/fr/header-02.png");
	width: 298px;
}

#fr div.sign div.price {
	background-image: url("../images/fr/price-burst.png");
}

#fr #details a.app-store {
	background-image: url("../images/fr/app-store.png");
}

#fr h3.overview-header span {
	background: #582303;
}
#fr h3.share-header span {
	background: #4A1A03;
}

#fr #footer p {
	width: 660px;
}

/* DE */
#de h1 {
	background-image: url("../images/de/header-01.png");
	margin-top: 15px;
	width: 291px;
}
#de h2 {
	background-image: url("../images/de/header-02.png");
	width: 257px;
}

#de #header p {
	padding: 0 8px;
}

#de div.sign div.price {
	background-image: url("../images/de/price-burst.png");
}

#de #details a.app-store {
	background-image: url("../images/de/app-store.png");
}

#de div.sign a.buy-now span {
	bottom: 14px;
	font-size: 18px;
}

#de h3.overview-header span {
	background: #542102;
}
#de h3.share-header span {
	background: #471701;
}

#de #features {
	margin: 0 auto 80px;
}
