@charset "UTF-8";


/********** GLOBAL **********/

/* This rule resets a core set of elements so that they will appear consistent across browsers. */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

/* Applies PNG transparency fix in IE6 */

img, div, h1, h2, h3, h4, h5, h6, a, span { behavior: url(iepngfix.htc) }

/* Body, font, divider and clearing styles */

body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: #ece9e0 url(../images/bkgd.jpg) repeat-x;
}
h1 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
.normal {
	font-weight: normal;
}
.footnotes {
	font-size: 11px;
	font-style: italic;
	color: #666666;
	padding: 12px 0px;
	border-top: dotted 1px #999999;
	margin: 30px 0px;
}
.footnotes ul {
	margin: 1px 0px 1px 0px;
}
.clear {
	font-size: 0px;
	clear: both;
	width: 100%;
	height: 0px;
}


/********** LINK STYLES **********/

/* Blue for main text. Always shows underline. */

a,  a:link, a:visited {
	color: #014b90;
	text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
  outline: none;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
  outline: none;
}

/* For links with no styling */

a.nostyle, a.nostyle:link, a.nostyle:hover, a.nostyle:visited {
	text-decoration: none;
	color: #333333;
}

/* Blue for top navigation. Shows underline on rollover. */

a.blue,  a.blue:link, a.blue:visited {
	color: #014b90;
	text-decoration: none;
}
a.blue:hover {
  color: #000;
  text-decoration: underline;
}
a.blue:focus {
  color: #000;
}
a.blue:active {
  color: #000;
}

/* Gray for top navigation. Shows underline on rollover */

a.gray,  a.gray:link, a.gray:visited {
	color: #333333;
	text-decoration: none;
}
a.gray:hover {
  color: #000;
  text-decoration: underline;
}
a.gray:focus {
  color: #000;
}
a.gray:active {
  color: #000;
}


/********** HEADER **********/

#outerWrapper {
	border-left: solid 1px #014B90;
	border-right: solid 1px #014b90;
	border-bottom: solid 1px #014b90;
	margin: 0 auto 0 auto;
	max-width: 960px;
	min-width: 960px;
	text-align: left;
	width: 960px;
	background: #FFFFFF;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	background-image: url("../images/header-background.jpg");
	background-repeat: no-repeat;
	height: 116px;
	position: relative;
	overflow: hidden;
}
#outerWrapper #header #logo {
	padding-left: 25px;
	padding-top: 40px;
	border-style: none;
	width: 329px;
}
#outerWrapper #header #uppernav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 590px;
	height: 50px;
	text-align: right;
}
#outerWrapper #header #uppernavmid {
	margin: 0px;
	padding: 0px;
	width: 84px;
	height: 50px;
	text-align: right;
	background: url(../images/header-topline-mid.jpg) no-repeat;
	float: right;
}
#outerWrapper #header #uppernavright {
	margin: 0px;
	padding: 13px 0px 0px 0px;
	height: 37px;
	text-align: right;
	background: url(../images/header-topline-right.jpg) repeat-x;
	float: right;
}
#outerWrapper #header #mainnav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	bottom: -9px;
	width: 590px;
	height: 67px;
	text-align: right;
}
#outerWrapper #header #mainnavmid {
	margin: 0px;
	padding: 0px;
	width: 84px;
	height: 67px;
	text-align: right;
	background: url(../images/header-tab-mid.jpg) no-repeat;
	float: right;
}
#outerWrapper #header #mainnavright {
	margin: 0px;
	padding: 25px 0px 0px 0px;
	height: 42px;
	text-align: right;
	background: url(../images/header-tab-right.jpg) repeat-x;
	float: right;
}
#outerWrapper #header ul {
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#outerWrapper #header li {
	display: inline;
	padding: 0px 10px 0px 0px;
}


/********** HOME PAGE **********/

#outerWrapper #contentWrapper {
	background: url(../images/bkgd-band-home-repeater.jpg) repeat-x;
	min-height: 500px;
	height: auto !important;
  	height: 500px;
}
#outerWrapper #contentWrapper #headline {
	height: 40px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}
#outerWrapper #contentWrapper #leftColumn {
	float: left;
	padding: 10px 8px 10px 24px;
	_padding: 10px 0px 10px 24px;
	width: 288px;
}
#outerWrapper #contentWrapper #rightColumn {
	float: right;
	padding: 10px 24px 10px 8px;
	_padding: 10px 24px 10px 0px;
	width: 288px;
}
#outerWrapper #contentWrapper #centerColumn {
	margin: 0 320px 0 320px;
	padding: 10px 16px 10px 16px;
	_padding: 10px 11px 10px 11px;
	width: 288px;
}
#outerWrapper .homecopyblock {
	padding: 10px;
	margin: 15px 0px 5px 0px;
	height: 90px;
	position: relative; top: 10px;
}

#outerWrapper .homecopyblocktwo {
	padding: 10px;
	margin: 15px 0px 0px 0px;
}

/********** Device Image Rollovers **********/

#deviceimageterminal a *,
#deviceimagelaptop a *,
#deviceimagephone a * {
  display: none;
}

#deviceimageterminal a,
#deviceimageterminal a .hover {
	height: 271px;
	width: 287px;
	text-align: center;
	display: block;
	background: url(../images/device-ol-terminal.png) no-repeat -288px 0;
}
#deviceimageterminal a {
	background-position: -288px 0;
}
#deviceimageterminal .highlight a:hover,
#deviceimageterminal a .hover {
	background-position: 0 0;
}

#deviceimagelaptop a,
#deviceimagelaptop a .hover {
	height: 271px;
	width: 287px;
	text-align: center;
	display: block;
	background: url(../images/device-ol-laptop.png) no-repeat -288px 0;
}
#deviceimagelaptop a {
	background-position: -288px 0;
}
#deviceimagelaptop.highlight a:hover,
#deviceimagelaptop a .hover {
	background-position: 0 0;
}

#deviceimagephone a,
#deviceimagephone a .hover {
	height: 271px;
	width: 287px;
	text-align: center;
	display: block;
	background: url(../images/device-ol-phone.png) no-repeat -288px 0;
}
#deviceimagephone a {
	background-position: -288px 0;
}
#deviceimagephone.highlight a:hover,
#deviceimagephone a .hover {
	background-position: 0 0;
}


/********** PRODUCT PAGES GLOBAL **********/

/********** Various **********/

#outerWrapper #introhead {
	float: left;
	width: 250px;
	margin: 130px 0px 0px 45px;
}
#outerWrapper #mid p {
	margin: 0px 0px 10px 0px;
}
#outerWrapper #mid .content {
	margin: 0px 35px;
	padding: 25px 0px;
	min-height: 188px;
	height: auto !important;
	height: 188px;
}
#outerWrapper #lowercontent {
	padding: 15px 20px 10px 200px;
	min-height: 139px;
	height: auto !important;
  	height: 139px;
}
#outerWrapper #mid .content .infoblock {
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}
#outerWrapper #mid .content .infoblock img {
	border: 1px solid #999999;
	float: left;
}
#outerWrapper #mid .content .infoblock ol {
	margin: 0px 0px 10px 18px;
	padding: 0px 0px 10px 18px;
	width: 250px;
	float: left;
}
#outerWrapper #mid .content .infoblock ol li {
	margin: 0px 0px 12px 5px;
	font-weight: bold;
}
#outerWrapper #mid .content ol.faq {
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 29px;
}
#outerWrapper #mid .content ol.faq li {
	margin: 0px 0px 12px 0px;
}
#outerWrapper #speciallink {
	float: right;
	padding: 0px;
	text-align: right;
	margin: 356px 20px 0px 0px;
}
#outerWrapper #speciallink p {
	margin: 0px;
	padding: 0px;
}
sup,
sub {
	font-size: 0.7em;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
 
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/********** Left Navigation **********/

#outerWrapper #leftnav {
	width: 162px;
	padding: 25px 0px 0px 15px;
	float: left;
}
#outerWrapper #leftnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #leftnav li {
	margin: 0px;
	padding: 7px 0px;
	color: #FFFFFF;
	border-bottom: solid 1px #333333;
}
#outerWrapper #leftnav a:link,
#outerWrapper #leftnav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#outerWrapper #leftnav a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

/********** View Demo Button - Landing Pages **********/

#outerWrapper .demobutton {
	width: 167px;
	margin: 0px 0px 0px 40px;
}
#outerWrapper .demobutton a:link,
#outerWrapper .demobutton a:visited {
	display: block;
	height: 58px;
	background: url(../images/button-learn-more.png) no-repeat center top;
}
#outerWrapper .demobutton a:hover  {
	background: url(../images/button-learn-more.png) no-repeat center bottom;
}

/********** View Demo Button - How It Works Pages **********/

#outerWrapper #mid .content .demobutton {
	width: 167px;
	float: right;
	margin-left: 20px;
}
#outerWrapper #mid .content .demobutton a:link,
#outerWrapper #mid .content .demobutton a:visited {
	display: block;
	height: 58px;
	background: url(../images/button-view-demo.png) no-repeat center top;
}
#outerWrapper #mid .content .demobutton a:hover  {
	background: url(../images/button-view-demo.png) no-repeat center bottom;
}


/********** WEBPASS PAGES **********/

#outerWrapper #contentWrapperweb {
	background: url(../images/bkgd-band-landing-webpass.jpg) no-repeat left top;
	min-height: 390px;
	height: auto !important;
  	height: 390px;
}
#outerWrapper #contentWrapperwebinfo {
	background: url(../images/bkgd-band-webpass.jpg) no-repeat;
	min-height: 554px;
	height: auto !important;
  	height: 554px;
}
#outerWrapper #contentWrapperwebinfo #pagecontentweb {
	width: 764px;
	float: right;
	margin: 28px 0px 0px 0px;
}
#outerWrapper #contentWrapperwebinfo #pagecontentweb #top {
	width: 764px;
	height: 80px;
	background: url(../images/bkgd-content-top-webpass.png) no-repeat left top;
	margin: 0px;
}
#outerWrapper #contentWrapperwebinfo #pagecontentweb #mid {
	width: 764px;
	background: url(../images/bkgd-content-mid-webpass.png) repeat-y left top;
	overflow: hidden;
}
#outerWrapper #contentWrapperwebinfo #pagecontentweb #bot {
	width: 764px;
	height: 19px;
	background: url(../images/bkgd-content-bot-webpass.png) no-repeat left top;
	margin: 0px 0px 25px 0px;
}
#outerWrapper #top #pageheadweb {
	margin-left: 305px;
	width: 450px;
	padding-top: 28px;
}


/********** COUNTERPASS PAGES **********/

#outerWrapper #contentWrappercounter {
	background: url(../images/bkgd-band-landing-counterpass.jpg) no-repeat left top;
	min-height: 390px;
	height: auto !important;
  	height: 390px;
}
#outerWrapper #contentWrappercounterinfo {
	background: url(../images/bkgd-band-counterpass.jpg) no-repeat;
	min-height: 554px;
	height: auto !important;
  	height: 554px;
}
#outerWrapper #contentWrappercounterinfo #pagecontentcounter {
	width: 764px;
	float: right;
	margin: 28px 0px 0px 0px;
}
#outerWrapper #contentWrappercounterinfo #pagecontentcounter #top {
	width: 764px;
	height: 80px;
	background: url(../images/bkgd-content-top-counterpass.png) no-repeat left top;
	margin: 0px;
}
#outerWrapper #contentWrappercounterinfo #pagecontentcounter #mid {
	width: 764px;
	background: url(../images/bkgd-content-mid-counterpass.png) repeat-y left top;
	overflow: hidden;
}
#outerWrapper #contentWrappercounterinfo #pagecontentcounter #bot {
	width: 764px;
	height: 19px;
	background: url(../images/bkgd-content-bot-counterpass.png) no-repeat left top;
	margin: 0px 0px 25px 0px;
}
#outerWrapper #top #pageheadcounter {
	margin-left: 305px;
	width: 450px;
	padding-top: 28px;
}


/********** MOBILE PAGES **********/

#outerWrapper #contentWrappermobile {
	background: url(../images/bkgd-band-landing-mobile.jpg) no-repeat left top;
	min-height: 390px;
	height: auto !important;
  	height: 390px;
}
#outerWrapper #contentWrappermobileinfo {
	background: url(../images/bkgd-band-mobile.jpg) no-repeat;
	min-height: 554px;
	height: auto !important;
  	height: 554px;
}
#outerWrapper #contentWrappermobileinfo #pagecontentmobile {
	width: 764px;
	float: right;
	margin: 28px 0px 0px 0px;
}
#outerWrapper #contentWrappermobileinfo #pagecontentmobile #top {
	width: 764px;
	height: 80px;
	background: url(../images/bkgd-content-top-mobilepass.png) no-repeat left top;
	margin: 0px;
}
#outerWrapper #contentWrappermobileinfo #pagecontentmobile #mid {
	width: 764px;
	background: url(../images/bkgd-content-mid-mobilepass.png) repeat-y left top;
	overflow: hidden;
}
#outerWrapper #contentWrappermobileinfo #pagecontentmobile #bot {
	width: 764px;
	height: 19px;
	background: url(../images/bkgd-content-bot-mobilepass.png) no-repeat left top;
	margin: 0px 0px 25px 0px;
}
#outerWrapper #top #pageheadmobile {
	margin-left: 305px;
	width: 450px;
	padding-top: 28px;
}


/********** GENERAL INFO PAGES **********/

#outerWrapper #contentWrappergeneralinfo {
	background: url(../images/bkgd-band-blue.jpg) no-repeat;
	min-height: 554px;
	height: auto !important;
  	height: 554px;
}
#outerWrapper #contentWrappergeneralinfo #pagecontentgeneral {
	width: 764px;
	float: right;
	margin: 28px 0px 0px 0px;
}
#outerWrapper #contentWrappergeneralinfo #pagecontentgeneral #top {
	width: 764px;
	height: 80px;
	background: url(../images/bkgd-content-top-blue.png) no-repeat left top;
	margin: 0px;
}
#outerWrapper #contentWrappergeneralinfo #pagecontentgeneral #mid {
	width: 764px;
	background: url(../images/bkgd-content-mid-blue.png) repeat-y left top;
	overflow: hidden;
}
#outerWrapper #contentWrappergeneralinfo #pagecontentgeneral #bot {
	width: 764px;
	height: 19px;
	background: url(../images/bkgd-content-bot-blue.png) no-repeat left top;
	margin: 0px 0px 25px 0px;
}
#outerWrapper #top #pageheadgeneral {
	margin-left: 35px;
	width: 220px;
	padding-top: 28px;
}


/********** TABLES **********/

/* Requirements Table */

#outerWrapper table {
	border: none;
	border-collapse: collapse;
}
#outerWrapper table th {
	border: 1px solid #999999;
	background-color: #ECE9E0;
	padding: 6px;
	vertical-align: middle;
	text-align: center;
}
#outerWrapper table th.left {
	text-align: left;
	padding: 6px 6px 6px 15px;
}
#outerWrapper table td.formfield {
	text-align: left;
	padding: 8px;
	border: 1px solid #999999;
}
#outerWrapper table td.nostyle {
	text-align: left;
	padding: 10px 0px 0px 0px;
	border: none;
}
#outerWrapper table td {
	border: 1px solid #999999;
	padding: 6px;
	vertical-align: middle;
}

/* Login Table */

#outerWrapper .login {
	background: none;
	border: none;
	border-collapse: collapse;
	margin: 0 auto 0 auto;
}
#outerWrapper .login th {
	background: none;
	border: none;
	padding: 3px;
	vertical-align: middle;
	text-align: left;
}
#outerWrapper .login th.left {
	background: none;
	text-align: left;
	padding: 3px 10px 3px 0px;
}
#outerWrapper .login td {
	border: none;
	padding: 3px 3px 3px 0px;
	vertical-align: middle;
	text-align: left;
}
#outerWrapper .login td.input {
	border: #999999;
	padding: 3px;
	width: 40px;
}

/* POS Partner Table */

#outerWrapper .comparison {
	border: 1px solid #999999;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
#outerWrapper .comparison .grayband {
	background-color: #ECE9E0;
}
#outerWrapper .comparison th {
	background: #FFFFFF;
	border: 1px solid #999999;
	padding: 6px;
	vertical-align: middle;
	text-align: center;
}
#outerWrapper .comparison th.left {
	text-align: left;
	padding: 6px 6px 6px 15px;
	background: #ECE9E0;
}
#outerWrapper .comparison th.leftsub {
	text-align: left;
	padding: 6px 6px 6px 25px;
	font-weight: normal;
	background: #FFFFFF;
}
#outerWrapper .comparison td {
	border: 1px solid #999999;
	padding: 6px;
	vertical-align: middle;
	text-align: center;
}

/* Forms and Inputs */

#contactform {
	padding-top: 10px;
}
#contactformcenter {
	text-align: center;
	padding-top: 10px;
}
input {
	border: solid 1px #999999;
	padding: 3px;
	width: 75%;
	font-size: 13px;
	color: #333333;
}
input.login {
	border: solid 1px #999999;
	padding: 3px;
	width: 95%;
	font-size: 13px;
	color: #333333;
}
input.checkbox {
	border: none;
	width: 15px;
}
input#submit {
	border: none;
	width: 94px;
}
.comments {
	border: solid 1px #999999;
	width: 95%;
	height:200px;
	font-size: 13px;
}


/********** FOOTER **********/

#outerWrapper #footer {
	overflow: hidden;
}
#outerWrapper #footercontent {
	height: 30px;
	float: left;
	background: url(../images/footer-left.jpg) repeat-x;
	padding: 15px 0px 0px 20px;
	color: #666666;
	font-size: 11px;
}
#outerWrapper #footercurve {
	height: 45px;
	float: left;
	background: url(../images/footer-curve.jpg) no-repeat;
	width: 82px;
}
#outerWrapper #footerright {
	height: 45px;
	float: left;
	background: url(../images/footer-right.jpg) repeat-x;
	width: 100%;
}


/********** IMAGE REPLACEMENT FOR HEADLINES **********/

h1.head-pass-products {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-pass-products.png) no-repeat center center;
}
h2.head-sub-pc-solutions {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-pc-solutions.png) no-repeat center center;
}
h2.head-sub-virtual-terminal {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-virtual-terminal.png) no-repeat center center;
}
h2.head-sub-mobile-solutions {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-mobile-solutions.png) no-repeat center center;
}
h1.head-small-about-us {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-about-us.jpg) no-repeat left center;
}
h1.head-small-contact-us {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-contact-us.jpg) no-repeat left center;
}
h1.head-small-webinars {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-webinars.jpg) no-repeat left center;
}

/********** WebPASS **********/

h1.head-small-how-it-works-wp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-how-it-works-wp.jpg) no-repeat left center;
}
h1.head-small-features-wp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-features-wp.jpg) no-repeat left center;
}
h1.head-small-requirements-wp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-requirements-wp.jpg) no-repeat left center;
}
h1.head-small-faq-wp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-faq-wp.jpg) no-repeat left center;
}
h1.head-small-pos-partner-wp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-pos-partner-wp.jpg) no-repeat left center;
}
h1.head-small-sign-up-wp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-sign-up-wp.jpg) no-repeat left center;
}
h1.head-small-providers-wp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-providers-wp.jpg) no-repeat left center;
}

/********** CounterPASS **********/

h1.head-small-how-it-works-cp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-how-it-works-cp.jpg) no-repeat left center;
}
h1.head-small-features-cp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-features-cp.jpg) no-repeat left center;
}
h1.head-small-requirements-cp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-requirements-cp.jpg) no-repeat left center;
}
h1.head-small-faq-cp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-faq-cp.jpg) no-repeat left center;
}
h1.head-small-pos-partner-cp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-pos-partner-cp.jpg) no-repeat left center;
}
h1.head-small-providers-cp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-providers-cp.jpg) no-repeat left center;
}
h1.head-small-sign-up-cp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-sign-up-cp.jpg) no-repeat left center;
}

/********** MobilePASS **********/

h1.head-small-how-it-works-mp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-how-it-works-mp.jpg) no-repeat left center;
}
h1.head-small-features-mp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-features-mp.jpg) no-repeat left center;
}
h1.head-small-requirements-mp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-requirements-mp.jpg) no-repeat left center;
}
h1.head-small-supported-phones-mp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-supported-phones-mp.jpg) no-repeat left center;
}
h1.head-small-faq-mp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-faq-mp.jpg) no-repeat left center;
}

h1.head-small-demo-mp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-demo-mp.jpg) no-repeat left center;
}

h1.head-small-pos-partner-mp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-pos-partner-mp.jpg) no-repeat left center;
}
h1.head-small-sign-up-mp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-sign-up-mp.jpg) no-repeat left center;
}
h1.head-small-log-in {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-login.jpg) no-repeat left center;
}
h1.head-small-merchant-matters {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-merchant-matters.jpg) no-repeat left center;
}
h1.head-small-providers-mp {
	height: 30px;
	text-indent: -9999px;
	background: url(../images/head-small-providers-mp.jpg) no-repeat left center;
}
