@charset "UTF-8";

#headerContainer {
	width: 780px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
} 
#headerLogo {
	float: left;
	width: 145px;
	height: 35px;
	padding: 15px 15px;
	display: inline;
}
#headerRight {
	text-align: right;
	float: left;
	width: 575px;
	padding: 22px 15px 0px 15px;
	display: inline;
}
#headerNav {
	width: 780px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background-image: url(http://www.kofax.com/kfx07menu/background_blue.gif);
}
.headerClearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.headerSearchButton a {
	font: 13px/16px Arial, Helvetica, sans-serif;
	padding: 3px 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://www.kofax.com/include/header/images/button-search.gif);
	background-color: #000000;
	text-decoration: none;
}
.headerSearchButton a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.headerSearchButton a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.headerSearchButton a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(http://www.kofax.com/include/header/images/button-search-h.gif);
}
.headerSearchButton a:active {
	color: #FFFFFF;
}
#footer {
	font: 11px Arial, Helvetica, sans-serif;
	width: 780px;
	padding: 35px 0 0 0;
	margin: 0 auto;
	background-image: url(http://www.kofax.com/include/footer/images/footer.gif);
	background-repeat: no-repeat;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
