/* ////// Undo html ////// */

* { margin: 0; padding: 0; }

html {
	overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }
a img, :link img, :visited img { border: none; }
address { font-style: normal; }

body {
	background-color: #f2f6f8;
	behavior: url("/js/csshover.htc");
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

html > body { font-size: 10px; }

/* ////// Typography ////// */

h2 {
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 1em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-bottom: 1.5em;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin-bottom: 1.5em;
}

ul {
	list-style-type: square;
}

li {
	margin-bottom: .8em;
}

a {
	color: #09c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ////// Header ////// */

div#header {
	background: url(/img/backgrounds/header.gif) no-repeat center top;
	font-size: 110%;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 767px;
	z-index: 10000;
}

div#header a img {
	margin: 30px 0 12px 29px;
}

div#header address {
	background: url(/img/icons/phone.gif) no-repeat 0 0;
	right: 39px;
	padding-left: 36px;
	position: absolute;
	top: 48px;
}

/* ////// Nav ////// */

div#header ul {
	background-color: #09c;
	border-top: 1px solid #cff3ff;
	list-style: none;
	margin-left: 19px;
	position: relative;
	width: 729px;
}

div#header li {
	background-color: #09c;
	float: left;
	margin-bottom: 0;
	position: relative;
}

div#header li:hover {
	cursor: pointer;
}

div#header li a {
	background: #09c url(/img/backgrounds/nav_L1.gif) repeat-x 0 0;
	border-bottom: 1px solid #005773;
	border-left: 1px solid #4dbde2;
	border-right: 1px solid #007ba4;
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 28px;
	padding: 0 14px;
	text-align: center;
}

div#header li a.navL1First {
	border-left: none;
	padding: 0 14px 0 20px;
}

div#header li a.navL1Last {
	border-right: none;
	padding: 0 20px 0 14px;
}

div#header li ul {
	border-left: 1px solid #4dbde2;
	border-right: 1px solid #005773;
	display: none;
	position: absolute;
	left: -19px;
	top: 2.65em;
	width: 175px;
	z-index: 1;
}

div#header li:hover ul {
	display: block;
}

div#header ul ul li {
	display: block;
	width: 100%;
}

div#header ul ul li a {
	background: none;
	border: none;
	border-bottom: 1px solid #09c;
	border-top: 1px solid #09c;	
	display: block;
	text-align: left;
}

div#header ul ul li a:hover {
	background-color: #1da7d6;
	border-bottom: 1px solid #00789f;
	border-top: 1px solid #68c6e6;	
}

/* ////// Breadcrumb ////// */

div#breadcrumb {
	background-color: #f5fbfd;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin-left: 19px;
	width: 729px;
}

div#breadcrumb p {
	display: inline;
	float: left;
	line-height: 30px;
	margin-left: 20px;
}

div#breadcrumb p#login {
	float: right;
	margin: 0 20px 0 0;
}

div#breadcrumb p#login a {
	background: url(/img/icons/lock.gif) no-repeat 0 .6em;
	display: block;
	padding-left: 20px;
}

div#body {
	background: url(/img/backgrounds/body.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;
	width: 767px;
}

div#content {
	display: inline;
	float: left;
	margin: 0 0 0 19px;
	width: 563px;
}

/* ////// Masthead ////// */

div#masthead {
	padding-bottom: 2em;
}

div#masthead h1 {
	padding-top: 94px;
}

div#masthead h1#h1General			{ background: url(/img/headers/masthead_home.jpg) right top; padding-top: 125px; } /* Home page header */
div#masthead h1#h1Support 			{ background: url(/img/headers/masthead_support.jpg) right top; }
div#masthead h1#h1Company 			{ background: url(/img/headers/masthead_company.jpg) right top; }
div#masthead h1#h1PaymentSoftware 	{ background: url(/img/headers/masthead_paymentSoftware.jpg) right top; }
div#masthead h1#h1ContactUs		 	{ background: url(/img/headers/masthead_contactUs.jpg) right top; }
div#masthead h1#h1Supplies		 	{ background: url(/img/headers/masthead_supplies.jpg) right top; }
div#masthead h1#h1Services	 	{ background: url(/img/headers/masthead_paymentServices.jpg) right top; }
div#masthead h1#h1Hardware		 	{ background: url(/img/headers/masthead_hardware.jpg) right top; }
div#masthead h1#h1AllRounder 			{ background: url(/img/headers/masthead_company.jpg) right top; }

div#masthead h2 {
	background: url(/img/backgrounds/subtitle_bg_home.gif) no-repeat right top;
	color: #999;
	float: left;
	margin: -31px 0 0 0;
	padding: .7em 40px 0 20px;
	position: relative;
	z-index: 100;
}

p.pageIntro {
	background: url(/img/backgrounds/masthead_sub_divider.gif) no-repeat left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 1.4em;
	margin: 0 20px;
	padding-bottom: 1.6em;
}

/* ////// Copy ////// */

div#copy {
	margin: 1.8em 20px 0 20px;
}

div#copy p, div#copy ul, div#copy ol, div#copy dl {
	font-size: 110%;
	line-height: 1.6em;
	margin-bottom: 1.7em;
}

div#copy ul, div#copy ol {
	line-height: 1.4em;
	margin-left: 3em; 
}

div#copy blockquote {
	background: url(/img/backgrounds/blockquote.gif) no-repeat 0 0;
	margin: 0 2em 3em 0;
	padding-left: 30px; 
}

div#copy cite {
	font-weight: bold;
	font-style: normal;
}

div#copy dl {
	margin-bottom: 0; 
}

div#copy dt {
	margin-bottom: 1em;
}

dl.homeFeature {
	float: left;
	width: 161px; 
	margin-right: 20px;
	padding-bottom: 2em;
}

dl.homeFeature dt a {
	display: block;
	padding-top: 38px;
}

dl.homeFeature dd {
	margin-bottom: 1.5em;
}

dl.last {
	margin-right: 0;
}

dl#paymentSoftware dt a { 	background-image: url(/img/logos/link_plus.png); }
dl#paymentsBureau dt a { 	background-image: url(/img/logos/bureau_express.png); }
dl#micrSolutions dt a { 	background-image: url(/img/logos/micr_express.png); }

dl.homeFeature h3 {
	background-position: 0 0;
	background-repeat: none;
	height: 25px;
	margin-bottom: 1em;
	overflow: hidden;
	text-indent: -999em
}

dl#paymentSoftware h3 {
	background-image: url(/img/headers/link_plus_tagline.png);
}

dl#paymentsBureau h3 {
	background-image: url(/img/headers/bureau_express_tagline.png);
}

dl#micrSolutions h3 {
	background-image: url(/img/headers/micr_express_tagline.png);
}

/* ////// Tables ////// */

table.data {
	border-collapse: collapse;
	font-size: 110%;
	margin-bottom: 2em;
}

table.data th, table.data td {
	border: 1px solid #dff2f9;
	padding: 5px;
}

table.data th {
	background-color: #dff2f9;
}

table.data tr.alt {
	background-color: #f5fbfd;
}

/* ////// Flow control diagram ////// */

div#fc_diagram {
	border: 1px solid #dff2f9;
}

div#fc_diagram p {
	background-color: #f5fbfd;
	margin-bottom: 0;
	padding: 5px;
}

div#fc_content {
	border-bottom: 1px solid #dff2f9;
	border-left: 1px solid #dff2f9;
	border-right: 1px solid #dff2f9;
	margin-bottom: 2em;
	padding: 20px;
}

/* ////// Quick links ////// */

div#QuickLinks1_quicklinks {
	display: inline;
	float: left;
	font-size: 110%;
	margin: 20px 0 30px 15px;
	width: 141px;
}

h2#irQuickLinks {
	background-image: url(/img/headers/quick_links.gif);
	margin-bottom: 10px;
	padding-top: 15px;
}

div#QuickLinks1_quicklinks ul {
	display: block;
	overflow: hidden;
	width: 141px;
}

div#QuickLinks1_quicklinks ul li {
	background: url(/img/backgrounds/bg_quicklinks-li.gif) no-repeat 2px 5px;
	clear: both;
	display: inline;
	float: left;
	padding-left: 15px;
	width: 126px;
}

div#QuickLinks1_quicklinks li.new a {
	background: url(/img/icons/bg_quicklinks_new.png) no-repeat right 3px;
	display: block;
	height: 1%;
	padding-right: 35px;
}

div#QuickLinks1_quicklinks li.yellow a {
	background-position: right -106px;
}

div#QuickLinks1_quicklinks li.green a {
	background-position: right -215px;
}
	

/* ////// Contact Page ////// */

div.contact {
	float: left;
	width: 45%;
}

/* ////// Footer ////// */

div#footer {
	background: url(/img/backgrounds/footer.gif) no-repeat center top;
	color: #999;
	font-size: 110%;
	margin: 0 auto;
	text-align: left;
	width: 767px;
}

div#footer p {
	padding: 30px 0 50px 40px;
}

/* ////// General ////// */

div.hr {
	background: url(/img/backgrounds/masthead_sub_divider.gif) no-repeat 0 0;
	height: 1px;
	margin: 1.5em 20px 1.5em 0;
}

div.hr hr {
	display: none;
}

a.pdf {
	background: url(/img/icons/pdf.gif) no-repeat center top;
	display: block;
	padding-top: 16px;
}

a.pdfInline {
	background: url(/img/icons/pdf.gif) no-repeat 0 0;
	display: block;
	float: left;
	height: 16px;
	padding-left: 20px;
}

.clearfix:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.displayNone {
	display: none;
}

.ir {
	background: no-repeat 0 0;
	height: 0;
	overflow: hidden;
}

img.right {
	float: right;
	margin: 0 20px 20px 20px;
}

.center {
	text-align: center;
}

div#copy .feature {
	background-color: #f5fbfd;
	border: 1px solid #f2f6f8;
	margin-bottom: 1.7em;
	padding: 7px 10px;
}

div#copy .feature p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

div#copy .feature .last_node {
	margin-bottom: 0;
}

.video {
	margin-bottom: 1.7em;
}