/*	-----------------------------------------------

	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 {
	padding:0;
	margin:0;
}

body {
	background:#000000;
	font-size:62.5%;
	font-family:Helvetica,Arial,sans-serif;
	color:#000;
}

h1,h2,h3,h4,h5,h6 { font-weight:bold; }

h1 { 
	font-size:1em; 
	line-height:1em;
}

h2 {
	font-size:1em;
	line-height:1em;
}

h3 { 
	font-size:1em; 
	line-height:1em;
}

h4 { 
	font-size:1em; 
	line-height:1em;
}

h5 {
	font-size:1em; 
	line-height:1em;
}

h6 {
	font-size:1em; 
	line-height:1em;
}

p { 
	font-size:1em; 
	line-height:1em;
}

address,caption,cite,code,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
}

ul,ol { 
	list-style:none; 
}

a { 
	color:#000;
	text-decoration:underline; 
}

a:hover {

}

img { 
	border:0; 
}

strong { 
	font-weight:bold;
}

em {
	font-style:italic; 
}

table {
	border-collapse:collapse;
}

caption,th,td {
	text-align:left;
	font-weight:normal;
}


/*	-----------------------------------------------

	Custom Primitives

	----------------------------------------------- */


div.hr { 
	height:1px;
	border-top:1px solid #000;
	overflow:hidden;
	clear:both;
}
	div.hr hr {
		display: none;
	}

div.clear {
	clear:both;
	height:1px;
	overflow:hidden;	
	margin-top:-1px;	
}


/*	-----------------------------------------------

	Utility Classes

	----------------------------------------------- */


.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.invisible { display:none; }

.offscreen { 
	position:absolute;
	left:-99999em; 
}


/*	-----------------------------------------------

	Chrome

	----------------------------------------------- */
/* Footer */

div#footer {
	width: 987px;
	margin: 0 auto;
	background: #000000;
	color: #ffffff;
	font-size: 1.2em;
	padding: 0pt 25px 30px 10px;
}

div#footer div.columnA {
	padding: 1.4em 0 0 0;
	margin-right: 24px;
	width: 560px;
}

div#footer div.columnA p {
	margin-top: 1em;
	line-height: 1.1em;
}

div#footer div.columnA,
div#footer div.columnB {
	float: left;
	
}

div#footer div.columnB {}

div#footer a.footer-graphic {
	background-image: url(../img/footer/sprite-footer.png);
	background-repeat: no-repeat;
	float: left;
	text-indent: -99999px;
	margin-right: 29px;
}

div#footer div.columnA a.footer-graphic {margin-right: 46px;}

div#footer a#footer-1 {
	background-position: -9px -100px;
	width: 180px;
	height: 25px;
}

div#footer a#footer-2 {
	background-position: -9px -200px;
	width: 110px;
	height: 27px;
}

div#footer a#footer-3 {
	background-position: -9px -300px;
	width: 174px;
	height: 21px;
	margin-right: 0; /* last item in columnA */
}

div#footer a#footer-4 {
	background-position: -9px -400px;
	width: 140px;
	height: 78px;
}

div#footer a#footer-5 {
	background-position: -9px -500px;
	width: 69px;
	height: 66px;
}

div#footer a#footer-6 {
	background-position: -9px -600px;
	width: 61px;
	height: 81px;
}

div#footer a#footer-7 {
	background-position: -9px -700px;
	width: 44px;
	height: 58px;
	margin-right: 0; /* last item */
	margin-top: 1.0em;
}


/*	-----------------------------------------------

	Widgets

	----------------------------------------------- */



/*	-----------------------------------------------

	Page Specific Style

	----------------------------------------------- */

/* Leaving page */
body#leaving {
	background: #EAEAEA url(../img/leaving/background.jpg) no-repeat top center;
}

body#leaving div#leaving-wrapper {
	height:618px;
	margin:49px auto 0 auto;
	width:960px;
	background: transparent url(../img/leaving/content.png) no-repeat top center;
}

body#leaving div#leaving-wrapper div#leaving-content {
	padding: 283px 0pt 0pt 428px;
	width: 487px;
}

body#leaving div#leaving-wrapper div#leaving-content p {
	color: #ffffff;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 22px;
}

body#leaving div#leaving-wrapper div#leaving-content a.leavingAnchor {
	background-image: url(../img/leaving/buttons.gif);
	width: 143px;
	height: 56px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-top: 33px;
}

body#leaving div#leaving-wrapper div#leaving-content a#continueBtn {
	background-position: -20px -25px; 
	display: none;
	margin-right: 24px;
}

body#leaving div#leaving-wrapper div#leaving-content a#cancelBtn {
	background-position: -20px -185px; 
}

body#leaving div#leaving-wrapper div#leaving-content a#continueBtn:hover {background-position: -20px -105px; }

body#leaving div#leaving-wrapper div#leaving-content a#cancelBtn:hover {background-position: -20px -265px; }

/* wii page */

body#wii {	
	background: #eaeaea url(../img/wii/background.jpg) no-repeat top left;
	width:1105px;
	height: 721px;
}

body#wii div#footer {
	margin: 0 auto;
	bottom: 0;
	
}


