@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');

body {
	background-color: #3F4955;
	background-image: url(/templates/virtual/www.engserviceplans.com/body_bg.jpg);
}

.t-primary-bgcolor {
	background-color: #3E4955;
}

a {
	color: #2E70B1;
}

a:hover {
	color: #B81007;
}

.header__contact {
	display: none;
}

.header-main-wrapper {
	width: 1060px;
	margin: auto;
	border: 10px solid rgba(255,255,255,0.2);
	border-top-width: 0;
}

.main {
	width: 100%;
}

.header-wrapper, .main-wrapper {
	background-color: white;
}

.header {
	height: 260px;
	margin: 0;
	width: 100%;
}

.header__logo {
	max-width: 270px;
	position: absolute;
	z-index: 2;
}

.header__nav {
	position: absolute;
	right: 0;
	top: 47px;
	width: 100%;
	text-align: right;
	background-color: #3E4955;
	z-index: 1;
	padding-bottom: 4px;
}

.header__nav a {
	color: white;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 56px;
    padding-right: 16px;
    padding-left: 11px;
}

.header__nav a:hover {
	color: #909090;
	text-decoration: none;
}

.header__label {
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	width: 1000px;
	margin: auto;
	position: relative;
	top: 182px;
	color: white;
	padding: 18px 20px;
	background-color: #2C3949;
	background-image: url(header_label_bg.png);
	background-position: right center;
	background-repeat: no-repeat;
}