/*-------------------------------------------------------------------------

	Global Header Definitions

-------------------------------------------------------------------------*/
#header {
	position:relative;
	height:80px;
	width:100%;
	background-color: #020102;
	z-index:100;
}
#headerNav {
	position: relative;
	height: 80px;
	width:980px;
	margin:0 auto;
	background: #000;
}
#headerLogo {
	display:block;
	float:left;
	padding-top:23px;
	padding-left:18px;
}
#headerLogoTrigger {
	position: absolute;
	left: 15px;
	top: 0;
	width: 78px;
	height: 80px;
}
#logo-menu {
	position: absolute;
	top: 80px;
	left: 15px;
	width: 92px;
	height: 53px;
	margin: 0;
	padding: 0;
	background: transparent url(../img/cisco_menu_drop.png);
	list-style: none;
	border-radius: 0 0 6px 6px;
}
#logo-menu li {
	height: 21px;
	padding-left: 12px;
	padding-top: 5px;
}
#logo-menu li a {
	font-size: 11px;
	color: black;
	text-decoration: none;
}
#logo-menu li a:hover {
	color: #0A63A7;
}
#headerMenu {
	position:relative;
	float:right;
	padding-top:38px;
	margin-right:18px;
}
/*
 * Removed as the selector was too general and confliced with the #CiscoUCS header
 * This style adds a home icon to a link
#headerMenu a {
	display: block;
	width: 33px;
	height: 33px;
	background: transparent url(../img/sprite-sheet.png) no-repeat 100% -720px;
}
#headerMenu a:hover {
	background-position: 100% -800px;
}
*/
#headerMenu a.question {
	background-position: 100% -560px;
}
#headerMenu a.question:hover {
	background-position: 100% -640px;
}
.hash-tag {
	display: block;
	float: left;
	color: #747474;
	font-size: 0.94em;
	line-height: 1.75em;
}

/* help box */
#help-container {
	position: absolute;
	top: -180%;
	left: 0;
	width: 100%;
	padding: 1.25em 0;
	background: #000;
	z-index: -1;

	-webkit-transition: all ease-out 0.12s;
	-moz-transition: all ease-out 0.12s;
	-o-transition: all ease-out 0.12s;
	-ms-transition: all ease-out 0.12s;
	transition: all ease-out 0.12s;
}
#help-container.visible {
	top: 79px;
}
#help-container .container {
	width: 35em;
}
#help-container p {
	color: #fff;
	font-size: 1.25em;
	font-style: italic;
	font-weight: normal;
}
