@charset "utf-8";
/* CSS Document */


body
{
	background-color:#141e08;
	margin:0px;
	padding:0px;
	font: normal 10px Arial,Helvetica,sans-serif;
	color:#968889;
}

#container
{
	background:url(assets/bg_trees.gif) repeat-x;
	position:absolute;
	height:100%;
	width:100%;
	border:0px;
	margin:0px;
}

#mainShadow
{
	width:1000px;
	margin: 0 auto;
	padding:0px;
	position: relative;
	background:url(assets/shadow.png) repeat-y 50%;
	height: 100%;
}

#main
{
	width:980px;
	margin: 0 auto;
	padding:0px;
	position: relative;
	background:url(assets/bg_woodpanel.jpg) repeat-y;
	height: 100%;
	min-height: 680px;
}

#flashcontent
{
	width:980px;
	height:552px;
	position:relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

/*---------------The following section is the footer section ------------*/
#footer
{

	padding: 0 30px 25px 30px;
	height:60px;
	width:100%;
	position: absolute;
	top:552px;
	left: 0;
	margin-top:23px;
	
}

#footerEs
{
	padding: 0 30px 25px 30px;
	height:60px;
	width:1000px;
	position: absolute;
	top:552px;
	left: 0;
	margin-top:23px;
	margin-left: -22px;
}

ul
{
	margin:0;
	padding:0;
}

#footer ul li
{
	margin-left:15px;
	list-style-type:none;
	float:left;
}

#footerEs ul li
{
	margin-left:10px;
	list-style-type:none;
	float:left;
}

ul li a:link, ul li a:visited
{
	color:#968889;
}

#sonyLogo1
{
	display:block;
	width:110px;
	height:18px;
	position: relative;
	top:-5px;
	background:url(assets/sonypicturesanimation.gif) no-repeat;
	float:left;
}

#sonyLogo2
{
	display:block;
	width:39px;
	height:68px;
	position: relative;
	top:-20px;
	background:url(assets/sony.gif) no-repeat;
	float:left;
}

#nickLogo a
{
	display:block;
	width:59px;
	height:47px;
	background: url(assets/nickLogo.jpg) no-repeat;
	float:left;
}

#nickLogoFr a
{
	display:block;
	
	width:82px;
	height:64px;
	background:url(assets/nickelodeon.png) no-repeat;
	float:left;
}

#copywrite
{
	width:340px;
}

#neopetsLogo a
{
	display:block;
	width:120px;
	height:50px;
	background:url(assets/neopetsLogo.jpg) no-repeat;
	float:left;
}

select {
 background-color: #1f1a1c;
 color: #ffffff;
 border:0px;
 float:left;
 
}

/*--------------------------------------------------------------------*/

/*-----------The following contains styling for table containing country list---------------------*/
table
{
	margin: 0 auto;
	position:relative;
	width:325px;
}

#mainLogo
{
	background:url(assets/openSeasonLogo.jpg) no-repeat 50% 10%;
	height:114px;
	/*rowspan:2; <- invalid */
}

#whereLive
{
	background:url(assets/whereLive.jpg) no-repeat 45%;
	height:40px;
}

#badge
{
	background:url(assets/badge.jpg) no-repeat 0% 32%;
	width:135px;
}

#flash a:link, #flash a:visited
{
	display:block;
	height:30px;
	outline: none;

}

#UnitedKingdom
{
	background:url(assets/UnitedKingdom.jpg) no-repeat;
	width:120px;
}

#Australia
{
	background:url(assets/Australia.jpg) no-repeat 46%;
}

#Nederland
{
	background:url(assets/Nederland.jpg) no-repeat 46%;
}

#Belgie
{
	background:url(assets/Belgie.jpg) no-repeat 12%;
}

#Belgique
{
	background:url(assets/Belgique.jpg) no-repeat;
}

#France
{
	background:url(assets/France.jpg) no-repeat 34%;
}

#Deutschland
{
	background:url(assets/Deutshland.jpg) no-repeat 100%;
}

#Espana
{
	background:url(assets/Espana.jpg) no-repeat 15%;
}

tr td
{
	height:30px;
}



/*-------------------------------Terms and Conditions and Privacy Policy Page-----------------------*/
h1
{
	color:#ddd;
	text-align:center;
	margin:0px;
	padding:15px 0px 50px;
}

.article				
{
	font-size: 1.0em;
	font-weight: bold;
	text-transform:uppercase;
	margin-top: 20px;
}

#content
{
	height:100%;
}

#mainPrivacy
{
	width:980px;
	margin: 0 auto;
	padding:0px;
	position: relative;
	background:url(assets/bg_woodpanel.jpg) repeat-y;
	height: auto;
}

#content p
{
	color:#ddd;
	font-size:16px;
	padding:0px 40px;
}

#content a:link, #content a:visited		
{
	color:#968889;
	text-decoration: underline;
	margin-top:-15px;
	padding:0px;
	display:inline;
}
						
#content a:hover, #content a:active		
{
	display:inline;
	color:#ddd;
	text-decoration: underline;
}