/*** Eric Meyer's Reset CSS ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/******************************/


/*** Set Relative Font Sizes ***/
body {
	background: transparent url(../img/bg/dirt.jpg) repeat scroll 0 0;
	color: #222222;
	font-family: Georgia, serif;
	font-size: 62.5%;
	width: 100%;
}

/* Hide the DoubleClick iframe */
body iframe {
	display: none;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 3.3em;
	line-height: 1.2em;
}
	h1 strong {
		font-size: 1.45em;
		font-weight: bold;
	}
h2 {
	font-size: 1.25em;
	line-height: 1.2em;
	text-transform: uppercase;
}
	h2 strong {
		font-size: 2em;
		text-transform: lowercase;
	}
h3 {
	font-size: 1.8em;
	line-height: 1.2em;    
}

p, ul {
	font-size: 1.4em;
	line-height: 1.5em;
}
ul p {
	font-size: 1em;
}
p.intro {
	color: #000000;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
a {
	color:#0743a6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.night a {
	color: #270756;
}

/*** Clearing Div ***/
div.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*** Horizontal Rule ***/
div.hr {
	width: 80%;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
	border-top: 1px solid #000000;
}

.hide-text span,
span.hide {
	position: absolute;
	left: -999999em;
}
/*** Tool Tip ***/
a.link_tooltip{
	position:relative;
	top:0;
	left:0;
	z-index:1;
	color:#0743a6;
	background: transparent url(../img/bg/bg_hyperlink.gif) repeat-x scroll center 18px;
	display:inline-block;
	text-decoration:none;
}

.night a.link_tooltip {
	color: #270756;
	background: url(../img/bg/bg_hyperlink_n.gif) repeat-x bottom;
}

	div#tooltip {
		display: none;
		width: 261px;
		position: absolute;
		top: 0;
		left: 0;
	}
		#tooltip .top {
			display: block;
			width: 261px;
			height: 8px;
			background: url(../img/bg/bg_tooltip_top.png) no-repeat 0 0;
			color: #000;
		}
		#tooltip .middle {
			background: url(../img/bg/bg_tooltip.png) repeat-y;
			width: 100%;
			display: block;
			padding: 9px 0 14px 0;
		}
			#tooltip .middle strong {
				font-size: 23px;
				color: #3399d9;
				display: block;
				margin: 0 26px 4px 26px;
			}	
			#tooltip .middle p {
				font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
				font-size: 1.1em;
				margin: 0 26px 9px 26px;
			}
			#tooltip .middle a {
				display: block;
				width: 116px;
				height: 18px;
				background: url(../img/buttons/btn_goToGlossary.gif) 0 0 no-repeat;
				margin: 0 26px 0 26px;
				clear: both;
				cursor: pointer;
			}
			#tooltip .middle a:hover {
				background-position: 0 -19px;
			}
				#tooltip .middle a span {
					position: absolute;
					left: -999999em;
				}
			
		#tooltip .bottom {
			display: block;
			width: 261px;
			height: 17px;
			background: url(../img/bg/bg_tooltip_bt.png) no-repeat;
			font-size: 0;
			line-height: 0;
		}
			
			
		
		



/***********************************************************/

/* Cloud background images */
div#cloud_lt {
	background: transparent url(../img/bg/cloud_lt.gif) no-repeat scroll 0 0;
	width: 431px;
	height: 169px;
	position: absolute;
	left: -10%;
	top: 90px;
	z-index: 10;
}
div#cloud_lb {
	background: transparent url(../img/bg/cloud_lb.gif) no-repeat scroll 0 0;
	width: 238px;
	height: 100px;
	position: absolute;
	left: -10%;
	top: 378px;
	z-index: 10;
}
div#cloud_rt {
	background: transparent url(../img/bg/cloud_rt.gif) no-repeat scroll 0 0;
	width: 299px;
	height: 125px;
	position: absolute;
	right: 15%;
	top: 100px;
	z-index: 10;
}
div#cloud_rb {
	background: transparent url(../img/bg/cloud_rb.gif) no-repeat scroll 0 0;
	width: 436px;
	height: 160px;
	position: absolute;
	left: 30%;
	top: 213px;
	z-index: 10;
}

div#sun_moon {
	background: transparent url(../img/bg/sun.png) no-repeat scroll 0 0;
	width: 168px;
	height: 168px;
	position: absolute;
	right: 1%;
	top: 76px;
	z-index: 5;
}

div#wrapper {
	background: #89EDFC url(../img/bg/main_day.jpg) repeat-x scroll 0 0;
	width: 100%;
	position: relative;
	z-index: 0;
}
div#content {
	width: 960px;
	min-height: 890px;
	margin: 0 auto;
	position: relative;
	z-index: 15;
}
	div#content div#global_nav {
		background: transparent url(../img/global_nav/bg.png) no-repeat scroll 0 0;
		width: 100%;
		height: 101px;		
	}
		div#content div#global_nav a#wii_top {
			width:60px;
			height:40px;
			display:block;
			position:absolute;
			top:0;
			left:42px;
		}
	
		div#content div#global_nav ul {
			width: 100%;
			height: 46px;
		}
			div#content div#global_nav ul li {
				float: left;
				height: 100%;
			}
				div#content div#global_nav ul li a {
					display: block;
					width: 100%;
					height: 100%;
					background-color: transparent;
					background-repeat: no-repeat;
					background-attachment: scroll;
					background-position: 0 0;
				}
				div#content div#global_nav ul li a:hover,
				div#content div#global_nav ul li a.on {
					background-position: 0 -46px;
				}
					
			div#content div#global_nav ul li#newsletter {
				width: 194px;
				margin-left: 273px;
			}
				div#content div#global_nav ul li#newsletter a {
					background-image: url(../img/global_nav/newsletter.gif);
				}
			div#content div#global_nav ul li#glossary {
				width: 141px;
				margin-left: 32px;
			}
				div#content div#global_nav ul li#glossary a {
					background-image: url(../img/global_nav/glossary.gif);
				}
			div#content div#global_nav ul li#wild_world {
				width: 279px;
				margin-left: 33px;
			}
				div#content div#global_nav ul li#wild_world a {
					background-image: url(../img/global_nav/wild_world.gif);
				}
				
	div#content ul#main_nav {
		float: left;
		width: 688px;
		height: 71px;
		margin-top: -43px;
	}
		ul#main_nav li {
			float: left;
			height: 71px;
		}
			ul#main_nav li a {
				background-color: transparent;
				background-image: url(../img/main_nav/sprite.png);
				background-repeat: no-repeat;
				background-attachment: scroll;
				background-position: 0 0;
				display: block;
				width: 100%;
				height: 100%;
			}
			
	ul#main_nav li#overview {
		width: 126px;
	}
		ul#main_nav li#overview a {
			background-position: 0 0;
		}
		ul#main_nav li#overview a:hover,
		ul#main_nav li#overview a.on {
			background-position: 0 -71px;
		}
	
	ul#main_nav li#calendar {
		width: 115px;
		margin-left: 12px;
	}
		ul#main_nav li#calendar a {
			background-position: -138px 0;
		}
		ul#main_nav li#calendar a:hover,
		ul#main_nav li#calendar a.on {
			background-position: -138px -71px;
		}
	
	ul#main_nav li#connected {
		width: 168px;
		margin-left: 12px;
	}
		ul#main_nav li#connected a {
			background-position: -264px 0;
		}
		ul#main_nav li#connected a:hover,
		ul#main_nav li#connected a.on {
			background-position: -264px -71px;
		}
	
	ul#main_nav li#characters {
		width: 138px;
		margin-left: 12px;
	}
		ul#main_nav li#characters a {
			background-position: -448px 0;
		}
		ul#main_nav li#characters a:hover,
		ul#main_nav li#characters a.on {
			background-position: -448px -71px;
		}
	
	ul#main_nav li#explore {
		width: 100px;
		margin-left: 4px;
	}
		ul#main_nav li#explore a {
			background-position: -588px 0;
		}
		ul#main_nav li#explore a:hover,
		ul#main_nav li#explore a.on {
			background-position: -588px -71px;
		}
		
	div#content a#new_features {
		background-color: transparent;
		background-image: url(../img/main_nav/features.png);
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: 0 0;
		cursor: pointer;
		float: right;
		width: 185px;
		height: 103px;
		margin: -69px 5px 0 0;
		position: relative;
		z-index: 10;
	}
		div#content a#new_features:hover,
		div#content a#new_features.on {
			background-position: 0 -103px;
		}
		
	
	div#content a#logo,
	div#content span#logo {
		background: transparent url(../img/logo.png) no-repeat scroll 0 0;
		float: left;
		width: 172px;
		height: 148px;
		margin: -20px 0 0 34px;
	}
	
	div#content div.colA,
	div#content div.colB {
		float: left;
	}


div#footer {
	width: 100%;
	height: 260px;
	clear:both;
	position: relative;
	top: -60px;
}
	div#footer div#grass {
		background: transparent url(../img/footer/grass.png) repeat-x scroll 0 0;
		width: 100%;
		height: 225px;
		padding-top: 100px;
		position: relative;
		clear: both;
	}
	
	div#footer a#wii {
		background: transparent url(../img/footer/wii.png) no-repeat scroll 0 0;
		display: block;
		width: 86px;
		height: 39px;
		margin: 0 auto 0;
	}
	
	div#footer ul#footer_links {
		width: 960px;
		height:108px;
		margin: 25px auto 0;
		float:none;
	}
		div#footer ul#footer_links li {
			float: left;
		}
			div#footer ul#footer_links li a {
				display: block;
				width: 100%;
				height: 100%;
			}
			
			div#footer ul#footer_links li#esrb_everyone {
				width: 126px;
				height: 56px;
				margin-top: 30px;
			}
				div#footer ul#footer_links li#esrb_everyone a {
					background: transparent url(../img/footer/esrb_everyone.gif) no-repeat scroll 0 0;
				}
			div#footer ul#footer_links li#esrb_privacy {
				width: 59px;
				height: 80px;
				margin: 6px 0 0 34px;
			}
				div#footer ul#footer_links li#esrb_privacy a {
					background: transparent url(../img/footer/esrb_privacy.jpg) no-repeat scroll 0 0;
				}
			div#footer ul#footer_links li#nintendo {
				width: 124px;
				height: 33px;
				margin: 41px 0 0 45px;
			}
				div#footer ul#footer_links li#nintendo a {
					background: transparent url(../img/footer/nintendo.gif) no-repeat scroll 0 0;
				}
			div#footer ul#footer_links li#wi-fi {
				width: 55px;
				height: 56px;
				margin: 30px 0 0 34px;
			}
				div#footer ul#footer_links li#wi-fi a {
					background: transparent url(../img/footer/wi-fi.gif) no-repeat scroll 0 0;
				}
			div#footer ul#footer_links li#find_similar_games {
				width: 187px;
				height: 16px;
				margin: 50px 0 0 34px;
			}
				div#footer ul#footer_links li#find_similar_games a {
					background: transparent url(../img/footer/find_similar_games.gif) no-repeat scroll 0 0;
				}
				div#footer ul#footer_links li#find_similar_games a:hover {
					background: transparent url(../img/footer/find_similar_games.gif) no-repeat scroll 0 -16px;
				}
			div#footer ul#footer_links li#buy_now {
				width: 158px;
				height: 108px;
				margin: 0 0 0 25px;
			}
				div#footer ul#footer_links li#buy_now a {
					background: transparent url(../img/footer/buy_now.png) no-repeat scroll 0 0;
				}
				div#footer ul#footer_links li#buy_now a:hover {
					background: transparent url(../img/footer/buy_now.png) no-repeat scroll 0 -108px;
				}
				
		div#footer div#footer_btm {
			width: 960px;
			margin: 15px auto 0;
		}
			div#footer div#footer_btm ul#lang_select {
				float: left;
				height: 19px;
				margin-top: 3px;
				width:161px;
			}
				div#footer_btm ul#lang_select li {
					float: left;
					height: 19px;
					margin-right: 10px;
				}
					div#footer_btm ul#lang_select li a {
						display: block;
						width: 100%;
						height: 100%;
						background-color: transparent;
						background-image: url(../img/footer/lang_select.gif);
						background-repeat: no-repeat;
						background-attachment: scroll;
					}
					
				div#footer_btm ul#lang_select li#english {
					width: 44px;
				}
					div#footer_btm ul#lang_select li#english a {
						background-position: 0 0;
					}
					div#footer_btm ul#lang_select li#english a:hover {
						background-position: 0 -19px;
					}
					div#footer_btm ul#lang_select li#english a.on {
						background-position: 0 -38px;
					}
					
				div#footer_btm ul#lang_select li#french {
					width: 42px;
				}
					div#footer_btm ul#lang_select li#french a {
						background-position: -54px 0;
					}
					div#footer_btm ul#lang_select li#french a:hover {
						background-position: -54px -19px;
					}
					div#footer_btm ul#lang_select li#french a.on {
						background-position: -54px -38px;
					}
					
				div#footer_btm ul#lang_select li#spanish {
					width: 45px;
				}
					div#footer_btm ul#lang_select li#spanish a {
						background-position: -109px 0;
					}
					div#footer_btm ul#lang_select li#spanish a:hover {
						background-position: -109px -19px;
					}
					div#footer_btm ul#lang_select li#spanish a.on {
						background-position: -109px -38px;
					}
					
			div#footer div#footer_btm p#legal {
				font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
				font-size: 1em;
				color: #FFF;
				float: left;
				/*margin-left: 158px;*/
				text-align:center;
				width:100%;
			}
			
			
/* Home Page styles */
	
body.home div#content a#explore_the_game {
	background: transparent url(../img/callouts/explore_the_game.png) no-repeat scroll 0 0;
	cursor: pointer;
	float: left;
	clear: left;
	width: 238px;
	height: 190px;
	margin-top: 8px;
	position: relative;
	z-index: 10;
}
	body.home div#content a#explore_the_game:hover {
		background: transparent url(../img/callouts/explore_the_game.png) no-repeat scroll 0 -190px;
	}

body.home div#content a#wii_speak {
	background: transparent url(../img/callouts/wii_speak.png) no-repeat scroll 0 0;
	cursor: pointer;
	float: left;
	clear: left;
	width: 222px;
	height: 112px;
	margin: -35px 0 0 17px;
	position: relative;
	z-index: 5;
}
	body.home div#content a#wii_speak:hover {
		background: transparent url(../img/callouts/wii_speak.png) no-repeat scroll 0 -112px;
	}
body.home div#content div#flash_gallery,
body.home div#content object#flash_gallery {
	width: 700px;
	height: 356px;
	position: absolute;
	right: 0;
	top: 147px;
}
	body.home div#content div#flash_gallery a {
		color: #FFF;
		text-align: center;
		background: transparent url(../img/noFlash/png_noflash_gallery.png) no-repeat scroll 0 0;
		display: block;
		width: 700px;
		height: 355px;
	}

body.home div#content div#quick_stuff,
body.home div#content object#quick_stuff {
	width: 303px;
	height: 262px;
	position: absolute;
	right: 0;
	top: 473px;
}
	body.home div#content div#quick_stuff a {
		color: #FFF;
		text-align: center;
		background: transparent url(../img/noFlash/png_noflash_quickStuff.png) no-repeat scroll 0 0;
		display: block;
		width: 100%;
		height: 100%;
	}

body.home div#content div#welcome {
	width: 600px;
	margin: 20px 0 0 17px;
}
	body.home div#welcome h1 {
		color: #9e0c65;
		font-weight: bold;
		font-size: 4.8em;
		margin-top: 2em;
	}
	body.home div#content div#welcome p {
		font-size: 1.7em;
	}
	body.home div#content div#welcome p em {
		color: #7f1469;
	}
	
	body.home div#city {
		background: transparent url(../img/footer/city.png) no-repeat scroll center 0;
		width: 872px;
		height: 160px;
		margin: -209px auto 0;
	}
	body.home div#footer {
		height: 100px;
	}

/*Overview Styles*/


ul#overview_nav{
	float:left;
	width:500px;
	height:24px;
	padding-left:44px;
}
	ul#overview_nav li{
		float:left;
		height:24px;
		margin-right:20px;
		
	}
		ul#overview_nav a{
			background:url(../img/overview_nav/sprite.png);
			background-repeat:no-repeat;
			background-position:0 -3px;
			display:block;
			width:100%;
			height:100%;
		}
	
	ul#overview_nav li.overNav_welcome{
		width:98px;
	}
	ul#overview_nav li.overNav_mediaGallery{
		width:150px;
	}
	ul#overview_nav li.overNav_customize{
		width:120px;
	}
	ul#overview_nav li.overNav_welcome a{
		background-position:0 -3px;
	}
	ul#overview_nav li.overNav_mediaGallery a{
		background-position:-117px -3px;
	}
	ul#overview_nav li.overNav_customize a{
		background-position:-287px -3px;
	}
	
	
	ul#overview_nav li.overNav_welcome a:hover,
	ul#overview_nav li.overNav_welcome a.on{
		background-position:0 -41px;
	}
	ul#overview_nav li.overNav_mediaGallery a:hover,
	ul#overview_nav li.overNav_mediaGallery a.on{
		background-position:-117px -41px;
	}
	ul#overview_nav li.overNav_customize a:hover,
	ul#overview_nav li.overNav_customize a.on{
		background-position:-287px -41px;
	}
	
	/* Calendar */
	.calendar #flash_calendar {
		position:relative;
		top:0;
		left:0;
	}
	body.calendar #flash_calendar .bg {
		background:url(../img/noFlash/png_noFlash_calendar_day.png);
		position:absolute;
		top:0;
		left:0;
		display:block;
		width:650px;
		height:650px;
	}
	body.night #flash_calendar .bg {
		background:url(../img/noFlash/png_noFlash_calendar_night.png);
	}
		.calendar #flash_calendar a {
			color:#fff;
			position:absolute;
			width:160px;
			height:39px;
			top:347px;
			left:246px;
			display:block;
			z-index:100;
			background:url(../img/blank.gif) repeat;
		}
		
	body.calendar div.colA {
		width: 295px;
	}
		body.calendar div.colA h1 {
			margin-top: 30px;
		}
		body.calendar div.section {
			width:289px;
			height:95px;
			float:left;
			padding-top:10px;
			position:relative;
			top:0;
			left:0;
		}
			body.calendar div.calendar_widget {
				width:289px;
				height:95px;
				background:url(../img/callouts/afcf_widgetbox.png) no-repeat;
			}
			body.calendar div.colA a.btn_pc {
				display:block;
				width:84px;
				height:26px;
				position:absolute;
				bottom:9px;
				right:22px;
				background:url(../img/buttons/afcf_widgetbutton.gif) -84px 0 no-repeat;
			}
				body.calendar div.colA a.btn_pc:hover {
					background-position:-84px -26px;
				}
			body.calendar div.colA a.btn_mac {
				display:block;
				width:84px;
				height:26px;
				position:absolute;
				bottom:9px;
				right:114px;
				background:url(../img/buttons/afcf_widgetbutton.gif) 0 0 no-repeat;
			}
				body.calendar div.colA a.btn_mac:hover{
					background-position:0 -26px;
				}
		body.calendar div.colA a#calendar_widget {
			background: transparent url(../img/buttons/btn_calendar_widget.png) no-repeat scroll 0 0;
			float: left;
			width: 291px;
			height: 98px;
			margin-top: 15px;
		}
		.calendar div.colA a#calendar_pdf {
			background: transparent url(../img/buttons/btn_viewPDF.png) no-repeat scroll 0 0;
			float: right;
			width: 226px;
			height: 28px;
		}
			.calendar div.colA a#calendar_pdf:hover {
				background-position:0 -28px;
			}
		
		body.calendar div.colA div#players_guide {
			float: left;
			width: 100%;
			height: 142px;
			margin-top: 20px;
			position:relative;
			top:0;
			left:0;
		}
			body.calendar div.colA div#players_guide h2 {
				margin-top: 15px;
			}
			body.calendar div.colA div#players_guide a.img{
				position:absolute;
				right:0;
				top:0;
				width:92px;
				height:142px;
				display:block;
				background:url(../img/callouts/player_guide.png) no-repeat 0 0;
			}
			
			body.calendar div.colA div#players_guide a.btn {
				background: transparent url(../img/buttons/btn_getTheGuide.png) no-repeat scroll 0 0;
				float: left;
				width: 125px;
				height: 28px;
				margin-left: 30px;
			}
				
				body.calendar div.colA div#players_guide a.btn:hover {
					background-position:0 -28px;
				}
	/* Send to Friend (Calendar) */
	body.send_to_friend .intro {
		width: 700px;
		margin-top: 25px;
		padding-left: 44px;
		float: left;
	}
	body.send_to_friend .intro p {
		font-size: 1.3em;
	}

	div.send_to_friend {
		width: 943px;
		clear: both;
		position: relative;
		top: 30px;	
		padding-bottom: 100px;
	}

		div.send_to_friend h1 {
			margin: 0 0 0 26px;
			padding: 0;
		}
		div.send_to_friend #event_date {
			padding: 0;
			margin: 0 0 0 26px;
			font-weight: bold;
		}
		div.send_to_friend ol.errors {
			background: url(../img/send_to_friend/errors.png) no-repeat scroll 0 0;
			width: 942px;
			height: 87px;
			margin: -20px 0 -15px;
			position: relative;
			z-index: 5;
		}
			div.send_to_friend ol.errors li {
				font-size:1.5em;
				font-weight: bold;
				color: #be2121;
				float: left;
				margin: 50px 0 0 1.5em;
			}
		#send_to_friend_input_fields {
			background: url(../img/bg/bg_li_gallery_blue.jpg) repeat-y;
			color: #fff;
			padding: 20px 20px 0;
			height: 125px;
		}
		
			#send_to_friend_input_fields h1 {
				margin: 0 0 0 8px;
			}
			#send_to_friend_input_fields ol {
				height:40px;
				margin-top:10px;
			}
				#send_to_friend_input_fields ol li {
					margin: 0 10px 0 8px;
					float: left;
					width: 207px;
				}
				#send_to_friend_input_fields ol li.first {
					margin-right: 235px;
				}
					#send_to_friend_input_fields ol li label{
						font-family: Helvetica, Arial, sans-serif;
						font-size: 1.5em;
						font-weight: bold;
						display:block;
						width:188px;
						margin-bottom: 0.25em;
						float:left;
					}
					#send_to_friend_input_fields ol li input{
						display:block;
						width:188px;
						float:left;
						clear:both;
					}
					#send_to_friend_input_fields ol li span{
						display:block;
						font-weight:bold;
					}

		#send_to_friend_messages {
			background: url(../img/bg/bg_li_gallery_purple.jpg) repeat-y;
			color: #fff;
			padding: 10px 0 50px 0;
			list-style-type: none;
			clear: left;
		}
		
			#send_to_friend_messages h2,
			#send_to_friend_messages p {
				margin:0 0 0 26px;
			}
		
			#send_to_friend_messages li {
				width:910px;
				height:250px;
				padding-left:22px;
				background:url(../img/bg/bg_dashed_blue_line.gif) repeat-x bottom left;
			}
			
			#send_to_friend_messages li input{
				position:relative;
				display:block;
				top:110px;
			}
			#send_to_friend_messages li img{
				position:relative;
				display:block;
				top:0px;
				left:50px;
				width:280px;
				height:200px;
				border-style:none;
			}
			#send_to_friend_messages li span{
				position:relative;
				display:block;
				top:-160px;
				left:400px;
				width:400px;
			}
			#btn_send_your_invitation{
				position:relative;
				left:620px;
				top:-70px;
			} 


	/*welcome styles*/
	body.welcome .intro{
		width:383px;
		float:left;
		clear:left;
		margin-top:46px;
	}
		body.welcome h1 strong{
			display:block;
			width:100%;
			margin-bottom:-15px;
		}
		body.welcome h1 span{
			display:block;
			width:100%;
		}
		body.welcome .intro p{
			font-size:1.5em;
			color:#000;
			margin-bottom:1.5em;
		}
	body.welcome #content #flash_content {
		float: right;
		width:553px;
		height:371px;
		margin-top: -80px;
		position:relative;
	}
		body.welcome #content div#flash_content a {
			background:url(../img/noFlash/png_noflash_overview.png) no-repeat;
			display:block;
			width: 100%;
			height: 100%;
		}
	
	div.welcome{
		width:944px;
		float:left;
		clear:both;
		padding-bottom:60px;
	}
		.welcome .col1{
			width:405px;
			float:left;
		}
			.welcome .col1 .screenshot{
				display:block;
				width:304px;
				height:94px;
				background:url(../img/frame_screenshot_3.png) no-repeat;
			}
				
			
			
		
			.welcome .col1 #box_watchVideos{
				width:401px;
				position:relative;
				top:0;
				left:0;
				padding-top:41px;
			
			}	
				.welcome .col1 .bg_box_watchVideos{
					background:url(../img/bg/bg_box_watchVideos.png) no-repeat;
					width:401px;
					height:555px;
					position:absolute;
					top:0;
					left:0;
					z-index:1;
				}
				.welcome .col1 #box_watchVideos h2{
					color:#fff;
					padding:18px 25px;
					font-size:1.9em;
					background:url(../img/headings/h2_watchVideos.png) no-repeat 25px 18px;
					height:50px;
					position:relative;
					top:0;
					left:0;
					z-index:10;
				}
				.welcome .col1 ul{
					position:relative;
					top:0;
					left:0;
					z-index:10;
				}
					.welcome .col1 ul li{
						margin:0 25px 18px;						
					}
						.welcome .col1 ul li .btn_seeGameVideo{
							background:url(../img/buttons/btn_visitMediaGallery.jpg) no-repeat;
							display:block;
							width:357px;
							height:254px;
						}
						.welcome .col1 ul li .btn_seeGameVideo:hover{
							background-position:0 -254px;
						}
					
						.welcome .col1 li.btn_buyTheGame{
						
						}
							.welcome .col1 li.btn_buyTheGame a {
								display: block;
								background: url(../img/callouts/callouts_buyTheGame.png) no-repeat;
								width: 361px;
								height: 169px;
							}
		.welcome .col2{
			width:539px;
			float:left;
			margin-top: -40px;
		}
			
			.welcome .col2 ul{
				float:left;
			}
				.welcome .col2 li{
					clear:both;
					float:left;
					padding-left:76px;
					margin-bottom:17px;
					width:462px;
				}
					.welcome .col2 li h2{
						color:#2d1349;
					}
					.welcome .col2 li.calendar h2{
						width:269px;
					}
					.welcome .col2 li.communication h2{
						width:255px;
					}
					.welcome .col2 li span.icon{
						display:block;
					}
					.welcome .col2 li.city span.icon{
						background:url(../img/icons/icon_town.png) no-repeat;
						float:right;
						width:138px;
						height:114px;
					}
					.welcome .col2 li.calendar span.icon{
						background:url(../img/icons/icon_calendar.png) no-repeat;
						float:left;
						width:150px;
						height:157px;
			
					}
					.welcome .col2 li.communication span.icon{
						background:url(../img/icons/icon_communication.png) no-repeat;
						float:right;
						width:146px;
						height:143px;
						margin-top:10px;
					}
					.welcome .col2 li a.btn_purple{
						height:38px;
						display:block;
						clear:both;
					}
					
					.welcome .col2 li.city a.btn_purple{
						background:url(../img/buttons/exploreTheCity/btn_exploreTheCity.png) no-repeat;
						height:33px;
						width:167px;
					}
						.welcome .col2 li.city a.btn_purple:hover{
							background-position:0 -33px;
						}
					.welcome .col2 li.calendar a.btn_purple{
						background:url(../img/buttons/checkOutTheCalendar/btn_checkOutTheCalendar.png) no-repeat;
						width:195px;
						height:38px;
						margin-left:203px;
					}
						.welcome .col2 li.calendar a.btn_purple:hover{
							background-position:0 -38px;
						}
					.welcome .col2 li.communication a.btn_purple{
						background:url(../img/buttons/discoverCommunication/btn_discoverCommunication.png) no-repeat;
						width:195px;
						height:38px;
					}
						.welcome .col2 li.communication a.btn_purple:hover{
							background-position:0 -38px;
		
						}
					.welcome .col2 li p {
						margin-bottom:1.3em;
					}
					
					.welcome .col2 li.city p,
					.welcome .col2 li.city h2
					{
						width:314px;
						padding-right:10px;
						float:right;
					}
					
					.welcome .col2 li.calendar p,
					.welcome .col2 li.calendar h2{
						width:259px;
						float:right;
						padding-left:10px;
					}
					
					.welcome .col2 li.communication p,
					.welcome .col2 li.communication h2{
						width:306px;
						float:left;
						padding-right:10px;
					}
					
	/*customize styles*/
	body.customize .intro{
		width:646px;
		background:url(../img/bg/bg_customize_intro.png) no-repeat;
		float:left;
		height:80px;
		padding-top:99px;
		padding-bottom:5px;
		margin-left:33px;	
	}
		body.customize .intro h1{
			margin-left:27px;
			height:37px;
		}
		body.customize .intro p{
			color:#fff;
			font-size:1.2em;
			padding:0 27px;
			font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
		}
		body.overview #ie6_intro{
			display:none;
		}
	
	div.customize{
		clear:both;
		padding-bottom:50px;
		float:left;	
	}
	
	div.customize ul{
		width:954px;
		padding-top:36px;
		float:left;
			
	}
		div.customize ul li{
			padding-left:146px;
			min-height:200px;
			width:306px;
			float:left;
			margin-bottom:36px;
			
		}
			div.customize ul li h2{
				width:304px;
				height:30px;
			}
			div.customize ul li .h2{
				display:block;
				width:304px;
				height:8px;
				background:url(../img/headings/h2_dottedLine.png) no-repeat;
				margin-bottom:8px;
			}
			
			div.customize ul li div{
				clear:both;
				margin-top:16px;
			}
			
			a.video1 {
				display:block;
				width:115px;
				height:94px;
				margin-top: 16px;
				background:url(../img/bg/video.png) no-repeat 0 0;
				position: relative;
			}
				a.video1 img {
					margin: 9px 0 0 12px;
				}
				a.video1 span {
					background:url(../img/bg/play_large.png) no-repeat 0 0;
					display: block;
					width: 48px;
					height: 37px;
					position: absolute;
					left: -2px;
					bottom: -1px;
				}
				a.video1:hover span {
					background:url(../img/bg/play_large.png) no-repeat 0 -37px;
				}
			.screenshot3 {
				width:302px;
				height:91px;
				padding-left:3px;
				background:url(../img/bg/screenshot.png) no-repeat 0 0;
				position: relative;
			}
				.screenshot3 a.hidden{
					display:none;
				}

				.screenshot3 span {
					background:url(../img/bg/plus_large.png) no-repeat 0 0;
					display: block;
					width: 48px;
					height: 37px;
					position: absolute;
					left: -2px;
					bottom: -5px;
					cursor: pointer;
				}
				.screenshot3:hover span {
					background:url(../img/bg/plus_large.png) no-repeat 0 -37px;
				}
				.screenshot3 a {
					display:block;
					width:93px;
					height:50px;
					margin-top:7px;
					margin-left:5px;
					float:left;
				}
				
		
		div.customize ul li.town {
			background:url(../img/icons/icon_town.png) no-repeat 0 3px;
			margin-right:38px;
		}
			
		div.customize ul li.apparel {
			background:url(../img/icons/icon_apparel.png) no-repeat 0 3px;
			margin-right:38px;
		}
			
		div.customize ul li.character {
			background:url(../img/icons/icon_character.png) no-repeat 0 3px;
			margin-right:38px;
		}
			
		div.customize ul li.house{
			background:url(../img/icons/icon_house.png) no-repeat 0 3px;
		}
			
		div.customize ul li.messages{
			background:url(../img/icons/icon_messages.png) no-repeat 0 3px;
		}
			
			
		/*media gallery styles*/
		
		body.gallery .intro{
			width:488px;
			float:left;
			margin-top:25px;
			padding-left:44px;
		}
			body.gallery .intro h1{
				color:#fff;
				display:block;
			}
			body.gallery .intro p{
				font-size:1.5em;
				color:#000;
				
			}
		div.gallery{
			clear:both;
			margin-top:42px;
			float:left;
			padding-bottom:50px;
		}
			.gallery ul{
			
			}
				.gallery ul li{
					width:939px;
					padding-bottom:7px;
					float:left;
					margin-bottom:29px;
				}
					.gallery ul li h2{
						color:#fff;
						font-size:1.8em;
						padding-left:15px;
						padding-top:8px;
						height:16px;
					}
						.gallery ul li h2 strong{
							font-size:1.4em;
							font-weight:bold;
						}
				
				.gallery ul li.commercials{
					background:url(../img/bg/bg_li_gallery_purple_bt.gif) no-repeat bottom;
					position:relative;
					top:0;
					left:0;
					width:539px;
					z-index:1;
				}
					.gallery ul li.commercials h2{
						background:url(../img/headings/h2_gallery_purple_top.png) no-repeat;
					}
					.gallery ul li.commercials ul{
						background:url(../img/bg/bg_li_gallery_purple.jpg) repeat-y;
					}
					.gallery ul li.commercials .tv{
						background:url(../img/icons/icon_tv.png) no-repeat;
						width:212px;
						height:232px;
						position:absolute;
						top:-18px;
						left:466px;
						z-index:200;
					}
				.gallery ul li.experience{
					background:url(../img/bg/bg_li_gallery_orange_bt.gif) no-repeat bottom;
				}
					.gallery ul li.experience h2{
						background:url(../img/headings/h2_gallery_orange_top.png) no-repeat;
					}
					.gallery ul li.experience ul{
						background:url(../img/bg/bg_li_gallery_orange.jpg) repeat-y;
					}
				.gallery ul li.screenshots{
					background:url(../img/bg/bg_li_gallery_blue_bt.gif) no-repeat bottom;
				}
					.gallery ul li.screenshots h2{
						background:url(../img/headings/h2_gallery_blue_top.png) no-repeat;
					}
					.gallery ul li.screenshots ul{
						background:url(../img/bg/bg_li_gallery_blue.jpg) repeat-y;
					}
				
					.gallery ul li ul{
						float:left;
						width:100%;
					}
				
						.gallery ul li ul li{
							float:left;
							padding:20px 0 10px 15px;
							width:139px;
							margin-bottom:0;
						}
							.gallery ul li ul li a {
								display: block;
								width: 138px;
								height: 105px;
								position: relative;
							}
								.gallery ul li ul li a span {
									background: transparent url(../img/buttons/play.png) no-repeat scroll 0 0;
									display: block;
									width: 31px;
									height: 24px;
									position: absolute;
									right: -1px;
									bottom: -5px;
								}
								.gallery ul li ul li a:hover span {
									background: transparent url(../img/buttons/play.png) no-repeat scroll 0 -24px;
								}
								
								.gallery ul li.screenshots ul li a span {
									background: transparent url(../img/plus.png) no-repeat scroll 0 0;
								}
								.gallery ul li.screenshots ul li a:hover span {
									background: transparent url(../img/plus.png) no-repeat scroll 0 -24px;
								}
							.gallery ul li ul li h3{
								color:#fff;
								font-weight:bold;
								font-size:.55em;
								text-decoration:none;
							}
/*Explore the City*/

body.explore .intro {
	width: 230px;
	float: left;
	clear: both;
	margin-top: 53px;
	padding-left: 34px;
	margin-bottom:100px;
}

.sIFR-active .explore{
	margin-bottom:0;	
}
	body.explore .intro h1{
		width:260px;
	}
	
.sIFR-active .explore #flash_content {
	background:none;
	position: relative;
	top: 19px;
	right: -78px;
}
	.explore #flash_content {
		width: 692px;
		height: 500px;
		position: absolute;
		top: 148px;
		right: -6px;
	}
		.explore div#flash_content a {
			background: transparent url(../img/noFlash/png_noflash_explore.png) no-repeat scroll 0 0;
			display:block;
			width: 691px;
			height: 499px;
			z-index:100;
		}
div#content div.explore {
	clear: both;
	float: left;
	padding-left: 35px;	
}


.explore #content ul {
		width: 430px;
		float: left;
	}
	
.explore ul.col1 {
	margin-right: 25px;	
}
.explore ul.col2 {
	margin: 112px 0 -70px;
}
	.explore ul li {
		xmargin-bottom: 42px;
	}
		.explore ul li h2 {
			position: relative;
			top: 0;
			left: 0;
			width: 450px;
			z-index: 10;
		}
		.explore div.photo {
			width: 142px;
			height: 100px;
			margin: 0 19px 20px 0;
		}
		.explore .shampoodles div.photo {
			background: transparent url(../img/img_shampoodles.png) no-repeat scroll 0 0;
			float: left;
		}
		.explore .katrinas div.photo {
			background: transparent url(../img/img_katrina.png) no-repeat scroll 0 0;
			float: left;
		}
		.explore .marquee div.photo {
			background: transparent url(../img/img_marquee.png) no-repeat scroll 0 0;
			float: right;
			margin: 0 0 20px 19px;
		}
		.explore .redds div.photo {
			background: transparent url(../img/img_redds.png) no-repeat scroll 0 0;
			float: right;
			margin: 0 0 20px 19px;
		}
		.explore .gracieGrace div.photo {
			background: transparent url(../img/img_gracieGrace.png) no-repeat scroll 0 0;
			float: right;
			width: 150px;
			height: 283px;
			position: relative;
			top: -62px;
			z-index: 20;
		}
	
	.explore ul li.gracieGrace {
		width: 450px;
	}
		.explore ul li.gracieGrace p {
			width: 280px;
		}
div#globalNav ul li,
div#wrapper-lang ul#nav-lang li {
	margin-bottom: 0;
}
div#nus {
	position: relative;
	z-index: 1;
}
div#globalNav ul {
	float: none;
}
	
/*Glossary*/
body.glossary .intro{
	width:701px;
	float:right;
	margin-top:13px;
}
	body.glossary .intro p{
		font-size:1.5em;
		color:#fff;
		line-height:1.5em;
	}
	body.glossary .intro p strong{
		font-size:2.0em;
	}
div.glossary{
	width:943px;
	float:left;
	margin-top:41px;
	margin-left:34px;
	position:relative;
}
	
	
	.filter_glossary_container{
		float:left;
		height:61px;
		width:505px;
		padding-left:196px;
		margin-top:18px;
		position:relative;
		top:0;
		left:0;
		z-index:3;
	}
		.filter_glossary{
			position:relative;
			top:0;
			left:0;
			z-index:3;				
		}
		.filter_glossary_bg {
			background: url(../img/bg/bg_filter_glossary.png) no-repeat 0 0;
			height: 61px;
			width: 701px;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
		}
			.filter_glossary li{
				float:left;
			}
				.filter_glossary li a{
					display:block;
					height:44px;
					margin-left:19px;
					margin-top:9px;
				}
					.filter_glossary li.filter-AC a {
						background:url(../img/filter/glossaryFilter.gif) no-repeat 0 0;
						width:100px;
					}
						.filter_glossary li.filter-AC a:hover {
							background-position:0 -44px;
						}
					.filter_glossary li.filter-DG a {
						background:url(../img/filter/glossaryFilter.gif) no-repeat -120px 0;
						width:101px;
					}
						.filter_glossary li.filter-DG a:hover {
							background-position:-120px -44px;
						}
					.filter_glossary li.filter-HP a {
						background:url(../img/filter/glossaryFilter.gif) no-repeat -239px 0;
						width:102px;
					}
						.filter_glossary li.filter-HP a:hover {
							background-position:-239px -44px;
						}
					.filter_glossary li.filter-RZ a {
						background:url(../img/filter/glossaryFilter.gif) no-repeat -360px 0;
						width:102px;
					}
						.filter_glossary li.filter-RZ a:hover {
							background-position:-360px -44px;
						}
	.section{
		position:relative;
		top:0;
		left:0;
		float:left;
	}
	.h2_wrapper {
		width:943px;
		background:url(../img/bg/bg_header_white_glossary.png) no-repeat 0 0;
		height:46px;
		clear:both;
		position:relative;
		margin-bottom:18px;
		z-index:10;
	}
		.h2_wrapper h2 {
			position: absolute;
			left: 17px;
			top: 18px;
			width: 60px;
			height: 15px;
		}
			.h2_wrapper h2 span {
				position: absolute;
				left: -999999em;
			}			
		.h2_AC {
	 		width:55px;
	 		background:url(../img/h2_AtoC.gif) no-repeat 0 0;
		}
		.h2_DG {
			background:url(../img/h2_DG.gif) no-repeat 0 0;
		}
		.h2_HP {
			background:url(../img/h2_HP.gif) no-repeat 0 0;
		}
		.h2_RZ {
			background:url(../img/h2_RZ.gif) no-repeat 0 0;
		}
		a.btn_top {
			display: block;
			width: 69px;
			height: 30px;
			background: url(../img/buttons/btn_top.png) no-repeat 0 0;
			position: absolute;
			right: 10px;
			top: 8px;
			z-index: 20;
		}
		a.btn_top:hover {
			background-position:0 -30px;
		}
			a.btn_top span {
				position: absolute;
				left: -999999em;
			}
	.dl_glossary {
		width:943px;
		margin-bottom:46px;
		float:left;
	}
		.dl_glossary dt{
			float:left;
			clear:left;
			color:#002b46;
			font-size:1.7em;
			font-weight:bold;
			background:url(../img/headings/dottedArrow_d.gif) no-repeat bottom;
			width:225px;
			padding-bottom:17px;
			margin-right:14px;
			margin-top:19px;
		}
		.night .dl_glossary dt{
			background:url(../img/headings/dottedArrow_n.gif) no-repeat bottom;
		}
			.dl_glossary dt em{
				display:block;
				font-style:normal;
			}
		.dl_glossary dd{
			float:left;
			color:#fff;
			font-weight:bold;
			width:701px;
			margin-bottom:15px;
			padding-top:8px;
			
		}
			
			.dl_glossary dd p {
				background: url(../img/bg/bg_dd_blue.png) repeat-y;
				font-weight: normal;
				font-size: 1.2em;
				padding: 10px 20px 18px 20px;
				min-height: 36px;
				font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;	
			}
			.dl_glossary dd.dd_green p {
				background: url(../img/bg/bg_dd_green.png) repeat-y;
			}
			.dl_glossary dd.dd_orange p {
				background: url(../img/bg/bg_dd_orange.png) repeat-y;
			}
			.dl_glossary dd.dd_purple p {
				background: url(../img/bg/bg_dd_purple.png) repeat-y;
			}
			.dl_glossary dd span.top{
				height:6px;
				display:block;
				width:100%;
				font-size:0;
				line-height:0;
			}
			.dl_glossary dd span.bottom{
				height:5px;
				display:block;
				width:100%;
				font-size:0;
				line-height:0;
			}
			.dl_glossary dd span.top{
				background:url(../img/bg/bg_dd_blue_top.png) top no-repeat;
			}
			.dl_glossary dd span.bottom{
				background:url(../img/bg/bg_dd_blue_bt.png) top no-repeat;
			}
			.dl_glossary dd.dd_green span.top{
				background:url(../img/bg/bg_dd_green_top.png) top no-repeat;
			}
			.dl_glossary dd.dd_green span.bottom{
				background:url(../img/bg/bg_dd_green_bt.png) top no-repeat;
			}
			.dl_glossary dd.dd_purple span.top{
				background:url(../img/bg/bg_dd_purple_top.png) top no-repeat;
			}
			.dl_glossary dd.dd_purple span.bottom{
				background:url(../img/bg/bg_dd_purple_bt.png) top no-repeat;
			}
			.dl_glossary dd.dd_orange span.top{
				background:url(../img/bg/bg_dd_orange_top.png) top no-repeat;
			}
			.dl_glossary dd.dd_orange span.bottom{
				background:url(../img/bg/bg_dd_orange_bt.png) top no-repeat;
			}
			
		#glossary_colors{
			position:absolute;
			bottom:53px;
			left:-163px;
		}
			#glossary_colors li{
				margin-bottom:10px;
				display:block;
				width:85px;
				height:85px;
			}
			#glossary_colors li.def_blue{
				background:#0d99b8;
			}
			#glossary_colors li.def_purple{
				background:#813658;
			}
			#glossary_colors li.def_green{
				background:#569943;
			}
			#glossary_colors li.def_orange{
				background:#d29a0c;
			}
/*Characters*/
body.characters div#content {
	/*min-height: 1550px;*/
}
body.characters .intro {
	width:567px;
	padding-left:44px;
	float:left;
	margin-top: 15px;
}
	body.characters .intro p {
		font-size:1.3em;
	}
	

.characters #box_you {
	width:942px;
	height:200px;
	background:url(../img/bg/bg_you_box.png) no-repeat;
	clear:both;
	position:relative;
	top:30px;
	overflow: hidden;
}
	.characters #box_you h2 {
		position:relative;
		top: 44px;
		left: 244px;
	} 
	.characters #box_you p {
		position:relative;
		left:244px;
		top:39px;
		width:365px;
		color:#fff;
		font-size:13px;
		font-weight:bold;
		font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	}
	.characters #sub_box {
		width:190px;
		height:107px;
		position:absolute;
		top:55px;
		right:121px;
	}
		.characters #sub_box .h3 {
			background:url(../img/headings/h2_dottedLine.png) no-repeat;
			width:190px;
			height:8px;
			display:block;
			
			position:relative;
			top:-7px;
			left:0;
		}
		
		.characters #sub_box p {
			font-size:12px;
			color:#000;
			font-weight:normal;
			margin:0;
			width:190px;
			position:static;
		}
		

div.characters {
	clear:both;
	float:left;
	padding-bottom:50px;
	padding-top:66px;	
}
	div.characters .img {
		position: absolute;
	}
		div.characters #tomNook {
			left: -100px;
			top: 16px;
			background:url(../img/characters/tomNook.png) no-repeat;
			width:83px;
			height:135px;
		}
		div.characters #cooperAndBooker {
			left: -130px;
			top: -6px;
			background:url(../img/characters/cooperAndBooker.png) no-repeat;
			width:153px;
			height:157px;
		}
		div.characters #kkSlider {
			left: -100px;
			top: 5px;
			background:url(../img/characters/kkSlider.png) no-repeat;
			width:100px;
			height:132px;
		}
		div.characters #blathers {
			left: -100px;
			top: -2px;
			background:url(../img/characters/blathers.png) no-repeat;
			width:116px;
			height:137px;
		}
		div.characters #pelly {
			left: -100px;
			top: 18px;
			background:url(../img/characters/pelly.png) no-repeat;
			width:109px;
			height:128px;
		}
		div.characters #mayor {
			left: -100px;
			top: 15px;
			background:url(../img/characters/mayor.png) no-repeat;
			width:93px;
			height:148px;
		}
		div.characters #mrRessetti {
			left: -130px;
			top: 9px;
			background:url(../img/characters/mrResetti.png) no-repeat;
			width:145px;
			height:125px;
		}
		div.characters #mableSable {
			left: -130px;
			top: 11px;
			background:url(../img/characters/mableAndSable.png) no-repeat;
			width:164px;
			height:136px;
		}

	.characters #content ul {
		width: 430px;
		float: left;
	}
	.characters #content ul.col1 {
		margin-right:30px;
	}
		.characters #content ul li {
			position:relative;
			top:0;
			left:0;
		}
		
		.characters #content ul li div {
			width:327px;
			margin-left:100px;
		}
		.characters #content ul li div.top {
			height:74px;
		}
		.characters #content ul li.orange div.top {
			background:url(../img/bg/bg_bubble_yellow_top.png) no-repeat;
		}
		.characters #content ul li.purple div.top {
			background:url(../img/bg/bg_bubble_purp_top.png) no-repeat;
		}
		.characters #content ul li.green div.top {
			background:url(../img/bg/bg_bubble_green_top.png) no-repeat;
		}
		.characters #content ul li.orange div.middle {
			background:url(../img/bg/bg_bubble_yellow.gif) repeat-y;
		}
		.characters #content ul li.purple div.middle {
			background:url(../img/bg/bg_bubble_purp.gif) repeat-y;
		}
		.characters #content ul li.green div.middle {
			background:url(../img/bg/bg_bubble_green.gif) repeat-y;
		}
		.characters #content ul li div.bottom {
			height:52px;
			top:-32px;
			position:relative;
			z-index:1;
		}
		.characters ul li.orange div.bottom {
			background: #89EDFC url(../img/bg/bg_bubble_yellow_bt.png) no-repeat scroll 0 0;
		}
		.characters ul li.purple div.bottom {
			background: #89EDFC url(../img/bg/bg_bubble_purp_bt.png) no-repeat;
		}
		.characters ul li.green div.bottom {
			background: #89EDFC url(../img/bg/bg_bubble_green_bt.png) no-repeat;
		}
		.night .characters ul li.orange div.bottom {
			background: url(../img/bg/bg_bubble_yellow_bt_n.gif) no-repeat;
		}
		.night .characters ul li.purple div.bottom {
			background: url(../img/bg/bg_bubble_purp_bt_n.gif) no-repeat;
		}
		.night .characters ul li.green div.bottom {
			background: url(../img/bg/bg_bubble_green_bt_n.gif) no-repeat;
		}
		
		.characters #content ul li div p {
			font-size:.9em;
			color:#fff;
			position:relative;
			top:-38px;
			left:40px;
			width:250px;
			margin-bottom:-19px;
			z-index:10;
		}
		.characters #content ul li h2 {
			height:38px;
			color:#fff;
			font-size:1.7em;
			position:absolute;
			top:-12px;
			left:40px;
		}
			.characters #content ul li h2 span {
				position: absolute;
				left: -999999em;
			}
		.characters #content ul li.tomNook h2 {
			background:url(../img/headings/pointer_tomNook.png) no-repeat;
			width:199px;
		}
		.characters #content ul li.copperBooker h2 {
			background:url(../img/headings/pointer_copperBooker.png) no-repeat;
			width:255px;
		}	
		.characters #content ul li.KKSlider h2 {
			background:url(../img/headings/pointer_kkSlider.png) no-repeat;
			width:193px;
		}	
		.characters #content ul li.blathers h2 {
			background:url(../img/headings/pointer_blathers.png) no-repeat;
			width:187px;
		}	
		.characters #content ul li.pelly h2 {
			background:url(../img/headings/pointer_pelly.png) no-repeat;
			width:161px;
		}
		.characters #content ul li.mayor h2 {
			background:url(../img/headings/pointer_mayor.png) no-repeat;
			width:169px;
		}	
		.characters #content ul li.mrRessetti h2 {
			background:url(../img/headings/pointer_ressetti.png) no-repeat;
			width:202px;
		}
		.characters #content ul li.mabelSable h2 {
			background:url(../img/headings/pointer_mabelSable.png) no-repeat;
			width:232px;
		}		
/* New Features */
.newFeatures div#content a#new_features{
	z-index:101;	
}

.newFeatures #content {
	padding-bottom:100px;	
}

.newFeatures .intro {
	width: 550px;
	float: left;
	padding-left: 44px;
	margin-top: 25px;
}

div.newFeatures {
	clear:both;
	padding-top:30px;
		
}

	div.newFeatures #box_bigCity,
	.newFeatures .section {
		position: relative;
		top:0;
		left:0;
	}
	div.newFeatures #box_bigCity{
		background:url(../img/bg/bg_box_newFeatures_blue.png) no-repeat;
		width:620px;
		height:281px;
		padding-top:20px;
	}
		div.newFeatures #box_bigCity h2 {
			width:218px;
			margin-left:400px;
		}
		div.newFeatures #box_bigCity p {
			width:208px;
			margin-left:400px;
			font-size:13px;
			color:#fff;
			font-weight:bold;
			font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
		}
		.btn_exploreTheCity {
			background:url(../img/buttons/afcf_btn_blue.gif) no-repeat 0 0;
			width:165px;
			height:30px;
			display:block;
			position:absolute;
			top:242px;
			right:20px;
		}
		.btn_exploreTheCity:hover{
			background-position:0 -30px;
		}
	.newFeatures ul{
		position:relative;
		top:0;
		left:0;
		clear:both;
		width:980px;
		
	}
		.newFeatures li{
			float:left;
		}
		.newFeatures div.calendar{
			background: transparent url(../img/img_theCalendar.png) no-repeat scroll 0 0;
			position:relative;
			float:right;
			width:325px;
			padding-top: 140px;
			top:-20px;
		}
		.newFeatures li.updateImage{
			width:260px;
			padding-top:56px;
		}
			li.updateImage div.photo {
				background: transparent url(../img/icons/icon_yourImage.png) no-repeat scroll 0 0;
				float:right;
				width: 152px;
				height: 156px;
				margin-top:23px;
				margin-left:-45px;
			}
			li.updateImage p{
				margin-bottom:20px;
			}
		.newFeatures li.wiiSpeak div{
			width:328px;
			height:302px;
			background:url(../img/callouts/callout_wiispeak.png) no-repeat;
			position:relative;
			left:-46px;
			z-index:10;
			top:-6px;/*ff*/
			
		}
.newFeatures #globalNav ul
{
	clear: none;
	left: auto;
}
		
			@media screen and (-webkit-min-device-pixel-ratio:0) {
			/* Safari 3.0 and Opera 9 rules here */
				.newFeatures li.wiiSpeak{
					top:16px;/*safari*/
				}
			}
			.newFeatures li.wiiSpeak a {
				
			}
		.newFeatures li.packYourBags {
			width:385px;
			position:relative;
			padding-top:56px;
			padding-bottom:50px;
			margin-left: 320px;
		}
			
			.newFeatures li.packYourBags div.photo {
				background: transparent url(../img/icons/img_ds.png) no-repeat scroll 0 0;
				position:absolute;
				top:22px;
				left:220px;
				width: 162px;
				height: 128px;
			}
			.newFeatures li.packYourBags p {
				width:216px;
				position:relative;
				top:0;
				left:0;
				margin-bottom:4px;
			}
			.newFeatures li.packYourBags span.icon_packYourBags {
				display:block;
				background:url(../img/icons/icon_packYourBags.png) no-repeat;
				width:384px;
				height:129px;
				position:absolute;
				bottom:0;
				right:0;
				z-index:10;
				
			}
			
			
			
			
			.newFeatures li span.h2{
				background:url(../img/headings/purple_rule.gif) repeat;
				display:block;
				height:2px;
				margin-bottom:4px;
				font-size:0px;
				line-height:0;				
			}
				.newFeatures li.calendar span.h2{
					width:325px;
				}
				.newFeatures li.updateImage span.h2{
					width:260px;
				}
				.newFeatures li.packYourBags span.h2{
					width:385px;
				}
			.newFeatures li p{
				font-size:.9em;
				color:#000;
			}
			.newFeatures li a{
				position:relative;
				z-index:100;
			}
			.newFeatures a.checkOutTheCalendar{
				background:url(../img/buttons/afcf_btn.png) no-repeat 0 0;
				width:212px;
				height:29px;
				display:block;
				margin-left:129px;
				margin-top:11px;
			}
			.newFeatures a.checkOutTheCalendar:hover{
				background-position:0 -30px;
			}
			.newFeatures li a.btn_visitTheSalon{
				background:url(../img/buttons/afcf_btn.png) no-repeat -212px 0;
				width:148px;
				height:30px;
				display:block;
			}
			.newFeatures li a.btn_visitTheSalon:hover{
				background-position:-212px -30px;
			}
			.newFeatures li a.btn_wiiSpeak {
				background:url(../img/buttons/afcf_btn.png) no-repeat -360px 0;
				width:146px;
				height:28px;
				display:block;
				top:-62px;
				left:123px;
				z-index:100;
				
			}
			.newFeatures li.wiiSpeak img {
				position:relative;
				z-index:1;
			}
			.newFeatures li a.btn_wiiSpeak:hover {
				background-position:-360px -30px;
			}
			.newFeatures li a.btn_discoverSuitcaseMode {
				background:url(../img/buttons/afcf_btn.png) no-repeat -506px 0;
				width:216px;
				height:30px;
				display:block;
			}
			.newFeatures li a.btn_discoverSuitcaseMode:hover{
				background-position:-506px -30px;
			}
		.lookinGood {
			clear:both;
			background:url(../img/bg/bg_box_lookinGood.png) no-repeat;
			width:921px;
			height:181px;
			margin-top:35px;
			padding-top:35px;
			padding-left:35px;
			position:relative;
			top:0;
			left:0;
		}
			.lookinGood h2 {
				width:280px;
				color:#fff;
			}
			.lookinGood p {
				width:265px;
				color:#fff;
				font-weight:bold;
				font-size:1.3em;
				font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
				
			}
			.lookinGood #flash_content,
			.lookinGood #SWFObjectExprInst {
				position:absolute;
				width:556px;
				height:185px;
				bottom:13px;
				right:0;
			}
				.lookinGood div#flash_content a {
					background: transparent url(../img/noFlash/png_noflash_newFeatures.png) no-repeat scroll 0 0;
					display: block;
					width: 100%;
					height: 100%;
				}
			.lookinGood div.peach {
				background: transparent url(../img/img_peach.png) no-repeat scroll 0 0;
				position: absolute;
				top: 60px;
				left: 300px;
				z-index: 30;
				width: 118px;
				height: 104px;
			}
			
/* Get Connected */
.connected #content {
	height: 1070px;
}
.connected .intro{
	width:300px;
	float:left;
	clear:left;
}
	.connected .intro h1{
		margin-top:28px;
	}
	
.connected div#features{
	position:relative;
	top:0;
	left:0;
	width:620px;
	height:297px;
	float:right;
	margin-top: -50px;
	z-index:100;
		
}	
	.connected div#features .bg_features {
		background:url(../img/noFlash/png_noflash_getConnected.png) no-repeat;
		width:620px;
		height:297px;
		position:absolute;
		z-index:100;
		top:0;
		left:0;
	}
	
	
	
	.connected div#features ul li a{
		display:block;
		position:absolute;
		top:2px;
		left:10px;
		z-index:101;
		width:53px;
		height:17px;	
	}
		.connected div#features ul li.wiiConnect24 a{
			left:191px;
			top:46px;
		}
		
		.connected div#features ul li.howToConnect a{
			left:209px;
			top:140px;
		}
		.connected div#features ul li.wiiInternet a{
			left:191px;
			top:205px;
		}
.connected object#features {
	width: 620px;
	height: 301px;
	float: right;
	margin-top: -50px;
	position: relative;
	z-index: 50;
}
	.connected .features h3{
		float:left;
	} 
		.connected .features .wiiConnect24 h3{
			width:165px;
		}
		.connected .features .howToConnect h3{
			width:175px;
		}
		.connected .features .wiiInternet h3{
			width:165px;
		}
		
	.connected .features .btn_more{
		float:left;
		display:block;
		width:55px;
		height:18px;
		background:url(../img/buttons/btn_more.png) no-repeat;
	}
	.connected .features p{
		clear:both;
		font-size:.7em;
		width:280px;
		line-height:1.2em;
		margin-bottom:20px;
	}
		
		
	div.connected{
		clear:both;
		margin-top:62px;
		padding-bottom:50px;
		float:left;
		width:100%;
	}
		div.connected ul{
			float:left;
		}
			div.connected ul li{
				float:left;
			}	
			div.connected ul li.wiiSpeak{
				width:562px;
				position:relative;
				top:0;
				left:0;
				z-index:30;
				margin-right:48px;
			}
				div.connected span.wiiSpeak{
					background:url(../img/icons/img_wiiSpeak.png) no-repeat;
					display:block;
					width:227px;
					height:232px;
					position:absolute;
					top:-150px;
					left:397px;
					z-index:1;
				}
				div.connected span.h2{
					background:url(../img/headings/purple_rule.gif) repeat;
					display:block;
					height:2px;
					margin-bottom:4px;
					font-size:0px;
					line-height:0;				
				}
				
					div.connected ul li .h2{
						width:100%;
						margin-bottom:15px;					
					}
			div.connected .col1{
				width:310px;
				float:left;
			}
				.connected .col1 p{
					font-size:.9em;
					margin-bottom:1.5em;
					position:relative;
					top:0;
					left:0;
					z-index:10;
					
				}
				
				
				.connected .col1 small{
					font-size:.8em;
					display:block;
					width:200px;
					float:left;
					line-height:1.2em;
					margin-bottom:1.5em;
					font-style:italic;
				}
				
				.connected .btn_buyItNow{
					display:block;
					width:273px;
					height:151px;
					position:relative;
					top:0px;
					left:37px;
					background:url(../img/buttons/btn_buyItNowClickHere.png) no-repeat 0 0;
					margin-bottom:-10px;
					z-index:1;
				}
				.connected .btn_buyItNow:hover{
					background-position:0 -162px;
				}
				.connected p.sub{
					clear:both;
					font-size:.6em;
					width:400px;
				}
			.connected .col2 {
				width: 250px;
				float: left;
				
			}
			
			/*Replaced missing content*/
			.connected .col2 {
				height: 437px;
				background: url(../img/png_sidebar.png) no-repeat;
			}
				.connected .col2 *{
					display: none;
				}
				.connected #content .col2 h3{
					display: none;
				}
			/* end Replaced missing content */	
				
				.connected .col2 h3 {
					background: url(../img/headings/h3_howDoIUseIt.png) no-repeat;
					width: 169px;
					height: 35px;
					display: block;
					margin-bottom: -16px;
					position: relative;
					top: 0;
					left: 0;
					z-index: 30;
				}
				.connected .col2 p {
					font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
					font-size: .92em;
					color: #fff;
					width: 175px;
					height: 57px;
					width: 178px;
					padding: 30px 30px 40px 33px;
					margin-bottom: 9px;
					position: relative;
					left: 0;
					top: 0;
				}
				.connected .col2 p.yellow {
					background: url(../img/bg/bubble_yellow.png) no-repeat;
					height: 67px;
					z-index: 10;
				}
				.connected .col2 p.green {
					background: url(../img/bg/bubble_green.png) no-repeat;
					z-index: 3;
				}
				.connected .col2 p.purple {
					background: url(../img/bg/bubble_purple.png) no-repeat;
				}
					.connected .col2 p span {
						display: block;
						width: 47px;
						height: 88px;
						position: absolute;
						
					}
						.connected .col2 p.green span {
							background:url(../img/icons/img_stem2.png) no-repeat;
							top:-61px;
							right:40px;
							z-index:5;
						}
						.connected .col2 p.purple span {
							background:url(../img/icons/img_stem.png) no-repeat;
							top:-61px;
							left:40px;
							z-index:1;
						}
			div.connected ul li.emailMobile {
				/*width:350px;
				float:left;*/
			}
				.connected li.emailMobile p {
					margin-bottom:1.5em;
				}
				.connected li.emailMobile div#email_mobile {
					float: right;
					width: 176px;
					height: 188px;
					background:url(../img/icons/img_photos.png) no-repeat scroll 0 0;
				}
				.connected li.emailMobile a img {
					float:none;
				}
				.connected .floatLeft {
					float: left;
					width: 58%;
				}
				.connected .floatRight {
					float: right;
					width: 38%;
				}
					
		.connected #dsSuitcaseMode {
			clear: both;
			margin: 20px 0 0;
			width:915px;
			height:211px;
		}
		.connected div#dsSuitcaseMode a {
			display: block;
			width: 100%;
			height: 100%;
			background:url(../img/noFlash/png_noflash_getConnected_dsSuitcaseMode.png) no-repeat;
		}
				
	

/* Calendar */
#flash_calendar {
	float: right;
	width: 650px;
	height: 650px;
}

/* homepage video modal */
.explore #globalNav ul { width: inherit; }		
.explore #globalNav ul li { margin-bottom: auto; }		

div#modal-window {
    background: #032540;
    border: solid 2px #124873;
    display: none;
    height: 288px;
    position: absolute;
    text-align: center;
    width: 512px;
    z-index: 105;
}
    a#btn-modal-close {
        background: url(../img/btn/bg-btns-footer.png) no-repeat 0 -1320px;
        height: 30px;
        position: absolute;
        right: -1px;
        top: -1px;
        width: 30px;
    }
        a#btn-modal-close:hover {
            background-position: -303px -1320px;
        }

/*buy now modal*/
a.btn {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
}
a.btn span {
    left: -999999px;
    position: absolute;
    top: -999999px;
}

.offscreen {
    display: block;
    left: -999999px;
    position: absolute;
    top: -999999px;
}
div#modal-window.modal-buy-now {
    background: url("../img/bg/bg-modal-buy-now.png") no-repeat scroll 0 0 transparent;
    border: none;
    display: none;
    height: 538px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    width: 938px;
    z-index: 105;
}
    div.modal-buy-now a#btn-modal-close {
        background: url("../img/buttons/btn-close.png") no-repeat scroll 0 0 transparent;
        height: 32px;
        position: absolute;
        right: 44px;
        top: 30px;
        width: 32px;
    }
        div.modal-buy-now a#btn-modal-close:hover {
            background-position: 0 -32px;
            cursor: pointer;
        }
    div.modal-buy-now h4 {
        color: #00B2DD;
        font-size: 20px;
        margin: 30px 0 40px;
        text-align: center;
        font-family: Helvetica,Arial,sans-serif;
        font-weight: bold;
    }
div.modal-buy-now img.box-art {
   /* background: url("../img/bg/bg-box-art-386x342.png") no-repeat scroll 0 0 transparent; */
    float: left;
    margin: 0 40px 0 222px;
    padding: 5px 12px 13px 6px;
}
div#modal-window ul.link-list {
    float: left;
    margin-top: 40px;
    text-align: center;
}
    div#modal-window ul.link-list li{
        margin-bottom: 50px;
        width: 178px;
        font-family: Helvetica,Arial,sans-serif;
    }
        div#modal-window ul.link-list li a.btn-us {
            background-position: 0 0;
        }
        div#modal-window ul.link-list li a.btn-ca {
            background-position: -178px 0;
        }
        div#modal-window ul.link-list li a {
            background: url("../img/buttons/btn-flags.png") no-repeat scroll 0 0 transparent;
            color: #CE171F;
            padding-top: 102px;
        }
div#modal-window.modal-learn-more {
    height: 456px;
    width: 343px;
    
}

div#overlay {
    background: url(../img/bg/bg-overlay.png) repeat;
    left: 0;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
}

div.invisible {
	display: none;	
}
