	/* SEE /includes/_incHEader.asp */
	
	#header { margin:auto; background-color:#383B42; width:1004px; height:100px; color:#FFF; }
		/* IE6 HACK */
		* html #header { text-align:left; margin:auto; background-color:#383B42; width:1004px; height:100px; color:#FFF; }
	
	#header .logoContainer { margin:35px 0 25px 25px; float:left; width:450px; }
		/* IE6 HACK */
		* html #header .logoContainer { border:0px solid white; margin:35px 0 25px 25px; float:left; width:427px; }
		
	#header .basketInformationContainer { float:left;  }
		/* IE6 HACK */
		* html #header .basketInformationContainer { float:left; border:0px solid white; }

	#header .basketInformationContainer .container1 { width:525px; } /* Stacks the layer on top the other - contains two cells */
	#header .basketInformationContainer .container1 a { color:#FFF; } /*  */
	#header .basketInformationContainer .container1 span { margin-bottom:5px;padding-bottom:5px; } /* Separating dot! */

		#header .basketInformationContainer .container1 .cell1 { float:right; width:345px; text-align:right; padding:8px 18px 0 0; }	/* Contains Top Header Navigation */

			#header .basketInformationContainer .container1 .cell1 .ONN { color:#AE1F31; } /* THE LINKS AT THE TOP OF THE PAGE RED LINK*/
			#header .basketInformationContainer .container1 .cell1 .OFF { color:#FFF;  }	/* THE LINKS AT THE TOP OF THE PAGE */

		#header .basketInformationContainer .container1 .cell2 { margin-right:20px; padding:8px 0; font-size: 9px; float:right; width:140px; background-color:#BDBEC0; text-align:left; } /* it's a little shorter on the width */
			/* IE6 HACK */
			* html #header .basketInformationContainer .container1 .cell2 { margin-right:10px; padding:8px 0; font-size: 9px; float:right; width:140px; background-color:#BDBEC0; text-align:left; } /* it's a little shorter on the width */

				#header .basketInformationContainer .container1 .cell2 img { margin:0px 8px; float:left; }	/* THe little Grey basket image */
				#header .basketInformationContainer .container1 .runningTotal { color:#AD2030; }

	#header .basketInformationContainer .container2 { float:none; clear:both; padding:25px 0 0 0; width:505px; text-align:right; } /* Text sits bottom right of container */
	#header .basketInformationContainer .container2 a { color:#FFF; } /*  */
