/*********************************************************

Title: Profile.html Master StyleSheet

Designer: Marvin Tabangay
Producer: Emily Schwartz
Client Name: Wall-E
Last Modified: 5/28/2008

!!! Adjust Values according to your project specifics !!!
!!! Detailed according to importance and section !!!

***********************************************************/

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

 General Declarations
 
------------------------*/

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	background: url(http://creative-origin.myspace.com/Client/Disney/Walle/Images/bg_header2.jpg) no-repeat top;
}

#container {
	width:850px;
}

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

 Header Panel
 
------------------------*/

#headerPanel {
	height:442px;
	width: 850px;
}

#widget {
	width:800px;
}

/* accesibility text */
#headerPanel h1,
#headerPanel h2,
#headerPanel p {
	display: none;
}

/* ticket widget */
#ticketsFlash {
	text-align: center;
}

/*Contact Box*/
#contactLinks {
	position: absolute;
	top: 370px;
	margin-left: 350px;
	width: 475px;
}

#addToFriends,
#addToFavorites,
#forwardToFriends,
#addToGroups {
	display:block;
	float: left;
}

#addToFriends {
	width: 230px;
	height: 27px;
}

#addToFavorites {
	width: 215px;
	height: 27px;
}

#addToGroups {
	width: 181px;
	height: 27px;
}

#forwardToFriends {
	width: 246px;
	height: 27px;
}

#contactLinks a span {
	display: none;
}


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

 Main Flash - Panel (contains trailer)
 
------------------------*/

#flashPanel {
	height:698px;
	width: 850px;
	background: url(http://creative.myspace.com/Client/Disney/Walle/Images/bg_flash.jpg) no-repeat top;
}

#www_officialSite {
	float: left;
	display: inline;
	width: 281px;
	height: 70px;
	margin: 98px 0 0 288px;
}

#www_officialSite span {
	display: none;
}

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

 Wall-E Commansds - Panel
 
------------------------*/

#commandsPanel {
	height:430px;
	width: 850px;

}

#commandsFlash {
	float: left;
	margin-top: -10px;
}

/* accesibility text */
#commandsPanel h2,
#commandsPanel h3,
#commandsPanel p {
	display: none;
}


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

 Widget - Panel
 
------------------------*/

#widgetPanel {
	height:470px;
	width: 850px;
	background: url(http://creative.myspace.com/Client/Disney/Walle/Images/bg_widget.jpg) no-repeat top;
}

#widgetFlash {
	float: left;
	display: inline;
	width: 400px;
	height: 300px;
	margin: 74px 0 0 139px;
}

/* accesibility text */
#widgetPanel h2,
#widgetPanel h3,
#widgetPanel p {
	display: none;
}

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

 Build-A-Bot - Panel
 
------------------------*/
#buildabotPanel {
	height:343px;
	width: 850px;
	background: url(http://creative-origin.myspace.com/Client/Disney/Walle/Images/bg_buildabot.jpg) no-repeat top;
}

#buildABot {
	float: left;
	display: inline;
	width: 205px;
	height: 38px;
	margin: 221px 0 0 340px;
}

* html #buildABot {
	margin: 197px 0 0 340px;
}

#buildABot span {
	display: none;
}

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

 Games - Panel
 
------------------------*/
#gamesPanel {
	height:268px;
	width: 850px;
	background: url(http://creative.myspace.com/Client/Disney/Walle/Images/bg_games1.jpg) no-repeat top;
}

#game_treasureRoundUp {
	float: left;
	display: inline;
	width: 202px;
	height: 127px;
	margin: 62px 0 0 86px;
}

* html #game_treasureRoundUp {
	margin: 38px 0 0 86px;
}

#game_spaceEscape {
	float: left;
	display: inline;
	width: 202px;
	height: 127px;
	margin: 62px 0 0 57px;
}

* html #game_spaceEscape {
	margin: 38px 0 0 57px;
}

#game_cupShuffle {
	float: left;
	display: inline;
	width: 202px;
	height: 127px;
	margin: 62px 0 0 57px;
}

* html #game_cupShuffle {
	margin: 62px 0 0 57px;
}

#game_treasureRoundUp span,
#game_spaceEscape span,
#game_cupShuffle span {
	display: none;
}



