/*WEBSITE CSS
		
		Bkground Colour*/
		body {
			font: 100% Arial, Helvetica;
			background: #111111 /*url(images/bg_body.jpg)*/;
			background-repeat: no-repeat;
background-position: top center;
			color: #ebebeb;
		}

		/* Navigation Bar*/
		#navbar {
		margin:0 auto;
		padding:0px 10px 0px 10px;
		background-image: url(/images/navbar.jpg) no-repeat;
		width:920px;
		font-size:20px;
		border-left:0px solid #ebebeb;
		border-right:0px solid #ebebeb;
left: 22%;
margin-bottom: 2px;
		}


		/*Hover Colour*/
		#page-bar li:hover {
			background: #d50007;
		}
		
		/* Footer Colour*/
		#footer {
			margin: 0 auto;
			width: 910px;
			font-size:10px;
			color:#ebebeb;
			padding:10px 10px;
			background: url(images/footer.jpg);
background-repeat: repeat-x;
background-position: top center;
	}
		/*Drop Down
		
		Menu Item Hover*/
		.selectedanchor{ 
			background: #d50007;
		}
		
		/*Item Hover*/
		.anylinkcss a:hover{ /*hover background color*/
			background: #d50007;
			color: #ffffff;
		}
		
		/*SHOP CSS
		
		Nav Background*/
		TD.headerNavigation {
			font-family: Arial, sans-serif;
			font-size: 12px;
			background: #090909;
			color: #ebebeb;
			font-weight : bold;
			height:20px;
		}

		/*Headers Background*/
		TD.infoBoxHeading {
			font-family: Arial, sans-serif;
			font-size: 12px;
			font-weight: bold;
			background: #090909; 
			color: #fff;
			height:20px;
			padding-left:10px;
		}                                                                                                                                                                 