/*
	SCREEN.320CSS
	NOTES:		This style sheet extends the rules already setout in screen.css and files specified with lower resolutions.
				This operate at: > 960px
	UPDATED:	2012/10/17
	UPDATED BY:	David Dowdall
	
	CREDITS:	
*/

header .logo {
	left:0;	
}

header span.strapline {
	right:0;
}
header span.number {
	right:0;
}

nav {
	position:relative;
}
nav ul.switch {display:none;}
nav ul.menu {
	display:block;float:left;
	position:static;
	min-width:320px;max-width:100%;
	padding:0;
	background:none;
	z-index:50;	
}
nav ul.menu li {float:left;margin-right:20px;margin-left:0;}

nav ul ul {
	display:none;
	position:absolute;
	top:100%;left:0;
	width:94%;
	padding:20px 3%;
}
nav ul.business ul {
top:100%;left:0;
}

article {
	padding:0;
}

footer {padding:120px 0 30px 0;}