/* CSS */

html, body {
	background: #ABFF73;
	margin: 0;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	line-height: 17px;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	background:#fff url(/images/header.jpg) no-repeat top left;
	height: 150px;
	overflow: hidden;
	width: 900px;
	margin: 0;
}

/* CONTENT */

#content-padding {
	/* must have some padding at the bottom*/
	padding:  20px 25px;
}

#form-table {
	width: 400px;
}

#promos {
	padding: 8px 2px 9px 0;
	width: 898px;
	height: 50px;
	background: #fff url(/images/topnav-bg.gif) top left repeat-x;;
	overflow: hidden;
}
#promo1, #promo2, #promo3, #promo4 { 
	margin: 0 7px 0 8px;
}

.hidden  {
	display: none;
}

/* FOOTER */

#footer {
	clear: both;
	padding: 0 10px;
	height: 42px;
	margin: 0;
	overflow: hidden;
	width: 880px;
	font-size: 11px;
	background: #0072bc url(/images/footer-corner.gif) top right no-repeat;
}

a.footer-link:link, a.footer-link:visited, a.footer-link:active, .footer-link {color: #fff; text-decoration: none;}
a.footer-link:hover {color: #fff; text-decoration: underline;}

#footer-left {
	float: left;
	color: #fff;
	padding: 5px 0;
	line-height: 15px;
}

#footer-right {
	float: right;
	padding: 19px 0;
}

a.footer-link-cs:link, a.footer-link-cs:visited, a.footer-link-cs:active, .footer-link-cs {color: #80b9de; text-decoration: none;}
a.footer-link-cs:hover {color: #80b9de; text-decoration: underline;}
