/*#header {
    width:100%; 
	background: url('/ptnr/gogo/img/bg_header.jpg') repeat-x; 
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 10px;
	}

#logo {
	display: block;
	width: 130px;
	height: 80px;
	background: url('/ptnr/gogo/img/logo.png') no-repeat; /*altered*/
	margin-left: 5px;
	}
	*/

#header ul, #footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#header ul {
	position: absolute;
	bottom: 0;
	right: 0px;
	}

#header ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

#header ul {display: inline-block;}

/* Hides from IE-mac \*/
* html #header ul {height: 1%;}
#header ul {display: block;}
/* End hide from IE-mac */

#header li {
	float: left;
	}

#header li.utility.left {
	background: url(../../images/shared/headerfooter/bg_utility-left.png) no-repeat top left;
	}

#header li.utility.right {
	background: url(../../images/shared/headerfooter/bg_utility-right.png) no-repeat top right;
	}

#header li a {
	float: left;
	color: #289728;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	height: 19px;
	padding: 7px 10px 10px 10px;
	}

#header li.utility a {
	background: url(../../images/shared/headerfooter/bg_utility-solo.png) no-repeat top right;
	height: 36px;
	padding: 0 15px 0 0;
	}

#header li.utility.left a {
	background: none;
	height: 21px;
	padding: 5px 0px 10px 15px;
	}

#header li.utility.right a {
	background: none;
	height: 21px;
	padding: 5px 15px 10px 10px;
	}

#header li.utility span {
	background: url(../../images/shared/headerfooter/bg_utility-left.png) no-repeat top left;
	display: block;
	float: left;
	height: 19px;
	padding: 7px 0 10px 15px;
	}

#header li.utility.left span {
	background: none;
	border-right: solid 1px #ddd;
	height: 19px;
	padding: 2px 10px 0 0;
	}

#header li.utility.right span {
	background: none;
	height: 19px;
	padding: 2px 0 0 0;
	}

#headerContainer {
	background: url('../../images/shared/headerfooter/bg_headerContainer.png') center bottom no-repeat;
	width: 940px;
	height: 88px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	}

#splash #headerContainer, #goBrowse #headerContainer {
	background: url('../../images/shared/headerfooter/bg_headerContainer.png') center bottom no-repeat;
	height: 30px;
	}

#loginLB {
	width: 300px;
	height: 340px;
	}

#footer {
	text-align: center;
	width: 100%;
	margin-top: -74px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	}

#footer .top {
	width: 930px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	}

#footer .bottom {
	background-color: #eaebec;
	text-align: left;
	}

#footer .bottom .inner {
	width: 930px;
	height: 34px;
	margin: 0 auto;
	overflow: hidden;
	color: #333;
	}

#footer .left {
	float: left;
	}

#footer .left p {
	float: left;
	margin: 0;
	padding-top: 10px;
	}

#footer .copyright {
	float: left;
	padding-right: 15px;
	}

#frmNewsletter {
	float: left;
	margin: 0 0 0 15px;
	padding-top: 5px;
	}

#frmNewsletter input{
	font-size: 10px;
	height: 20px;
	}

#footer .right {
	float: right;
	list-style: none;
	margin: 0;
	padding-top: 10px;
	}

#footer li {
	margin: 0 0 0 15px;
	float: left;
	}

#footer li a {
	color: #333;
	text-decoration: none;
	}

#footer #newsEmailModal {
	display: none;
	}

#footer #newsEmailError {
	display: none;
	border: solid 1px #eaebec;
	border-bottom: none;
	color: #e00;
	position: absolute;
	left: 250px;
	bottom: 0;
	padding: 5px 10px;
	}
