/* CSS Reset */
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 {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}


HTML{
	background: url(../images/tile.png) repeat-x #b22630;
	margin: 0px; padding: 0px;
}
BODY{

	background: url(../images/background-blobs.png) top center no-repeat;
	margin: 0px; padding: 0px;
	font-family: tahoma;
	font-size: 90%;
	line-height: 135%;
}

#page-container{
		margin:0 auto;
		width:970px;
		min-height: 2000px;
}


#page-container #menu{
	overflow: hidden;
	background: url(../images/background-main-menu.png) bottom right no-repeat;
	min-height: 240px;
	}
	
	#page-container #menu h1{
		text-indent: -5000px;
		width: 360px;
		height: 231px;
		background: url(../images/logo-mpsmp.png) top left no-repeat;
		display: block;
		float: left;
	}
	
	#page-container #menu #follow{
		margin-top: 40px;
		display: block;
		text-indent: -5000px;
		float: right;
		height: 143px;
		width: 243px;
				overflow: hidden;
		}
	
	#page-container #menu #follow a.twitter{
			display: block;
			height: 143px;
			width: 60px;
			background: url(../images/button-follow-1.png) top left no-repeat;
			float: left;
	}
	
		#page-container #menu #follow a.facebook{
			display: block;
			height: 143px;
			width: 183px;
			background: url(../images/button-follow-2.png) top left no-repeat;
			float: left;
	}
	

	
	
	
	
	
	

	#page-container #menu ul{
		overflow: hidden;
		list-style: none;
		float: right;
		height: 70px;
		width: 603px;
	}
	
		#page-container #menu ul li{
			float: left;
		}

			#page-container #menu ul li a{
				height: 50px;
				display: block;
				text-indent: -5000px;
				background-repeat: no-repeat;
				background-image: url(../images/main-menu.png);
			}
			
			#page-container #menu ul li a:hover{
				height: 70px;
			}
			
				#page-container #menu ul li a.movies{
						width: 120px;
						background-position: 0px 0px;	
						margin-right: 10px;
				}
					
					#page-container #menu ul li a.movies:hover{
						background-position: 0px -50px;
					}

				#page-container #menu ul li a.profiles{
						width: 130px;
						background-position: -120px 0px;
						margin-right: 10px;
				}
					
					#page-container #menu ul li a.profiles:hover{
						background-position: -120px -50px;
					}
					
				#page-container #menu ul li a.reviews{
						width: 136px;
						background-position: -250px 0px;
						margin-right: 10px;
				}
					
					#page-container #menu ul li a.reviews:hover{
						background-position: -250px -50px;
					}
					
				#page-container #menu ul li a.wallpapers{
						width: 177px;
						background-position: -386px 0px;
				}
					
					#page-container #menu ul li a.wallpapers:hover{
						background-position: -386px -50px;
					}
		

		
	#page-container  h3{
		display: none;
	}		
			
		
		
			
	#page-container #about{
		margin-bottom: 20px;
		background: url(../images/background-about.png) bottom center no-repeat;
		height: 510px;
		margin-bottom: 40px;
	}
		
		#page-container #about a.buynow{
			float: right;
			display: block;
			width: 200px;
			height: 121px;
			background: url(../images/button-buy-now.png) top left no-repeat;
			text-indent: -5000px;
		}
		
			#page-container #about a.buynow:hover{
				background-position: bottom right;
			}
			
			
		#page-container #about a.xboxbuy{
		margin-right: 20px;
			float: right;
			display: block;
			width: 200px;
			height: 127px;
			background: url(../images/button-buy-now-xbox.png) top left no-repeat;
			text-indent: -5000px;
		}
		
			#page-container #about a.xboxbuy:hover{
				background-position: bottom right;
			}
	
	
		#page-container #about #description {
			margin-left: 25px;
			margin-top: 30px;
			width: 365px;
			height: 250px;
			float: left;
			font-size: 12px;
			line-height: 16px;
		}
	
	
				#page-container #about #description p{
					margin-bottom: 8px;
				}
				
				#page-container #about #description p strong{
					font-weight: bold;
				}
				
				#page-container #about #description p em{
					font-style: italic;
				}
	
		
		#page-container #about #playstation{
		margin-left: 24px;
		margin-top: 33px;
		}
	
	
	
	#page-container #movies{
		margin-bottom: 20px;
		background: url(../images/background-movies.png) bottom center no-repeat;
		height: 490px;
	}
	
		#page-container #movies h2{
			display: block;
			float: left;
			width: 270px;
			height: 90px;
			text-indent: -5000px;
			background: url(../images/header-movies.png) top left no-repeat;				
		}
		
			#page-container #movies #thumbnails{
				width: 460px;
				margin-left: 15px;		
			}
			
				#page-container #movies #thumbnails li{
					float: left; 
					display: block;
					width: 180px;
					height: 101px;
					margin: 0px 26px 15px 0px;
					text-indent: -5000px;
				}
		
					#page-container #movies #thumbnails li.video1{background: url(../movie-thumb1.png) no-repeat; border: 5px solid #de3279;}  
					#page-container #movies #thumbnails li.video2{background: url(../movie-thumb2.png) no-repeat; border: 5px solid #b71023;}  
					#page-container #movies #thumbnails li.video3{background: url(../movie-thumb3.png) no-repeat; border: 5px solid #bf2936; margin-left: 22px;}  
					#page-container #movies #thumbnails li.video4{background: url(../movie-thumb4.png) no-repeat; border: 5px solid #da606b;}  
					
					#page-container #movies #thumbnails li a {display: block; background: url(../images/movie-thumb-gloss.png) no-repeat; 
															background-position: -100px -100px; width: 180px; height: 101px; cursor:pointer;}
					#page-container #movies #thumbnails li a:hover {background-position: 0px 0px ;}
		
		
		#page-container #movies #youtube{
			float: right;
			margin: 62px 43px 0px 0px;
			background: #4e3a6f;
			width: 407px;
			height: 245px;
			
		}
		
		
	
	
	
	
	
	#page-container #profiles{
		margin-bottom: 40px;
		background: url(../images/background-profiles.png) bottom center no-repeat;
		min-height: 415px;
	}
	
		#page-container #profiles h2{
			display: block;
			float: left;
			width: 270px;
			height: 103px;
			text-indent: -5000px;
			background: url(../images/header-profiles.png) top left no-repeat;				
		}	
		
		
		#page-container #profiles #profile {
			float: right;
			width: 620px;
			height: 290px;
			margin-top: 40px;
			margin-right: 40px;
		}
	
		#page-container #profiles #profile  img{
		float: left;
		width: 464px;
		height: 262px;
		display: block;
		}
	
		#page-container #profiles  a.prev{
			display: block;
			width: 75px;
			height: 43px;
			text-indent: -5000px;
			background: url(../images/button-review-prev.png) top left no-repeat;
			float: left;
			margin-top: 250px;
		}
		
			#page-container #profiles  a.prev:hover{
				background-position: bottom left;
			}
	
		#page-container #profiles  a.next{
			display: block;
			width: 75px;
			height: 43px;
			text-indent: -5000px;
			background: url(../images/button-review-next.png) top left no-repeat;
			float: left;
			margin-top: 250px;
		}
		
			#page-container #profiles  a.next:hover{
				background-position: bottom left;
			}	
		
		
		
		
	
	
	
	
	
	#page-container #reviews{
		margin-bottom: 40px;
		background: url(../images/background-reviews.png) bottom center no-repeat;
		min-height: 405px;
	}
	
		#page-container #reviews h2{
			display: block;
			width: 270px;
			height: 103px;
			text-indent: -5000px;
			background: url(../images/header-reviews.png) top left no-repeat;				
			float: left;
		}

		#page-container #reviews #review div{
			width: 580px;
		}
	
		#page-container #reviews a.press{
			display: block;
			width: 237px;
			height: 131px;
			background: url(../images/button-press.png) top left no-repeat;
			text-indent: -5000px;
			float: left;
			margin-top: 10px;
		}
			
			#page-container #reviews a.press:hover{
				background-position: bottom right;
			}
		
		
			#page-container #reviews #review{
				float: right;
				overflow: hidden;
				margin-right: 145px;
				margin-top: 10px;
			}		
			
				#page-container #reviews #review div{
					margin: 10px;
					float: left;
					height: 200px;
				}
				
				#page-container #reviews #review div p{
					margin-bottom: 8px;
				}
				
					#page-container #reviews #review div p strong{
						font-weight: bold;
					}
					
					#page-container #reviews #review div p em{
						font-style: italic;
					}
	
	
		#page-container #reviews #review a.prev{
			display: block;
			width: 75px;
			height: 43px;
			text-indent: -5000px;
			background: url(../images/button-review-prev.png) top left no-repeat;
			float: left;
			margin-top: 210px;
		}
		
			#page-container #reviews #review a.prev:hover{
				background-position: bottom left;
			}
	
		#page-container #reviews #review a.next{
			display: block;
			width: 75px;
			height: 43px;
			text-indent: -5000px;
			background: url(../images/button-review-next.png) top left no-repeat;
			float: left;
			margin-top: 210px;
		}
		
			#page-container #reviews #review a.next:hover{
				background-position: bottom left;
			}
			
			
			
			
			
	
	
	

	
	#page-container #wallpapers{
		margin-bottom: 40px;
		background: url(../images/background-wallpaper.png) bottom center no-repeat;
		min-height: 405px;
	}
	
		#page-container #wallpapers h2{
			display: block;
			float: left;
			width: 267px;
			height: 80px;
			text-indent: -5000px;
			background: url(../images/header-wallpapers.png) top left no-repeat;				
		}
		
		
		#page-container #wallpapers a.prev{
			display: block;
			width: 101px;
			height: 57px;
			text-indent: -5000px;
			background: url(../images/button-wallpaper-prev.png) top left no-repeat;
			float: left;
			margin: 230px 20px 0px 0px;
		}
		
			#page-container #wallpapers a.prev:hover{
				background-position: bottom left;
			}
	
		#page-container #wallpapers a.next{
			display: block;
			width: 101px;
			height: 57px;
			text-indent: -5000px;
			background: url(../images/button-wallpaper-next.png) top left no-repeat;
			float: left;
			margin: 230px 0px 0px 20px;
		}
		
			#page-container #wallpapers a.next:hover{
				background-position: bottom left;
			}
	
		
		#page-container #wallpapers  #wallpaper-preview{
			width: 311px;
			background: #272727;
			padding: 6px;
			float: left;
		}
		
			#page-container #wallpapers  #wallpaper-preview a.standard{
				width: 159px;
				height: 30px;
				display: block;
				float: left;
				background: url(../images/button-download-standard.gif) top left no-repeat;
				text-indent: -5000px;
			}
			
				#page-container #wallpapers	#wallpaper-preview a.standard:hover{
					background-position: bottom right;
				}

				
			#page-container #wallpapers  #wallpaper-preview a.widescreen{
				width: 152px;
				height: 30px;
				display: block;
				float: left;
				background: url(../images/button-download-widescreen.gif) top left no-repeat;
				text-indent: -5000px;
			}
			
				#page-container #wallpapers	#wallpaper-preview a.widescreen:hover{
					background-position: bottom right;
				}
			
			
			


#footer-container{
		background: url(../images/background-footer-container.png) bottom center repeat-x;		
}

#footer {
		margin:0 auto;
		width:910px;
		height: 101px;
		color: white;
		font-family: tahoma;
		font-size: 11px;
		padding: 90px 30px 0px 30px;;
		overflow: hidden;
		background: url(../images/background-footer.png) top center no-repeat;		
}

	#footer p{
			width: 130px;
			margin-right: 10px;
			float: left;
	}
	
	#footer p a{text-indent: 0px;
			display: inline;
			height: inherit;
			float: none;
			margin-top: 0px;
			color: white;
	}
	
	#footer a{text-indent: -5000px;
			display: block;
			height: 23px;
			float: right;
			margin-top: 9px;
	}
	
		#footer a.xbox{
			width: 148px;
			height: 40px;
			background: url(../images/logo-xbox.png) top left no-repeat;
			margin-left: 10px;
			}
	
		#footer a.facebook{
			width: 130px;
			background: url(../images/logo-facebook.png) top center no-repeat;
			margin-left: 10px;
			}
			
		#footer a.twit{
			width: 130px;
			background: url(../images/logo-twitter.png) top center no-repeat;
			}
	
		#footer a.psp{
			width: 128px;
			background: url(../images/logo-psp.png) top center no-repeat;
			margin-left: 30px;
		
		}
		
		#footer a.mediatonic{
			width: 146px;
			background: url(../images/logo-mediatonic.png) top center no-repeat;
			margin-left: 20px;
		}
		
		
		