@import "reset.css";

html, body{
    background: url(../imgs/background.jpg) repeat-x;
    text-align:center;
    font-family: "Trebuchet MS", Lucida, Geneva, Arial, Verdana, Helvetica, sans-serif;
    color: #00334c;
    font-size: 12px;
}

ul {list-style-type:none;}

#mainWrapper{
    background: url(../imgs/tpir_layout001.png) no-repeat;
    width: 879px;
    height: 769px;
    margin: 0 auto;
    text-align:left;
}

#logo{
    margin-top: 15px;
    margin-left: 35px;
    z-index: 1000;
    height: 180px;
    width: 250px;
    position: absolute;
    text-indent:-9999px;
}

#ps3Logos {
			padding-right:30px;
	}

#logo h1 a{width:250px; height:180px; display:block;}

#navWrapper{width: 879px; height: 130px;}
#nav{position: absolute; width: 260px; height: 18px; overflow: hidden; margin-top: 110px; margin-left: 580px;}
#nav ul li{display:inline;}

#contentWrapper{width: 803px; height: 501px; margin: 0px 0 0 60px; text-align:left;}
.default    {background: url(../imgs/tpir_layout002.jpg) no-repeat;}
.home       {background: url(../imgs/tpir_landing002.jpg) no-repeat;}
.gameInfo   {background: url(../imgs/tpir_product001.jpg) no-repeat;}
.features 	{margin-left:20px;}

/* content:home */
#ffboard{position: absolute; width: 292px; height: 172px; margin-top: 63px; margin-left: 250px;}
#buyNowBtn{position: absolute; width: 342px; height: 150px; margin-top: 357px; margin-left: 247px;}

/* content:terms, privacy policy, legal */
#terms, #privacy, #legal{
    position: absolute;
    margin-top: 70px;
    margin-left: 80px;
    width:650px;
    height: 410px;
    text-align: justify;
    overflow: auto;
    padding-right: 10px;
}

/* content: game info */
#gameInfoColLeft{position: absolute; text-align:left; width: 450px; margin: 55px 0 0 25px;}
#gameInfoColLeft h2{
    background: url(../imgs/tpir_flowerbullet.png) no-repeat;
    padding-left: 22px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #FFFF00;
    font-weight: bold;
    text-transform: uppercase;

}

.yellowText {color: #FFFF00;}

#gameInfoColLeft h3{font-size: 14px; color: #00334c; font-weight: bold; margin-bottom: 5px;}
#gameInfoColLeft ul li{list-style: disc; list-style-position: inside; margin: 0 0 5px 20px;}
#gameInfoColLeft #videoBtn{text-align: center; margin-top:20px;}


#gameInfoColRight{position: absolute; margin-top: 50px; margin-left: 320px; width:480px; text-align:right;}

#contentFooterWrapper{
    width: 803px;
    height: 69px;
    margin: 0px 0 0 60px;
    text-align:left;
    background: url('../imgs/tpir_bluebar.jpg') no-repeat;
    padding-top: 19px;
}

#copyright{clear:both; padding-top: 5px; font-size:10px; text-align:center; color: #fff;}
#copyright a{color: #FFFF00;}
#copyright a:hover{text-decoration: underline; color: #FFFF00;}

#logoLinks{height: 50px; width: 803px;}
#logoLinks ul li{display:inline;}

#footerWrapper{width: 879px;font-size: 10px;text-align:center;margin: 0 auto;}