/*WEBSITE CSS
		
		Bkground Colour*/
		body {
	font: 100% Arial, Helvetica;
	background: #030303 url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	color: #000000;
	font-size: 12px;
}

		/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px 15px 0px 10px;
	background: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	width:910px;
	font-size: 16px;
	border-left:0px solid #ebebeb;
	border-right:0px solid #ebebeb;
	margin-top: 10px;
	position: absolute;
	left: 50%;
	margin-left: -467px;
	z-index: 1;
}


		/*Hover Colour*/
#page-bar li:hover {
	background: url(/images/nav-ro.jpg) repeat-x;
	background-position: top center;
}
	
	/* Footer Colour*/
#footer {
	margin: 0 auto;
	width: 910px;
	font-size:10px;
	color:#ebebeb;
	padding:27px 10px;
	background: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom: 20px;
	margin-top: -10px;
}
	/*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: none;
	color: #000000;
	font-weight : bold;
	height:20px;
	padding-top: 20px;
}

		/*Headers Background*/
TD.infoBoxHeading {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: #090909 url(/images/shop-head-bg.jpg) repeat-x; 
	color: #fff;
	height:20px;
	padding-left:10px;
	padding-top: 5px;
	padding-bottom: 5px;
} 
