/*This file is just called on systempages (home, contact, error, login etc) and aboutpages

Systempages have no subnav, but the aboutpage does

Both have the alien saints button top center and no extra nav bottom left

*/

/*
everything with #as is for js enabled clients
everything with .System is for the systempages - home, contact, error login etc
.AboutPage is for the Aboutpage
everything with #IEDIE is for ie6 only
*/

/*EXTRANAV - aboutpage just needs the header pager to be different though */
body.AboutPage #navigationContainer1 ul#extraNav,
body.System #navigationContainer1 ul#extraNav {display: none;} /*for homepage + systempage + contact*/

/*PAGER*/

body.AboutPage #mainContainer #header .pager,
body.System #mainContainer #header .pager {
	height: 21px;
	width: 145px;
	background: url(../images/alien-saints-home-button.png) no-repeat 0 0;
} /*for homepage + systempage + contact*/
body.AboutPage #mainContainer #header .pager a.home,
body.System #mainContainer #header .pager a.home {
	height: 21px;
	width: 107px;
	top: 0;
	left: 0;
	background: url(../images/alien-saints-home-button.png) no-repeat 0 0;
} /*for homepage + systempage + contact*/

body.AboutPage #mainContainer #header .pager a.contact,
body.System #mainContainer #header .pager a.contact {
	height: 21px;
	width: 37px;
	top: 0;
	left: 107px;
	background: url(../images/alien-saints-home-button.png) no-repeat -107px 0;
} /*for homepage + systempage + contact*/

body.AboutPage #mainContainer #header .pager a.home:hover,
body.System #mainContainer #header .pager a.home:hover {background-position: 0 -21px;} /*for homepage + systempage + contact*/
body.AboutPage #mainContainer #header .pager a.contact:hover,
body.System #mainContainer #header .pager a.contact:hover {background-position: -107px -21px;} /*for homepage + systempage + contact*/

