/*WEBSITE CSS
	
	Bkground Colour*/
	body {
		font: 100% Arial, Helvetica;
		background: #639eb9 url(images/bg_body.jpg);
		background-repeat: no-repeat;
background-position: top center;
		color: #777777;
line-height: 135%;
font-size: 12px;
	}

	/* Navigation Bar*/
	#navbar {
	margin:0 auto;
	padding:0px;
	background:#121212;
	width:800px;
	font-size:10px;
	}


	/*Hover Colour*/
    #page-bar li:hover {
		background: none;
	}
	
	/* Footer Colour*/
	#footer {
		margin: 0 auto;
		width: 780px;
		font-size:10px;
		background: url(images/footer.jpg);
		color:#fff;
		padding:40px 10px 0px 10px;
height: 48px;

	}
	/*Drop Down
	
	Menu Item Hover*/
	.selectedanchor{ 
		background: none;
	}
	
	/*Item Hover*/
	.anylinkcss a:hover{ /*hover background color*/
		background: none;
		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: #264981; 
		color: #fff;
		height:20px;
		padding-left:10px;
	}     

#footcase{
width: 100%;
height: 88px;
background: url(images/foot.jpg);
background-repeat: repeat-x;
}

#aboutcontain{
width: 780px;
height: 320px;
}

#aboutleft{
padding: 10px;
float: left;
width: 365px;
height: 320px;
background: #0d0d0d;
}

#aboutright{
padding: 10px;
float: right;
width: 365px;
height: 320px;
background: #0d0d0d;
}                     
