/*WEBSITE CSS
	
	Bkground Colour*/
	body {
		font: 100% Arial, Helvetica;
		background: #5B008C url(images/bg_body.jpg);
		background-repeat: no-repeat;
background-position:bottom right;
	background-attachment:fixed;
		color: #5E4B5E;
	}
		/* Navigation Bar*/
	#navbar {
	margin:0 auto;
	padding:1px 10px 0px 10px;
	background:url(/images/nav.png) no-repeat;
	width:930px;
	font-size:10px;

	}


	/*Hover Colour*/
    #page-bar li:hover {
		background: #922990;
	}
	
	/* Footer Colour*/
	#footer {
		margin: 0 auto;
margin-bottom:10px;
		width: 940px;
		font-size:10px;
		background:#000000;
		color:#fff;
		padding:5px 5px 0px 5px;
	background: url(/images/footer.png) no-repeat bottom center;


	}
	/*Drop Down
	
	Menu Item Hover*/
	.selectedanchor{ 
		background: #922990;
	}
	
	/*Item Hover*/
	.anylinkcss a:hover{ /*hover background color*/
		background: #922990;
		color: white;
	}
	
	/*SHOP CSS
	
	Nav Background*/
	TD.headerNavigation {
		font-family: Arial, sans-serif;
		font-size: 12px;
		background: #161855;
		color: #ffffff;
		font-weight : bold;
		height:20px;
	}

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