/* graphic */

#pageHeader {
	border-style: none;
	background: url(../../extras/blank.gif) no-repeat;
}

#shadowpage_header {
	height: 0;
	background: url(../../extras/blank.gif) no-repeat;
}

/* CSS3 shadow OFF */

#pageHeader {	
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.0);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,.0);
	box-shadow: 0 0px 0px rgba(0,0,0,.0);	
}