@charset "utf-8";

html {
	overflow-y: scroll;
}

@media screen and (max-device-width: 480px){ 
body { 
    -webkit-text-size-adjust: none; 
} 
}

body,td,th {
	font-family: 'Abel', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0.032em;
	word-spacing: 0.041em;
	line-height: 1.33;
	color: #333;
	margin: 0;
	padding:0;
	border: 0;
	background-color: #FFF;
}


a {
	color: #06C;
	text-decoration: none;
}

a:link {
	color: #06C;
	text-decoration: none;
}

a:visited {
	color: #606;
	text-decoration: none;
}

a:active {
	color: #06C;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #06C;
}

ol, ul, li {
	list-style: none;
	margin: 0;
	padding:0;
	border: 0;
}

h1 {
	font-family: 'Audiowide', cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 60px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0.010em;
	word-spacing: 0em;
	padding: 0;
	border: 0;
	margin: 0;
	color: #565656;
}

h1 a {
	color: #565656;
	text-decoration: none;
}

h1 a:link {
	color: #565656;
	text-decoration: none;
}

h1 a:visited {
	color: #565656;
	text-decoration: none;
}

h1 a:active {
	color: #565656;
	text-decoration: none;
}

h1 a:hover {
	color: #565656;
	text-decoration: none;
}

h2 {
	font-family: 'Abel', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.08em;
	word-spacing: 0.08em;
	padding: 0;
	border: 0;
	margin: 0;
	color: #8E8E8E;
}

h3 {
	font-family: 'Abel', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.18em;
	word-spacing: 0.08em;
	padding: 0;
	border: 0;
	color: #000;
}

h3 a {
	color: #000;
	text-decoration: none;
}

h3 a:link {
	color: #000;
	text-decoration: none;
}

h3 a:visited {
	color: #000;
	text-decoration: none;
}

h3 a:active {
	color: #000;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: none;
	color: #6FF;
}

h4 {
	font-family: 'Abel', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.18em;
	word-spacing: 0.08em;
	padding: 4px 0 4px 0;
	margin: 0;
	background: #EDEDED;
	border: 0;
	border-radius: 6px;
	color: #000;
}

h4 a {
	color: #000;
	text-decoration: none;
}

h4 a:link {
	color: #000;
	text-decoration: none;
}

h4 a:visited {
	color: #000;
	text-decoration: none;
}

h4 a:active {
	color: #000;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: none;
	color: #06C;
}

.menu {
	font-family: 'Abel', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.18em;
	word-spacing: 0.08em;
	padding: 0;
	border: 0;
	color: #000;
}

.menu:link {
	color: #000;
	text-decoration: none;
}

.menu:visited {
	color: #000;
	text-decoration: none;
}

.menu:active {
	color: #000;
	text-decoration: none;
}

.menu:hover {
	text-decoration: none;
	color: #6FF;
}

.pagelinks {
	font-family: 'Abel', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.18em;
	word-spacing: 0.08em;
	padding: 4px 0 4px 0;
	margin: 0;
	border: 0;
	border-radius: 6px;
	color: #000;
}

.pagelinks:link {
	color: #06C;
	text-decoration: none;
}

.pagelinks:visited {
	color: #636;
	text-decoration: none;
}

.pagelinks:active {
	color: #000;
	text-decoration: none;
}

.pagelinks:hover {
	text-decoration: none;
	color: #06C;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	border: 0;
	border-style: hidden;
	position: relative;
}

#placeholder {
	position: absolute;
	left: 195px;
	top: 38px;
	width: 450px;
	height: 104px;
	z-index: -2;
}

#logo {
	position: absolute;
	left: 565px;
	top: 38px;
	z-index: -1;
}

#title {
	position: absolute;
	left: 203px;
	top: 58px;
}

#kicker {
	position: absolute;
	left: 205px;
	top: 127px;
}

#linkbar {
	position: absolute;
	left: 10px;
	right: 10px;
	background-color: #CDCDCD;
	top: 196px;
	text-align: center;
	height: 25px;
	border: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: visible;
}

#bodytext {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 266px;
	text-align: left;
}

#blurb2 {
	position: absolute;
	text-align: center;
	top: 699px;
	left: 10px;
	width: 780px;
}

#keyboard {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 250px;
	text-align: center;
}

#promovid {
	position: absolute;
	left: 24px;
	top: 250px;
	border-style:solid;
	border-color: #000;
	border-width: 2px 1px 1px 1px;
}

#footer {
	position: relative;
	bottom: -24px;
	height: 30px;
	text-align: center;
	color: #666;
	font-size: 0.8em;
}
