/***************************************************************************
* Created by Nelson Diotto - Naked Penguin Boy
* Date: September 2008
* Version: 1.0
***************************************************************************/


/****************************** WARNING ************************************
* 
* CSS 1.0 CODE ONLY. ACTION SCRIPT 3.0 DO NOT RECOGNISE CSS 2.0
* 
***************************************************************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}

h1 {
    font-size:25px;
	font-family:Nee Nah ;
	color:#0072B4;
	text-align:center;
	margin-top:0;
	padding-top:0;
}

h2 {
    font-size:18px;
	font-family:Nee Nah ;
	color:#FFFFFF;
	text-align:center;
	margin-top:0;
	padding-top:0;
}

h4 {
    font-size:18px;
	font-family:Nee Nah ;
	color:#000000;
	text-align:center;
	margin-top:0;
	padding-top:0;
}

a{
    font-size:14px;
	font-family:Helvetica Neue;
	color:#FF0000;
}

p {
    font-size:14px;
	font-family:Helvetica Neue;
	color:#000000;
	text-align:justify;
	text-decoration:none;
}

header{
    font-size:20px;
	color:#0072B4;
	font-family:Nee Nah ;
	text-align:justify;
}


/************************************ BOTTOM (PARENTS) MENU ***************************/

h3{
    font-size:14px;
	color:#FFFFFF;
	font-family:Nee Nah ;
	text-align:center;
	margin-top:0;
	padding-top:0;
}

.over{
    color:#58b0e3;
}

.over_dark{
    color:#034ea2;
}

/**************************** BACKGOUND IMAGE FOR ALL SECTIONS ************************/

#Homepage{
    background-image: url(images/Homepage/Bg_Home.jpg);
}

#Games{
    background-image: url(images/Games/Bg_Games.jpg);
}

#Activities{
    background-image: url(images/Activities/Bg_Activities.jpg);
}

#PontyPandy{
    background-image: url(images/PontyPandy/Bg_Pontypandy.jpg);
}

#Video_TBD{
    background-image: url(images/Videos_TSB/Bg_Videos.jpg);
}

#Parents{
    background-image: url(images/Parents/Bg_Parents.jpg);
}

/************************* END BACKGOUND IMAGE FOR ALL SECTIONS **********************/

#container{
	margin: 0 auto;
	width: 950px;
	position:relative;
}

#content{
   float:left;
   width: 558px;
   height: 450px;
}

#form{
   float:left;
   width: 558px;
   height: 800px;
}

#content_small_parents{
   float:left;
   width: 558px;
   height: 160px;
   margin-left:173px;
}

#content_wide{
   width: 728px;
   height: 450px;
   float:left;
}

#features{
   margin: 10px 0 10px 0;
   width: 728px;
   height: 180px;
   float:left;
}

#top_nav{
   width: 728px;
   height: 90px;
   float:left;
   margin-bottom:10px;
   margin-top:10px;
}

#side_nav{
   float:left;
   width: 173px;
   height: 450px;
}

#bottom_nav{
   clear:both;
   margin-top:20px;
   width: 728px;
   height: 80px;
}

/************************* START GIF BANNERS **********************/

#banner_top_ad{
   width: 13px;
   height: 90px;
   float:left;
}

#banner_top{
   width: 728px;
   height: 90px;
   float:left;
}

#banner_right_ad{
   width: 160px;
   height: 13px;
   float:right;
   text-align:center;
}

#banner_right{
   width: 160px;
   height: 600px;
   float:right;
}

/************************* END BANNERS **********************/

/************************* START STYLE FOR OLD GAMES **********************/

#title_content_small{
   width:500px;
   color:#FFFF00;
   font-size:18px;
}

#txt_content_small{
   padding-top:10px;
   padding-bottom: 10px;
   width:480px;
   color:#FFFFFF;
   font-size:13px;
   font-family:Helvetica, Arial, sans-serif;
}

#mask_swf{
   width: 320px;
   height: 240px;
   border:#FFFF00;
   border-style: solid;
   border-width:1px;
   margin-left:87px;
}

#mask_swf2{
   width: 370px;
   height: 240px;
   border:#FFFF00;
   border-style: solid;
   border-width:1px;
   margin-left:66px;
}

#mask_swf_director{
   width: 320px;
   height: 240px;
   border:#FFFF00;
   border-style: solid;
   border-width:1px;
   margin-left:116px;
}

#content_small{
   float:left;
   width: 552px;
   height: 420px;
   background-image:url(images/Games/submenu/bg_content.png);
   background-repeat: repeat-y;
   text-align:center;
}

#top_content_small{
   width: 552px;
   height: 14px;
   background-image:url(images/Games/submenu/top_content.png);
   padding:0;
   margin:0;
   float:left;
}

#bottom_content_small{
   width: 552px;
   height: 17px;
   background-image:url(images/Games/submenu/bottom_content.png);
   padding:0;
   margin:0;
   float:left;
}

/************************* START STYLE FOR OLD GAMES IFRAME **********************/

#top_iframe{
   width: 558px;
   height: 12px;
   padding:0;
   margin:0;
   float:left;
}

#top_frame_label{
   width: 558px;
   height: 37px;
   padding:0;
   margin:0;
   float:left;
}

#bg_iframe{
   width: 528px;
   height: 380px;
   background-image:url(images/Games/submenu/bg.gif);
   padding:0;
   margin:0;
   padding-left:30px;
   float:left;
}

/************************* START MENU GAMES **********************/

#menu_games{
   height:60px;
   width: 558px;
   float:left;
}


div#footer_legal {
  width: 728px;
  text-align:center;
  font-family:tahoma, arial;
  font-size: 10px;
  color:#ffffff;
}


