/*	-----------------------------------------------

	Resets And Primitives

	----------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe,small {
	padding: 0;
	margin: 0;
}
body {
	background: #ffcf20 url(../img/bg/bg-main.png) no-repeat center 0;
	color: #000;
	font-size: 62.5%;
	font-family: arial,helvetica,sans-serif;
	height: 100%;
	width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	letter-spacing: -1px;
	line-height: 1em;
}
h1 {
	font-size: 3em;
}
h2 {
	color: #000;
	font-size: 2.4em;
}
h3 {
	color: #81b637;
	font-size: 2.4em;
}
h4 {
	font-size: 2em;
}
h5 {
	font-size: 1.8em;
}
h6 {
	font-size: 1.4em;
}
p {
	font-size: 1.6em;
	margin-bottom: 20px;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ul,ol {
	font-size: 1.2em;
	line-height: 1.2em;
}
a {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline; 
}
	a span {
		display: block;
		left: -999999px;
		position: absolute;
		top: -999999px;
	}
object {
	outline: none;
}
img {
	border: 0; 
}
strong {
	font-weight: bold;
}
em {
	font-style: italic; 
}
table {
	border-collapse: collapse;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}

/*	-----------------------------------------------

	Custom Primitives

	----------------------------------------------- */

div.hr {
	border-bottom: 3px solid #f2b600;
	clear :both;
	margin: 0 0 10px;
	overflow: hidden;
}
	div.hr hr,
	div.hr-top hr {
		left: -999999px;
		position: absolute;
		top: -999999px;
	}
div.clear {
	clear: both;
	height: 1px;	
	margin-top: -1px;
	overflow: hidden;	
}
a.btn {
	cursor: pointer;
	height: 100%;
	display: block;
	position: relative;
	width: 100%;
}
ul.link-list-btn {
	list-style: none;
}

/*	-----------------------------------------------

	Utility Classes

	----------------------------------------------- */

.left {
	float: left;
}
.right {
	float: right;
}
.invisible {
	display: none;
}
.offscreen {
	display: block;
	left: -999999px;
	position: absolute;
	top: -999999px;
}
.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	margin-top: -1px;
	visibility: hidden;
}

/*	-----------------------------------------------

	Chrome

	----------------------------------------------- */

div#wrapper {
	margin-bottom: -150px;
	min-height: 700px;
	width: 100%;
	z-index: 1;
}
div.push {
	height:150px;
}
div#header {
	height: 175px;
	margin: 0 auto;
	position: relative;
	width: 720px;
	z-index: 3;
}
div#content {
	margin: 0 auto 25px;
	position: relative;
	width: 650px;
	z-index: 1;
}
	div#content h2 {
		margin: 5px 0;
		text-align: center;
	}
	div#content ul.stars {
		list-style: none;
		margin: 10px 0;
	}
		div#content ul.stars li {
			background: transparent url(../img/bg/bg-star.png) no-repeat 0 0;
			font-weight: bold;
			margin-left: -7px;
			padding: 7px 0 7px 28px;
		}
	div#content div.column-half {
		margin: 10px 0;
		width: 325px;
	}
		div#content div.column-half h3 {
			margin: 20px 0 20px 20px;
		}
		div#content div.column-half.right h3 {
			margin: 20px 20px 20px 0;
			text-align: right;
		}
		div#content div.column-half p {
			margin-left: 20px;
		}
		div#content div.column-half.right p {
			margin-right: 20px;
			text-align: right;
		}
	div#content div.column-narrow {
		margin: 10px 0;
		width: 220px;
	}
	div#content div.column-wide {
		margin: 10px 0;
		width: 430px;
	}
		div#content div.column-wide h5 {
			line-height: 1.2em;
			width: 390px;
		}
		div#content div.column-wide p.price {
			float: left;
			font-size: 1.2em;
			font-weight: bold;
			margin: 12px 0 0 5px;
		}
	div#content div.screenshot {
		height: 320px;
		margin: 0 auto;
		position: relative;
		width: 313px;
	}
	div#content div.screenshot div.frame {
		background: transparent url(../img/misc/frame-ds.png) no-repeat 0 0;
		height: 320px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	div#content div.screenshot img {
		left: 0;
		padding: 21px 84px;
		position: absolute;
		top: 0;
	}
div#footer {
	background: #ffcf20 url(../img/bg/bg-footer.png) no-repeat center top;
	height: 150px;
	text-align: center;
	width: 100%;
	z-index: 3;
}
	div#footer p#copyright {
		clear: both;
		font-size: 1.1em;
		font-weight: bold;
	}

/*** Utility Navigation ***/

ul#nav-utility {
	list-style: none;
}
	ul#nav-utility li {
		position: absolute;
	}
		ul#nav-utility li a {
			display: block;
		}
	ul#nav-utility li#nav-newsletter {
		left: 20px;
		top: 10px;
	}
		ul#nav-utility li#nav-newsletter a {
			height: 50px;
			background: transparent url(../img/btn/btn-newsletter.png) no-repeat 0 0;
			width: 201px;
		}
		ul#nav-utility li#nav-newsletter a:hover {
			background-position: 0 -50px;
		}
	ul#nav-utility li#nav-nintendo {
		right: 20px;
		top: 20px;
	}
		ul#nav-utility li#nav-nintendo a {
			height: 29px;
			background: transparent url(../img/btn/btn-nintendo.png) no-repeat 0 0;
			width: 113px;
		}
		ul#nav-utility li#nav-nintendo a:hover {
			background-position: 0 -29px;
		}

/*** Main Navigation ***/

ul#nav-main {
	background: transparent url(../img/bg/bg-nav.png) no-repeat scroll 0 bottom;
	height: 63px;
	list-style: none;
	padding-left: 70px;
	padding-top: 111px;
	width: 650px;
}
	ul#nav-main li {
		float: left;
		padding: 28px 25px 0;
		z-index: 1;
	}
		ul#nav-main li a {
			font-size: 1.334em;
			font-weight: bold;
			position: relative;
		}
		ul#nav-main li a:hover {
			text-decoration: none;
		}
		ul#nav-main li a.in {
			color: #fff;
		}
	ul#nav-main li#nav-home {
		float: none;
		left: 194px;
		padding: 0;
		position: absolute;
		top: 21px;
		z-index: 2;
	}
		ul#nav-main li#nav-home a {
			background: transparent url(../img/nav/nav-logo.png) no-repeat 0 0;
			display: block;
			height: 116px;
			width: 331px;
		}

/*** Footer Navigation ***/

ul#nav-footer {
	height: 66px;
	list-style: none;
	margin: 0 auto 10px;
	position: relative;
	width: 700px;
}
	ul#nav-footer li {
		float: left;
		padding: 0 4px;
	}
		ul#nav-footer li a {
			background: transparent url(../img/nav/nav-footer.png) no-repeat 0 0;
			display: block;
		}
	ul#nav-footer li#nav-nin {
		padding: 0;
	}
		ul#nav-footer li#nav-nin ul {
			float:left;
			list-style: none;
			margin:0;
			padding:0;
		}
			ul#nav-footer li#nav-nin ul li {
				float: none;
				margin-top: 10px;
			}
				ul#nav-footer li#nav-nin ul li#nav-nintendo-ds a {
					background-position: 0 0;
					height: 18px;
					width: 127px;
				}
				ul#nav-footer li#nav-nin ul li#nav-nintendo-dsi a {
					background-position: -127px 0;
					height: 21px;
					width: 138px;
				}
	ul#nav-footer li#nav-club-nintendo {
		height: 66px;
		width: 64px;
	}
		ul#nav-footer li#nav-club-nintendo a {
			background-position: -265px 0;
			height: 66px;
			width: 64px;
		}
		ul#nav-footer li#nav-esrb-privacy a {
			background-position: -329px 0;
			height: 65px;
			width: 144px;
		}
		ul#nav-footer li#nav-esrb-rating a {
			background-position: -473px 0;
			height: 65px;
			width: 150px;
		}
		ul#nav-footer li#nav-lang {
			height: 66px;
			width: 164px;
		}
			ul#nav-footer li#nav-lang ul {
				float: left;
				list-style: none;
				margin: 0;
				padding: 0;
			}
				ul#nav-footer li#nav-lang ul li {
					float: none;
					margin-top: 5px;
				}
					ul#nav-footer li#nav-lang ul li a {
						height: 28px;
						width:152px;
					}
					ul#nav-footer li#nav-lang ul li#nav-lang-spanish a {
						background-position: -623px 0;
					}
					ul#nav-footer li#nav-lang ul li#nav-lang-french a {
						background-position: -623px -28px;
					}
					ul#nav-footer li#nav-lang ul li#nav-lang-english a {
						background-position: -623px -56px;
					}

/*** Buttons ***/

ul.buy-game {
	height: 41px;
	left: 246px;
	position: relative;
	top: 92px;
	width: 175px;
	z-index: 1;
}
	ul.buy-game li {
		float: left;
		margin: 0 4px;
	}
		ul.buy-game li a {
			float: left;
		}
a.btn-buy-now {
	background: transparent url(../img/btn/btn-buy-now.png) no-repeat 0 0;
	height: 41px;
	width: 103px;
}
a.btn-buy-now:hover {
	background-position: 0 -41px;
}
 a.btn-buy-now-ca {
	background: transparent url(../img/btn/btn-buy-now-ca.png) no-repeat 0 0;
	height: 41px;
	width: 56px;
}
a.btn-buy-now-ca:hover {
	background-position: 0 -41px;
}
div.buy-game-frame {
	background: transparent url(../img/misc/ds-boxart.png) no-repeat 0 0;
	height: 109px;
	left: 235px;
	position: relative;
	top: -41px;
	width: 208px;
	z-index: 2;
}
a.btn-game-guide {
	background: transparent url(../img/btn/btn-get-the-game-guide.png) no-repeat 0 0;
	bottom: 255px;
	height: 136px;
	left: 29px;
	position: absolute;
	width: 252px;
	z-index: 1;
}
a.btn-game-guide:hover {
	background-position: 0 -136px;
}

/*** Flash Enabled ***/

	body.flash-enabled div#wrapper {
		height: 100%;
		min-height: 925px;
		min-width: 1000px;
		overflow: hidden;
	}
	body.flash-enabled div#flash-target,
	body.flash-enabled object#flash-target {
		height: 100%;
		min-height: 925px;
		width: 100%;
		z-index: 2;
	}
	body.flash-enabled div#footer {
		background: none;
	}
	body.flash-enabled ul#nav-footer {
		top: 10px;
		width: 890px;
	}
		body.flash-enabled ul#nav-footer li {
			padding: 0 8px;
		}
		body.flash-enabled ul#nav-footer li#nav-nin {
			padding: 0;
		}
			body.flash-enabled ul#nav-footer li#nav-nin ul {
				margin: 15px 0 0;
			}
			body.flash-enabled ul#nav-footer li#nav-nin ul li {
				float: left;
			}
		body.flash-enabled div#footer p#copyright {
			position: relative;
			top: 10px;
		}

/*	-----------------------------------------------

	Widgets

	----------------------------------------------- */

/*** Screenshot Scroller ***/

	div#content div#screen-scroller {
		height: 400px;
		margin: 0 auto;
		overflow: auto;
		position: relative;
		width: 296px;
	}
		div#content div#screen-scroller ul {
			float:left;
			height: 100%;
			list-style: none;
			width: 2072px;
		}
			div#content div#screen-scroller ul li {
				float:left;
				height: 100%;
				list-style: none;
				width: 296px;
			}
				div#content div#screen-scroller ul li img {
					background: #333 url(../img/bg/bg-screenshot.png) repeat-x 0 21px;
					padding: 21px 75px;
					position: relative;
				}
				div#content div#screen-scroller ul li h3 {
					margin-top: 20px;
					text-align: center;
				}
			div#content div#screen-scroller div#scroll-slide-total {
				bottom: 10px;
				font-size: 1.6em;
				left: 0;
				position: absolute;
				text-align: center;
				width: 100%;
			}
	div#content div#screen-scroller-controls {
		margin: 0 auto;
		position: relative;
		top: -261px;
		width: 415px;
	}
		div#content div#screen-scroller-controls ul {
			list-style: none;
		}
			div#content div#screen-scroller-controls ul li {
				float: left;
				position: absolute;
			}
			div#content div#screen-scroller-controls ul li.previous {
				left: 0;
			}
			div#content div#screen-scroller-controls ul li.next {
				right: 0;
			}
				div#content div#screen-scroller-controls ul li a {
					background: transparent url(../img/btn/btn-arrows.png) no-repeat 0 0;
					display: block;
					height: 39px;
					width: 45px;
				}
				div#content div#screen-scroller-controls ul li.previous a {
					background-position: 0 0;
				}
				div#content div#screen-scroller-controls ul li.previous a:hover {
					background-position: 0 -39px;
				}
				div#content div#screen-scroller-controls ul li.previous a.disabled,
				div#content div#screen-scroller-controls ul li.previous a.disabled:hover {
					background-position: 0 -78px;
				}
				div#content div#screen-scroller-controls ul li.next a {
					background-position: -45px 0;
				}
				div#content div#screen-scroller-controls ul li.next a:hover {
					background-position: -45px -39px;
				}
				div#content div#screen-scroller-controls ul li.next a.disabled,
				div#content div#screen-scroller-controls ul li.next a.disabled:hover {
					background-position: -45px -78px;
				}
				div#content div#screen-scroller-controls ul li a.disabled:hover {
					cursor: default;
				}

/*	-----------------------------------------------

	Page Specific Style

	----------------------------------------------- */

/*** Homepage Content ***/

body#page-home { }
	body#page-home div#content {
		width: 690px;
	}
	body#page-home div#page-headline {
		background: transparent url(../img/bg/bg-headline-home.jpg) no-repeat center 0;
		height: 473px;
		padding: 0 20px;
		position: relative;
		width: 650px;
		z-index: 1;
	}
	body#page-home div#content {
		margin: -29px auto -10px;
	}
	body#page-home ul.buy-game {
		top: 57px;
	}
	body#page-home div.buy-game-frame {
		top: -76px;
	}

/*** Picks n Flicks Content ***/

body#page-media { }
	body#page-media div#content { }
		body#page-media div#content div.screenshot {
			height: 400px;
			margin: 20px auto 10px;
		}

/*	-----------------------------------------------

	Localized Specific Style

	----------------------------------------------- */

/*** Spanish Site ***/

body.spanish { }
	body.spanish ul#nav-main { }
		body.spanish ul#nav-main li {
			padding: 28px 16px 0;
		}
			body.spanish ul#nav-main li a {
				font-size: 1.166em;
			}
	body#page-home.spanish div#content {
		margin:-29px auto 0;
	}
	body#page-home.spanish div#page-headline {
		background: transparent url(../img/bg/bg-headline-home-es.jpg) no-repeat center 0;
	}

/*** French Site ***/

body.french { }
	body.french div#content {
		margin: 0 auto 25px !important;
	}
	body#page-home.french div#content {
		margin: -25px auto 25px !important;
	}
	body#page-home.french a.btn-buy-now {
		margin-top: -40px;
	}
	body.french a.btn-buy-now {
		background: transparent url(../img/btn/btn-buy-now-fr.png) no-repeat 0 0;
		display: block;
		height: 138px;
		margin: 0 auto;
		width: 203px;
		z-index: 2;
	}
	body.french a.btn-buy-now:hover {
		background-position: 0 -138px;
	}
	body.french ul#nav-main { }
		body.french ul#nav-main li {
			padding: 28px 11px 0;
		}
			body.french ul#nav-main li a {
				font-size: 1.084em
			}
	body.french ul#nav-utility { }
		body.french ul#nav-utility li#nav-newsletter { }
			body.french ul#nav-utility li#nav-newsletter a {
				background: transparent url(../img/btn/btn-newsletter-fr.png) no-repeat 0 0;
			}
			body.french ul#nav-utility li#nav-newsletter a:hover {
				background-position: 0 -50px;
			}
	
	body.french ul#nav-footer { }
		body.french ul#nav-footer li { }
			body.french ul#nav-footer li#nav-esrb-rating a {
				background: transparent url(../img/nav/nav-esrb-fr.png) no-repeat 0 0
			}
	body#page-home.french div#page-headline {
		background: transparent url(../img/bg/bg-headline-home-fr.jpg) no-repeat center 0;
	}