﻿html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-width: 320px;
}

body * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	background: url(../design/mainbg.jpg) fixed 50% 0 no-repeat #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
}

#container {
	max-width: 1024px;
	margin: 0 auto;
}

.subcontainer, .header {
	display: block;
}

.subcontainer {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	padding: 260px 10% 5% 10%;
	background: url(../design/headerbg.jpg) no-repeat scroll 50% 0 #eff1f2;
	box-shadow: 10px 0 14px 0 rgba(0, 0, 0, 0.6), -10px 0 14px 0 rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 10px 0 14px 0 rgba(0, 0, 0, 0.6), -10px 0 14px 0 rgba(0, 0, 0, 0.6);
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	height: 248px;
	text-align: center;
	width: 100%;
}

.headimg {
	display: inline-block;
	margin-top: 13px;
	width: 196px;
}

.center { 
	text-align: center;
	margin-top: 5%;
}

h1 {
	font-size: 1.8em;
	margin: 1.75em 0 0.75em 0;
	border-bottom: 2px solid #9fcc00;
}

h2 {
	display: inline-block;
	font-size: 1.3em;
	line-height: 1.8em;
	margin: 1.25em 0 0.25em 0;
	border-bottom: 1px solid #9fcc00;
	padding: 0 10px 0 2px;
	font-family: 'Roboto Condensed', sans-serif;
}

p {
	line-height: 1.8em;
	margin-bottom: 1em;
}

a {
	color: #86ad00;
	border-bottom: 1px solid transparent;
	font-weight: 600;
	transition: color 0.3s ease, border 0.3s ease;
	-webkit-transition: color 0.3s ease, border 0.3s ease;
}

a:hover {
	color: #404040;
	border-bottom: 1px solid #86ad00;
}

.button {
	color: #fff;
	background-color: #9fcc00;
	padding: 6px 16px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
}

.button:hover {
	color: #fff;
	background-color: #86ad00;
}

.firmdata {
	padding-left: 70px;
}

.firmdata > span {
	width: 70px;
	margin-left: -70px;
	display: inline-block;
}

.confirmed {
	background-color: #f1d600;
    color: #000;
    font-size: 0.9em;
    padding: 3px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#websupport, .websupatag {
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
}