/* ---- ---- CSS File - Eyeon Section ---- ---- */

* {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
html, body, table, tr, td {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}


/* ------------------------------------------------------------------------------------------------- */

#background {
	z-index: 0;
	position: fixed !important;
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#background img {
	height: auto;
	position: fixed !important;
	position: absolute;
	min-height: 693px !important;
	width: 100%;
}
.height img {
	width: auto !important;
	height: 100% !important;
	min-width: 1000px !important;
}

/* ------------------------------------------------------------------------------------------------- */

#wrapper {	z-index: 100 !important;	position: absolute; width: 554px;}
#background { width: 100%; height: 100%;}

/* ------------------------------------------------------------------------------------------------- */

a 			{	cursor: pointer; }
a:link 		{	color: #999999; }
a:visited 	{	color: #999999; }
a:hover 	{	color: #F9F9F9; }
a:active 	{	color: #999999; }

/* ------------------------------------------------------------------------------------------------- */

#logo {
	width: 500px;
	height: 200px;
	background: url(/resources/img/base/logo.gif) no-repeat;
	margin: 0 auto 0;
}
#eyeon {
	width: 100%;
	height: 200px;
	background: #FFFFFF url(/resources/img/base/logo.gif) left center no-repeat;
	margin: 0 auto 0;
	margin-bottom: 20px;
}

/* ------------------------------------------------------------------------------------------------- */

#getIt {
	width: 750px;
	margin: 0 auto 0;
	margin-top: 50px;
	padding-left: 40px;
}
#getIt label {
	font-size: 40pt;
	width: 600px;
	font-family: Helvetica;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background: #000;
	clear: both;
}
h1 {
	font-size: 40pt;
	width: 600px;
	font-family: Helvetica;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background: #000;
	clear: both;
}
#getIt input.single {
	font-size: 20pt;
	height: auto;
	outline: none;
	width: 500px;
	clear: both;
	margin-bottom: 20px;
	margin-right: 100px;
}
#getIt input.submit, #app {
	border: none;
	background: #FFF;
	height: 45px;
	width: 705px;
	text-align: left;
	color: #000;
	font-size: 24pt;
	font-family: Helvetica;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
	padding-left:10px;
}
#getIt input.submit:hover {
	cursor: pointer;
	color: red;
}
#suckerpunch input.submit:hover {
	cursor: pointer;
	color: red;
}
#getIt select {
	font-size: 40pt;
	font-family: Helvetica;
	text-transform: uppercase;
	font-weight: bold;
	width: 350px;
	height: 60px;
}
#getIt p {
	width: 600px;
	color: #000;
	font-size: 30pt;
	font-family: Helvetica;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
	margin-left: -100px;
}
#suckerpunch p, #suckerpunch input.submit {
	font-family: Helvetica;
	font-size: 40pt;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	background: #FFF;
	width: auto;
	padding-left: 20px;
	border: none;
}
#app a:hover { color: red;}
