﻿header {
	height: 80px;
	background-image: url(../images/headerbgnd.png);
	background-image: url(../images/new_header.png);
	background-position: center;
	background-size: cover;
	padding: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	position: relative;
	background-size: cover !important;
}

	header em {
		color: #fff;
		font-size: 14px;
		position: absolute;
		right: 30px;
		top: 55px;
		text-align: right;
	}

		header em a span {
			display: inline-block;
			position: relative;
			width: 20px;
			height: 20px;
			background-image: url(../images/globe.png);
			background-repeat: no-repeat;
			text-indent: -5000px !important;
			margin-left: 3px;
			margin-top: 6px;
			top: 3px;
		}

		header em a:hover {
			color: #ffcc00;
		}

			header em a:hover > span {
				background-image: url(../images/globe-hover.png);
			}

.logo-header {
	float: right;
	top: 15px;
	position: relative;
	margin-right: 10px;
	height: 30px;
	width: 362px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../images/PressureNET-logo.png');
}

.company-name {
	display: block;
}

#flat-graphic div {
	background: url('../images/TMPS-flat.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 500px;
	height: 500px;
	float: right;
	overflow: hidden;
}

.headerStyle {
	background-color: #0F50A1 !important;
	background-image: none !important;
}