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

summary: Main Stylesheet

- MAIN
- ART
- CAROUSEL
- CONCEPT ART
- FOOTER
- HOME
- NAVIGATION
- NEWS
- PAGINATION
- RACES
- SIDE COLUMN
- THREE COLUMN
- VIDEO
- WALLPAPERS
- WIDE COLUMN

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

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	background: url("http://www.guildwars2.com/global/includes/images/landscape-bg-sub.jpg") no-repeat top center fixed #FFF;
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.5;
}
#home-body {
	background: url("images/img.jpg") no-repeat top center #FFF;
}
body.races-body {
	background: url("http://www.guildwars2.com/global/includes/images/races-bg.jpg") no-repeat top center fixed #FFF;
}

h1 {
	background: url("http://www.guildwars2.com/global/includes/images/logo.png") no-repeat top left;
	display: block;
	float: left;
	height: 175px;
	width: 300px;
}
h1 a {
	display: block;
	height: 100%;
	outline: none;
}
h1 span {
	margin-left: -9999em;
}
h3 {
	font-size: 1.1em;
	margin: 0 0 3px 0;
}

a, 
a:visited {
	color: #8B0701;
	text-decoration: none;
}
a:hover {
	color: #222;
}

p {
	margin: 0 0 15px 0;
}

.clear {
	clear: both;
}

#container {
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	width: 940px;
}

img.border {
	border: 1px solid #B6BCBF !important;
	padding: 2px;
}

/*-----------------------------------------------------
	ART
-------------------------------------------------------*/
a.see-more {
	background: transparent url(http://www.guildwars2.com/global/includes/images/en/see-more.png) 0 0 no-repeat;
	display: block;
	height: 30px;
	margin: 0 0 15px 0;
	width: 52px;
}
a.see-more:hover {
	background-position: 0 -30px;
}
a.see-more span {
	position: absolute;
	left: -999999px;
}

#wallpapers a.see-more {
	margin: -15px 0 50px 0;
}
#concept-art a.see-more {
	margin: 10px 0 30px 0;
}

/*-----------------------------------------------------
	CAROUSEL
-------------------------------------------------------*/
#carousel {
	height: 230px;
	position: relative;
}
#carousel img {
	border: 0;
	left: 10px;
	position: absolute;
	top: 25px;
}
#carousel div.controls {
	bottom: 0;
	position: absolute;
	right: 10px;
}
#carousel div.controls a {
	display: block;
	float: left;
	outline: none;
	text-indent: -9999em;
}
#carousel div.controls a.dot {
	background: url("http://www.guildwars2.com/global/includes/images/carousel-dot.gif") no-repeat 2px 2px;
	filter: alpha(opacity=60);
	height: 10px;
	margin: 3px 0 0 1px;
	opacity: 0.6;
	width: 10px;
}
#carousel div.controls a.active, 
#carousel div.controls a.dot:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#carousel div.controls a.previous, 
#carousel div.controls a.next {
	height: 15px;
	width: 8px;
}
#carousel div.controls a.previous {
	background: url("http://www.guildwars2.com/global/includes/images/carousel-previous.gif") no-repeat top left;
	margin: 0 10px;
}
#carousel div.controls a.next {
	background: url("http://www.guildwars2.com/global/includes/images/carousel-next.gif") no-repeat top left;
}

/*-----------------------------------------------------
	CONCEPT ART
-------------------------------------------------------*/
h3.concept-art-header {
	margin: 0;
}
h3.concept-art-header a {
	background: url("/global/includes/images/en/concept-art-header.png") 0 0 no-repeat;
	display: block;
	height: 23px;
	width: 100px;
}
h3.concept-art-header span {
	position: absolute;
	left: -999999em;
}

div#concept-art {
	margin: 0 0 25px;
}

/*-----------------------------------------------------
	SCREENSHOTS
-------------------------------------------------------*/
h3.screenshots-header {
	position: relative;
	background: url("http://www.guildwars2.com/global/includes/images/en/screenshots-header.gif") 0 0 no-repeat;
	margin: 0;
	height: 23px;
	width: 120px;	
}
h3.screenshots-header span {
	position: absolute;
	left: -999999em;
}

div#screenshots {
	margin-top: 23px;
}


/*-----------------------------------------------------
	FOOTER
-------------------------------------------------------*/
#footer {
	background: url("http://www.guildwars2.com/global/includes/images/footer-border.png") no-repeat top left;
	margin: 20px 0 0 0;
	padding: 20px 10px;
}

#footer a img {
	border: none;
}

#footer img#ncsoft-logo {
	float: left;
	margin: 0 50px 10px 0;
}

#footer img#arenanet-logo {
	margin: 0 0 15px 0;
}

#footer p {
	color: #444;
	font-size: 0.9em;
	line-height: 1.2;
	width: 390px;
}

#footer #elsewhere {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
}

#footer div.ratings, 
#footer div.copyright {
	float: left;
	margin: 0 50px 0 0;
}
#footer div.ratings img {
	margin: 0 0 15px 0;
}

/*-----------------------------------------------------
	HOME
-------------------------------------------------------*/
#home-body #world-intro {
	margin: 0 0 20px 5px;
	width: 725px;
}
#home-body #world-intro h2 {
	background: url("/includes/images/en/lore-header.png") no-repeat top left;
	height: 33px;
	text-indent: -9999em;
	width: 0px;
}


#home-body #world-intro p {
	margin-bottom: 10px;
}

#home-body #newsletter, 
#home-body #lore, 
#home-body #artbook-cta {
	background: url("/global/includes/images/column-border.png") no-repeat top left;
	display: block;
	float: left;
	margin: 20px 0 0 0;
	padding: 25px 10px 0 10px;
	width: 280px;
}
#home-body #lore {
	margin: 0;
	background: transparent none;
	float: left;
	width: 600px;
	padding: 0;
}

#newsletter h2, 
#lore h2, 
#elsewhere h2,
#artbook-cta h2 {
	display: block;
	margin: 0 0 10px 0;
}
#home-body #newsletter h2 span, 
#home-body #lore h2 span, 
#home-body #elsewhere h2 span,
#home-body #artbook-cta h2 span {
	margin-left: -9999em;
}

#newsletter input.input-text {
	border-collapse: collapse;
	border: 1px solid #AAA;
	color: #666;
	margin: 10px 0 5px 0;
	padding: 5px 8px;
	width: 250px;
}

#newsletter .radio-btns {
	margin-top: 5px;
}

#newsletter #region-radio-na {
	margin-right: 10px;
}

#newsletter button.submit-btn {
	background: url("/global/includes/images/en/submit-btn.png") no-repeat top left;
	border: none;
	cursor: pointer;
	height: 55px;
	margin: 0 0 0 175px;
	width: 100px;
	padding: 0;
}
#newsletter button.submit-btn span {
	position: absolute;
	left: -999999px;
}
#newsletter button.submit-btn:hover {
	background-position: 0 -55px;
}
#newsletter h2 {
	background: url("/global/includes/images/en/newsletter-header.png") no-repeat top left;
	height: 33px;
	width: 106px;
	margin: 0 0 10px;
}
#newsletterResultContainer {
	display: none;
}
#newsletterErrorContainer {
	margin: 0 0 10px;
	color: #8b0701;
	font-style: italic;
}

#artbook-cta h2 {
	background: url("/global/includes/images/en/artbook-module-header.png") no-repeat top left;
	height: 33px;
	width: 260px;
	margin: 0 0 10px;	
}

#artbook-cta #artbook-cta-image {
	float: right;
	margin: -7px -10px 0 17px;
}
#artbook-cta #artbook-cta-image img {
	border: none;
}
#artbook-cta #artbook-cta-copy {
	margin-top: 10px;
}

#lore h2 {
	background: url("/global/includes/images/en/lore-header.png") no-repeat top left;
	height: 33px;
	width: 271px;
	margin: 0 0 10px;
}

#lore p.gw-btn {
	margin: 20px 0 10px -12px;
}
	#lore p.gw-btn a {
		background: transparent url(/global/includes/images/en/gw-btn.jpg) 0 0 no-repeat;
		display: block;
		width: 300px;
		height: 220px;
		position: relative;
		outline: none;
	}
		#lore p.gw-btn a span {
			position: absolute;
			left: -99999px;
		}	

#elsewhere ul li {
	list-style: none;
	margin: 0 0 10px 0;
}
#elsewhere li a {
	background: url("/global/includes/images/en/elsewhere-btns.png") no-repeat;
	display: block;
	height: 33px;
	overflow: hidden;
	width: 252px;
}
#elsewhere li a span {
	margin-left: -9999em;
}

#elsewhere li a.twitter {
	background-position: 0 0;
}
#elsewhere li a.twitter:hover {
	background-position: -252px 0;
}

#elsewhere li a.facebook {
	background-position: 0 -47px;
}
#elsewhere li a.facebook:hover {
	background-position: -252px -47px;
}

#elsewhere li a.youtube {
	background-position: 0 -96px;
}
#elsewhere li a.youtube:hover {
	background-position: -252px -96px;
}

#elsewhere li a.rss {
	background-position: 0 -140px;
}
#elsewhere li a.rss:hover {
	background-position: -252px -140px;
}

.share {
	margin: 0 10px 0;
	width: 600px;
}
.share .share-widget {
	float: left;
}
.share .btt {
	float: right;
	font-size: 0.91666667em;
	font-weight: normal;
	text-transform: uppercase;	
}
.share h3 {
	font-size: 0.91666667em;
	font-weight: normal;
	text-transform: uppercase;
}
.share ul {
	list-style: none;
}
.share ul li {
	float: left;
	margin: 0 5px 0 0;
}
.share ul li a img {
	border: none;
}

/*-----------------------------------------------------
	NAVIGATION
-------------------------------------------------------*/
ul#language-selector {
	list-style: none;
	position: absolute;
	right: 20px;
	top: 15px;
}
ul#language-selector li {
	float: left;
	margin-right: 10px;
}
ul#language-selector li a {
	background: url("/global/includes/images/language.jpg") no-repeat;
	color: #555;
	display: block;
	height: 15px;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	width: 20px;
}
ul#language-selector li a span {
	margin-left: -9999em;
}

ul#language-selector li.en a, 
ul#language-selector li.en a:visited {
	background-position: 0 0;
}
ul#language-selector li.en a:hover {
	background-position: 0 -15px;
}
ul#language-selector li.en a.selected {
	background-position: 0 -30px;
}

ul#language-selector li.fr a, 
ul#language-selector li.fr a:visited {
	background-position: -30px 0;
}
ul#language-selector li.fr a:hover {
	background-position: -30px -15px;
}
ul#language-selector li.fr a.selected {
	background-position: -30px -30px;
}

ul#language-selector li.de a, 
ul#language-selector li.de a:visited {
	background-position: -64px 0;
}
ul#language-selector li.de a:hover {
	background-position: -64px -15px;
}
ul#language-selector li.de a.selected {
	background-position: -64px -30px;
}

#top-nav {
	list-style: none;
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 10;
}
#top-nav li {
	float: left;
	list-style: none;
}

#top-nav li a {
	background: url("/global/includes/images/en/top-nav.jpg") no-repeat;
	display: block;
	height: 45px;
	overflow: hidden;
	outline: none;
}
#top-nav li a span {
	margin-left: -9999em;
}

#top-nav li#home a {
	background-position: 0 0;
	width: 111px;
}
#top-nav li#home a:hover {
	background-position: 0 -50px;
}
#top-nav li#home a.active, 
#top-nav li#home a.active:hover {
	background-position: 0 -100px;
}

#top-nav li#news a {
	background-position: -111px 0;
	width: 100px;
}
#top-nav li#news a:hover {
	background-position: -111px -50px;
}
#top-nav li#news a.active, 
#top-nav li#news a.active:hover {
	background-position: -111px -100px;
}

#top-nav li#art a {
	background-position: -368px 0;
	width: 102px;
}
#top-nav li#art:hover a,
#top-nav li#art:hover a.active,
#top-nav li#art.sfhover a,
#top-nav li#art.sfhover a.active {
	background-position: -368px -50px;
}
#top-nav li#art a.active {
	background-position: -368px -100px;
}

#top-nav li#world a {
	background-position: -211px 0;
	width: 158px;
}
#top-nav li#world:hover a,
#top-nav li#world:hover a.active,
#top-nav li#world.sfhover a,
#top-nav li#world.sfhover a.active {
	background-position: -211px -50px;
}
#top-nav li#world a.active {
	background-position: -211px -100px;
}

#top-nav li#faq a {
	background-position: -301px 0;
	width: 99px;
}
#top-nav li#faq a:hover {
	background-position: -301px -50px;
}
#top-nav li#faq a.active, 
#top-nav li#faq a.active:hover {
	background-position: -301px -100px;
}


#top-nav li div.subnav {
	position: absolute;
	left: -9999em;
	margin-left: -1px;
}
	#top-nav li:hover div.subnav,
	#top-nav li.sfhover div.subnav{
		left: auto;
	}
	
	#top-nav li#art div.subnav {
		width: 103px;	
	}
	#top-nav li#world div.subnav {
		width: 161px;	
	}
	
	div.subnav div.bd1 {
		background: transparent url(/global/includes/images/border.png) 0 50% repeat-y;
		padding: 0 0 0 10px;
	}
	div.subnav div.bd2 {
		background: transparent url(/global/includes/images/border.png) 100% 0 repeat-y;
		padding: 0 10px 0 0;
	}
	div.subnav div.bd3 {
		background: #fff none;
		display: block;
		margin: 0;
		padding: 1px 0;
	}
	div.subnav div.ft {
		background: transparent url(/global/includes/images/box.png) 100% 100% no-repeat;
		height: 14px;
		margin: 0 0 0 12px;
	}
		div.subnav div.ft div {
			background: transparent url(/global/includes/images/box.png) 0 100% no-repeat;
			font-size: 0;
			height: 14px;
			left: -12px;
			line-height: 0;
			position: relative;
			width: 12px;
		}
			
#top-nav li ul li {
	float: none;
	border-top: 1px solid #eee;
	padding: 5px 7px;
}
	#top-nav li ul li.last {
		padding-bottom: 0;
	}
	#top-nav li ul li:hover {
		/*background-color: #f9f9f9;*/
	}	
	#top-nav li ul li a,
	#top-nav li ul li a:visited {
		height: auto;
		width: auto !important;
		background: transparent none;
		color: #222;
	}
		#top-nav li ul li a:hover {
			color: #8b0701;
		}	
/*-----------------------------------------------------
	NEWS
-------------------------------------------------------*/
div.wide-col div.post {
	margin: 0 0 15px 0;
}

div.post span.date {
	display: block;
	float: left;
	width: 80px;
}

div.post div.post-content {
	float: right;
	margin: 0 10px 0 0;
	width: 500px;
}

div.post div.post-content img {
	border: 1px solid #F0F0F0;
	margin: 0 0 5px 0;
	max-width: 498px;
}

/*-----------------------------------------------------
	PAGINATION
-------------------------------------------------------*/
div.botPageCount {
	margin: 0 0 10px 0;
}

div.botPageCount span.previousPage {
	margin: 0 5px 0 0;
}

div.botPageCount b, 
div.botPageCount a {
	margin: 0 2px 0 0;
}

div.botPageCount span.nextPage {
	margin: 0 0 0 3px;
}

/*-----------------------------------------------------
	RACES
-------------------------------------------------------*/
div.wide-col h2.races-header {
	background: url("/global/includes/images/races.jpg") no-repeat top left;
	height: 550px;
	width: 600px;
}

#races h2 {
	background: url("/global/includes/images/en/races-header.jpg") no-repeat top left;
	display: block;
	height: 23px;
	margin: 0 0 15px 0;
	width: 60px;
}

#races li {
	list-style: none;
	margin: 0;
}
#races li a {
	background: url("/global/includes/images/en/races.jpg") no-repeat;
	display: block;
	height: 48px;
	overflow: hidden;
	width: 110px;
}
#races li a span {
	margin-left: -9999em;
}

#races li.sylvari a {
	background-position: 0 0;
}
#races li.sylvari a:hover, 
#races li.sylvari a.active {
	background-position: -110px 0;
}

#races li.norn a {
	background-position: 0 -48px;
}
#races li.norn a:hover, 
#races li.norn a.active {
	background-position: -110px -48px;
}

#races li.charr a {
	background-position: 0 -96px;
}
#races li.charr a:hover, 
#races li.charr a.active {
	background-position: -110px -96px;
}

#races li.asura a {
	background-position: 0 -144px;
}
#races li.asura a:hover, 
#races li.asura a.active {
	background-position: -110px -144px;
}

#races li.human a {
	background-position: 0 -192px;
}
#races li.human a:hover, 
#races li.human a.active {
	background-position: -110px -192px;
}

#race-overview div {
	margin: 0 0 20px 0;
}

#race-overview div h3 {
	display: block;
	margin: 10px 0;
}
#race-overview div h3 a {
	display: block;
	height: 25px;
	outline: none;
}
#race-overview div h3 span {
	margin-left: -9999em;
}

#race-overview a.read-more {
	background: url("/global/includes/images/en/read-more.png") no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 17px;
	text-indent: -9999em;
	width: 74px;
	outline: none;
}
#race-overview a.read-more:hover {
	background-position: 0 -17px;
}

#race-overview div.left img {
	border: none;
	float: left;
	margin: 0 30px 0 0;
}
#race-overview div.right img {
	border: none;
	float: right;
	margin: 0 0 0 30px;
}
#race-overview div.left div.content {
	float: left;
	width: 370px;
}

#race-overview div.sylvari h3 {
	background: url("/global/includes/images/en/sylvari-header.jpg") no-repeat top left;
	height: 28px;
	width: 71px;
}
#race-overview div.sylvari h3 a {
	height: 28px;
	width: 71px;
}

#race-overview div.norn h3 {
	background: url("/global/includes/images/en/norn-header.jpg") no-repeat top left;
	height: 25px;
	width: 48px;
}
#race-overview div.norn h3 a {
	width: 48px;
}

#race-overview div.charr h3 {
	background: url("/global/includes/images/en/charr-header.jpg") no-repeat top left;
	height: 25px;
	width: 58px;
}
#race-overview div.charr h3 a {
	width: 58px;
}

#race-overview div.asura h3 {
	background: url("/global/includes/images/en/asura-header.jpg") no-repeat top left;
	height: 23px;
	width: 61px;
}
#race-overview div.asura h3 a {
	height: 23px;
	width: 61px;
}

#race-overview div.human h3 {
	background: url("/global/includes/images/en/human-header.jpg") no-repeat top left;
	height: 25px;
	width: 66px;
}
#race-overview div.human h3 a {
	width: 66px;
}

#hero-race,
#hero-world {
	margin-left: -5px;
}

/*-----------------------------------------------------
	SIDE COLUMN
-------------------------------------------------------*/
div.right-col {
	float: right;
	width: 300px;
}

div.right-col h2 span {
	margin-left: -9999em;
}

div.right-col #newsletter, 
div.right-col #artbook-cta, 
div.right-col #carousel, 
div.right-col #races {
	background: url("/global/includes/images/column-border.png") no-repeat top left;
	margin: 20px 0 0 0;
	padding: 25px 10px 0 10px;
	width: 280px;
}

/*-----------------------------------------------------
	THREE COLUMN
-------------------------------------------------------*/
#three-col {
	margin: 0 0 30px 0;
}

#three-col h2 span {
	margin-left: -9999em;
}

#three-col #newsletter, 
#three-col #artbook-cta, 
#three-col #carousel {
	background: url("/global/includes/images/column-border.png") no-repeat top left;
	float: left;
	margin: 0 20px 0 0;
	padding: 25px 10px 0 10px;
	width: 280px;
}
#three-col #carousel {
	padding: 25px 0 0 0;
	width: 300px;
}
#three-col #newsletter {
	margin: 0;
}

/*-----------------------------------------------------
	VIDEO
-------------------------------------------------------*/
div.video-holder {
	background: url("http://www.guildwars2.com/global/includes/images/video-bg.png") no-repeat top left;
	display: block;
	float: left;
	height: 405px;
	margin: 0 5px 0 0;
	padding: 19px 15px 20px 16px;
	position: relative;
	width: 720px;
}

#video {
	background: #000;
	outline: none;
}
#video img, 
#hd-video img {
	border: 0;
}

div.video-list {
	float: left;
	margin: 10px 0 0 0;
}
div.video-list h2 {
	background: url("/global/includes/images/en/home-videos.png") no-repeat top left;
	display: block;
	height: 24px;
	margin: 0 0 10px 0;
	text-indent: -9999em;
	width: 60px;
}
div.video-list li {
	background: url("/global/includes/images/video-thumb-bg.png") no-repeat top left;
	display: block;
	height: 96px;
	list-style: none;
	padding: 5px 6px 6px 5px;
	width: 172px;
}
div.video-list li a {
	outline: none;
	display: block;
	height: 96px;
	width: 172px;
}
div.video-list li img {
	border: 0;
	height: 96px;
	width: 172px;
}
div.video-list li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

div.video-nav {
	margin: 0 0 10px 10px;
	width: 720px;
}

div.video-nav a span {
	margin-left: -9999em;
}

div.video-nav a#watch-hd {
	background: url("/global/includes/images/en/watch-hd.png") no-repeat 0 0;
	display: block;
	float: left;
	height: 28px;
	outline: none;
	width: 176px;
}
div.video-nav a#watch-hd:hover {
	background-position: 0 -28px;
}

div.video-nav a#download-vid {
	background: url("/global/includes/images/en/download-vid.png") no-repeat 0 0;
	display: block;
	float: left;
	height: 26px;
	margin: 0 0 10px 0;
	outline: none;
	width: 171px;
}
div.video-nav a.download-vid-closed {
	background-position: 0 0 !important;
}
div.video-nav a.download-vid-closed:hover {
	background-position: 0 -26px !important;
}
div.video-nav a.download-vid-open {
	background-position: -171px 0 !important;
}
div.video-nav a.download-vid-open:hover {
	background-position: -171px -26px !important;
}

div.download-content ul.download-links {
	float: left;
	margin: 0 -20px 3px 0;
}
div.download-content li {
	float: left;
	height: 18px;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
}
div.download-content li a {
	font-size: 1.2em;
	font-weight: bold;
}

div.download-content li.quicktime {
	background: url("/global/includes/images/quicktime.png") no-repeat center left;
}
div.download-content li.windows-media {
	background: url("/global/includes/images/windows-media.png") no-repeat center left;
}

/*-----------------------------------------------------
	THE WORLD
-------------------------------------------------------*/
div#world-landing {
	clear: both;
	margin: 30px 0 23px;
	background: transparent url(/global/includes/images/wide-column-border.png) 0 0 no-repeat;
	padding: 14px 0;
}
div#world-landing div.section {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	width: 290px; 
}
div#world-landing div.even {
	margin-right: 0px;
}
div#world-landing div.section img {
	padding: 2px;
	border: 1px solid #b6bcbf;
}

h3.races-header-sub {
	background: url("/global/includes/images/en/races-header-sub.png") 0 0 no-repeat;
	margin: 10px 0 4px 0;
	height: 23px;
	width: 85px;	
}
h3.races-header-sub a {
	display: block;
	height: 23px;
	width: 85px;	
}
h3.races-header-sub span {
	position: absolute;
	left: -999999em;
}
h3.faq-header-sub {
	background: url("/global/includes/images/en/faq-header-sub.png") 0 0 no-repeat;
	margin: 10px 0 4px 0;
	height: 23px;
	width: 85px;	
}
h3.faq-header-sub a {
	display: block;
	height: 23px;
	width: 85px;	
}
h3.faq-header-sub span {
	position: absolute;
	left: -999999em;
}

/*-----------------------------------------------------
	WALLPAPERS
-------------------------------------------------------*/
h3.wallpaper-header {
	background: url("/global/includes/images/en/wallpaper-header.png") 0 0 no-repeat;
	margin: 0 0 14px 0;
	height: 23px;
	width: 85px;	
}
h3.wallpaper-header a {
	display: block;
	height: 23px;
	width: 85px;	
}
h3.wallpaper-header span {
	position: absolute;
	left: -999999em;
}

div#wallpapers {
	clear: both;
	margin: 23px 0;
}
div#wallpapers div.wallpaper {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	width: 290px; 
}
div#wallpapers div.even {
	margin-right: 0px;
}
div#wallpapers div.wallpaper img {
	padding: 2px;
	border: 1px solid #b6bcbf;
}

div#wallpapers div.wallpaper div.download div.dl h5 {
	margin: 10px 0;
}
div#wallpapers div.wallpaper div.download div.dl ul {
	margin-left: 0;
	list-style: none;
	float: left;
	width: 130px;
	font-size: 0.8333333em;
}

div#wallpapers div.wallpaper div.download select {
	float: left;
	width: 170px;
	margin-top: 10px;
}
div#wallpapers div.wallpaper div.download a.download-btn {
	background: transparent url("/global/includes/images/en/download-btn.png") 0 0 no-repeat;
	display: block;
	height: 40px;
	width: 91px;
	float: right;
}
div#wallpapers div.wallpaper div.download a.download-btn:hover {
	background-position: 0 -41px;
}
div#wallpapers div.wallpaper div.download a.download-btn-disabled {
	background: transparent url("/global/includes/images/en/download-btn.png") 0 -81px no-repeat;
	cursor: default;
}
div#wallpapers div.wallpaper div.download a.download-btn-disabled:hover {
	background: transparent url("/global/includes/images/en/download-btn.png") 0 -81px no-repeat;
}
div#wallpapers div.wallpaper div.download a.download-btn span,
div#wallpapers div.wallpaper div.download a.download-btn-disabled span {
	position: absolute;
	left: -999999em;
} 

/*-----------------------------------------------------
	WIDE COLUMN
-------------------------------------------------------*/
div.wide-col {
	background: url("/includes/images/wide-column-border.png") no-repeat top left;
	float: left;
	margin: 20px 20px 0 0;
	padding: 24px 10px 0 10px;
	width: 600px;
}

div.wide-col h2 {
	display: block;
	height: 30px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
div.wide-col h2 span {
	margin-left: -9999em;
}

div.wide-col h2.news-header {
	background: url("/global/includes/images/en/top-nav.jpg") no-repeat -132px -7px;
	width: 55px;
}
div.wide-col h2.art-header {
	background: url("/global/includes/images/en/art-header.jpg") no-repeat top left;
	width: 38px;
}
div.wide-col h2.wallpapers-header {
	background: url("/global/includes/images/en/wallpapers-header.jpg") no-repeat top left;
	width: 110px;
}
div.wide-col h2.concept-art-header {
	background: url("/global/includes/images/en/concept-art-header.jpg") no-repeat top left;
	width: 122px;
}
div.wide-col h2.the-world-header {
	background: url("/global/includes/images/en/the-world-header.jpg") no-repeat top left;
	width: 99px;
}
div.wide-col h2.faq-header {
	background: url("/global/includes/images/en/faq-header.jpg") no-repeat top left;
	width: 45px;
}
div.wide-col h2.the-art-of-guild-wars-2-header {
	background: url("/global/includes/images/en/artbook-module-header.png") no-repeat 0 0;
}
div.wide-col h2.sylvari-header {
	background: url("/global/includes/images/en/sylvari-header.jpg") no-repeat top left;
	height: 28px;
}
div.wide-col h2.norn-header {
	background: url("/global/includes/images/en/norn-header.jpg") no-repeat top left;
	height: 28px;
}
div.wide-col h2.charr-header {
	background: url("/global/includes/images/en/charr-header.jpg") no-repeat top left;
	height: 28px;
}
div.wide-col h2.asura-header {
	background: url("/global/includes/images/en/asura-header.jpg") no-repeat top left;
	height: 28px;
}
div.wide-col h2.human-header {
	background: url("/global/includes/images/en/human-header.jpg") no-repeat top left;
	height: 28px;
}

div.wide-col h3.sylvari-intro-header {
	position: relative;
	background: url("/global/includes/images/en/sylvari-intro-header.gif") no-repeat top left;
	height: 60px;
	margin-top: 15px;
}
	div.wide-col h3.sylvari-intro-header span {
		position: absolute;
		left: -9999px;
	}
div.wide-col h3.norn-intro-header {
	position: relative;
	background: url("/global/includes/images/en/norn-intro-header.gif") no-repeat top left;
	height: 36px;
	margin-top: 15px;
}
	div.wide-col h3.norn-intro-header span {
		position: absolute;
		left: -9999px;
	}
div.wide-col h3.charr-intro-header {
	position: relative;
	background: url("/global/includes/images/en/charr-intro-header.gif") no-repeat top left;
	height: 60px;
	margin-top: 15px;
}
	div.wide-col h3.charr-intro-header span {
		position: absolute;
		left: -9999px;
	}
div.wide-col h3.asura-intro-header {
	position: relative;
	background: url("/global/includes/images/en/asura-intro-header.gif") no-repeat top left;
	height: 36px;
	margin-top: 15px;
}
	div.wide-col h3.asura-intro-header span {
		position: absolute;
		left: -9999px;
	}
div.wide-col h3.human-intro-header {
	position: relative;
	background: url("/global/includes/images/en/human-intro-header.gif") no-repeat top left;
	height: 60px;
	margin-top: 15px;
}
	div.wide-col h3.human-intro-header span {
		position: absolute;
		left: -9999px;
	}
div.wide-col ul {
	margin: 0 0 15px 15px;
}
div.wide-col ul li {
	margin-bottom: 0.5em;
}
div.wide-col ul#faq-glossary {
	list-style: none;
	margin: 0 0 20px;
	padding: 5px 0 0;
}
div.wide-col ul#faq-glossary li {
	border-bottom: 1px dashed #D8E0F0;
	padding: 5px 0 6px
}
div.wide-col ul#faq-glossary li.end {
	border: 0;
	padding-bottom: 3px;
}

/*-----------------------------------------------------
	ART PAGE
-------------------------------------------------------*/

div#artbook {
	margin-top: 25px;
}
div#artbook div#details {
	float: left;
	width: 270px;
}
div#artbook div#artbook-image {
	float: right;
	margin-left: 20px;
	margin-top: -20px;
	width: 300px;
}

div#artbook-page {
	margin-top: 15px;
}
div#artbook-page div#details {
	float: left;
	width: 270px;
}

div#artbook-page div#artbook-image {
	float: right;
	margin-left: 20px;
	margin-top: -55px;
	width: 300px;
}
h3.artbook-header {
	margin: 0 0 5px 0;
}
h3.artbook-header a {
	background: url("/global/includes/images/en/artbook-header.png") 0 0 no-repeat;
	display: block;
	height: 23px;
	width: 170px;
}
h3.artbook-header span {
	position: absolute;
	left: -999999em;
}

h3.buy-now-header {
	background: url("/global/includes/images/en/buy-now-header.png") 0 -30px no-repeat;
	display: block;
	height: 30px;
	margin: 0;
	width: 200px;
}
h3.buy-now-header span {
	position: absolute;
	left: -999999em;
}

h3.world-header {
	background: url("/global/includes/images/en/lore-header.png") no-repeat top left;
	height: 33px;
	text-indent: -9999em;
	margin-top: 15px;
}

a.buy-now {
	background: url("/global/includes/images/en/buy-now-header.png") 0 0 no-repeat;
	display: block;
	height: 30px;
	margin: 0;
	width: 200px;
}
a.buy-now:hover {
	background-position: 0 -30px;
}
a.buy-now span {
	position: absolute;
	left: -999999em;
}

div#buy {
	/*margin: 3px 0 0;*/
}
div#buy ul.stores {
	margin: 13px 0 0;
	list-style: none;
}
div#buy ul.stores li {
	float: left;
	margin-right: 15px;
}
div#buy ul.stores li a {
	display: block;
	padding: 10px 15px;
	background-color: #333;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#buy ul.stores li a:hover {
	background-color: #000;
}

div#interior-shots {
	margin: 30px 0;
}

div#concept-art div.concept-art-wrapper,
div#interior-shots div.interior-shots-wrapper,
div#screenshots div.screenshots-wrapper {
	background: transparent url(/global/includes/images/concept-art-bg.png) 0 0 repeat-y;
	padding: 0;
}
div#concept-art div.row,
div#interior-shots div.row,
div#screenshots div.row {
	clear: both;
	width: 600px;
	padding-bottom: 13px;
	background: transparent url(/global/includes/images/wide-column-border.png) 0 0 repeat-x;
}
div#concept-art div.first-row,
div#interior-shots div.first-row,
div#screenshots div.first-row {
	background: transparent none;
}
div#concept-art div.row div.concept-art,
div#interior-shots div.row div.interior-shot,
div#screenshots div.row div.screenshot {
	float: left;
	margin: 13px 21px 0 0;
}
div#concept-art div.row div.concept-art a img,
div#interior-shots div.row div.interior-shot a img,
div#screenshots div.row div.screenshot a img {
	padding: 2px;
	border: 1px solid #b6bcbf;
}
div#concept-art div.row div.last,
div#interior-shots div.row div.last,
div#screenshots div.row div.last {
	margin-right: 0;
}

a.learn-more {
	background: transparent url(/global/includes/images/en/learn-more.png) 0 0 no-repeat;
	width: 100px;
	height: 30px;
	display: block;
	margin-top: 10px;
}
a.learn-more:hover {
	background-position: 0 -30px;
}
a.learn-more span {
	position: absolute;
	left: -999999px;
}

