body,
table {
	font: 11px/1.6 Verdana, sans-serif;
}
body {
	margin: 0;
	padding: 0 0 40px 0;
	color: #fff;
	background: #272727 url(../img/layout/header.jpg) repeat-x;
}
div.page {
	width: 956px;
	margin: 0 auto;
}

div.clear {
	clear:both;
}

/* Page header */
div.header {
	height: 128px;
	width:970px;
}
div.header h1 {
	zoom: 1;
	margin: 10px 0 0 0;
}
div.header span.caption {
	font-size: 16px;
	float: left;
}

div.title{
	float:left;
	}

div.logo {
	padding:25px;
	float: right;
}

/* SWF Player and synopsis */
div.synopsis {
	zoom: 1;
	overflow: hidden;
	border-bottom: 1px solid #343434;
	padding: 0 0 28px 0;
}
div.synopsis div.copy {
	float: right;
	width: 348px;
}
div.synopsis div.copy h2 {
	margin-bottom: 12px;
}
div.synopsis div.copy h3 {
	margin: 0;
	font-size: 11px;
}
div.synopsis div.copy p {
	margin-top: 0;
}
div.synopsis a.launch {
	margin: 30px 0 10px 0;
}
div#swfplayer {
	padding: 100px 0;
	text-align: center;
}
div#swfplayer a {
	font-size: 14px;
}

/* Website */
div.website {
	zoom: 1;
	padding: 20px 0;
}
div.website h2 {
	float: left;
}
div.website div.row {
	zoom: 1;
	position: relative;
	clear: both;
	overflow: auto;
	margin: 0 -12px 0 -14px;
	padding: 12px 0;
}
div.website div.row div.screenshot {
	float: left;
	padding: 0 12px 0 14px;
/* 	background: url(../img/layout/dropshadow.jpg) no-repeat; */
}
div.website div.row div.screenshot h3 {
	margin: 0 0 3px 0;
	color: #888;
	background: transparent;
	font-weight: bold;
	font-size: 11px;
}
div.website div.row div.screenshot a {
	display: block;
	width: 465px;
	cursor: pointer;
}
div.website div.row div.screenshot span.border,
div.website div.row div.screenshot span.fullscreen {
	display: block;
	overflow: hidden;
}
div.website div.row div.screenshot a:hover span.border {
	border: 3px solid #ff0;
}
div.website div.row div.screenshot a:hover span.border img {
	margin: -3px;
}
div.website div.row div.screenshot a span.fullscreen {
	width: 92px;
	height: 12px;
	margin: 5px 0 0 0;
	background: url(../img/layout/fullscreen.jpg) no-repeat;
	text-indent: -400px;
}
div.website div.row div.screenshot a:hover span.fullscreen {
	background-position: 0 -13px;
}

/* Misc. */
p {
	margin: 0.4em 0 1.6em 0;
}
div.synopsis h2,
div.website h2 {
	zoom: 1;
/* 	margin: 0 0 0 -2px; */
	margin: 0;
}
a {
	color: #ccc;
	background: transparent;
	text-decoration: none;
}
a:hover {
	color: #ff0;
	background: transparent;
}
a img {
	border: 0 none;
	vertical-align: bottom;
}
a.launch, a.details, a.hoofdpagina,
div.screenshot a {
	outline: 0 none;
	text-transform: uppercase;
	font-size: 14px;
}
a.launch {
	display: block;
	overflow: hidden;
	width: 125px;
	height: 14px;
	background: url(../img/layout/launch.jpg) no-repeat;
	text-indent: -400px;
}
a.launch:hover {
	background: url(../img/layout/launch.jpg) 0 -15px;
}
a.launch-gadget {
	width: 228px;
	height: 13px;
	background: url(../img/layout/launch-gadget.jpg) no-repeat;
}
a.launch-gadget:hover {
	background: url(../img/layout/launch-gadget.jpg) 0 -13px;
}
a.details {
	display: block;
	overflow: hidden;
	width: 212px;
	height: 13px;
	background: url(../img/layout/details_btn.jpg) no-repeat;
	text-indent: -400px;
}
a.details:hover {
	background: url(../img/layout/details_btn.jpg) 0 -13px;
}
a.hoofdpagina {
	display: block;
	overflow: hidden;
	width: 212px;
	height: 13px;
	background: url(../img/layout/hoofdpagina_btn.jpg) no-repeat;
	text-indent: -400px;
}
a.hoofdpagina:hover {
	background: url(../img/layout/hoofdpagina_btn.jpg) 0 -13px;
}
embed,
object {
	display: block;
}

