/*** Abes Code Begins ***/

label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }

#error{ speak:spell-out;stress:100; text-decoration:blink; color: Red}

.invs{display:none;}
/*** Abes Code Ends ***/

#header, footer {
	display: block;
}

body {
	margin: 0;
	padding: 0;
	background: #a4a4a4 url(../imgs/bg.jpg) repeat-x;
	height: 100%;
}

#header {
	overflow: hidden;
	color: white;
	margin-bottom: 30px;
}
	

#menu h2, h2 a, h2 .selected{
	text-decoration: none;
	color: white;
	display: inline;
}

#main{
	padding: 10px;
	padding-bottom: 120px;
	height: 100%;
}



ul {
	overflow: hidden;
}

li {
	margin-left: 0;
	list-style: none;
}

#supportlogin{
	position: absolute;
	top: 65px;
	right: 40px;
}

	#supportlogin li{
		display: inline;
	}
/**** FOOTER ****/

footer {
	width : 100%;
	background: url(../imgs/footerBg.jpg) top;
	height: 92px;
	line-height: 50px;
	color: white;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	overflow: hidden;
	clear:left;
}
	footer .copy {
		padding-top: 0px;
		text-shadow: 0 -1px 0 black;
	}
	footer ul {
		overflow: hidden;
		float: left;
		margin-top: 20px;
		margin-left: 10px;
		height: 58px;
		line-height: 90px;
	}
	
	footer li {
		float:	left;
		margin-right: 25px;
	}
