header #navtop {
	width: 940px;
	height:39px;
	line-height:39px;
	text-align: right;
	margin: 0 auto;
	padding: 0;
	color: white;
	font-size: 16px;
}

header nav .hidden {
	display: none;
}

header #navtop a.lock {
	display:inline-block;
	color:#77A4CC;
	background:url(/assets/icon-lock.png) no-repeat right center;
	font-size:14px;
	padding: 0 20px 0 0;
	margin:0 10px 0 0;
}
header #navtop a {
	color:#030;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

header#pagetitle {
	background:#F1F1EB !important;
	-pie-background: none;
	height:auto;
	filter:none;
	-webkit-box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, 0.14);
	box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, 0.14);
	padding:20px 0;
	color:#377D00;
	font-size:14px;
	line-height:24px;
	overflow:hidden;	
}
header + header#pagetitle { padding:48px 0 20px; }
.contact header#pagetitle, .company header#pagetitle, .products header#pagetitle { color:black; }

header#pagetitle .left {
	width:580px;
}
header#pagetitle .right {
	width:320px;
	list-style:none;
	padding:0;
	margin:0;
}
header#pagetitle h1 {
	color:#00355F;
	font-family: "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif;
	font-size:45px;
	margin:3px 0px 10px;
	line-height:100%;
}
header#pagetitle h1 a {
	color:#00355F;
	text-decoration:none;
}

header#pagetitle h1 .smaller {
font-size: 16px;
}

header#pagetitle.notext {
}
header#pagetitle.notext .wrap {
height: 141px;
overflow: hidden;
}
header#pagetitle.notext .left {
display: table;
height: 141px;
}
header#pagetitle.notext .left h1 {
display: table-cell;
vertical-align: middle;
min-height: 141px;
margin: 13px 0px 10px 0;
}
header#pagetitle .testimonial {
	font-size:24px;
	line-height:143%;
	color:#00355F;
	font-weight:bold;
	font-family: "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif;
}
header#pagetitle .testimonial .quote { text-indent:-25px; }
header#pagetitle .testimonial .hugequote {
	color:#BEBBAF;
	font-size:53px;
	line-height:30px;
	vertical-align:middle;
}
header#pagetitle .testimonial .testimonial-author {
	color:#5BA521;
	font-size:20px;
}
header#pagetitle .testimonial .buttons { padding:20px 0 0; }
header#pagetitle .testimonial .whitebtn {
	padding:0px 15px;
	-webkit-box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, 0.21);
	box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, 0.21);
	position: relative;
	behavior:url(/PIE.htc);
}

.wrap {
	width:940px;
	margin:0px auto;
}
