@font-face {
	font-family: 'BankGothic';
	src: url('fonts/bankgthd.eot');
	src: local('O'), url('fonts/bankgthd.woff') format('woff'), url('fonts/bankgthd.ttf') format('truetype'), url('fonts/bankgthd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* RESET */
*{margin:0;padding:0;}
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,b,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%;}
ul, ol{list-style: none;}
/*******************************************************************************************************/

body {
	color: #6e6d6d;
	/*max-width: 1800px;*/
	min-width: 1000px;
	position: relative;
	font-family: 'BankGothic', sans-serif;
	text-align: center;
	background: black;
	font-size: 18px;
}

.header {
	width: 100%;
	position: absolute;
	z-index: 2;
}

.header:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/menu-tile.png) repeat-x;
	position: absolute;
	z-index: -1;
}

.logo {
	height: 132px;
	max-width: 100%;
	background: url(images/logo.png) no-repeat;
	background-position: top center;
}

.menu {
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -520px;
	text-transform: uppercase;
	font-size: 80%;
}

.menu li {
	display: inline-block;
	margin-left: 20px;
}

@media screen and (max-width: 1000px) {
	.menu { margin-left: 50px; left: 0; }
}

.menu a {
	color: white;
	text-decoration: none;
}

.menu a:hover {
	color: white;
	text-decoration: underline;
}

.slider {
	margin: 0 auto;
	width: 100%;
	max-width: 1800px;
	min-height: 550px;
	overflow: hidden;
	position: relative;
	/*background: url(images/aim.png) no-repeat;
	background-position: center;*/
}

.slider:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 650px;
	position: absolute;
	background: url(images/background.png) repeat-y top center;
	z-index: -5;
}

.slider:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 800px;
	position: absolute;
	top: -50px;
	box-shadow: inset 0 0 100px 50px black;
}

.slider li {
	width: 100%;
	max-width: 1800px;
	height: 650px;
	background-position: top center !important;
	position: absolute;
	top: -100px;
	z-index: -1;
	opacity: 0.0;
}

/*.slider li.show {
	display: list-item;
}*/

.slider .slide1 { background: url(images/slide1.jpg) no-repeat; }
.slider .slide2 { background: url(images/slide2.jpg) no-repeat; }
.slider .slide3 { background: url(images/slide3.jpg) no-repeat; }

.main {
	background: url(images/slider-bg.png) no-repeat top center;
	padding-top: 70px;
	position: relative;
	margin-top: -65px;
	/*background: url(images/background.png) no-repeat;*/
}

.main:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: -100px;
	background: url(images/background.png) repeat-y top center;
	z-index: -2;
}

.main:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: -3;
	background: url(images/orange-top.png) repeat-x;
}

.slider-control, .records-control {
	background: url(images/slider-control-bg.png) no-repeat;
	width: 117px;
	height: 50px;
	margin: -30px auto 0 auto;
	overflow: hidden;
	padding-top: 12px;
	cursor: default;
	z-index: 5;
}

.slider-control li, .records-control li {
	content: ' ';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(images/dots.png) no-repeat;
	cursor: pointer;
}

.slider-control li.current, .records-control li.current { background-position: -50px 0; }
.slider-control li:hover, .records-control li:hover { background-position: -25px 0; }

.records-control {
	position: relative;
	top: -10px;
}

.launch {
	width: 258px;
	height: 93px;
	background: url(images/launch-bg.png) no-repeat;
	border: none;
	text-transform: uppercase;
	color: white;
	font-family: 'BankGothic', sans-serif;
	font-size: 120%;
	cursor: pointer;
}

.launch:hover  { background-position: 0 -93px;  }
.launch:active { background-position: 0 -186px; }

.description {
	text-transform: uppercase;
	max-width: 710px;
	margin: 30px auto 0 auto;
	font-size: 75%;
	line-height: 160%;
}

.description h1 {
	color: #fdb01e;
	font-size: 220%;
	margin-bottom: 20px;
	text-shadow: 0 0 5px #ae7914;
}

.description a {
	color: white;
	text-decoration: underline;
}

.description a:hover {
	text-decoration: none;
}

.screenshots {
	position: relative;
	top: 50px;
	margin: 0 auto;
	width: 947px;
	height: 259px;
	text-align: center;
	padding: 25px 0 0 17px;
}

.screenshots:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/screenshots-bg.png) no-repeat;
	background-position: 10px 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}


.screenshots li {
	display: block;
	float: left;
	width: 311px;
	height: 211px;
	background: url(images/screenshot-bg.png) no-repeat;
	padding: 12px 0;
}

.records {
	width: 1000px;
	height: 420px;
	background: url(images/records-bg.png) no-repeat;
	background-position: -15px 0;
	margin: 0 auto;
	text-transform: uppercase;
	overflow: hidden;
	margin: 0 auto;
}

.records h2 {
	color: #01b9ff;
	padding-top: 45px;
	text-shadow: 0 0 5px #0163ba;
}

.records-supcontainer {
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
}

.records-container {
	width: 3000px;
	height: 310px;
	position: relative;
	top: 0;
	left: 0;
}

.records-slider {
	margin: 35px 0 0 50px;
	font-size: 70%;
	width: 430px;
	text-align: left;
	float: left;
}

.records-slider:first-child { margin-left: 4px; }

.records h3 {
	color: #0cff01;
}

.records-slider table {
	width: 100%;
	margin-top: 20px;
	color: white;
}

.records-slider table td:first-child {
	color: #42465f;
}

.records-slider table td:last-child {
	text-align: right;
}

.share {
	margin: 20px auto;
	margin-bottom: 0px;
}

div.addthis_toolbox {
  width: 480px;
  margin: 0 auto;
}

.footer {
	margin: 0 auto;
	height: 238px;
	background: url(images/footer-bg.png) no-repeat;
	background-position: top center;
	padding-top: 50px;
	position: relative;
}

.footer:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/orange-bottom.png) repeat-x;
	background-position: top center;
	position: absolute;
	z-index: -1;
	top: 0;
}

.social {
	margin: 0 auto;
}

.social li {
	display: inline-block;
}

.social input {	
	background: url(images/social-icons.png);
	width: 66px;
	height: 66px;
	border: none;
}

.social .facebook { background-position: 0 0; }
.social .google { background-position: -66px 0; }
.social .twitter { background-position: -132px 0; }
.social .facebook:hover { background-position: 0 -69px; }
.social .google:hover { background-position: -66px -69px; }
.social .twitter:hover { background-position: -132px -69px; }
.social .facebook:active { background-position: 0 -138px; }
.social .google:active { background-position: -66px -138px; }
.social .twitter:active { background-position: -132px -138px; }

.tacticsoft {
	margin-top: 10px;
	color: white;
	font-size: 120%;
}

.tacticsoft sup {
	font-size: 60%;
}

.copyright {
	color: #3f4666;
	max-width: 710px;
	margin: 20px auto;
	font-size: 70%;
}