html {
	height: 100%;
	min-height: 100%;
	min-width:1130px;
	overflow-x: hidden;
}


html.noFlash {
	background: #EAEAE7 url(../images/bgPattern.gif) top right repeat-y;
}

body {
	height: 100%;
	min-height: 100%;
	min-width:1130px;	
}

.noFlash body {
	height: auto;
	background: transparent url(../images/bgGrid.gif) top left repeat-y;
}

#logoPS {
	position: absolute;
	top:0px;
	left: 0px;
	width: 52px;
	height: 52px;
	background: url(../images/logoPS.gif) top left no-repeat;
	text-indent: -9999px;
	display:none;
}

#logoPS3 {
	position: absolute;
	top:6px;
	right: 12px;
	width: 178px;
	height: 36px;
	background: url(../images/logoPS3.png) top left no-repeat;
	text-indent: -9999px;
	display:none;
}

#nav {
	position:absolute;
	top: 60px;
	left: 0px;
	display:none;
}

#contentWrapper {
	padding-left: 450px;
	position: relative;
	height:100%;
	background: url(../images/bgCrosses.png) 0% 50%  no-repeat fixed;
}

.noFlash #contentWrapper {
	background: none;
}

#content {
	width:336px;	
	margin-right: 344px;
	padding: 52px 0;
	position: relative;
}

#content #videoPlayer {
	width:336px;
	height: 224px;
}

#content #contentSwf {
	width:336px;
	height: 240px;
}

.noFlash #content #contentSwf {
	display:none;
}


#content h1{
	font-size:25px;
	font-weight:normal;
	line-height:25px;
	margin:14px 0 8px;
	text-decoration:underline;
	text-transform:uppercase;
}

#content .copy {
	font-size: 13px;
}

#content .copy p {
	margin-bottom: 20px;
}

#content .copy span {
	background-color: white;
}

#content .copy table td{
	vertical-align: top;
	padding-bottom: 15px;
}

#content .copy table td h3{
	background-color: white;
	font-weight: bold;
	padding-right: 15px;
	white-space: nowrap;
}
#content .copy img {
	margin: 5px;
}

#content .copy ul { 
	list-style:disc inside;
	margin-bottom: 20px;
}

#content .copy ul li{ 
	list-style:disc inside;
	overflow: visible;
	width: auto;
	padding-left: 10px;
	margin-bottom: 5px;
}

#content .iconLink{
	display: block;
	width: 201px;
	margin: 5px 0 8px;
	font-size: 14px;
}

#content .iconLink a{
	display: block;
	width: 170px;
	line-height: 12px;
	font-style: italic;
	text-decoration: none;
}

#content .smile{
	height:31px;
	display: none;
	background: url(../images/iconSmile.gif) no-repeat top right;
	cursor: pointer;
}

#content .smile a{
	color: #006ae1;
	padding-top: 13px;
	border-bottom: 1px solid #006ae1;
	text-decoration: none;
}

#content .smileLink a:hover{
	color: #006ae1;
	text-decoration: none;
}

#content .download{
	height:42px;
	background: url(../images/iconDownload.gif) no-repeat top right;	
}

#content .download a{
	color: #29bcbd;
	padding-top: 24px;
	border-bottom: 1px solid #29bcbd;
	text-decoration: none;
}

#content .download a:hover{
	color: #29bcbd;
	text-decoration: none;
}

#content .checkOutSpacer {
	margin: 40px 0;
	height: 60px;
}


#content .checkOut {
	display: none;
}

#content .checkOut p{
	clear: both;
	float: right;
	color: white;
	font-size:16px;
	line-height: 16px;
	padding:3px 7px 5px 7px; 
}

#content .checkOut a {
	clear:both;
	color:#FFFFFF;
	display:block;
	float:right;
	font-family:"Courier New",Courier,monospace;
	font-size:24px;
	line-height:24px;
	padding:3px 7px 0 7px;
	text-decoration:none;
	text-transform: uppercase;
	white-space: nowrap;
}

#content .disclaimer {
	font-size: 11px;
}

#promo {
	position: fixed;
	left: 17px;
	bottom: 28px;
	display: block;
	width: 380px;
	height: 234px;
	background: url(../images/promo_ps3.png) top left no-repeat;
	display:none;
}

#promo h2 {
text-indent: -9999px;
}

.noFlash #logoPS, .noFlash #logoPS3 , .noFlash #nav , .noFlash #promo {
	display:block;
}

#flashNavContainer {
	width: 420px;	
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

#flashNav {
	position: fixed;
	top: 0;
	height: 100%;
}

#flashThemeContainer {
	width: 315px;
	position: absolute;
	top:0;
	right:0;
	height: 100%;
}

#flashTheme {
	position: fixed;
	top: 0;
	height: 100%;
}

.noFlash #flashNavContainer, .noFlash #flashThemeContainer {
	display:none;
}

#footer {
	width: 336px;
	position: fixed;
	bottom: 0px;
	background-color: #EAEAE7;
	padding-bottom: 10px;
}

#footer li {
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #B6B6B6;
}

#footer li.last {
	border: none;
}

#footer li a {
	font-size: 11px;
	text-decoration: none;
	color: #666;
}

#footer li a:hover {
	text-decoration: underline;
}

