/* Tab */
#tier-0 #container #header #tab {
	right: 0;
}
/* Flash */
#tier-0 #container #flash {
	height: 400px;
	background: transparent none no-repeat scroll center top;
}
#tier-0 #container #flash h2 {
	width: 968px;
	font: bold 33px/40px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f1f6f9;
	position: relative;
	top: 100px;
	left: 50%;
	margin-left: -484px;
}
#tier-0 #container #flash h2 a {
	font: bold 15px/40px Arial, Helvetica, sans-serif;
	color: #393b3d;
	text-decoration: none;
	text-transform: uppercase;
}
/* Individual Flash */
#tier-0 #container #flash.headphones {
	background-image: url('../images/flash-background-headphones.jpg');
}
#tier-0 #container #flash.world {
	background-image: url('../images/flash-background-world.jpg');
}
/* Ticker */
#tier-0 #container #ticker {
	width: 968px;
	margin: 15px auto 0 auto;
	font: bold 12px/10px Arial, Helvetica, sans-serif;
	color: #647e8f;
}
#tier-0 #container #ticker .tick {
	display: none;
	font: normal 12px/10px Arial, Helvetica, sans-serif;
	color: #647e8f;
}
#tier-0 #container #ticker .tick.select {
	display: inline;
}
#tier-0 #container #ticker .tick a {
	font: normal 12px/10px Arial, Helvetica, sans-serif;
	color: #647e8f;
}
/* Brand */
#tier-0 #container #brand {
	width: 998px;
	margin: 0 auto;
}
/* Buckets */
#tier-0 #container #brand #buckets {
	float: left;
	width: auto;
	margin: 8px 8px 7px 8px;
}
/* Customers */
#tier-0 #container #brand #customers {
	float: right;
	list-style: none;
	width: 130px;
	margin: 10px 0 0 0;
}
#tier-0 #container #brand #customers li {
	font: bold 10px/85px Arial, Helvetica, sans-serif;
	color: #647e8f;
	text-transform: uppercase;
	text-align: center;
	display: none;
	padding: 0;
	height: 85px;
	margin: 5px 0 0 0;
}
#tier-0 #container #brand #customers li img {
	margin: auto 0;
	vertical-align: middle;
}
#tier-0 #container #brand #customers li#none {
	height: auto;
	display: block;
	line-height: normal;
}
#tier-0 #container #brand #customers li.select {
	display: block;
}