	/*Simple fixes for website viewing on a handheld device eg. blackberry*/

	/*fix: handhelds don't display the unsymetrical background + now displays a white content background*/
	#bg {
		background-image: none;
		background : #ffffff;
		border : 3px solid #0066cc; 
		
	}
	
	/*fix: handheld now displays full special offers graphic height*/
	img.s-o {
		border : none;
		height : 677px;
		width : 197px;
	}
	
	/*fix: navigation plain bar, text links. Wasn't displaying bg image links*/
	ul.nav {
		background-image : none;
		background :  #ff6633;
		margin: 0px 0px 3px 0px;
	}
	
	li.nav {
		background-image : none;
		
	}
	
	span.hide {
		display: inline;
		width : 20%;
		
	}
	
	span.hide, a.nav-home,  a.nav-home:hover,a.nav-special-offers, a.nav-special-offers:hover,a.nav-artwork-guide,a.nav-artwork-guide:hover,a.nav-testimonials,a.nav-testimonials:hover,a.nav-contact-us,a.nav-contact-us:hover,a.nav-telephone,a.nav-telephone:hover{
		color : #0066cc;
		font-weight : bold;
		font-size : 13px;
		background-image : none;
		text-decoration : none;
	}
	
	a.sub
	{
		display : block;
		float : left;
	}