/* CSS RESET */
/* v1.1 | 20091124 */

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,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: arial, helvetica, sans-serif;
	/* font-family: "Lucida Grande", Lucida, Verdana, sans-serif; */
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


/*******************/
/*	MAIN STYLES	*/
/*******************/
#container {
	background: url(images/bg.png) repeat-y;
	width: 978px;
	margin: auto;
}

#inner_container {
	background: #F3F3EC;
	width: 955px;
	margin: auto;
}

#header {
	overflow: hidden;
	padding-bottom: 5px;
}

#header img#main_logo {
	float: left;
	padding: 25px 0 0 25px;
}

#header ul#nav{
	width: 590px;
	font-size: 12px;
	margin: 85px 0 0 25px;
}

#nav li{
	display: inline;
}

#nav a{
	color: #0e284a;
	text-decoration: none;
}

#logins{
	width: 350px;
	display:inline;
}

#merchant_login{
	float:right;
	padding-top:25px;
	width:140px;
}

#merchant_login a{
	float:right;
	font-size:13px;
	color: #4D4C43;
}

#sales_op_login{
	float:right;
	padding-right:25px;
	padding-top:25px;
	width:105px;
}

#sales_op_login a{
	float:right;
	font-size:13px;
	color: #4D4C43;
}

#featured{
	padding: 11px 0 0 25px;
	height: 315px;
	/*maybe put static width here*/
}

#cbcf {
	margin: -35px 0 0 635px;
}

#phone {
	margin: -15px 0 0 610px;
	color: #0e284a;
	font-size: 14px;
}

#date {
	font-size: 13px;
	margin: -15px 0 0 794px;
	color: #0e284a;
}

#tabs{
	width: 700px;
}

#tabs li a{
	font-size: 16px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#tabs li a:hover {
	color: #0e364f;
}

#tabs li a:active {
	/*color: #0e364f;*/
}

#tabs .ui-widget-header {
	background: #FFFFFF;
	height: 25px;
}

#tabs h2 {
	/*color: #007FC8;*/
	color: #0E284A;
	font-size: 13px;
}

#tabs-1 p , #tabs-2 p , #tabs-3 p,#tabs-3-1 p, #tabs-4 p, #tabs-5 p {
	font-size: 13px;
	margin-top: 15px;
}

#tabs-1 ul li, #tabs-2 ul li, #tabs-3 ul li, #tabs-3-1 ul li, #tabs-4 ul li, #tabs-5 ul li {
	font-size: 11px;
	padding-top: 9px;
	color: #4D4C43;
}

#tabs-1 ul, #tabs-2 ul, #tabs-3 ul, #tabs-3-1 ul, #tabs-4 ul, #tabs-5 ul {
	padding-top: 0px;
}/*maybe delete*/

#tabs-1 h5 , #tabs-2 h5, #tabs-3 h5, #tabs-3-1 h5, #tabs-4 {
	margin: 10px 0 0 -10px;
	font-size: 11px;
	color: #0E284A;
}

#tab5_col1_h5 {
	margin: 35px 0 0 0;
	font-size: 14px;
	color: #0E284A;
}

#tab5_col2_h5 {
	margin: 35px 0 0 0;
	font-size: 14px;
	color: #0E284A;
}

#tabs-1 h2 {
	margin: 0 0 10px 170px;
}

#tab1_col1 {
	float: left;
	margin-left: 95px;
}

#tab1_col1 h5 {
	margin-left: 0px;
}

#tab1_col2 {
	float: left;
	margin-left: 15px;
	width: 300px;
}

#tab1_col2 h5 {
	margin-left: 0px;
}

#tab4_col1 {
	float: left;
	width: 315px;
	margin-left: 15px;
}

#tab4_col2 {
	float: left;
	width: 325px;
	margin-left: 10px;
}

#tab5_col1 {
	float: left;
	width: 275px;
	margin-left: 45px;
}

#tab5_col2 {
	float: left;
	width: 250px;
	margin-left: 40px;
}

#tab5_col2 ul li p {
	width: 200px;
	line-height: 11px;
}

#tab5_col2 ul li  {
	margin-bottom: 10px;
}

#tabs-5 object {
	margin: -16px 0 0 85px;
}

#tabs-5 embed {
	margin: -16px 0 0 0px;
}

#interac_truck {
	margin-top: 5px;
}

#banks {
	padding-top: 10px;
	margin: 0 25px 0 0;
	/*	background: #FFFFFF;	*/
	line-height: 20px;
	height: 255px;
	width: 175px;
	float: right;
	-moz-border-radius: 10px 10px 10px 10px;
	text-align: center;
	font-size: 14px;
}

#banks p {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

#bank_separator {
	padding: 0px;
	margin: 0px;
}

#press_release {
	margin-top: -10px;
}

#press_release_headlines {
	margin-top: 3px;
	height: 150px;
}

#participating_banks {
	margin-top: 12px;
}

#presentation {
	-moz-border-radius: 10px 10px 10px 10px;
	margin-top: 10px;
}

#presentation_link {
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
}

.orange_arrow {
	margin-right: 5px;
}

#col1, #col2, #col3 {
	font-size: 13px;
	float: left;
	background: url(images/colbg4.png) repeat-x;
	line-height: 20px;
	height: 252px;
	width: 295px;
	margin-right: 10px;
}

#col1 {
	margin-left: 25px;
}

#col3 {
	margin: 0 0 35px 0;
}

#col1 h2 {
	color: #0e284a;
	padding: 11px 0 0 11px;
}

#col1 p {
	float: left;
	color: #0e284a;
	padding: 11px 11px 0 11px;
	font-size: 11px;
}

#col2 h2 {
	color: #0e284a;
	padding: 11px 0 0 11px;
}

#col2 p {
	float: left;
	color: #0e284a;
	padding: 11px 11px 0 11px;
	font-size: 11px;
}

#col3 h2 {
	color: #0e284a;
	padding: 11px 0 0 11px;
}

#col3 p {
	float: right;
	text-align: center;
	color: #0e284a;
	padding: 10px 11px 0 11px;
}

#col3_woman {
	float: right;
	padding-top: 9px;
}

#openanaccount {
	float: left;
	margin-left: 185px;
}

#contact {
	float: left;
	margin-left: 90px;
}

#col3_buttons {
	display: inline;
	width: 350px;
}

#col3_openanaccount {
	float: left;
	margin: 35px 0 0 12px;
}

#col3_contact {
	float: left;
	margin: 35px 0 0 12px;
}

#col3_phone {
	float: left;
	margin: 40px 0 5px 90px;
}

.column_line{
	float: left;
	margin-left: 11px;
}

#merchants{
	clear: both;
	color: #4D4C43;
	float: left;
	padding: 5px 0 15px 25px;
}

#all-merchants {
	margin: 0 0 -10px 370px;
}

#all-merchants a {
	color: #FF0000;
	font-size: 15px;
}

#slogan1 {
	margin-left: 170px;
}
#slogan1 p {
	font-size: 11pt;
	float: left;
	padding-bottom: 9px;
	color: #0e284a;
}

#tab1_image {
	float: right;
	margin: -30px -10px 0 0;
}

#tab2_image {
	float: right;
	margin-top: -5px;
}

#interac_sales {
	margin: 20px 0 0 40px;
}

#tab3_image {
	float: right;
	margin: 10px -5px 0 0;
}

#tab3-1_image {
	float: right;
	margin: -7px -5px 0 0;
}

#tab4_image {
	margin: 15px 0 0 110px;
}

#tab5_image1 {
	float: left;
	margin: 35px 0 0 50px;
}

#tab5_image2 {
	float: left;
	margin: 23px 0 0 45px;
}

#tabs-1 li p {
	font-size: 10px;
	margin: -10px 0 0 10px;
}

#tabs-3 li p, #tabs-3-1 li p {
	font-size: 10px;
	margin: 5px 0 0 10px;
}

#tabs-4 li p {
	font-size: 11px;
	margin: -10px 0 0 10px;
}

#tabs-5 li p {
	font-size: 11px;
	margin: -10px 0 0 10px;
}

#trustwave {
	float: left;
	margin: 10px 0 0 30px;
}

#bbbonline {
	float: right;
	margin: 15px 25px 0 0;
}

.red_text {
	color: red;
}

#demo_object {
	margin-left: 115px;
}

.orange {
	color: #E6A040;
}

#tab3-1_slogan1 {
	padding-left: -20px;
	text-align: center;
}

#tab3-1_slogan1_wrapper {
	margin-left: -115px;
}

/********* INSIDE PAGE STYLES ***********/
#featured_inside {
	margin: 11px 0 10px 10px;
}

#featured_inside h2 {
	margin: 15px 15px 0 15px;
	font-weight: bold;
	color: #1E5397;
}

#featured_inside a  {
	/*color: #0e284a;*/
}

#main_text {
	-moz-border-radius: 10px;
	background: #FFFFFF;
	width: 715px;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#main_text p {
	margin: 0 15px 0 15px;
}

#main_text br {
	line-height: 10px;
}

#main_text h4 {
	margin-left: 15px;
}

#main_text h6 {
	margin: 15px 15px 0 15px;
	font-size: 11px;
	font-weight: bold;
	color: #1E5397;
}

#main_text address {
	margin-left: 25px;
}

#main_text li {
	list-style-type: disc;
	margin-left: 45px;
}

#main_text_header {
	padding: 10px 0 0 15px;
	font-size: 13pt;
}

.image_left {
	float: left;
	margin: 10px 10px 10px 15px;
}

.image_right {
	float: right;
	margin: 10px 10px 10px 0;
}

.image_center {
	margin-left: 48px;
}

#trademark_center {
	padding-left: 215px;
}

#featured_right_col {
	width: 185px;
	height: 230px;
	margin-right: 20px;
	float: right;
	background: #FFFFFF;
	-moz-border-radius: 10px 10px 10px 10px;
}

#featured_right {
	padding-top: 10px;
	background: #FFFFFF;
	line-height: 20px;
	height: 175px;
	width: 175px;
	/*	margin-right: 25px;	*/
	margin: auto;
	/*	float: right;	*/
	-moz-border-radius: 10px 10px 10px 10px;
	text-align: center;
	font-size: 13px;
}

#featured_right a {
	text-decoration: none;
	color: #0e284a;
}

#featured_right ul {
	margin-top: 10px;
}

#featured_right ul li {
	font-size: 11px;
	text-align: left;
}

.orange_arrow_inside {
	float: left;
	margin: 8px 6px 0 35px;
}

.icon_set {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c3b25c;
	margin: 30px 45px 30px 45px;
}

.icon_set img.icon {
	float: left;
	width: 126px;
}

.icon_set .text {
	margin-left: 146px;
	display: block;
}

.icon_set .text h5 {
	text-align: justify;
	margin-bottom: -10px;
}

.icon_set .text p {
	text-align: justify;
	margin-left: 0pt;
}

.sub_div {
	padding-left: 20px;
	padding-bottom: 5px;
}

.main_link {
	font-weight: bold;
}

#footer{
	clear: both;
	margin: auto;
	background: url(images/footerbg1.png) repeat-x;
	height: 150px;
	text-align: center;
}

#footer ul {
	margin: auto;
	padding-top: 7px;
}

#footer li{
	display: inline;
}

#footer a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

#footer p {
	color: #FFFFFF;
	font-size: 10px;
	margin: auto;
	margin-top: 10px;
}

#footer span {
	font-size: 10px;
	color: #FFFFFF;
}

/************OVERLAY************/
/* the overlayed element */ 
div.overlay { 
    /* growing background image */ 
    background-image: url(images/white.png); 
    
    /* dimensions after the growing animation finishes  */ 
    width:600px; 
    height:470px;         
    
    /* initially overlay is hidden */ 
    display:none; 
    
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 

#overlay p {
	color:#999999;
	font-size:11px;
}
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* the overlayed_demo_ste[ element */ 
div.overlay_demo_step { 
     
    /* growing background image */ 
    background-image:url(images/white_demo_step.png); 
     
    /* dimensions after the growing animation finishes  */ 
	/*
	width:600px;
	height:470px;
	*/

	width:640px;
	height:560px;
	
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 

#overlay_demo_step p
{
 color:#999999;
 font-size:11px;
}
 
/* default close button positioned on upper right corner */ 
div.overlay_demo_step div.close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* the overlayed_demo_ste[ element */ 
div.overlay_live_step { 
     
    /* growing background image */ 
    background-image:url(images/white_demo_step.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:640px; 
    height:560px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 

#overlay_live_step p
{
 color:#999999;
 font-size:11px;
}
 
/* default close button positioned on upper right corner */ 
div.overlay_live_step div.close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
