/* @override http://acceleratedpay.dev/css/master.css */

/* ---------------------------------------------------------------------------
	
	Accelerated Payment Technologies Master Styles
	http://www.acceleratedpay.com
	
	author: nGen Works
	http://ngenworks.com
	
--------------------------------------------------------------------------- */
@import url("_reset.css");

/* BobF's custom code. Sexeh. --------------------------------------------- */

#tempwrap {
	width: 600px;
}

/* --------------------------------------------------------------------------
	=layout
--------------------------------------------------------------------------- */
body { 
  background: #000 url(../img/bg.jpg) repeat-y top center;
  color: #1b1b1b;
  font: 14px/21px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
#wrap{ /* Was 'body'. To disturb as little as possible*/
  /*background: #ebebe4 url(../img/_bg-header.jpg) repeat-x top center;*/ /*TG*/
  background: #eeefe9 url(../img/nav-bg.png) repeat-x top center; /*TG*/
  margin-top: 156px;/*TG*/	
}

html { min-width: 1010px; }

#container,
#footer-inner {
	margin: 0 auto;
	width: 994px;
}

/* ---------------------------------------------------------------------------
	=links
--------------------------------------------------------------------------- */

a:link { color: #008752; font-weight: bold; }
	
a:visited { color: #999; }
	
a:hover { color: #637381; text-decoration: underline; }

/* ---------------------------------------------------------------------------
	=typography
--------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { line-height: 1.0em; }

h1 { font-size: 26px; margin-bottom: 30px; line-height: 34px; color: #008752; font-weight: 500; }
h2 { font-size: 16px; margin-bottom: 22px; line-height: 18px; color: #008752; font-weight: bold; text-transform: uppercase; }
h3 { font-size: 15px; margin-bottom: 20px; line-height: 17px; font-weight: bold; }
h4 { font-size: 1.75em;	margin-bottom: 20px; }
h5 { font-size: 1.5em; margin-bottom: 20px; }
h6 { font-size: 1.25em;	margin-bottom: 4px; }

p,
ul { margin-bottom: 24px; }

/*strong { color: #333; }*/

/* ---------------------------------------------------------------------------
	=lists
--------------------------------------------------------------------------- */
ul,
ol { margin-left: 18px; }

ul { list-style: square; }
ol { list-style: decimal; }

/* ---------------------------------------------------------------------------
	=header
--------------------------------------------------------------------------- */
#header {
  /*padding-top: 54px;*/ /*TG*/
  /*height: 136px; */ /* 191 hixels */ /*TG*/
  height: 34px; /*TG*/
  position: relative;
}

#logo {
	background: url(../img/logo-screen.png) no-repeat 0 0;
	position: absolute;/*TG*/
	 top: -104px;/*TG*/
	 left: 0;/*TG*/
	width: 400px;
	height: 53px;
}

#logo a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}

#logo img { display: none; }

/* ---------------------------------------------------------------------------
	=navigation
--------------------------------------------------------------------------- */

#nav {
  position: absolute;
    left: 0;
    bottom: 2px;
}

#nav ul { list-style: none; margin-left: 0; margin-bottom: 0; }
#nav li {
	float: left;
	line-height: 1.0em;
	margin-right: 12px;
}

#nav li a {
  color: #828181;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 11px 8px 7px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover,
#nav li a:active,
#nav li a:focus { color: #008752; }

body#home #nav-home a,
body#about #nav-about a,
body#product #nav-product a,
body#security #nav-security a,
body#support #nav-support a { background: url(../img/nav-here.png) no-repeat top center; color: #008752; }

/* ---------------------------------------------------------------------------
	=content
--------------------------------------------------------------------------- */
/*
#main-content,
#secondary-content { display: inline-block; vertical-align: top; }
*/

/* ---------------------------------------------------------------------------
	=main-content
--------------------------------------------------------------------------- */
#main-content { float: left; padding: 66px 0 40px; width: 630px; }

#main-content p.intro { font-size: 16px; line-height: 24px; font-weight: 600; }
/*#main-content p.intro + h2 { margin-top: 0; }*/

#main-content p + h2,
#main-content p + .full-width { margin-top: 60px; }

/* ---------------------------------------------------------------------------
	=secondary-content
--------------------------------------------------------------------------- */
#secondary-content {
  background: url(../img/_bg-sidebar.png) no-repeat 0 0;
  float: right;
  font-size: 12px;
  line-height: 16px;
  /*margin-top: -66px;
  padding: 270px 26px 0 22px;*/
  padding: 42px 26px 0 22px;
  
  min-height: 539px; /* 581 hixels */
  width: 296px; /* 344 wixels */
}

#secondary-content h3,
#secondary-content a { color: #13a0be; }
#secondary-content a:hover { color: #637381; }

#secondary-content h3 {
  background: url(../img/div-dot.png) repeat-x bottom left;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 16px;
}

#secondary-content p + h3 { margin-top: 40px; }

#secondary-content ul.partners { background: url(../img/_fpo-partners.png) no-repeat 0 0; margin-left: 0; list-style: none; width: 330px; height: 55px; }
#secondary-content ul.partners li { display: none; }

#secondary-content .callout { margin-bottom: 34px; }
#secondary-content .callout img { margin-bottom: 32px; }

/* ---------------------------------------------------------------------------
	=footer
--------------------------------------------------------------------------- */
#footer {
  /*background: #000 url(../img/_bg-footer.jpg) no-repeat top center;*/ /*TG*/
  color: #fdfdfd;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 40px 0;
  text-transform: uppercase;
  
  /*min-height: 400px;*/
}

#footer-inner { position: relative; }
#footer p { margin-bottom: 0; }
#footer a { color: #fdfdfd; text-decoration: none; }

#siteby {
  background: url(../img/siteby-ngen.png) no-repeat 0 0;
  width: 124px;
  height: 29px;
  
  position: absolute;
    top: 0;
    right: 14px;
}
#siteby a {
  display: block;
  text-indent: -9999px;
  
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------------------------
	=Home
--------------------------------------------------------------------------- */
body#home #secondary-content #home-callout {
  background: url(../img/sidebar-photo-monitor.png) no-repeat top center;
  margin-top: -108px;
  padding-top: 270px;
}
body#home #secondary-content #home-blank {
}

body#home #home-features { list-style: none; margin-left: 0; }
body#home #home-features li { display: inline-block; *zoom: 1; *display: inline; width: 18%; vertical-align: top; }
body#home #home-features li + li { margin-left: 1.8%; }
body#home #home-features li h3 {
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  padding: 8px 0 0 70px;
  
  min-height: 64px;
}
body#home #home-features li p { font-size: 12px; line-height: 1.4em; }

body#home #next-gen h3 { background-image: url(../img/icon-nextgen.png); }
body#home #single-integration h3 { background-image: url(../img/icon-single-integration.png); }
body#home #deep-relationships h3 { background-image: url(../img/icon-deep-relationships.png); }
body#home #unique-history h3 { background-image: url(../img/icon-unique-history.png); }
body#home #pci-compliance h3 { background-image: url(../img/icon-pci-compliance.png); }

/* ---------------------------------------------------------------------------
	=About
--------------------------------------------------------------------------- */
body#about #main-content h3 {
  color: #008752;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: uppercase;
}
body#about #main-content h3 span { font-style: italic; font-weight: normal; text-transform: none; }

body#about #secondary-content dl dd { margin-bottom: 16px; }
body#about #secondary-content dl dd h4 { font-size: 12px; font-style: italic; font-weight: normal; margin-bottom: 14px; }
body#about #secondary-content dl dd ul,
body#about #secondary-content dl dd ol { padding-left: 18px; }
body#about #secondary-content dl dd ol li { margin-bottom: 10px; }
body#about #secondary-content dl dd li em { font-style: normal; text-decoration: underline; }

/* ---------------------------------------------------------------------------
	=Support
--------------------------------------------------------------------------- */
body#support #main-content h2 { margin-bottom: 4px; }
body#support #main-content h2 .phone,
body#support #main-content h2 .email a { color: #000; }

.location { margin-bottom: 22px; padding-top: 166px; }
.location h4 {
  background: url(../img/bg-location-title.png) repeat 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  padding: 8px 6px 6px;
  text-transform: uppercase;
}
.location p { margin-bottom: 2px; }

#apt-hq { background: url(../img/photo-apt-hq.jpg) no-repeat 0 0; }
#apt-commerce { background: url(../img/photo-apt-commerce.jpg) no-repeat 0 0; }
#apt-millenium { background: url(../img/photo-apt-millenium.jpg) no-repeat 0 0; }

/* ---------------------------------------------------------------------------
	=misc
--------------------------------------------------------------------------- */
.last { border: none !important; }
.upper { text-transform: uppercase; }
div.full-width { width: 950px; }

a.more { display: block; }

img.left { float: left; margin: 0 16px 16px 0; }

/* ---------------------------------------------------------------------------
	=Forms
--------------------------------------------------------------------------- */
form { font-size: 12px; line-height: 1.4em; }

form p { margin-bottom: 12px; }

form label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

form .confirm-field { display: none; }

form input,
form textarea {
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 4px 3px;
	width: 96%;
}
form textarea { height: 10em; }

form #submit { 
	background-color: #ccc;
	border: none;
	cursor: pointer;
	display: block;
	padding: 8px 20px;
	text-transform: uppercase;
	
	/*width: 106px;*/
	/*height: 27px;*/
	
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
form #submit:hover { background-color: #333; color: #eee; }

form p.checkbox { padding-left: 26px; }
form p.checkbox label { display: inline; text-align: left; }
form p.checkbox input { border: none; display: inline; float: left; margin-left: -26px; margin-right: 6px; width: auto; }

/* errors
-------------------------------------- */
.form-message {
	margin-bottom: 20px;
	padding: 7px 15px;
	color: #789700;
	border: 2px solid #dcdcdc;
	font-weight: bold;
}

.form-message.error { background-color: #f7c2c2; border-color: #f39797; }

.form-message p {
	margin-bottom: 0;
	padding-left: 18px;
}

.form-message ul { 
	margin: 0;
	margin-left: 0 !important;
	list-style: none;
}

.error { color: #333; }

.error li, label.error {
	padding: 0 0 0 18px;
	margin: 3px 0;
	font-weight: normal;
	background: url(../img/icon_error.gif) no-repeat 0 50%;
}

.error span, label span { 
	color: #c00; 
	font-weight: bold;
}

label.required { color: #961616; }
label.required span { background: url(../img/_required.png) no-repeat 50% 50%; width: 10px; display: inline-block !important; text-indent: -9999px; }

/* ---------------------------------------------------------------------------
	=windowshade
--------------------------------------------------------------------------- */
#windowshade {
	background-color: rgba(51,51,51,0.75);
	*background: url(../img/windowshade.png) repeat 0 0;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
		top: 0;
		left: 0;
	z-index: 200;
}

/* ---------------------------------------------------------------------------
	=clearing
--------------------------------------------------------------------------- */

#content:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

#home-blank img{
margin-bottom:50px;
}
