/*WEBSITE CSS
		
		Bkground Colour*/
		body {
			font: 100% century gothic;
			background: #000000 url(images/bg_body.jpg);
			background-repeat: repeat-x;
			color: #5E4B5E;
		}

		/* Navigation Bar*/
		#navbar {
		margin:0 auto;
		padding:0px 10px 0px 10px;
		background:#111 url(/images/navbar.jpg) repeat-x;
		width:930px;
		font-size:11px;
		
		}


		/*Hover Colour*/
		#page-bar li:hover {
		background: url(/files/1_Untitled-5.png); 
		}
		
		/* Footer Colour*/
		#footer {
			margin: 0 auto;
			width: 930px;
			font-size:10px;
			background:#111;
			color:#fff;
			padding:4px 10px;

		}
		/*Drop Down
		
		Menu Item Hover*/
		.selectedanchor{ 
					background: url(/files/1_Untitled-5.png); 
		}
		
		/*Item Hover*/
		.anylinkcss a:hover{ /*hover background color*/
					background: url(/files/1_Untitled-5.png); 
			color: white;
		}
		
		/*SHOP CSS
		
		Nav Background*/
		TD.headerNavigation {
			font-family: century gothic;
			font-size: 12px;
			background: #eeeeee;
			color: #ffffff;
			font-weight : bold;
			height:20px;
		}

		/*Headers Background*/
		TD.infoBoxHeading {
			font-family: Arial, sans-serif;
			font-size: 12px;
			font-weight: bold;
			background: #eeeeee; 
			color: #fff;
			height:20px;
			padding-left:10px;
		}                                                                            