/* 
RESET
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: capitalis;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face
{
font-family: capitalis;
src: url('Capitalis.ttf'),
     url('Capitalis.eot'); /* IE9 */
}

.top {
	z-index:10;
}
.scratches {
	background:url('img/texture.png') repeat;
	width: 100%;
	height: 3725px;
	position: absolute;
	top: 0px;
	z-index: 5;
}
.texture {
	background: url('img/surface.png') repeat;
	width: 100%;
	height: 3725px;
	position: absolute;
	top: 0px;
	z-index:4;
}

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 402px;
	background: #5d0800; /*#f47400*/
}
.video {
	position: absolute;
	top: 402px;
	left: 0px;
	width: 100%;
	height: 783px;
	background: #5d0800;
}
.blockimg {
	display: block;
	z-index: 3;
}
.seperator {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 31px;
	background: #000 url('img/seperator.png') repeat-x;
	z-index: 3;
}
.screens {
	position: absolute;
	top: 1216px;
	left: 0px;
	width: 100%;
	height: 270px;
	background: #000;
	z-index: 1;
}
.reviews {
	position: absolute;
	top: 1502px;
	left: 0px;
	width: 100%;
	height: 400px;
	background: #f47400;
}
.reviewtext {
	margin-top:25px;
	font-family: capitalis, serif;
	font-size: 1.5em;
	text-align: center;
	z-index: 10;
}
.screenshots {
	position: relative;
	top: 90px;
	left: 0px;
}
.screenshots img {
	box-shadow: 2px 2px 0px #f47400;
}
.screenshots img:hover {
	outline: #e7e2b6 solid 2px;
}
.weapons {
	position: relative;
	top: 180px;
}
.features {
	position: absolute;
	top: 1933px;
	left: 0px;
	width: 100%;
	height: 830px;
	background: #000;
	z-index: 1;
}
.features_content {
	position: relative;
	top: 300px;
	z-index: 3;
	display: block;
}
.features_content2 {
	position: relative;
	top: 350px;
	z-index: 3;
	display: block;
}
.featuretext {
	font-family: capitalis;
	font-size:  1em;
	color: #e7e2b6;
	display: table;
	height: 314px;
}
.featuretext p{
  display: table-cell;
  vertical-align: middle; 
  text-align: left; 
}
.featuretext2 {
	font-family: capitalis;
	font-size:  1em;
	color: #e7e2b6;
	height: 314px;
	display: table;
}
.featuretext2 p{
  display: table-cell;
  vertical-align: middle; 
  text-align: center; 
}
.preorder {
	position: absolute;
	top: 2794px;
	left: 0px;
	width: 100%;
	height: 400px;
	background: #f47400;

}
.preorder_content {
	position: absolute;
	top: 2850px;
	text-align: center;
}
.comingsoon {
	margin-bottom: 20px;
}

.credits {
	position: absolute;
	top: 3225px;
	left: 0px;
	width: 100%;
	height: 500px;
	background: #000;
	z-index: 1;

}
.bglogo {
	background: url('img/logo-bg.png');
	height: 500px;
	z-index: 3;
	position: absolute;
	top: 3225px;
}
.creditcontent {
	position: relative;
	top: 950px;
	color:#e7e2b6;
	z-index: 10;
}
#title {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	margin-top: 25px;
	top: 0px;
}
#preorder {
	padding-top: 15px;
}
#mediaicons {
	z-index: 6;
	position: fixed;
	top: 10px;
	left: 10px;
}


.portraits img {
 width: 60px;
 height: auto;

}
.textlinks a:link{
 color:#e7e2b6;
}

.textlinks a:visited{
 color:#e7e2b6;
}
.textlinks a:active{
 color:#f47400;
}
.textlinks a:hover{
 color:#f47400;
}

.textlinks2 a:link{
 color: #000; 
}

.textlinks2 a:visited{
 color:#000;
}
.textlinks2 a:active{
 color:#e7e2b6;
}
.textlinks2 a:hover{
 color:#e7e2b6;
}
