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