.general-header{
	height:92px;
	background: #36b3f4;
}

.onlinegenerator-header{
	background:#002f47;
	height:40px;
}

.onlinegenerator-header .container{
    background:url(http://preloaders.net/images/onlinegenerator-blue.png) right 90px top 6px no-repeat transparent;
	height:39px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
}

.onlinegenerator-header.og-white .container{
	background-image:url(http://preloaders.net/images/onlinegenerator-white.png);
}

.general-header-container, .container{
    min-width:960px;
	max-width:1400px;
	margin:0 auto;
	position:relative;
}

.general-header-container{
	text-align:center;
	min-width:970px;
	max-width:1000px;
	margin-top:-17px;
}

.general-project{
	display:inline-block;
	position:relative;
	width:180px;
	padding:0 5px;
	margin-top:-1px;
}

.general-project a{
	display:block;
	width:180px;
	padding:14px 8px 10px 8px;
	text-decoration:none;
	position:absolute;
}

.general-project a span{
	color:#FFF;
	font-size:12px;
	display:none;
	text-decoration:none;
}

.general-project.active a{
	background: #002f47;
}

.general-project:hover a{
	top:-7px;
	padding-bottom:3px;
	text-decoration:none;
}

.general-project:hover a span{
	display:block;
}

.general-project:hover a img{
}