@charset "utf-8";
/* PlayV CSS - Alan Pennell-Smith - 23/11/2008 
--- CREATEAWE.CO.UK ---
*/
*{margin:0;padding:0;border:0;}
body {
	background:url(images/bg_body.png) #fff top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
}
#container {
	width:800px;
	margin:0 auto;
}
#game_container {
	margin:15px 30px 20px 30px;
	padding:0 0 0 250px;
	color:#000;
	min-height:400px;
	_height:400px; /* For IE6*/
}
#colleft,
#colright {
	float:left;
	width:380px;
	margin:10px;	
}
div.gameteaser {
	margin:20px 0;	
}
div.gameteaserimage {
	float:left;
	width:90px;
}
div.gameteasercontent {
	margin:0 0 0 110px;
}
div.gamedownload {
	margin:0 0 20px 0;
}
div.gamedownload img {
	float:left;
	margin:0 10px 10px 0;
	border:2px solid #fff;
}
div.gamedownloadtext {
	float:right;
	width:270px;
}
h1 a {
	display:block;
	height:153px;
	width:300px;
	margin:0 auto;
	background:url(images/bg_h1.jpg) no-repeat;
}
h1 a span {
	display:none;
}
h2 {
	color:#fff;
	font-size:24px;
	margin:0 0 20px 0;
}
h3 {
	font-size:16px;
	margin:0 0 5px 0;
}
h4 {
	font-size:14px;
	margin:0 0 5px 0;
}
h3 a,
h4 a {
	color:#000;
	text-decoration:none;
}
h3 a:hover,
h4 a:hover {
	text-decoration:underline;
}
ul#mainnav {
	list-style:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	height:40px;
	margin:0 auto;
	text-align:center;	
}
ul#mainnav li {
	float:left;
	margin:10px 20px;
}
ul#mainnav li a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
}
ul#mainnav li a:hover,
ul#mainnav li a.selected {
	color:#000;
}
p {
	line-height:18px;
	margin:10px 0;
}
ul {
	margin:20px 30px;	
}
ul li {
	margin:15px;	
}
p a,
ul li a {
	color:#000;
	text-decoration:none;	
}
p a:hover,
ul li a:hover {
	text-decoration:underline;
}
#gameimage {
	float:left;
	width:225px;
	height:400px;	
}
#gamecontent {
	float:left;
	width:575px;
	padding:10px 0 20px; 0;	
}
#screenshots {
	clear:both;
	margin:20px;
}
ul#gamelinks {
	font-size:14px;	
}
ul#gamelinks li a {
	color:#000;
	text-decoration:none;	
}
ul#gamelinks li a:hover {
	text-decoration:underline;	
}
p#breadcrumb {
	margin:0 20px 5px 20px;
	padding:5px 0 0 0;
	font-size:11px;
}
p#breadcrumb a {
	color:#444;
}
p.smallprint {
	margin:0;
	font-size:10px;
}
p.footer {
	clear:both;
	margin:20px;
	text-align:center;
}
hr {
	height:0;
	clear:both;
}
table#spryGameData {
	display:none;
	visibility:hidden;
}
table#spryGameList {
	clear:right;
	border-collapse:collapse;
}
table#spryGameList tr td {
	padding:10px 10px 20px 10px;
	vertical-align:top;
}
table#spryGameList tr th {
	padding:10px;
	vertical-align:top;
}
table#spryGameList tr th a {
	color:#444;
	text-decoration:none;
}
table#spryGameList tr th a:hover {
	text-decoration:underline;
}
table#spryGameList tr th.gamedescription {
	width:450px;
}
table#spryGameList tr th.gamegenre {
	width:100px;
}
table#spryGameList tr th.gameplatform{
	width:100px;
}
table#spryGameList tr td.packshot {
	text-align:center;
}
table#spryGameList tr td p {
	margin:0;
}
table#spryGameList tr td a img,
div.gameteaserimage a img {
	border:2px solid #fff;
}
table#spryGameList tr td a:hover img,
div.gameteaserimage a:hover img {
	border:2px solid #000;
}
select#genrefilter,
select#platformfilter {
	float:right;
	margin:5px 10px;
	padding:3px;
	font-size:11px;
	width:100px;
	background:#04A1CB;
	color:#fff;
}
form#contact {
	width:375px;
}
form#contact fieldset {
	border:2px solid #444;
	padding:20px;
}
form#contact fieldset legend {
	font-weight:bold;
	font-size:13px;
}
form#contact fieldset label {
	float:left;
	width:100px;
	margin:5px;
	padding:5px;
	font-weight:bold;
}
form#contact fieldset input {
	width:170px;
	float:left;
	margin:5px;
	padding:5px;
	border:1px solid #444;
}
form#contact fieldset textarea {
	width:170px;
	float:left;
	margin:5px;
	padding:5px;
	border:1px solid #444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
form#contact fieldset select {
	width:180px;
	float:left;
	margin:5px;
	padding:5px;
	border:1px solid #444;
}
form#contact fieldset br {
	clear:left;
}
form#contact fieldset input#submitbtn {
	width:180px;
	background:#444;
	color:#fff;
	font-size:14px;
}
.clear {
	clear:both;
}