﻿* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font-size: 62.5%;
	font-family: arial;
}

body.subpage {
	background: #000;
}

.sprite {
	display: block;
	height: 0;
	overflow: hidden;
}

#content {
	width: 1000px;
	height: 589px;
	background: url(../images/bg-main.jpg) no-repeat;
	margin: 0 auto;
	display: block;
	text-align: left;
}

	div#itunes {
	width: 209px;
	margin-left: 250px;
	position: absolute;
	left: 50%;
	margin-top: 15px;		
	}
	#content h1 {
		width: 1000px;
		height: 0px;
		padding: 113px 0 0;
		overflow: hidden;
		display: block;
	}
	
	#content p.showinfo {
		width: 1000px;
		height: 0;
		margin: -123px 0 72px;		
		padding: 51px 0 0;
		overflow: hidden;
		display: block;
	}
	
	#justified-nav {
		list-style-type: none;
		padding: 30px 0 0 65px;
		height: 23px;
	}
	
		#justified-nav li {
			float: left;
		}
		
			#justified-nav li a {
				height: 0;
				padding: 23px 0 0;
				overflow: hidden;
				display: block;
			}
			
			#justified-nav li.itunes { 
				width: 81px;
				margin: 0 42px 0 0;
				padding: 0px 0 0;
				overflow: hidden;
				display: block;
			}
			
			#justified-nav li a.about { 
				width: 65px;
				margin: 0 33px 0 0;
			}
			
			#justified-nav li a.photos {
				width: 79px;
				margin: 0 22px 0 0;
			}
			
			#justified-nav li a.buy-seasonone { 
				width: 163px;
			}

			#justified-nav li a.buy-seasontwo { 
				width: 163px;
			}		
			a.bestbuy span {
				display: none;
			}
				
	#inner-content-container {
	width: 530px;
	height: 341px;
	display: block;
	padding: 8px 0 0 55px;
	}
	
	#inner-content {
		width: 530px;
		height: 273px;
	}
	
	#index-about {
		width: 523px;
		height: 265px;
		padding: 9px 0 0;
		background: url(../images/bg-about.gif) no-repeat 0 9px;
		color: #9fa195;
		font-size: 1.4em;
		line-height: 1.4em;
	}
	
		#index-about p {
			padding: 67px 35px 0;			
		}
	
	#overlaycontainer {
		z-index: 15;
		display: none;
		position: absolute;
		width: 502px;
		padding: 10px;
		margin: 6px 0 0;
		background: #454a42;
	}
	
	#overlaycontainer-border {
		display: block;
		background: #000;
		z-index: 15;
	}	
	
	#overlaycontainer-border #overlaycontainer-iframe {
		display: block; 
		margin: 0;
		border: none; 
		outline: none;
		background: none;
		clear: right;
		overflow: hidden;
	}
	
	#overlaycontainer-border #overlaycontainer-close {
		width: 18px; 
		height: 18px; 
		overflow: hidden; 
		outline: none; 
		cursor: pointer;
		float: right;
	}
	
	#about {
		width: 502px;
		height: 244px;
		color: #9fa195;
		background: url(../images/bg-about2.gif) no-repeat;
		font-size: 1.4em;
		line-height: 1.4em;
	}
	
		#about p {
			padding: 55px 22px 0;
		}
	
	#flashcontent {
		width: 503px;
		height: 244px;
		display: block;
		color: #fff;
		font-size: 1.4em;
	}
	
	#justified-footer {
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 245px;
	margin-top: -10px;
	}
	
		#justified-footer li {
			float: left;
		}
		
			#justified-footer li a {
				padding: 21px 0 0;
				height: 0;
				overflow: hidden;
				display: block;
			}
			
			#justified-footer li a.register {
				width: 111px;
				margin-right: 89px;
			}
			
			#justified-footer li a.visit {
				width: 107px;
			}
	
			#justified-footer ul#share {
				list-style-type: none;
				padding: 0;
			}
			
				#justified-footer ul#share li.share {	
					width: 31px;
					height: 0;
					padding: 21px 0 0;
					overflow: hidden;
					display: block;
					margin: 0 7px 0 0;
				}
				
				#justified-footer ul#share li a.facebook {
					width: 14px;
					margin-right: 8px;
				}
				
				#justified-footer ul#share li a.twitter {
					width: 11px;
					margin-right: 9px;
				}
				
				#justified-footer ul#share li a.delicious {
					width: 16px;
					margin-right: 8px;
				}
				
				#justified-footer ul#share li a.digg {
					width: 17px;
					margin-right: 6px;
				}
				
				#justified-footer ul#share li a.stumbleupon {
					width: 15px;
					margin-right: 85px;
				}
				
	#justified-copyright {
	clear: both;
	color: #8f8b83;
	font-size: 1em;
	text-align: center;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	
	#sony-copyright {
		overflow: auto;
		clear: both;
		color: #666666;
		text-align: center;
		font-size: 1em;
		padding: 33px 0 0;
	}

