@charset "utf-8";
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #E5E5E5;
	background-image: url(../images/page-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: FuturaLt, Tahoma, Arial, sans-serif;
	font-size: 12px;
}
.style1 {
	color: #F25D22;
	font-weight: bold;
}
.twoColFixLtHdr #container {
	width: 976px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/container-back.gif);
	background-repeat: repeat-y;
	background-position: left center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #7F7F7F;
	border-right-color: #7F7F7F;
	border-bottom-color: #7F7F7F;
	border-left-color: #7F7F7F;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
.twoColFixLtHdr #container #header2 {
	height: 206px;
	position: relative;
}
#header2 #header2a {
	background-image: url(../images/h2a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 206px;
	width: 214px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#header2 #header2b {
	background-image: url(../images/h2b.gif);
	height: 206px;
	width: 459px;
	position: absolute;
	left: 214px;
	top: 0px;
	font-size: 14px;
	font-weight: bold;
}
#header2 #header2b #pageTitle {
	font-size: 18px;
	font-weight: bold;
	color: #F15C22;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 15px;
}
#slogan {
	margin-left: 10px;
	margin-top: 0px;
}
#iCanWait {
	position:relative;
	top:165px;
	left:250px;
	width:500px;
	height:40px;
	float:left;
	z-index:9;
}
#News {
	margin-left: 7px;
	margin-top: 35px;
}
#Survey {
	margin-left: 30px;
	margin-top: 85px;
}
#contactus {
	background-image:url(../images/ContactUsBG3.jpg);
	background-repeat:no-repeat;
	width:650px;
}
#sitemap {
	background-image:url(../images/SiteMapBG.jpg);
	background-repeat:no-repeat;
	width:650px;
	height:650px;
}
#sitemapText {
	position:relative;
	margin-left:150px;
	margin-top:50px;
	padding:40px 40px 40px 40px;
	width:250px;
	line-height:20px;
		font-size: 26px;
		font-weight: bold;
		color: #333;
		font-family: FuturaLt, Tahoma, Arial, sans-serif;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-style: solid;
		border-top-color: #ffffff;
		border-right-color: #ffffff;
		border-bottom-color: #ffffff;
		border-left-color: #ffffff;
}
#header2 #header2c {
	background-image: url(../images/h2cAlt.jpg);
	height: 206px;
	width: 303px;
	position: absolute;
	left: 673px;
	top: 0px;
}

#header #headerTop {
	background-image: url(../images/header-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 69px;
}
#header #headerAnim {
	height: 172px;
	position: relative;
}
#header #headerAnim #logo {
	position: absolute;
	width: 357px;
	left: 0px;
	top: 0px;
	height: 172px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#header #headerAnim #slideShow {
	position: absolute;
	height: 172px;
	width: 550px;
	left: 426px;
	top: 0px;
	background-image: url(../images/ha1.jpg);
}
#header #headerAnim #slideShow #theAnim {
	height: 172px;
	width: 419px;
	margin-left: 130px;
}


#header #headerBottom {
	background-image: url(../images/header-bottom.gif);
	height: 44px;
	text-align: right;
}



.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 239px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	background-image: url(../images/sidebar-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr #mainContent {
	line-height: 20px;
	color: #333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 12px;
	padding-right: 40px;
	padding-bottom: 20;
	padding-left: 20px;
	text-align: justify;
} 
#mainContent h1 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	font-family: FuturaLt, Tahoma, Arial, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #F15C22;
	border-right-color: #F15C22;
	border-bottom-color: #F15C22;
	border-left-color: #F15C22;
}
#mainContent h2 {
	font-size: 15px;
	font-weight: bold;
	color:#7F7F7F;
	font-family: FuturaLt, Tahoma, Arial, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #F15C22;
	border-right-color: #F15C22;
	border-bottom-color: #F15C22;
	border-left-color: #F15C22;
}
#mainContent .Services {
	font-size: 12px;
	font-family: FuturaLt, Tahoma, Arial, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #F15C22;
	border-right-color: #F15C22;
	border-bottom-color: #F15C22;
	border-left-color: #F15C22;
	padding:0 10px 0 10px;
}
#mainContent p {
	font-size: 12px;
	color: #000000;
	font-family: FuturaLt, Tahoma, Arial, sans-serif;
	}
	#mainContent ul {
		list-style-image:url(../images/check_mark.jpg);
		padding:0 0 0 20px;
		line-height:20px;
	}
	#mainContent a:link {
	font-size: 12px;
	color:#B15407;
	font-family: FuturaLt, Tahoma, Arial, sans-serif;
	}
	#mainContent a:hover, a:visited {
	font-size: 12px;
	color:#E36C0A;
	text-decoration:underline;
	font-family: FuturaLt, Tahoma, Arial, sans-serif;
	cursor:pointer;
	}
.twoColFixLtHdr #footer {
	background-image: url(../images/footer-back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 225px;
	text-align: center;
	font-size: 13px;
	color: #333;
} 
.twoColFixLtHdr #ManufLogos {
	background-image:url(images/ManufBanner2.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	width:660px;	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 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;
}
.services ul,li {
	font-family: FuturaLt, Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#666;
}
#wrapper { width: 650px; margin: 0 auto; }

#sol-left{ width: 310px; padding-top: 10px; padding-left:5px; padding-right: 5px; padding-bottom: 20px; float: left; background: none; }
#sol-right{ width: 300px; margin-right: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px; padding-bottom: 20px; background: url(http://www.kofax.com/solutions/images/bg-right.gif); float:right; position: relative; z-index: 10;}
#sol-righttop{ height: 10px; width: 355px; float: right; background: url(http://www.kofax.com/solutions/images/bg-righttop.gif); margin-right: 10px; position: relative; line-height: 1px; font-size: 1px; z-index: 10;}
#sol-rightbottom{ height: 10px; width: 355px; float: right; background: url(http://www.kofax.com/solutions/images/bg-rightbottom.gif); margin-right: 10px; position: relative; line-height: 1px; font-size: 1px; }
/* SOLUTIONS - PROBLEM/SOLUTION FORMAT */
#sol-problem{ width: 295px; padding-top: 10px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px; float: left; background: none; position: relative; }
#sol-solution{ width: 295px; margin-right: 10px; padding-top: 10px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px; background: url(http://www.kofax.com/solutions/images/bg-solution.gif); float:left; position: relative; z-index: 10;}
#sol-solutiontop{ height: 10px; width: 355px; float: right; background: url(http://www.kofax.com/solutions/images/bg-solutiontop.gif); margin-right: 10px; position: relative; font-size: 1px; line-height: 1px; z-index: 10;}
#sol-solutionbottom{ height: 10px; width: 355px; float: right; background: url(http:www.kofax.com/solutions/images/bg-solutionbottom.gif); margin-right: 10px; position: relative; font-size: 1px; line-height: 1px; }
.photo {
	padding:5px 5px 5px 5px;
}

