/*-------------------------------------------------------------------------

	Global Header Definitions

-------------------------------------------------------------------------*/
#header {
	position:relative;
	height:80px;
	width:100%;
	background-color: #020102;
	z-index:101;
}
#headerNav {
	height: 80px;
	width:980px;
	margin:0 auto;
	background: #000;
}
#headerLogo {
	display:block;
	float:left;
	padding-top:23px;
	padding-left:18px;
}
#headerMenu {
	position:relative;
	float:right;
	padding-top:38px;
	margin-right:18px;
}
#headerMenu a {
	display: block;
	width: 28px;
	height: 28px;
	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;
	position:absolute;
	right:30px;
	color: #747474;
	padding-right: 1em;
	padding-bottom:1em;
	font-size: .94em;
	margin-right: 1em;
	border-right: 1px solid #747474;
	line-height: 1.75em;*/
	
	color: #747474;
	padding-bottom:1em;
}

/* 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: 80px;
}
#help-container .container {
	width: 35em;
}
#help-container p {
	color: #fff;
	font-size: 1.25em;
	font-style:italic;
}
#start {
	height:48px;
	background: transparent url(../img/start-button-sprite.png) no-repeat 100% -48px;
	padding-right:47px;
}
#start .indicator-wrapper {
	display:block;
	height: 48px;
	padding-left:18px;
	background: transparent url(../img/start-button-sprite.png) no-repeat 0 0;
}
#start .indicator-wrapper .indicator {
	background:none;
	height:48px;
	padding:0 10px 0 0;
	line-height:48px;
}

/* IOE Value Tool Changes*/
.button .ioevaluetool {
	padding-top:13px!important;
	height:46px!important;
	position:relative;
	bottom:5px;
	background-position: right bottom !important;
	background: transparent url(../img/ioe-button.png) no-repeat 100% !important;
}
.button:hover .ioevaluetool {
	background-position: right bottom !important;
	background: transparent url(../img/ioe-button-hover.png) no-repeat 100% !important;
}

#headerMenu #home-button{
	position:absolute;
	right:0px;
}

#headerMenu .ioevalue{
	position:absolute;
	right:30px;
	font-style:italic;
	color: #747474;
	font-size: .94em;
	margin: 0 1em 0 0;
	line-height: 1.75em;
	border-right: 1px #535353 solid;
	padding-right: 1em;
	background: transparent;
	height: 33px;
	line-height:33px;
	width: 320px;
}

#headerNav .ioevalue-image{
	background-position: right top;
	background: transparent url(../img/ioe-header-hover.png) no-repeat 100%;
	height:33px;
	width:33px;
	position:absolute;
	top:0px;
	right:15px;
}


#headerNav .ioevalue:hover .ioevalue-image{
	background: transparent url(../img/ioe-header.png) no-repeat 100%;
}
/*
 * For the #TomorrowStartsHere bottom-right hashtag
 */
#social-footer{
	float:right;
}
.hash-tag{
	font-size:16px;
	margin-top:11px;
	float:right;
	font-family: sans-serif;
	font-weight: normal;
	color: rgb(120, 120, 120);
}

/*
 * Used for making links on top of the logo clickable for two locations
 */
#headerLogo{
	position:relative;
}
#headerLogo a{
	display: block;
	position: absolute;
	
}
#ciscoLogo{
	bottom: 0px;
	left: 15px;
	width: 75px;
	height: 40px;
}
#TomorrowStartsHere{
	bottom: -5px;
	left: 92px;
	width: 155px;
	height: 25px;	
}
#TomorrowStartsHere.fr{
	width:165px;
}