﻿body {
	background-image: url("images/background.png");
	background-repeat: repeat-x;
	background-color: #E0E0E0;
	margin: 0px;
}

#all img {
	max-width: 100%;
	height: auto;
}

#all {
	width: 902px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 28px;
}

a {
	color: #075a79;
}

a:visited {
	color: #075a79;
}

a:hover {
	color: #0b7aa4;
}

#logo {
	margin-top: 0px;
	width: 540px;
	height: 92px;
	float: left;
}

#headerarea {
	width: 355px;
	height: 92px;
	padding: 0px;
	margin: 0px;
	width: 355px;
	float: right;
}

#searchbar {
	width: 353px;
	padding: 0px;
	height: 22px;
	float: left;
	margin-top: 4px;
	background-image: url("images/searchbar.png");
	border-bottom:#DDDDDD 1px solid;
	border-left:#DDDDDD 1px solid;
	border-right:#DDDDDD 1px solid;
}

#login {
	float: left;
	width: 18em;
	margin: 7px;
	margin-right: 0px;
	padding-right: .2em;
	margin-top: .3em;
	margin-bottom: .3em;
	font-family: "Verdana", sans-serif;
	color: #A8A8A8;
	font-size: .65em;
	border-right: #DDDDDD 1px solid;
}

#login a {
	color: #A8A8A8;
	text-decoration: none;
}

#login a:visited {
	color: #A8A8A8;
	text-decoration: none;
}

#login a:hover {
	color: #6F6F6F;
	text-decoration: none;
}

#search {
	float: right;
	height: 1em;
}

input {
	float: left;
	border: #c1c1c1 1px solid;
	font-size: .6em;
	height: 13px;
	padding: 0px;
	font-family: "Arial", sans-serif;
	color:  #959595;
	margin-left: 5px;
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 115px;
}

.search-button {
	float: right;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 16px;
	height: 15px;
	margin-right: 4px;
	cursor: pointer;
	border: 0px;
}

#menu {
	float: left;
	width: 902px;
}

.menu-toggle {
	display: none;
}
/*Navigation*/
#nav
{
	background:url(images/nav.png) no-repeat left;
	margin:0;
	padding:0;
	list-style:none;
	height:27px;
}
#nav li
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	height:27px;
	display:block;
	width:111px;
}
#nav li a
{
	width:111px;
	display:block;
	line-height:500px;
	overflow:hidden;
	height:27px;
}
a#navHome:hover
{
	background:url(images/nav_hover.png) no-repeat 0px 0px;
}
a#navSolutions:hover
{
	background:url(images/nav_hover.png) no-repeat -111px 0px;
}
a#navDownloads:hover
{
	background:url(images/nav_hover.png) no-repeat -222px 0px;
}
a#navSupport:hover
{
	background:url(images/nav_hover.png) no-repeat -333px 0px;
}
a#navAbout:hover
{
	background:url(images/nav_hover.png) no-repeat -444px 0px;
}
a#navContact:hover
{
	background:url(images/nav_hover.png) no-repeat -555px 0px;
}
a#navHome.active
{
	background:url(images/nav_active.png) no-repeat 0px 0px;
}
a#navSolutions.active
{
	background:url(images/nav_active.png) no-repeat -111px 0px;
}
a#navDownloads.active
{
	background:url(images/nav_active.png) no-repeat -222px 0px;
}
a#navSupport.active
{
	background:url(images/nav_active.png) no-repeat -333px 0px;
}
a#navAbout.active
{
	background:url(images/nav_active.png) no-repeat -444px 0px;
}
a#navContact.active
{
	background:url(images/nav_active.png) no-repeat -555px 0px;
}

/* End Nav */

#submenu {
	width: 902px;
	float: left;
	background-image: url("images/submenubg.png");
	height: 25px;
}
#submenu ul {
		float: left;
		vertical-align: middle;
		margin-top: .4em;
		margin-left: -3em;
}

#submenu li {
	list-style-type: none;
	float: left;
	padding-right: 2.5em;
	padding-left: 2.5em;
	font-family: "Verdana", sans-serif;
	font-size: .60em;
	font-weight: bold;
	border-right: #107793 1px solid;
}

#submenu a {
	text-decoration: none;
	color: #72b5e5;
}

#submenu a:visited {
	text-decoration: none;
	color: #72b5e5;
}

#submenu a:hover, #menu a.active {
	text-decoration: none;
	color: #e5e5e5;
}

#space {
	background-image: url("images/spaceline.png");
	background-repeat: repeat-x;
	width: 902px;
	float: left;
	height: 6px;
	margin-bottom: 2px;
}

#banner {
	width: 902px;
	float: left;
}

.whitespace {
	height: 9px;
	width: 902px;
	float: left;
}

#maincontent {
	background-color: white;
	width: 444px;
	float: left;

}

h1.main {
	font-family: "Verdana", sans-serif;
	color: #075a79;
	font-size: 1em;
	margin: .7em;
	padding: 0em;
	margin-bottom: 0em;
}

p.main {
	font-family: "Verdana", sans-serif;
	color: #404040;
	font-size: .68em;
	line-height: 1.5em;
	margin: 1em;
	
}

.articles {
	width:444px;
}

h2.main {
	font-family: "Verdana", sans-serif;
	color: #075a79;
	font-size: .8em;
	margin: .7em;
	margin-bottom: 0em;
}

.date {
	font-family: "Verdana", sans-serif;
	color: #404040;
	font-size: .6em;
	margin: 0em;
	margin-left: 1em;
	margin-bottom: .6em;
}

img.main {
	float: left;
	margin-right: 8px;
}

.news {
	width: 217px;
	margin: 0px;
	margin-left: 8px;
	margin-right: 7px;
	float: left;
}

.info {
	width: 217px;
	margin: 0px;
	margin-left: 6px;
	float: left;
}


.infoheader {
	background-image: url("images/infoheader.png");
	border: #064760 1px solid;
	padding: .6em;
	padding-bottom: 0em;
	font-family: "Verdana", sans-serif;
	font-size: .65em;
	height: 21px;
	color: white;
	font-weight: bold;
}

.infoborder {
	border: #d5d5d5 1px solid;
	background-color: #ececec;
	padding: 5px;
	float: left;
	width: 205px;
}

.infotext {
	border: #d5d5d5 1px solid;
	background-color: white;
	padding: 7px;
	padding-top: 0px;
	margin: 0px;
	width: 188px;
	float: left;
}

a.newstitle {
	font-size: 1em;
	font-weight: bold;
	color: #707070;
	font-family: "Verdana", sans-serif;
	text-decoration: none;
}

a:visited.newstitle {
	font-size: 1em;
	font-weight: bold;
	color: #707070;
	font-family: "Verdana", sans-serif;
	text-decoration: none;
}

a:hover.newstitle {
	font-family: "Verdana", sans-serif;
	color: #707070;
	font-size: 1em;
	text-decoration: underline;
}

h1.newstitle,
h3.newstitle {
	font-size: .6em;
	font-weight: bold;
	color: #707070;
	font-family: "Verdana", sans-serif;
	margin: 0px;
	margin-bottom: 3px;	
	margin-top: 7px;
	padding: 0px;
	float: left;
	width: 188px;
}

p.info {
	font-family: "Verdana", sans-serif;
	color: #909090;
	font-size: .65em;
	line-height: 1.2em;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 7px;
	width: 188px;
	border-bottom: #d5d5d5 1px dotted;
}

a.products {
	font-family: "Verdana", sans-serif;
	color: #404040;
	font-size: 1em;
	text-decoration: none;
}

a:visited.products {
	font-family: "Verdana", sans-serif;
	color: #404040;
	font-size: 1em;
	text-decoration: none;
}

a:hover.products {
	font-family: "Verdana", sans-serif;
	color: #075a79;
	font-size: 1.01em;
	text-decoration: none;
}

p.products {
	font-family: "Verdana", sans-serif;
	color: #404040;
	font-size: .65em;
	line-height: .65em;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 188px;
	border-bottom: #d5d5d5 1px dotted;
}

.itemspace {
	width: 210px;
	height: 7px;
	float: left;
}

p.deals {
	font-family: "Verdana", sans-serif;
	color: #404040;
	font-size: .65em;
	line-height: 1.2em;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 188px;
}


p.newsletter {
	font-family: "Verdana", sans-serif;
	color: #404040;
	font-size: .65em;
	line-height: 1.2em;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 188px;
}

#newsletter {
	float: left;
	border: #c1c1c1 1px solid;
	font-size: .7em;
	height: 14px;
	font-family: "Arial", sans-serif;
	color:  #959595;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 7px;
	padding: 1px;
	padding-left: 4px;
	width: 135px;
}

.signup-button {
	float: right;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 36px;
	height: 18px;
	margin-right: 4px;
	cursor: pointer;
	border: 0px;
}

input.newsletter {
	float: left;
	border: #c1c1c1 1px solid;
	font-size: .75em;
	height: 16px;
	padding: 0px;
	font-family: "Arial", sans-serif;
	color:  #959595;
	margin-left: 5px;
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 135px;
}

#footersep {
	background-image: url("images/footer-sep.png");
	background-repeat: repeat-x;
	width: 902px;
	clear: both;
	float: left;
	height: 6px;
}

p.footer {
	font-family: "Arial", sans-serif;
	font-size: 1em;
	color: gray;
	padding-top: 10px;
}

#footer {
	text-align: center;
	width: 902px;
	clear: both;
	float: left;
	font-family: "Arial", sans-serif;
	font-size: .7em;
	color: gray;
	padding: 14px 0 18px 0;
	margin-bottom: 28px;
	height: auto;
}

#footer p {
	margin: 0;
}

.footer-brand {
	font-family: "Verdana", sans-serif;
	font-size: .95em;
	color: #5d5d5d;
	font-weight: bold;
	line-height: 1.6em;
}

.footer-meta {
	font-family: "Verdana", sans-serif;
	font-size: .85em;
	color: #7a7a7a;
	line-height: 1.5em;
}

.footer-links {
	font-family: "Verdana", sans-serif;
	font-size: .85em;
	line-height: 1.8em;
}

.footer-links a {
	color: #075a79;
	text-decoration: none;
	margin: 0 6px;
}

.footer-links a:visited {
	color: #075a79;
	text-decoration: none;
}

.footer-links a:hover {
	color: #0b7aa4;
	text-decoration: underline;
}

.footer-divider {
	color: #b5b5b5;
}

.cta-panel {
	margin: 18px 0 20px;
	padding: 14px 16px;
	border: #d6e1e7 1px solid;
	background: #f7fbfc;
}

.cta-panel h2 {
	margin: 0 0 8px;
	font-family: "Verdana", sans-serif;
	font-size: 14px;
	color: #075a79;
}

.cta-panel p {
	margin: 0 0 10px;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 1.65em;
	color: #4d5960;
}

.cta-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 12px;
}

.cta-actions a {
	display: block;
	padding: 11px 12px;
	border: 1px solid transparent;
	border-radius: 2px;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.35em;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}

.cta-actions a,
.cta-actions a:visited {
	text-decoration: none;
}

.cta-actions a.primary {
	background: #8f2424;
	border-color: #8f2424;
	color: #ffffff;
}

.cta-actions a.primary:visited {
	color: #ffffff;
}

.cta-actions a.primary:hover {
	background: #a62c2c;
	color: #ffffff;
}

.cta-actions a.secondary {
	background: #ffffff;
	border-color: #8f2424;
	color: #8f2424;
}

.cta-actions a.secondary:visited {
	color: #8f2424;
}

.cta-actions a.secondary:hover {
	background: #fff5f5;
	color: #8f2424;
}

.cta-actions a.tertiary {
	background: #ffffff;
	border-color: #c6d5da;
	color: #075a79;
}

.cta-actions a.tertiary:visited {
	color: #075a79;
}

.cta-actions a.tertiary:hover {
	background: #f4f8f9;
	color: #0b7aa4;
}

.cta-note {
	margin-top: 10px;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	line-height: 1.55em;
	color: #5f6b72;
	text-align: center;
}

@media (max-width: 920px) {
	body {
		background-image: none;
	}

	#all {
		width: auto;
		max-width: 902px;
		padding: 0 14px 36px;
		box-sizing: border-box;
	}

	#logo,
	#headerarea,
	#menu,
	#submenu,
	#space,
	#banner,
	.whitespace,
	#maincontent,
	#footersep,
	#footer {
		width: 100% !important;
		box-sizing: border-box;
	}

	#logo,
	#headerarea {
		float: none;
		height: auto !important;
	}

	#logo {
		float: none;
		width: 100% !important;
		padding: 10px 0 6px;
		text-align: center;
		background: #ffffff;
	}

	#logo img {
		width: auto;
		max-width: 170px;
		max-height: 34px;
	}

	#headerarea {
		display: none;
	}

	#menu {
		float: none;
		width: 100% !important;
		margin-top: 0;
		border: 0;
		background: #ffffff;
		text-align: left;
	}

	.menu-toggle {
		display: block;
		width: 100%;
		margin: 0;
		padding: 10px 12px;
		border: #c6d5da 1px solid;
		border-top: 0;
		border-radius: 0;
		background: #075a79;
		color: #ffffff;
		font-family: "Verdana", sans-serif;
		font-weight: bold;
		line-height: 1.2;
		text-align: left;
		cursor: pointer;
		font-size: 0;
	}

	.menu-toggle::before {
		content: "";
		display: inline-block;
		width: 16px;
		height: 12px;
		margin-right: 8px;
		vertical-align: middle;
		background:
			linear-gradient(#ffffff, #ffffff) 0 0 / 16px 2px no-repeat,
			linear-gradient(#ffffff, #ffffff) 0 5px / 16px 2px no-repeat,
			linear-gradient(#ffffff, #ffffff) 0 10px / 16px 2px no-repeat;
	}

	.menu-toggle-label {
		display: inline-block;
		margin-left: 0;
		font-weight: normal;
		opacity: .85;
		font-size: 12px;
		vertical-align: middle;
	}

	#nav {
		display: none;
		background: none;
		height: auto;
	}

	#menu.menu-open #nav {
		display: block;
		position: static;
		width: 100%;
		margin-top: 0;
		background: #ffffff;
		border: #c6d5da 1px solid;
		border-top: 0;
		box-shadow: 0 6px 18px rgba(7, 90, 121, 0.12);
		z-index: 20;
	}

	#menu.menu-open {
		width: 100% !important;
		margin-top: 0;
		text-align: left;
	}

	#nav li {
		float: none;
		width: auto;
		height: auto;
		border-top: #d9e5ec 1px solid;
	}

	#nav li:first-child {
		border-top: 0;
	}

	#nav li a {
		display: block;
		width: auto;
		height: auto;
		line-height: 1.4;
		overflow: visible;
		padding: 12px 14px;
		font-family: "Verdana", sans-serif;
		font-size: 12px;
		color: #075a79;
		text-decoration: none;
		background: none !important;
	}

	#nav li a:hover,
	#nav li a.active {
		color: #053d52;
		background: #edf5f8 !important;
	}

	#submenu {
		float: none;
		height: auto;
		background: #f4f8fa;
		border: #c6d5da 1px solid;
		border-top: 0;
	}

	#submenu ul {
		float: none;
		margin: 0;
		padding: 6px 0;
		width: auto !important;
	}

	#submenu li {
		float: none;
		padding: 0;
		border-right: 0;
		border-top: #d8e5eb 1px solid;
		font-size: 12px;
	}

	#submenu li:first-child {
		border-top: 0;
	}

	#submenu li a {
		display: block;
		padding: 10px 14px;
	}

	#space {
		height: 4px;
		margin-bottom: 10px;
	}

	#banner {
		float: none;
		margin-bottom: 12px;
	}

	.whitespace {
		float: none;
		height: 12px;
	}

	#maincontent,
	.news,
	.info,
	.itemspace {
		float: none;
		width: 100% !important;
		margin: 0 0 16px !important;
	}

	.articles {
		width: auto;
		height: auto !important;
	}

	.infoheader {
		height: auto;
		padding-bottom: .6em;
	}

	.infoborder,
	.infotext,
	h1.newstitle,
	h3.newstitle,
	p.info,
	p.products,
	p.deals,
	p.newsletter {
		float: none;
		width: auto;
	}

	.infoborder,
	.infotext {
		box-sizing: border-box;
	}

	#footersep,
	#footer {
		float: none;
	}

	#footer {
		margin-bottom: 48px;
	}
}

@media (max-width: 640px) {
	h1.main {
		font-size: .95em;
	}

	p.main {
		font-size: .78em;
		line-height: 1.6em;
	}

	.footer-links a {
		display: inline-block;
		margin: 0 4px 6px;
	}
}
