#header {
	text-align: center;
	float: none;
	clear: both;
	background: #000;
	height: 100px;
}

#headerContainer {
	position: relative;
}

#header .logo {
	position: absolute;
	top: 21px;
	left: 0px;
	float: left;
	width: 121px;
	height: 62px;
}

#header ul {
	list-style: none;
	list-style-image: none !important;
}

#header #main-nav {
	position: absolute;
	top: 50px;
	left: 165px;
}

#header #main-nav ul li {
	float: left;
	padding: 10px 11px 0 11px;
	border-top: 1px solid #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#header #main-nav ul li:first-child {
	padding-left: 0;
}

#header #main-nav ul li a {
	color: #fff;
	text-decoration: none;
}

#header #main-nav ul li a:hover {
	color: #e81634;
}

#header #main-nav ul li.current {
	border-top: 1px solid #e81634;
}

#header #main-nav ul li.current a {
	color: #e81634;
}

#header #utility-nav {
	position: absolute;
	top: 20px;
	right: 7px;
}

#header #utility-nav ul li {
	float: left;
	padding-right: 15px;
}

#header #utility-nav ul li.divider {
	border-right: 1px solid #4d4d4d;
	margin-right: 15px;
}

#header #utility-nav ul li a {
	font-size: 12px;
	color: #838383;
	text-decoration: none;
}

#header #utility-nav ul li a:hover {
	color: #c4c3c3;
}

#header #utility-nav ul li.action a {
	color: #fff;
}

#header #utility-nav ul li .icon {
	vertical-align: top;
	margin-right: 5px;
}

#get-support-link {
	background: transparent url(/assets/images/header-get-support-bg-right.png) no-repeat right top;
	height: 24px;
	margin-top: -4px;
}

#get-support-link a {
	float: left;
	display: block;
	background: transparent url(/assets/images/header-get-support-bg-left.png) no-repeat left top;
	height: 16px;
	line-height: 16px;
	padding: 4px 2px 4px 9px;
}

#header #header-search {
	position: absolute;
	top: 50px;
	right: 7px;
}

#header #header-search .textfield {
	background: transparent url(/assets/images/header-search.png) no-repeat scroll top left;
	border: none;
	outline: none;
	height: 18px;
	padding: 4px 0 4px 10px;
	font-size: 14px;
	color: #a0a0a0;
	width: 180px;
	letter-spacing: -0.5px;
}

#header #header-search .textfield:focus {
	color: #333;
}

#header #header-search .button {
	margin-left: -3px;
	vertical-align: top;
}

#secondary-nav {
	background: #212121 url(/assets/images/backgrounds/bg-hatch-charcoal.png) center;
	z-index: 10;
}

#secondary-nav #secondaryNavContainer {
	width: 960px;
	margin: auto;
	float: none;
	text-align: left;
}

#secondary-nav .notch {
	position: absolute;
	top: -17px;
	height: 17px;
	width: 17px;
	background: transparent url(/assets/images/sub-nav-notch.png) no-repeat left top;
}

#secondary-nav.phones .notch {
	left: 190px;
}

#secondary-nav.plans .notch {
	left: 260px;
}

#secondary-nav.hot-offers .notch {
	left: 323px;
}

#secondary-nav.stay-connected .notch {
	left: 449px;
}

#secondary-nav.members-lounge .notch {
	left: 575px;
}

#secondary-nav.why-choose-us .notch {
	left: 541px;
}

#secondary-nav ul li {
	position: relative;
	float: left;
	margin-right: 5px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
}

#secondary-nav ul li ul {
	display: none;
	position: absolute;
	top: 20;
	left: 0;
	background-image: url(/assets/images/backgrounds/bg-hatch-charcoal.png);
	width: 200%;
}

#secondary-nav ul li a {
	color: #fff;
}

#secondary-nav ul li a:hover {
	color: #e81634;
}

#secondary-nav ul li.active {
	background: #131313 url(/assets/images/tertiary-nav-overlay.png) top left;
}

#secondary-nav ul li.active a {
	color: #e81634;
}

#tertiary-nav {
	background: #131313 url(/assets/images/tertiary-nav-overlay.png) center;
	z-index: 200;
}

#tertiary-nav #tertiaryNavContainer {
	width: 960px;
	margin: auto;
	float: none;
	text-align: left;
	height: 45px;
}

#tertiary-nav ul {
	float: left;
}

#tertiary-nav ul li {
	position: relative;
	float: left;
	padding: 15px 0 12px;
	font-size: 12px;
}

#tertiary-nav ul li a {
	color: #bebdbd;
	padding: 0 10px;
	font-size: 13px;
	line-height: 0;
}

#tertiary-nav ul li a:hover {
	color: #fff;
}

#tertiary-nav ul li.active a {
	color: #e81634;
}

#tertiary-nav ul li.drop-nav {
	padding-right: 11px;
	padding-left: 1px;
	white-space: nowrap;
}
#tertiary-nav ul li.drop-nav a {
	background: transparent url(/assets/images/tertiary-nav-drop-arrow.png) no-repeat right -21px;
}

#tertiary-nav ul li.hover {
	background: #eee;
	border-top: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
	padding-right: 10px;
	padding-left: 0;
	padding-top: 14px;
}

#tertiary-nav ul li.hover a {
	background: transparent url(/assets/images/tertiary-nav-drop-arrow.png) no-repeat right 6px;
	color: #131313;
}

#tertiary-nav ul li.hover a:hover {
	color: #131313;
}

#tertiary-nav ul li ul {
	display: none;
	position: absolute;
	top: 44px;
	left: -1px;
	z-index: 100;
	background: #eee;
	padding: 0 15px 5px;
	float: none;
	width: auto;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
}

#tertiary-nav ul li ul li {
	padding: 10px 0;
	border-bottom: 1px solid #d2d2d2;
	float: none;
}

#tertiary-nav ul li ul li:last-child {
	border-bottom: none;
}

#tertiary-nav ul li.drop-nav ul li a {
	font-size: 13px;
	color: #585858;
	background: none;
	padding: 0;
	margin: 0;
}

#tertiary-nav ul li ul li a:hover {
	color: #000;
}

#tertiary-nav ul li.hover ul {
	display: block;
}