/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* remove the silly firefox outline on links */
a:focus {	outline: none; border: none; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse;	border-spacing: 0; }

/* P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after { content: "."; clear: both; height: 0; visibility: hidden; display: block; }

.clearfix { display: inline-block; /* Fixes IE/Mac */ }

/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */

/* Fixes IE's default image-scaling to a smoother, bicubic resizing */
* html img { -ms-interpolation-mode:bicubic; }


/* Basics */

body {
	background: #f6f6f6;
	color: #666;
	font-family: Arial, Helvetica, Geneva, "Liberation Sans", sans-serif;
	font-size: 11px;
}

a {
	color: #d70000;
}

a:hover {
	color: #000;
}

#container {
	background: #fff;
	margin: 0 auto;
	position: relative;
	width: 887px;
}

#content {
	float: right;
	width: 570px;
}

#main p {
	line-height: 1.1em;
	margin: 0 0 15px 0;
}

span.hilite {
	color: #a1003e;
}

ul.fancy  {
	margin: 0 15px 0 40px;
}

ul.fancy li {
	background: url(../images/ularrow.png) left center no-repeat;
	padding: 3px 0 3px 12px;
}



/* Header */

h1#logo {
	background: url(../images/maxpayments_logo.png) left top no-repeat;
	height: 42px;
	left: 10px;
	margin-bottom: 15px;
	position: relative;
	text-indent: -9999em;
	top: 15px;
	width: 287px;
}

#header {
	border-top: 5px solid #aeaeae;
	border-bottom: 5px solid #aeaeae;
	margin-top: 30px;
}

#headerad {
	height: 160px;
	overflow: hidden;
	padding: 1px 0;
}


/* Navigation */

#navigation {
	background: #000 url(../images/bg_navigation.png) 0 -1px repeat-x;
	height: 50px;
}

#navigation ul {
	position: relative;
	text-align: center;
	*zoom: 1;
	_zoom: 1;
}

#navigation li {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	_display: inline;
	margin: 0 -3px 0 -1px;
	*zoom: 1;
	_zoom: 1;
}

#navigation li.lastitem {
	border-right: 1px solid #333;
}

#navigation a {
	background: #000 url(../images/bg_navigation.png) 0 -1px repeat-x;
	border-left: 1px solid #333;
	display: block;
	height: 50px;
	text-indent: -9999em;
}

#navigation #nav-home a {
	background-position: -8px -50px;
	width: 53px;
}

#navigation #nav-home a:hover,
#navigation li#nav-home.current a {
	background-position: -219px -50px;
}

#navigation #nav-dccc a {
	background-position: -8px -100px;
	width: 195px;
}

#navigation #nav-dccc a:hover,
#navigation #nav-dccc.current a {
	background-position: -219px -100px;
}

#navigation #nav-ima a {
	background-position: -8px -150px;
	width: 198px;
}

#navigation #nav-ima a:hover,
#navigation #nav-ima.current a {
	background-position: -219px -150px;
}

#navigation #nav-about a {
	background-position: -8px -200px;
	width: 70px;
}

#navigation #nav-about a:hover,
#navigation #nav-about.current a {
	background-position: -219px -200px;
}

#navigation #nav-forms a {
	background-position: -8px -250px;
	width: 53px;
}

#navigation #nav-forms a:hover,
#navigation #nav-forms.current a {
	background-position: -219px -250px;
}

#navigation #nav-apply a {
	background-position: -8px -300px;
	width: 78px;
}

#navigation #nav-apply a:hover,
#navigation #nav-apply.current a {
	background-position: -219px -300px;
}

#navigation #nav-employment a {
	background-position: -8px -350px;
	width: 91px;
}

#navigation #nav-employment a:hover,
#navigation #nav-employment.current a {
	background-position: -219px -350px;
}

#navigation #nav-contact a {
	background-position: -8px -400px;
	width: 62px;
}

#navigation #nav-contact a:hover,
#navigation #nav-contact.current a {
	background-position: -219px -400px;
}

#navigation #nav-news a {
	background-position: -8px -450px;
	width: 50px;
}

#navigation #nav-news a:hover,
#navigation #nav-news.current a {
	background-position: -219px -450px;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 310px;
}

#box-acctlogin {
	padding: 0 0 20px 15px;
}

#box-acctlogin form li {
	clear: both;
	display: block;
	margin: 5px 0;
}

#box-acctlogin form label {
	float: left;
	padding: 4px 6px 4px 0;
	text-align: right;
	vertical-align: middle;
	width: 85px;
}

#box-acctlogin form input {
	height: 1.2em;
	width: 150px;
}

#box-acctlogin button#loginbtn {
	background: url(../images/btn_login.png) left top no-repeat;
	border: none;
	display: block;
	height: 20px;
	margin: 5px auto;
	text-indent: -9999em;
	width: 120px;
}

#box-acctlogin button#loginbtn:hover {
	background-position: 0 -20px;
	cursor: pointer;
}

#box-contact {
	background: url(../images/laptop.jpg) 8px 25px no-repeat;
	padding: 0 0 20px 15px;
}

#box-contact ul {
	margin-left: 110px;
}

#box-contact li {
	background: url(../images/icons_contact.png) 0 -5px no-repeat;
	margin: 0 0 10px 0;
	padding-left: 30px;
}

#box-contact li#contact-email {
	background-position: 0 -5px;
}

#box-contact li#contact-phone {
	background-position: 0 -26px;
}

#box-contact li#contact-fax {
	background-position: 0 -47px;
}

#box-tradeshows {
	padding: 30px 0 20px 15px;
}

#box-tradeshows li {
	border-bottom: 1px dotted #333;
	padding: 5px 0;
}

#box-tradeshows li img {
	float: left;
	margin-right: 10px;
}

#box-tradeshows a {
	text-decoration: none;
}

#box-tradeshows a span.tradedate,
#box-tradeshows a span.tradelocation {
	display: block;
	font-size: 14px;
	text-decoration: none;
}

#box-tradeshows a span.tradedate {
	color: #333;
	margin-top: 25px;
}

a#applynowbtn {
	background: url(../images/btn_apply.png) left top no-repeat;
	display: block;
	height: 110px;
	margin: 12px auto;
	overflow: hidden;
	text-indent: -9999em;
	width: 280px;
}

a#applynowbtn:hover {
	background-position: 0 -110px;
}



/* Headers */


#main h2 {
	height: 20px;
	overflow: hidden;
	margin: 15px 0 10px 0;
	text-indent: -9999em;
	width: 200px;
}

#main h2.textheader {
	font-size: 24px;
	height: auto;
	overflow: visible;
	text-indent: 0;
	width: auto;
}

#main h2.textheader a {
	text-decoration: none;
}

#main .entry h2,
#main .post .entry h2,
#main h2.pagetitle {
	font-size: 24px;
	height: auto;
	overflow: visible;
	text-indent: 0;
	width: auto;
}


#main span.postdate {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
}

#main div.entry,
#main div.entry p {
	font-size: 12px;
	line-height: 1.4em;
	margin-right: 20px;
}


h2#acctlogin {
	background: url(../images/header_accountlogin.png) left top no-repeat;
}

h2#contact,
h2#contactpage {
	background: url(../images/header_contact.png) left top no-repeat;
}

h2#welcome {
	background: url(../images/header_welcome.png) left top no-repeat;
}

h2#dccp {
	background: url(../images/header_dccc.png) left top no-repeat;
}

h2#ima {
	background: url(../images/header_ima.png) left top no-repeat;
}

h2#about {
	background: url(../images/header_about.png) left top no-repeat;
}

h2#forms {
	background: url(../images/header_forms.png) left top no-repeat;
}

h2#applynow {
	background: url(../images/header_applynow.png) left top no-repeat;
}

h2#employment {
	background: url(../images/header_employment.png) left top no-repeat;
}

h2#faq {
	background: url(../images/header_faq.png) left top no-repeat;
}

h2#tradeshows {
	background: url(../images/header_tradeshows.png) left top no-repeat;
}


#main h3 {
	height: 16px;
	margin: 0 0 12px 0;
	overflow: hidden;
	text-indent: -9999em;
	width: 250px;
}

#main .post h3 {
	font-size: 16px;
	text-indent: 0;
}

h3#subhead-services {
	background: url(../images/subheader_services.png) left top no-repeat;
}

h3#subhead-facts {
	background: url(../images/subheader_facts.png) left top no-repeat;
}

h3#subhead-ftp {
	background: url(../images/subheader_ftp.png) left top no-repeat;
}

h3#subhead-giftcard {
	background: url(../images/subheader_giftcard.png) left top no-repeat;
}

h3#subhead-gateway {
	background: url(../images/subheader_gateway.png) left top no-repeat;
}

h3#subhead-scs {
	background: url(../images/subheader_scs.png) left top no-repeat;
}

h3#subhead-incorporation {
	background: url(../images/subheader_incorporation.png) left top no-repeat;
}

h3#subhead-maxadvantage {
	background: url(../images/subheader_maxadvantage.png) left top no-repeat;
}

h3#form-company {
	background: url(../images/formhead_companyinfo.png) left top no-repeat;
}

h3#form-busadd {
	background: url(../images/formhead_busadd.png) left top no-repeat;
}

h3#form-contactinfo {
	background: url(../images/formhead_contactinfo.png) left top no-repeat;
}

h3#form-specinfo {
	background: url(../images/formhead_specinfo.png) left top no-repeat;
}

h3#posavail {
	background: url(../images/subheader_posavail.png) left top no-repeat;
}


/* Footer */

#footer {
	border-top: 5px solid #aeaeae;
	clear: both;
	margin-top: 20px;
	padding: 10px 0 25px;
	position: relative;
	text-align: center;
}

#footer ul {
	position: relative;
	text-align: center;
}

#footer li {
	border-right: 1px solid #bbb;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	_display: inline;
	padding: 0 5px 0 6px;
}

#footer li#footer-last {
	border: none;
}

#footer li a {
	color: #000;
	text-decoration: none;
}

#footer li a:hover {
	color: #d70000;
	text-decoration: underline;
}

#footertext p {
	margin-top: 13px;
}

img#smallmaxlogo {
	vertical-align: middle;
}


/* Front Page */

#welcometext {
	margin-right: 40px;
}

#cardlogos {
	border-bottom: 1px dotted #bbb;
	border-top: 1px dotted #bbb;
	margin: 0 40px 0 10px;
	position: relative;
	text-align: center;
}

#cardlogos img {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	_display: inline;
	margin: 8px 5px;
	*zoom: 1;
	_zoom: 1;
}

.frontcol {
	background: #fff;
	border: 1px solid #f6f6f6;
	float: left;
	margin: 12px 12px 0 0;
	padding: 3px;
	width: 260px;
}

.frontcol .inner {
	background: #f6f6f6;
	height: 270px;
	padding: 12px;
	position: relative;
}

#main .frontcol .inner h2 {
	margin: 0 0 30px 0;
}

.frontcol a.detailsbtn {
	background: url(../images/btn_details.png) left top no-repeat;
	bottom: 10px;
	display: block;
	height: 25px;
	left: 55px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	text-indent: -9999em;
	width: 150px;
}

.frontcol a.detailsbtn:hover {
	background-position: 0 -25px;
}


/* Domestic Credit Card Processing Page */

.sectionbox {
	border-bottom: 1px dotted #bbb;
	margin: 0 25px 0 5px;
	padding: 15px 0;
}

#main .sectionbox p {
	margin: 6px 0 5px 20px;
}

#box-giftcard ul.fancy {
	background: url(../images/giftcard.jpg) 0 0 no-repeat;
	padding: 0 0 50px 165px;
}

#main ul#terminalicons li {
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 140px;
	margin: 8px 4px;
	position: relative;
	text-align: center;
	width: 170px;
}

li#termwithprinter {
	background-image: url(../images/terminalicons/terminalswithprinters.jpg);
}

li#swipeterminals {
	background-image: url(../images/terminalicons/swipeterminals.jpg);
}

li#pinpads {
	background-image: url(../images/terminalicons/pinpads.jpg);
}

li#ttp {
	background-image: url(../images/terminalicons/ttp.jpg);
}

li#receiptprinters {
	background-image: url(../images/terminalicons/receiptprinters.jpg);
}

li#ccpsoftware {
	background-image: url(../images/terminalicons/ccpsoftware.jpg);
}

li#wirelessterminals {
	background-image: url(../images/terminalicons/wirelessterminals.jpg);
}

li#completesystem {
	background-image: url(../images/terminalicons/completesystem.jpg);
}

li#netprocessing {
	background-image: url(../images/terminalicons/netprocessing.jpg);
}

#main ul#terminalicons li span {
	display: block;
	line-height: 280px;
	margin: 5px 0;
	text-align: center;
}

a#authorizenetbtn {
	display: block;
	height: 52px;
	margin: 20px auto 5px;
	width: 191px;
}


/* International Merchant Accounts Page */

#box-servicesima {
	background: url(../images/keyboard2.jpg) 300px 100px no-repeat;
}

#box-scs p {
	background: url(../images/call.jpg) 0 0 no-repeat;
	height: 105px;
	padding-left: 160px;
}


/* About Page */

img#hqshot {
	height: 160px;
	margin: 0 auto 0 12px;
	width: 540px;
}

#main #box-about p {
	margin-bottom: 15px;
}


/* Forms Page */

a.formbox {
	background: #f9f9f9 url(../images/icon_pdf.png) 8px 12px no-repeat;
	border: 1px solid #333;
	display: block;
	height: 80px;
	margin: 15px auto;
	padding: 10px;
	text-decoration: none;
	width: 400px;
}

a.formbox:hover {
	background-color: #f9e4e4;
	border-color: #d70000;
}

a.formbox span {
	color: #000;
	display: block;
	margin: 0 0 6px 85px;
}

a.formbox span.filename {
	color: #d70000;
	font-size: 14px;
	font-weight: bold;
}


/* Apply Now Page & Form */

form#applyform fieldset {
	margin: 30px auto 0;
	padding-bottom: 15px;
}

form#applyform fieldset.sub 	{
	margin: 0;
}

form#applyform li {
	clear: both;
	margin: 5px auto;
	width: 400px;
}

form#applyform label,
form#applyform fieldset.sub,
form#applyform fieldset.sub span {
	float: left;
	margin-right: 10px;
	text-align: right;
	width: 185px;
}

form#applyform fieldset {
	border-bottom: 1px dotted #bbb;
}

form#applyform fieldset.sub {
	border: none;
	margin-bottom: 6px;
	padding-bottom: 0;
	text-align: left;
}

form#applyform input {
	width: 175px;
}

form#applyform input#MonthsInBusiness {
	margin-right: 10px;
	width: 30px;
}

form#applyform fieldset.sub label {
	display: inline;
	float: none;
	width: auto;
}

form#applyform input.radio {
	display: inline;
	float: none;
	width: auto;
}

form#applyform textarea {
	height: 100px;
	width: 175px;
}

form#applyform button#submitapp {
	background: url(../images/btn_applyform.png) left top no-repeat;
	border: none;
	display: block;
	height: 25px;
	margin: 10px auto 0 auto;
	text-indent: -9999em;
	width: 150px;
}

form#applyform button#submitapp:hover {
	background-position: left bottom;
	cursor: pointer;
}


/* Employment Page */

p.positiondesc {
	background: url(../images/employment.jpg) 0 0 no-repeat;
	padding-left: 165px;
}

p.positiondesc span.postitle {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

p#jobinfo {
	clear: both;
	font-size: 12px;
	margin: 0;
	padding: 25px 0 10px;
	text-align: center;
}


/* Contact Page */


form#contactform fieldset {
	margin: 30px auto 0;
	padding-bottom: 15px;
}

form#contactform li {
	clear: both;
	margin: 4px auto;
}

form#contactform label {
	float: left;
	margin-right: 10px;
	text-align: right;
	width: 185px;
}

form#contactform fieldset.sub {
	padding: 0;
	text-align: left;
}

form#contactform fieldset.sub label {
	float: left;
	font-size: 11px;
	font-weight: normal;
	margin: 3px 10px 3px 0;
	text-align: left;
	width: 150px;
}

form#contactform span.xinfo {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin-top: 5px;
}

form#contactform button#sendcontact {
	background: url(../images/btn_contactform.png) left top no-repeat;
	border: none;
	display: block;
	height: 25px;
	margin: 10px auto 0 auto;
	text-indent: -9999em;
	width: 150px;
}

form#contactform button#sendcontact:hover {
	background-position: 0 -25px;
	cursor: pointer;
}


/* FAQ Page */

p.question {
	font-size: 12px;
	font-weight: bold;
}


/* Blog Odds & Ends */

a.morelink {
	display: block;
	margin: 10px 12px 10px 0;
	text-align: right;
}

#main .post {
	border-bottom: 1px dotted #bbb;
	margin: 10px 12px 10px 0;
	padding-bottom: 15px;
}

#main div.navigation {
	font-size: 12px;
	height: 40px;
	margin: 10px auto;
	position: relative;
	width: 95%;
}

#main div.navigation div.alignleft {
	left: 0;
	position: absolute;
	text-align: left;
	width: 45%;
}

#main div.navigation div.alignright {
	position: absolute;
	right: 0;
	text-align: right;
	width: 45%;
}


p#statusmessage {
	background: #c0e2ff;
	border: 1px solid #2782d0;
	font-size: 16px;
	font-weight: bold;
	margin: 15px auto;
	padding: 10px;
	text-align: center;
	width: 90%:
}