body {
    font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #006699;
}

p {
	margin-bottom: 15px;
	text-align: justify;
}	

ul {
	font-size: 14px;
}

li {
	list-style: square;
	margin: 0 0 15px 20px;
	line-height: 1.4em;
}

strong {
	font-weight: bold;
}


h3 {
	font-size: 24px;
	color: #cc0033;
	margin: 0 0 15px 0;
	font-weight: normal;
}

p.highlight {
	color: #003366;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}	

#header { 
	padding: 15px 0 15px 0;
	height: 40px;
}

#header h1 {
	background-image: url(../images/pixza_logo.png); background-repeat: no-repeat;
	width: 151px; height: 58px;
	text-indent: -9999px;
	float: left;
}

#header ul {
	float: right;
	margin: 15px 0 0 0;
}

#header ul li {
	display: inline;
	padding: 0 0 0 25px;
}

#header ul li a {
	font-size: 20px;
	color: #cc0033;
	line-height: 22px;
}

#header ul li#selected a {
	color: #003366;
}

#splash {
	background-image: url(../images/splashbg.png); background-repeat: no-repeat;
	height: 199px;
	clear: both;
	margin: 15px 0 0 0;
}

#splash h2 {
	font-size: 24px;
	color: #003366;
	text-indent: -9999px;
}

#intro {
	width: 500px;
	margin: 15px 0 0 0;
	clear: both;
	height: 250px;
}


#intro p {
	font-size: 14px;
	line-height: 20px;
}

#intro p.highlight {
	font-size: 14px;
	line-height: 19px;
}

#main {
	width: 500px;
	float: left;
	font-size: 14px;
	line-height: 1.4em;
	margin: 15px 0 0 0;
}

#sidebar {
	width: 350px;
	float: right; 
	margin: 15px 0 0 0;
}

#promoSidebar {
	width: 400px;
	height: 240px;
	position: absolute;
	right: 0;
}

#promoVideo {
	width: 400px;
	height: 245px;
	background-color: #000;
	position: absolute;
	right: 0;
	border: 1px solid #ccc;
}

.playNow {
	background-image: url(../images/playNow.png); background-repeat: no-repeat;
	display: block;
	width: 204px; height: 71px;
	text-indent: -9999px;
	float: left;
}

#noSignUp {
	font-size: 11px;
	float: left;
	width: 220px;
	margin: 13px 0 0 20px;
	line-height: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	height: 80px;
}

#noSignUp img {
	float: left; margin-right: 10px;
	padding-top: 4px;
}

div.block {
	clear: both;
	margin: 30px 0 20px 0;
	overflow: auto;
}

div.quote img {
	float: left;
	margin: 0 10px 0 0;
	width: 50px;
	padding: 5px 0 0 0;
}

#promoSidebar div.quote {
	width: 330px;
	height: auto;
	float: none;
	overflow: visible;
	margin: 0 0 20px 0;
}

#promoSidebar div.quote h4 {
	width: 330px;
	float: none;
	margin-left: 60px;
	color: #333;
}

div.quote {
	width: 450px;
	float: left;
	font-size: 13px;
	line-height: 17px;
	height: 100px;
}

div.quote h4 {
	float: left;
	width: 380px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

div.quote h4 a {
	display: inline=block;
	border-bottom: 1px solid;
}


#screencastPromo {
	width: 230px;
	height: 155px;
	display: block;
	background-image: url(../images/screencast.png); background-repeat: no-repeat;
	text-indent: -9999px;
	float: left;
	margin-right: 60px;
}

#pixwikPromo {
	width: 200px;
	height: 155px;
	display: block;
	background-image: url(../images/blockbg.png); background-repeat: no-repeat;
	float: left;
	padding: 15px;
	font-size: 13px;
	line-height: 18px;
	margin: 0 60px 0 0;
	color: #333;
}

#pixwikPromo h4 {
	color: #003366;
	font-size: 24px;
	margin: 0 0 15px 0;
	width: 100px;
}

#moreGameInfo .playNow {
	margin: 35px 0 0 0;
	
}

#moreGameInfo #socialMedia {
	width: 200px;
	float: left;
}

#socialMedia {
	padding: 20px 0 0 0;
}

#socialMedia h3#fb a {
	width: 200px;
	background-image: url(../images/facebookIcon.png); background-repeat: no-repeat; background-position: left top;
	padding: 7px 0 0 50px;
	font-size: 18px;
	color: #330099;
	display: block;
	height: 32px;
}

#socialMedia h3#twit a {
	width: 200px;
	background-image: url(../images/twitterIcon.png); background-repeat: no-repeat; background-position: left top;
	padding: 7px 0 0 50px;
	font-size: 18px;
	color: #330099;
	display: block;
	height: 32px;
}

form label {
	display: block;
	font-size: 13px;
	margin: 0 0 5px 0;
	color: #003399;
}

input#email {
	width: 300px;
	margin: 0 0 20px 0;
	border: 1px solid #999;
	padding: 3px;
	font-family: "Trebuchet MS", Verdana, Arial;
}

input#email:focus, textarea:focus {
	border: 1px solid #0033CC;
}

textarea {
	width: 450px; height: 150px;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Arial;
	padding: 5px;
	border: 1px solid #999;
}

input#submit {
	padding: 5px;
	margin: 15px 0 15px 0;
}

.err {
	color: #990000;
}

.nor {
	color: #000;
}
	
#footer {
    border-top: 1px solid #ccc;
    clear: both;
    background-repeat: no-repeat;
    height: 50px; color: #333;
    background-image: url(../images/footerbg.png); background-repeat: no-repeat;
    margin: 25px 0 0 0;
}

#footer h4 {
    background-color: #fff;
    opacity: 0.95;
    margin: 12px 0 0 12px;
    width: 530px;
    padding: 7px 8px 7px 8px;
	font-weight: normal;
}

#footer a {
    color: #CC0033;
    font-weight: bold;
}
