/* 	WIRELESS WORKFORCE
	developed by AMEDIA CREATVE
	http://www.amediacreative.com
	P 310.651.8733
	F 310.388.1210
	info@amediacreative.com
*/

html, body {

	height: 100%;
	margin: 0px;
  	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	width: 100%;

}

div {

	position: relative;
	z-index: 0;
	text-align: left;

}

img { border: 0px; }

div#nonFooter {

	min-height: 100%;
	top: 0px;
	
}

* html div#nonFooter {

	height: 100%;
	margin: 0px;
	padding: 0px;
	
}

div#footer {

	height: 16px;
	margin-top: -41px;
	border-top: 1px dashed #CCCCCC;
	padding: 12px;

}

div#large {

	position: absolute;
	height: 520px;
	width: 800px;
	margin: auto;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -250px;
	padding-bottom: 20px;

}
div#main, div#splash {

	margin: auto;
	position: relative;

}

div#main {

	height: 393px;
	width: 500px;

}

div.left { float: left; }
.clear { clear: both; }
.right { float: right; }

div#splash {

	height: 127px;
	width: 600px;

}

/****
HACK TO HIDE THE H1 TEXT
******/

/* Hack for "splash main" icon */
#splash_main, #splash_main span {

	padding: 0px;
	width: 500px;
	height: 393px;

}

#splash_main {

	position: relative;
	overflow: hidden;

}

#splash_main span {

	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	margin: 0px;
	background: url('/public/images/splash_logo.gif') no-repeat top left;

}

/* Hack for "hire talent" icon */

#splash1, #splash2, #splash3, #splash4, a.s2, a.s3, a.s4, a.s1 {

	height: 127px;
	margin: 0px;

}

#splash1, #splash2, #splash3, #splash4 {

	top: 0px;
	margin: auto;
	padding: 0px;
	position: relative;
	overflow: hidden;

}

a.s2, a.s3, a.s4, a.s1 {

	left: 0px;
	top: 0px;
	z-index: 1;
	position: absolute;
	padding: 0px;
	display: block;

}

#splash1, a.s1, .l1 { width: 205px; }
a.s1 { background: url('/public/images/splash_employers.gif') no-repeat top left; }
a.s1:hover { background: url('/public/images/splash_employers_on.gif') no-repeat top left; }

/* Image for "your career" icon */
#splash2, a.s2, .l2 { width: 195px; }
a.s2 { background: url('/public/images/splash_users.gif') no-repeat top left; }
a.s2:hover { background: url('/public/images/splash_users_on.gif') no-repeat top left; }

/* Image for "knowledgebase" icon */
#splash3, a.s3, .l3 { width: 196px; }
a.s3 { background: url('/public/images/splash_services.gif') no-repeat top left; }
a.s3:hover { background: url('/public/images/splash_services_on.gif') no-repeat top left; }

/* Image for "vendorbase" icon */
#splash4, a.s4, .l4 { width: 204px; }
a.s4 { background: url('/public/images/splash_vbase.gif') no-repeat top left; }
a.s4:hover { background: url('/public/images/splash_vbase_on.gif') no-repeat top left; }

/* END OF HACK */

a {

	color: #AD0085;
	text-decoration: none;

}

a:hover {

	color: #FA0E7D;
	text-decoration: underline;

}