/* All */
* {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
*:focus {
	outline: 0 none;
}
.clear {
	float: none;
	clear: both;
	width: 100%;
	height: 0;
	display: block;
}
img {
	-ms-interpolation-mode: bicubic;
}
/* "e" Logos */
.e-small {
	display: inline-block;
	background: transparent url('../images/e-small-blue.gif') no-repeat scroll left top;
	width: 9px;
	height: 8px;
}
.e-large {
	display: inline-block;
	background: transparent url('../images/e-large-blue.gif') no-repeat scroll left top;
	width: 15px;
	height: 15px;
}
.orange .e-large {
	background-image: url('../images/e-large-orange.gif');
}
.purple .e-large {
	background-image: url('../images/e-large-purple.gif');
}
.green .e-large {
	background-image: url('../images/e-large-green.gif');
}
.yellow .e-large {
	background-image: url('../images/e-large-yellow.gif');
}
/* Body */
body {
	background: #fff url('../images/header-background.gif') repeat-x scroll left top;
}
/* Container */
#container {
	width: auto;
	margin: 0;
}
/* Header */
#container #header {
	width: 998px;
	height: 102px;
	margin: 0 auto;
	position: relative;
}
#container #header #logo {
	position: absolute;
	top: 37px;
	left: 15px;
	background: transparent url('../images/logo.gif') no-repeat scroll left top;
}
#container #header #logo a {
	display: block;
	width: 215px;
	height: 45px;
}
#container #header #social-media {
	position: absolute;
	top: 17px;
	right: 15px;
	list-style: none;
	width: auto;
}
#container #header #social-media li {
	float: left;
	font: bold 10px/16px Arial, Helvetica, sans-serif;
	color: #647e8f;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}
#container #header #social-media #twitter {
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url('../images/social-media-twitter.gif') no-repeat scroll left top;
}
#container #header #social-media #facebook {
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url('../images/social-media-facebook.gif') no-repeat scroll left top;
}
/* Navigation */
#container #header #navigation {
	position: absolute;
	top: 70px;
	right: 15px;
	list-style: none;
	width: auto;
}
#container #header #navigation .tier-1 {
	float: left;
	padding: 0 0 0 20px;
}
#container #header #navigation .tier-1 .tier-1-link {
	font: bold 10px/10px Arial, Helvetica, sans-serif;
	color: #647e8f;
	text-transform: uppercase;
	text-decoration: none;
}
/* Tab */
#container #header #tab {
	position: absolute;
	width: 293px;
	height: 56px;
	top: 102px;
	right: 20px;
	background: transparent url('../images/tab.png') no-repeat scroll left top;
}
#container #header #tab h2 {
	font: bold 11px/normal Arial, Helvetica, sans-serif;
	color: #393b3d;
	padding: 10px 0 0 33px;
	text-transform: uppercase;
}
#container #header #tab p {
	font: normal 11px/normal Arial, Helvetica, sans-serif;
	color: #393b3d;
	padding: 0 0 0 33px;
}
#container #header #tab p a {
	font: normal 11px/normal Arial, Helvetica, sans-serif;
	color: #393b3d;
	text-decoration: none;
}
#container #header #tab p a:hover {
	text-decoration: underline;
}
/* Buckets */
#container #buckets {
	list-style: none;
}
#container #buckets li {
	background: transparent url('../images/bucket-background.gif') no-repeat scroll left top;
	width: 212px;
	height: 122px;
	margin: 0 1px 1px 0;
	float: left;
}
#container #buckets li:hover,
#container #buckets li.select {
	background-image: url('../images/bucket-background-over.gif');
}
#container #buckets li a {
	margin: 14px;
	display: block;
	width: 184px;
	height: 94px;
}
/* Individual Buckets */
#container #buckets #express {
	background: transparent url('../images/bucket-express.gif') no-repeat scroll left top;
}
#container #buckets #enterprise {
	background: transparent url('../images/bucket-enterprise.gif') no-repeat scroll left top;
}
#container #buckets #strategic-services {
	background: transparent url('../images/bucket-strategic-services.gif') no-repeat scroll left top;
}
#container #buckets #business-solutions {
	background: transparent url('../images/bucket-business-solutions.gif') no-repeat scroll left top;
}
/* Footer */
#container #footer {
	width: 988px;
	margin: 0 auto;
	padding: 0 0 20px 5px;
	list-style: none;
}
#container #footer li {
	float: left;
	font: bold 10px/10px Arial, Helvetica, sans-serif;
	color: #bbbaba;
	padding: 0 8px;
	border-right: 1px solid #bbbaba;
	white-space: nowrap;
}
#container #footer li:first-child,
#container #footer li:last-child {
	border: 0 none;
}
#container #footer li a {
	font: bold 10px/10px Arial, Helvetica, sans-serif;
	color: #bbbaba;
	text-decoration: none;
}