@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	border:0;
	margin:0;
	background-image: url(img/page_bkg.jpg);
	background-position:center;
	background-position:top;
	background-attachment:fixed;
}
.logoline {
	background-image: url(img/logoline.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-position: bottom;
}
.imgnorepeat {
	background-repeat: no-repeat;
}
.top A:link {
	font: 9pt "Trebuchet Unicode MS", sans-serif;
	font-weight: bold;
	color:#a2bcb0;
	text-decoration: none;
	padding-right: 25px;
}
.top A:visited {
	font: 9pt "Trebuchet Unicode MS", sans-serif;
	font-weight: bold;
	color:#a2bcb0;
	text-decoration: none;
	padding-right: 25px;
}
.top A:active {
	font: 9pt "Trebuchet Unicode MS", sans-serif;
	font-weight: bold;
	color:#a2bcb0;
	text-decoration: none;
	padding-right: 25px;
}
.top A:hover {
	font: 9pt "Trebuchet Unicode MS", sans-serif;
	font-weight: bold;
	color:#517070;
	text-decoration: none;
	padding-right: 25px;
}
#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #ccc;
	display: block;
	margin: 0;
	padding-top: 30px;
	text-decoration: none;
}
#menu a:hover {
	width:120px;
	color: #fff;
	padding-top: 30px;
}
.information {
	background-image:url(img/information_btn.png);
	background-repeat:no-repeat;
	width:143px;
}
.screenshots {
	background-image:url(img/screenshots_btn.png);
	background-repeat:no-repeat;
	width:143px;
}
.trailer {
	background-image:url(img/trailer_btn.png);
	background-repeat:no-repeat;
	width:109px;
}
.buy {
	background-image:url(img/buy_btn.png);
	background-repeat:no-repeat;
	width:114px;
}
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	-moz-border-radius: 0px 0px 0px 0px;
}
.screenshotsflash {
	background-repeat: no-repeat;
	padding-top:200px;
}
