@font-face {
	font-family: "Gunner";
	src: url("/airmech/fonts/Gunner.ttf");
}

*
{
	color: #FFF;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal;
}

html, body
{
	background: url("/airmech/img/bg.jpg"), #000;
	background-position: top center, bottom center;
	background-attachment: local;
	-webkit-background-size: 1904px 1255px;
	-moz-background-size: 1904px 1255px;
	-o-background-size: 1904px 1255px;
	background-size: 1904px 1255px;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow-x: none;
}

a 
{
	color: #EB9F18;
	text-decoration: none;
}

.link
{
	cursor: pointer;
}

hr
{
	width: 1000px;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.85);
	border-bottom: 1px solid rgba(256,256,256,.065);
}

.active
{
	color: #C6881B !important;
}

.red
{
	color: red !important;
}

.center, .centerWide
{
	width: 300px;
	position: relative;
	margin: 0 auto 0 auto;
}

.centerWide
{
	width: 362px;
}

.centerWide img
{
	margin: 0;
	padding: 0;
}

#blocker
{
	opacity: 0;
	background-color: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 5000;
	display: none;
}

#blocker h1
{
	font-size: 14px;
	line-height: 40px;
	background-color: rgba(0,0,0,.4);
	height: 40px;
	position: absolute;
	padding: 0 0 0 10px;
	bottom: -10px;
	position: 5002;
}

#blockerContent
{
	opacity: 0;
	background-color: #000;
	position: fixed;
	border: 5px solid #FFF;
	top: 0;
	left: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
}

.mediaEnlarged
{
	margin-bottom: -3px;
}

#mediaLeft, #mediaRight
{
	opacity: .4;
	background: url(/airmech/img/arrowMedia.png);
	background-position: 50% 50%;
	-webkit-background-size: auto auto;
	-moz-background-size: auto auto;
	-o-background-size: auto auto;
	background-size: auto auto;
	background-repeat: no-repeat;
	width: 50px;
	height: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 5001;
	cursor: pointer;
}

#mediaRight
{
	margin: 0;
	right: 0;
	float: right;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.hidden
{
	display: none;
}

.left, .right, .pageLeft, .pageLeft2, .pageRight
{
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}

.right, .pageRight
{
	float: right;
}

.pageLeft, .pageLeft2, .pageRight
{
	width: 50%;
	height: 438px;
}

.pageLeft img, .pageLeft2 img, .pageRight img
{
	width: 806px;
	height: 438px;
	position: relative;
	margin: 0;
	padding: 0;
	left: -150px;
	float: left;
	z-index: 1;
}

.pageLeft2 img
{
	width: 622px;
	height: 350px;
	top: 45px;
	left: 10px;
}

.pageRight img
{
	left: 0;
	right: -150px;
	float: right;
}

.pageText
{
	width: 325px;
	height: auto;
	position: relative;
	top: 120px;
	padding: 0 20px 0 0;
	z-index: 2;
}

.pageText p
{
	color: #CCC;
	padding: 25px 0 0 0;
}

.login, .loginWide, .forgot
{
	color: #739CA1;
	font-family: "Play Bold", "Play", Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 38px;
	background: url("/airmech/img/buttonbg.png");
	height: 38px;
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 15px 0 15px;
}

.forgot
{
	margin: 0 8px 0 0;
}

.login:hover, .loginWide:hover, .forgot:hover
{
	color: #A0C8CD;
}

.socialBar
{
	position: relative;
	margin: 0 10px 0 0;
	float: left;
}

.facebookIcon
{
	background: url("/airmech/img/socialBar.png");
	background-position: 0px 0px;
	width: 38px;
	height: 38px;
	position: relative;
	float: left;
}

.facebookIcon:hover
{
	background-position: -38px 0px;
}

.twitterIcon
{
	background: url("/airmech/img/socialBar.png");
	background-position: -76px 0px;
	width: 38px;
	height: 38px;
	position: relative;
	float: left;
}

.twitterIcon:hover
{
	background-position: -114px 0px;
}

.googleIcon
{
	background: url("/airmech/img/socialBar.png");
	background-position: -152px 0px;
	width: 38px;
	height: 38px;
	position: relative;
	float: left;
}

.googleIcon:hover
{
	background-position: -190px 0px;
}

.youtubeIcon
{
	background: url("/airmech/img/socialBar.png");
	background-position: -228px 0px;
	width: 38px;
	height: 38px;
	position: relative;
	float: left;
}

.youtubeIcon:hover
{
	background-position: -266px 0px;
}

input
{
	background-color: #151515;
	color: #7F7F7F;
	font-size: 14px;
	width: 250px;
	height: 35px;
	margin: 5px 5px 10px 0;
	padding: 1px 2px 3px 5px;
	position: relative;
	display: inline-block;
	border: 1px solid #353535;
	-webkit-box-shadow: inset -1px 0px 8px 2px rgba(0,0,0,.3);
	-moz-box-shadow: inset -1px 0px 8px 2px rgba(0,0,0,.3);
	box-shadow: inset -1px 0px 8px 2px rgba(0,0,0,.3);
}

input:focus, textarea:focus
{
	outline: 0;
}

input.login, input.loginWide
{
	width: auto;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
}

input.loginWide
{
	width: 112px;
	margin: 10px 0 0 0;
}

input.hidden {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	border: none;
}

input[type=checkbox]
{
	background-color:#FFF;
	width: 12px;
	height: 12px;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	border-radius: 15px;
	overflow: hidden;
}

.checkboxText, .checkboxText a
{
	font-size: 12px !important;
	text-transform: uppercase;
	padding: 3px 0 0 20px;
}

.checkboxText a
{
	padding: 0;
}

textarea
{
	background-color: #1A1A1A;
	color: #7F7F7F;
	font-size: 12px;
}

.arrow-right
{
	width: 0; 
	height: 0;
	float: right;
	margin: 9px 10px 0 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #EB9F18;
}

#header
{
	background: url("/airmech/img/headerbg.png");
	min-width: 1000px;
	height: 38px;
}

#header span, #header a
{
	color: #739CA1;
	font-family: "Play Bold", "Play", Verdana;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 38px;
	margin: 0;
}

#header a
{
	color: #739CA1;
}

#loginBar, #welcomeBar
{
	display: none;
}

#welcomeBar h1
{
	font-family: "Play Bold", "Play", Verdana;
	font-size: 12px;
	position: relative;
	text-transform: uppercase;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}

#welcomeBar a
{
	color: #EB9F18 !important;
	font-size: 12px;
}

#accountData, #failed
{
	display: none;
}

img.account {
	vertical-align: middle;
	margin: 12px;
}

.loading
{
	opacity: 0;
	background: url(/airmech/img/loading.png);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 32px;
	height: 32px;
	position: fixed;
	margin: 0;
	z-index: 1000;
	-webkit-animation :loadingSpin 2s linear infinite;
	-moz-animation: loadingSpin 2s linear infinite;
	animation: loadingSpin 2s linear infinite;
}

@keyframes loadingSpin
{
	100%
	{
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes loadingSpin
{
	100%
	{
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes loadingSpin
{
	100%
	{
		-moz-transform: rotate(360deg);
	}
}

.carbonLogo, .carbonLogoSmall
{
	background: url(/airmech/img/carbonLogo.png);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 211px;
	height: 52px;
}

.carbonLogoSmall
{
	width: 100px;
	height: 25px;
	position: relative;
	margin: 0;
	display: inline-block;
}

#airmechLogo, #airmechLogoSmall
{
	background: url(/airmech/img/airmechCELogo.png);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 610px;
	height: 208px;
	position: relative;
	top: 160px;
	right: 30px;
	z-index: 101;
}

#airmechLogoSmall
{
	background: url(/airmech/img/airmechLogo_h.png);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 295px;
	height: 100px;
	top: 45px;
	left: 20px;
}

.airmechLogoSquare
{
	background: url(/airmech/img/airmechLogoSquare.png);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 40px;
	height: 40px;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
}


.googleSignIn
{
	background: url(/airmech/img/googleSignIn.png);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 137px;
	height: 30px;
	margin: auto;
}

#menu
{
	background: url(/airmech/img/menubg.png);
	height: 50px;
	position: relative;
	z-index: 1000;
}

#menuEndLeft, #menuEndRight
{
	background: url(/airmech/img/menuEnds.png);
	background-position: 0px 0px;
	width: 23px;
	height: 51px;
	position: relative;
	float: left;
}

#menuEndRight
{
	background-position: -24px 0px;
	right: 0;
	width: 22px;
	float: fixed;
}

#menuItemPlayCont
{
	text-align: center;
	width: 214px;
	height: 52px;
	position: relative;
	float: left;
	z-index: 101;
	cursor: pointer;
}

#menuItemPlayCont span
{
	width: 100%;
	color: #FFF;
	font-family: Gunner, Verdana;
	font-size: 25px;
	text-shadow: 1px 1px 3px #000,
				 0 0 10px #1D636A;
	text-transform: uppercase;
	line-height: 52px;
	position: absolute;
	left: 0;
	z-index: 101;
}

.menuItem, .menuItemLeft,.menuItemDrop
{
	color: #7B9595;
	font-family: Gunner, Verdana;
	font-size: 20px;
	text-align: center;
	text-shadow: 0 2px 2px #000;
	text-transform: uppercase;
	line-height: 51px;
	background: url(/airmech/img/menuButtonbg.png);
	width: 148px;
	height: 51px;
	position: relative;
	float: left;
	z-index: 100;
	cursor: pointer;
}

.menuItem
{
	width: 147px;
	border-style: none none none solid;
	border-width: 0 0 0 1px;
	border-color: #000 #000 #000 rgba(256,256,256,.1);
}

.menuItemDrop
{
	background: none;
	width: 147px;
	height: 51px;
	position: absolute;
}

.menuItem:before
{
	content: "";
	width: 147px;
	height: 50px;
	position: absolute;
	margin-top: 1px;
	display: block;
	border-style: none none none solid;
	border-width: 0 0 0 1px;
	border-color: #000 #000 #000 #0E0E0E;
	z-index: 2;
}

.menuItem:after
{
	content: "";
	width: 147px;
	height: 50px;
	position: absolute;
	margin-top: 1px;
	left: 1px;
	float: left;
	border-style: none none none solid;
	border-width: 0 0 0 1px;
	border-color: #000 #000 #000 rgba(256,256,256,.1);
	z-index: 2;
}

.menuItem:hover, .menuItemLeft:hover, .menuItemDrop:hover
{
	color: #AFD0D0;
}

.menuItem ul
{
	opacity: 0;
	text-shadow: 0 1px 2px #000;
	background-color: #232E2E;
	width: 148px;
	position: absolute;
	top: 51px;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	-moz-border-left-radius: 4px;
	-moz-border-right-radius: 4px;
	-webkit-bottom-left-radius: 4px;
	-webkit-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-khtml-border-left-radius: 4px;
	-khtml-border-right-radius: 4px;
}

.menuItem li
{
	color: #7B9595;
	font-family: Gunner, Verdana;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	margin: 10px 0 10px 0;
	padding: 0;
	cursor: pointer;
}

.menuItemPlay, .menuItemPlayH
{
	background: url(/airmech/img/menuPlayButton.png);
	background-position: 0px 0px;
	width: 214px;
	height: 51px;
	position: absolute;
	top: 0;
	margin: 0;
	z-index: 0;
}

.menuItemPlayH
{
	background: url(/airmech/img/menuPlayButton.png);
	background-position: 0px -52px;
	opacity: 0;
	z-index: 1;
}

.content, .contentTop
{
	width: 1000px;
	height: 100%;
	margin: 0 auto 0 auto;
}

.contentTop
{
	margin: 40px auto 0 auto;
}

.content a
{
	font-size: 17px;
}

.bannerContent
{
	width: 400px;
	position: relative;
	margin: 0 0 0 20px;
	padding: 30px 0 0 0;
	z-index: 1000;
	pointer-events: none;
}

.bannerContent h1
{
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0 0 0;
	text-shadow: 0 2px 3px #000;
}

.bannerContent p
{
	font-size: 17px;
	text-shadow: 0 1px 2px #000;
}

#contentMain
{
	min-width: 1000px;
	margin-top: -20px;
}

.content h5, #contentMain h5
{
	font-family: Gunner, Verdana;
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 2px 3px #000;
	margin: 0;
}

#mainCont, #pageCont
{
	font-size: 14px;
	margin: 10px 10px 0 10px;
}

#pageCont
{
	margin: 0 10px 0 10px;
}

#pageCont p
{
	font-size: 18px;
	text-transform: none;
	margin: 10px 0 0 0;
}

.narrow
{
	padding: 0 110px 0 150px;
}

.legal
{
	padding: 0 150px 0 150px;
	line-height: 22px;
}

#twitterIcon
{
	background: url("/airmech/img/twitter.png");
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 40px;
	height: 33px;
	position: relative;
	margin: 40px 20px 40px 0;
	float: left;
}

.newsCont
{
	height: 225px;
	position: relative;
	margin: 30px 0 30px 0;
	float: left;
}

.newsContLeft, .newsContRight
{
	width: 50%;
	height: 100%;
	float: left;
}

.newsContLeft
{
	padding: 30px 0 0 0;
}

.newsContRight
{
	float: right;
}

.newsCont h1, .newsCont h2, #pageCont h1, #pageCont h2, .post h2
{
	font-size: 26px;
	text-align: left;
	/* font-weight: bold; */
	/* text-transform: uppercase; */
	/* text-shadow: 0 2px 1px #000; */
	margin: 0;
}

#pageCont h1
{
	margin: 5px 0 0 0;
}

.newsCont h2, #pageCont h2
{
	color: #779296 !important;
	font-size: 17px;
	/* font-weight: bold; */
	margin: 10px 0 0 0;
	text-shadow: 0 1px 1px #000;
}

.post h2
{
	font-size: 20px !important;
}

#pageCont h2
{
	margin: 10px 0 10px 0;
}

.newsCont h3
{
	color: #E4E4E4;
	font-size: 15px !important;
	font-weight: normal !important;
	text-transform: none !important;
	margin: 5px 0 0 0;
}

#pageCont h3
{
	font-family: "Play Bold", "Play", Verdana;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0 0 0;
}

#pageCont h4
{
	color: #BCBFC4;
	font-family: "Play Bold", "Play", Verdana;
	font-size: 14px;
	text-transform: uppercase;
	margin: 5px 0 0 0;
}

#pageCont span
{
	color: #E01E1E;
}

#pageCont p, .legal li, .post p
{
	font-size: 17px;
	margin: 5px 0 15px 0;
}

.post p, .post strong, .post li
{
	color: #CCC;
	font-size: 25px !important;
}

.newsCont a, #pageCont a, .post a
{
	font-size: 15px;
	margin: 15px 0 10px 0;
}

.newsImg
{
	background-position: 50% 30%;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 90%;
	height: 100%;
	float: right;
	margin: 0 0 5% 5%;
}

.floatLeft
{
	width: 100%;
	position: realtive;
	margin: 0 0 40px 0;
	float: left;
}

.loginMessage, .loginMessageBottom, .accountMessage, .note, .noteTrans, .noteDownload, #authError, .alert, #tweet, .info
{
	color: #C9C9C9;
	font-size: 15px;
	background-color: rgba(62,180,178,.04);
	width: 300px;
	margin: 10px 0 10px 0;
	position: relative;
	float: left;
	padding: 10px;
	border: 1px solid rgba(256,256,256,.15);
	outline: 1px solid #000;
}

.loginMessage, .accountMessage, .loginMessageBottom, .info
{
	width: 633px;
	margin: 0 0 40px 150px;
	padding: 20px;
}

.info, .accountMessage
{
	padding: 5px 20px 20px 20px;
}

.info h2, .accountMessage h2
{
	font-size: 20px !important;
}

.loginMessageBottom, .noteTrans
{
	background-color: transparent;
	padding: 0 20px 0 20px;
	border: none;
	outline: none;
}

.noteTrans
{
	width: 633px;
	padding: 10px 0 10px 0;
}

.loginMessage h1, .loginMessage h3 
{
	font-family: Gunner, Verdana !important;
	font-size: 28px !important;
	font-weight: none;
	margin: 0 !important;
}

.loginMessage h3 
{
	font-family: "Play Bold", "Play", Verdana !important;
	font-size: 17px !important;
}

.loginMessage img
{
	margin: 20px 20px 0 0;
}

.loginMessageBottom a
{
	font-size: 15px !important;
}

.loginLeft, .loginRight
{
	width: 50%;
	height: 320px;
	position: relative;
	float: left;
}

.loginRight
{
	float: right;
}

.loginRight h2
{
	position: relative;
	margin: 39px 0 0 0 !important;
}

.accountMessage h3
{
	font-size: 15px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.forgotPass
{
	text-align: center;
	background-color: rgba(32,46,47,.65);
	width: 252px;
	height: 65px;
	position: absolute;
	padding: 30px 0 0 0;
	margin: 0 0 -20px 50px;
	bottom: 0;
}

.forgotPass a
{
	font-size: 15px !important;
}

.createAccount
{
	background: url("/airmech/img/createAccount.png");
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 265px;
	height: 75px;
	margin: 20px 0 0 0;
}

.note a
{
	font-size: 15px !important;
}

.note span
{
	color: #E01E1E;
}

.noteDownload
{
	width: 550px;
	margin: 40px 0 0 200px;
	padding: 15px;
}

.twitterCont
{
	position: absolute;
	float: left;
}

#tweet
{
	width: 892px;
	height: 55px;
	margin: 20px 0 20px 0;
	padding: 2px 10px 10px 10px;
}

#tweet a
{
	color: #FFF;
	font-size: 15px !important;
	text-decoration: underline;
}

#authError
{
	background-color: transparent;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	outline: none;
	display: none;
}

#authError h1, #authError h2
{
	color: #E01E1E !important;
	font-family: "Play Bold", "Play", Verdana !important;
	font-size: 14px !important;
	text-shadow: 0 1px 2px #000 !important;
	margin: 0 0 5px 0  !important;
}

#authError h2
{
	color: #FFF !important;
	font-size: 14px !important;
	font-weight: normal !important;
	text-transform: none !important;
	padding: 0 !important;
}

#bannerBG
{
	background: url("/airmech/img/bannerMenubg.png");
	width: 100%;
	height: 664px;
	position: absolute;
	bottom: 0;
	z-index: 100;
}

#bannerMenu
{
	text-align: center;
	width: 100%;
	min-width: 1000px;
	height: 180px;
	position: absolute;
	bottom: -29px;
	z-index: 101;
}

#bannerMenuMask
{
	width: 970px;
	height: 100%;
	position: absolute;
	margin: 0;
	z-index: 1000;
	overflow: hidden;
}

#bannerMenuCont
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	white-space: nowrap;
	z-index: 1000;
}

.bannerHover
{
	width: 136px;
	height: 85px;
	position: absolute;
	display: inline-block;
	margin: 66px 0 0 0;
	z-index: 101;
}

.bannerMenuSelected
{
	opacity: 0;
	width: 100%;
	height: 170px;
	position: absolute;
	left: 0;
	display: inline-block;
	pointer-events: none;
}

.bannerMenuSelected h1
{
	top: 5px;
}

.bannerMenuHidden
{
	height: 170px;
	opacity: 0;
	position: absolute;
	display: inline-block;
}

.bannerMenuTop
{
	background: url("/airmech/img/bannerMenuHover.png");
	background-position: 0px 0px;
	width: 136px;
	height: 60px;
	position: absolute;
	top: 0;
}

.bannerMenuBottom
{
	background: url("/airmech/img/bannerMenuHover.png");
	background-position: 0px -60px;
	width: 136px;
	height: 25px;
	position: absolute;
	bottom: 0;
}

.bannerMenuItem
{
	width: 136px;
	height: 169px;
	position: relative;
	display: inline-block;
	margin: 0;
	bottom: -6px;
}

.bannerMenuItem h1
{
	font-family: Gunner, Verdana;
	font-size: 20px;
	text-shadow: 0 2px 1px #000;
	width: 100%;
	position: relative;
	margin: 150px 0 0 0;
}

#banner, #bannerShort, #bannerTall
{
	background-color: rgba(0,0,0,.3);
	min-width: 1000px;
	height: 665px;
	position: relative;
	top: -34px;
}

#bannerShort
{
	height: 150px;
	margin: 0;
}

#bannerTall
{
	height: 450px;
	margin: 0;
}

#pageBanner
{
	background: url(/airmech/img/banners/neo.jpg);
	background-position: 50% 5%;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#pageBannerTall
{
	background: url(/airmech/img/banners/gameInfo.jpg);
	background-position: 50% 60%;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.enlarge
{
	opacity: 0;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 252px;
	background-color: rgba(0,0,0,.7);
	width: 455px;
	height: 252px;
	position: absolute;
	margin: 0;
	padding: 5px;
	display: none;
	pointer-events: none;
}

.enlargeIcon
{
	background: url("/airmech/img/enlarge.png");
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 120px;
	left: 170px;
}

.mediaCont, .mediaVideoCont
{
	background-color: rgba(0,0,0,.1);
	width: 465px;
	position: relative;
	margin: 10px 5px 10px 5px;
	padding: 5px 5px 3px 5px;
	float: left;
	border: 1px solid rgba(256,256,256,.085);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-box-shadow: inset 0 0 10px #000;
	-moz-box-shadow: inset 0 0 10px #000;
	box-shadow: inset 0 0 10px #000;
}

.mediaVideoCont
{
	width: 100%;
}

.mediaCont img
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.mediaCont h1, .mediaCont a
{
	font-size: 14px !important;
	text-align: center !important;
	margin: 0;
	padding-bottom: 5px;
}

.mediaCont a
{
	font-size: 12px !important;
	font-weight: normal !important;
	text-transform: none !important;
}

.mediaScrollCont
{
	background-color: rgba(0,0,0,.1);
	height: 135px;
	padding: 6px 20px 0 20px;
	border: 1px solid rgba(256,256,256,.1);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-box-shadow: inset 0 0 10px #000;
	-moz-box-shadow: inset 0 0 10px #000;
	box-shadow: inset 0 0 10px #000;
}

.mediaScrollCont img
{
	width: 228px;
	position: relative;
	margin: 0 2px 0 2px;
	display: inline-block;
}

.mediaScrollContMask
{
	width: 935px;
	height: 135px;
	position: relative;
	margin: 0;
	z-index: 1000;
	overflow: hidden;
}

.imgScrollCont
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	white-space: nowrap;
	z-index: 1000;
}

.imgScrollCont img
{
	cursor: pointer;
}

#musicCont
{
	background: url(/airmech/img/musicbg.png);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}

#musicCont h2, #musicCont h3
{
	color: #FFF !important;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	text-shadow: 0 1px 2px #000;
	margin: 10px 0 0 0;
}

#musicCont h3
{
	font-size: 14px;
	margin: 5px 0 0 0;
}

#musicCont hr
{
	width: 400px;
	height: 0;
	border-top: 1px solid rgba(256,256,256,.5);
	border-bottom: 0px solid #FFF;
	float: left;
	margin: 10px 0 0 0;
}

#musicPlayer
{
	width: 500px;
	height: 150px;
	margin: 15px 0 0 0;
}

#arrowLeft, #arrowRight
{
	opacity: 0;
	background: url(/airmech/img/arrowBanner.png);
	width: 27px;
	height: 85px;
	position: relative;
	margin: 66px 0 0 0;
	z-index: 1000;
}

#arrowLeft
{
	left: -30px;
	float: left;
}

#arrowRight
{
	opacity: 1;
	right: 0;
	float: right;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.arrowMediaRight, .arrowMediaLeft, .arrowMediaSmallRight, .arrowMediaSmallLeft
{
	background: url(/airmech/img/arrowMedia.png);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 20px;
	height: 100%;
	position: relative;
	cursor: pointer;
	z-index: 1000;
}

.arrowMediaSmallRight, .arrowMediaSmallLeft
{
	background: url(/airmech/img/arrowMedia2.png);
	background-position: 50% 50%;
}

.arrowMediaLeft, .arrowMediaSmallLeft
{
	margin-left: 0 0 0 -20px;
	float: left;
}

.arrowMediaSmallLeft
{
	margin: 0 0 0 -18px;
}

.arrowMediaRight, .arrowMediaSmallRight
{
	margin: 0 -20px 0 0;
	float: right;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

#requirements
{
	font-size: 14px;
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin: 50px 0 50px 0;
}

#requirements table
{
	background-color: rgba(0,0,0,.4);
	width: 80%;
	height: 100%;
	margin: 0 auto 0 auto;
	border-collapse: collapse;
}

#requirements table, #requirements th
{
	border: 1px solid #2E3139;
}

#requirements td
{
	line-height: 20px;
	border-left: 1px solid #2E3139;
	border-right: 1px solid #2E3139;
}

#requirements td span
{
	color: #9FA0A1;
}

.orange
{
	color: #F59300;
}

.green
{
	color: #95C700;
}

#requirements th, #requirements td
{
	width: 50%;
	padding: 10px 0 10px 0;
}

#requirements td
{
	padding: 3px 10px 3px 10px;
}

#downloadCont
{
	width: 380px;
	height: 100px;
	position: relative;
	float: left;
	z-index: 101;
	cursor: pointer;
}

.downloadPC, .downloadPCH
{
	background: url(/airmech/img/download.png);
	background-position: 0px 0px;
	width: 380px;
	height: 100px;
	position: absolute;
	top: 0;
	margin: 0;
	z-index: 0;
}

.downloadPCH
{
	opacity: 0;
	background: url(/airmech/img/download.png);
	background-position: 0px -100px;
	z-index: 1;
}

.downloadSteam, .downloadSteamH
{
	background: url(/airmech/img/download.png);
	background-position: 0px -200px;
	width: 380px;
	height: 100px;
	position: absolute;
	top: 0;
	margin: 0;
	z-index: 0;
}

.downloadSteamH
{
	opacity: 0;
	background: url(/airmech/img/download.png);
	background-position: 0px -300px;
	z-index: 1;
}

.downloadChrome, .downloadChromeH
{
	background: url(/airmech/img/download.png);
	background-position: 0px -400px;
	width: 380px;
	height: 100px;
	position: absolute;
	top: 0;
	margin: 0;
	z-index: 0;
}

.downloadChromeH
{
	opacity: 0;
	background: url(/airmech/img/download.png);
	background-position: 0px -500px;
	z-index: 1;
}

#buttonCont
{
	text-align: center;
	width: 214px;
	height: 52px;
	position: relative;
	margin: 40px 0 20px 200px;
	padding: 0;
	float: left;
	z-index: 101;
	cursor: pointer;
}

#buttonCont span
{
	width: 100%;
	color: #FFF;
	font-family: Gunner, Verdana;
	font-size: 25px;
	text-shadow: 1px 1px 3px #000,
				 0 0 10px #1D636A;
	text-transform: uppercase;
	line-height: 52px;
	position: absolute;
	left: 0;
	z-index: 101;
}

.button, .buttonH
{
	background: url(/airmech/img/menuPlayButton.png);
	background-position: 0px 0px;
	width: 214px;
	height: 52px;
	position: absolute;
	top: 0;
	margin: 0;
	z-index: 0;
}

.buttonH
{
	opacity: 0;
	background: url(/airmech/img/menuPlayButton.png);
	background-position: 0px -52px;
	z-index: 1;
}

#referralLink a
{
	font-size: 14px;
}

.questDiv
{
	width: 64px;
	height: 64px;
	padding: 10px 5px 10px 5px;
	float: left;
}

.questDiv img
{
	width: 64px;
	height: 64px;
}

.dividerBottom
{
	background: url("/airmech/img/dividerBottom.png");
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 100%;
	height: 32px;
	position: realtive;
	margin: 40px auto 0 auto;
	padding: 0;
	float: left;
}

#footer
{
	width: 100%;
	min-width: 1000px;
	height: 120px;
	text-align: center;
	position: relative;
	margin: 10px 0 0 0;
	bottom: 0;
	float: left;
	z-index: 1000;
}

#footer h1, #footer h2, #footer a
{
	color: #EB9F18;
	font-size: 12px;
}

#footer h2
{
	color: #504230;
	font-size: 10px;
}

@-moz-document url-prefix()
{
	#header h1, #welcomeBar h1, .login, .forgot
	{
		font-weight: normal;
	}
}
