


/*----------------------------------
~~~~~~~~~~ Basic Styling ~~~~~~~~~~~
----------------------------------*/

body {
	width:787px;
	margin:0px auto 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#434343;
	background:#c7c7c7;
}

a {outline:none;}
a:link{color: #8d1414;text-decoration:underline;}
a:visited{color: #f40b0b;text-decoration:underline;}
a:hover{color: #f40b0b;}

a.nolinkstyle{
	color: #545454;
	text-decoration:none;
}

#home #all_content {
	background: url(../images/content-bg.gif) repeat-y #ffffff;
}

/*----------------------------------
~~~~~~~~~~ Header Styling ~~~~~~~~~~
----------------------------------*/


/*~~~ Site Info ~~~*/

#site_info {
	height:25px;
	background:#434343;
	padding:5px 7px 0px 7px;
}
	
	#site_info h1 a, #site_info h2 {
		color:#ffffff;
		font-size:1.0em;
		font-weight:700;
		text-decoration:none;
	}
	
	#site_info h1 {
		float:left;
		text-align:left;
	}
	
	#site_info h2 {
		float:right;
		text-align:right;
	}


/*~~~ Sign Up Box ~~~*/

#signup {
	height:354px;
	width:293px;
	margin-bottom:22px;
	float:left;
	background:url(../images/signup_bg.jpg);
}

	#signup a {
		height:47px;
		width:177px;
		float:right;
		margin:229px 0px 0px 0px;
		background:url(../images/signup_link.jpg) 0px 0px no-repeat;
		text-indent:-8888px;
	}

		#signup a:link {
			
		}
		
		#signup a:hover {
			background:url(../images/signup_link.jpg) 0px -47px no-repeat;
		}

/*~~~ Tag Line ~~~*/

#tagline {
	height:36px;
	width:363px;
	float:right;
	margin:20px 5px 0px 0px;
	padding:0px 105px 0px 0px;
	color:#434343;
	font-size:.8em;
	font-weight:700;
	background:url(../images/logo.gif) no-repeat top right;
}

/*~~~ Main Products ~~~*/

#header {
	padding: 0px 4px 0px 4px;
}

#header .main_products {
	height:118px;
	width:213px;
	position:relative;
	border-top:#dbdbdb 2px solid;
	border-right:#dbdbdb 2px solid;
	border-left:#dbdbdb 2px solid;
}

	#header .main_products dt a {
		color:#000000;
		text-decoration:none;
		font-size:1.0em;
		font-weight:700;
	}
	
		#header .main_products a:hover {
			color:#841213;
			text-decoration:none;
		}

	#header .main_products dd {
		height:85px;
		width:213px;
		position:absolute;
		bottom:0;
		padding:0px 0px 0px 0px;
		font-size:.7em;
	}

		#header .main_products dd .dd_content {
			position:absolute;
			top:0;
			padding:0px 10px 5px 10px;
		}
		
		#header .main_products dd .read_more {
			height:20px;
			width:182px;
			position:absolute;
			bottom:0;
			padding:3px 25px 0px 10px;
			margin-left:-2px;
			text-align:right;
			background:#841213 url(../images/bullet-redbg.gif) no-repeat top right;
		}
		
			#header .main_products dd .read_more a {
				color: #ffffff;
				font-size:1.0em;
				font-weight:700;
				text-decoration:none;
			}
			
				#header .main_products dd .read_more a:hover {
					color: #ffffff;
					font-size:1.0em;
					font-weight:700;
					text-decoration:underline;
				}
		
	#header #internet_processing, #header #pos_terminals {
		margin:29px 0px 29px 0px;
	}
	
	#header #internet_processing, #header #partner_program {
		float:left;
		margin-left:20px;
	}
	
	#header #pos_terminals, #header #other_services {
		float:right;
		margin-right:12px;
	}
	
	#header #internet_processing {
	
	}
		
		#header #internet_processing dt {
			height:31px;
			margin:-26px -11px 0px 0px;
			padding:35px 0px 0px 10px;
			background:url(../images/internet_processing.jpg) no-repeat top right;
		}
			
		#header #internet_processing dd {
			
		}
		
	#header #pos_terminals {
	
	}
	
		#header #pos_terminals dt {
			height:31px;
			margin:-22px -9px 0px 0px;
			padding:31px 0px 0px 10px;
			background:url(../images/pos_terminals.jpg) no-repeat top right;
		}
		
		#header #pos_terminals dd {
	
		}
	
	#header #partner_program {
	
	}
	
		#header #partner_program dt {
			height:31px;
			margin:-18px -18px 0px 0px;
			padding:27px 0px 0px 10px;
			background:url(../images/partner_program.jpg) no-repeat top right;
		}
		
		#header #partner_program dd {
	
		}
		
	#header #other_services {
	
	}
	
		#header #other_services dt {
			height:31px;
			margin:-24px -9px 0px 0px;
			padding:35px 0px 0px 10px;
			background:url(../images/other_services.jpg) no-repeat top right;
		}
	
		#header #other_services dd .dd_content {
			margin-right:-5px;
		}


/*~~~ Main Navigation ~~~*/

#main_nav {
	clear:both;
	display:block;
	margin:0px -4px 0px -4px;
	padding:0px 0px 0px 0px;
}

	#main_nav li {
		float:left;
		height: 26px;
	}
	
		#main_nav li a {
			display: block;
			height: 26px;
			text-indent: -8502px;
		}

			#main_nav #home_link a{
				background:url(../images/home.gif) no-repeat;
				width:74px;
			}
			
			#main_nav #sign_link a{
				background:url(../images/sign-up-menu.gif) no-repeat;
				width:89px;
			}
			
			#main_nav #merchant_link a{
				background:url(../images/merchant-account.gif) no-repeat;
				width:190px;
			}
			
			#main_nav #processing_link a{
				background:url(../images/processing.gif) no-repeat;
				width:177px;
			}
			
			#main_nav #rates_link a{
				background:url(../images/rates.gif) no-repeat;
				width:80px;
			}
			
			#main_nav #company_link a{
				background:url(../images/company.gif) no-repeat;
				width:102px;
			}
			
			#main_nav #earn_link a{
				background:url(../images/earn.gif) no-repeat;
				width:75px;
			}

			#header #main_nav .you_are_here a, #header #main_nav a:hover{
				background-position:0 -26px;
			}

	#main_nav .active_link {
		color: #841213;
		text-decoration:underline;
	}

/*----------------------------------
~~~~~~~~~ Content Styling ~~~~~~~~~~
----------------------------------*/


/*~~~ Main Content ~~~*/

#main_content {
	padding: 30px 0px 0px 0px;
}

#main_content h1 {
	color:#841213;
	font-size:1.2em;
	font-weight:700;
	margin:20px 0px 0px 20px;
}

#main_content p {
	color:#434343;
	font-size:.9em;
	margin:15px 20px 0px 20px;
	text-align:justify;
}


/*~~~   BBB    ~~~*/

#main_content #bbb {
	width: 275px;
	float:right;
	margin:20px 20px 25px 25px;
}

	#main_content #bbb a{
		display:block;
		float:left;
		padding: 0px 0px 0px 0px;
	}

		#main_content #bbb #hacker_safe {
			padding: 10px 10px 0px 0px;
		}

/*~~~ Blog RSS ~~~*/

#blog_rss {
	width:275px;
	float:right;
	margin:0px 20px 25px 25px;
	padding:12px 5px 12px 5px;
	background:#e3e3e3;
	clear:both;
}

	#blog_rss h2 {
		width:260px;
		position:relative;
		margin:0px 0px -20px 5px;
		padding-bottom:15px;
		color:#841213;
		font-size:1.0em;
		font-weight:700;
		background:#e3e3e3;
		z-index:1;
	}
		
		#blog_rss h2 a:link, #blog_rss h2 a:hover, #blog_rss h2 a:visited {
			color:#841213;
			text-decoration:none;
		}
	
	#blog_rss h3 {
		float:right;
		width:225px;
		margin:6px 5px 0px 0px;
		padding:14px 0px 0px 0px;
		color:#841213;
		font-size:.75em;
		font-weight:700;
		background:url(../images/post-divide.gif) no-repeat top left;
		z-index:-1;
	}
	
		#blog_rss h3 a:link, #blog_rss h3 a:visited {
			color:#841213;
			text-decoration:none;
		}
		
		#blog_rss h3 a:hover {
			text-decoration:underline;
		}
	
	#blog_rss .blog_date {
		float:left;
		height:43px;
		width:37px;
		margin:20px 0px 0px 0px;
		background:url(../images/date-bg.gif) no-repeat;
	}
	
		#blog_rss .blog_date .month, #blog_rss .blog_date .day, #blog_rss .blog_date .year {
			display:block;
			text-align:center;
			color:#434343;
			font-size:.9em;
		}
		
		#blog_rss .blog_date .year {
			width:30px;
			color:#ffffff;
			margin:0px auto 0px auto;
			font-size:.8em;
			font-weight:700;
			background:#841213;
		}
			
	#blog_rss .blog_post {
		float:right;
		width:210px;
		margin:7px 20px 5px 0px;
		font-size:.8em;
	}
	
	#blog_rss .read_more {
		clear:both;
		text-align:right;
		margin-bottom:10px;
		padding:0px 25px 0px 0px;
		background:url(../images/bullet-greybg.gif) no-repeat center right;
	}
	
		#blog_rss .read_more a:link, #blog_rss .read_more a:visited {
			color:#841213;
			font-size:.9em;
			font-weight:700;
			text-decoration:none;
		}

		#blog_rss .read_more a:hover {
			text-decoration:underline;
		}



/*----------------------------------
~~~~~~~~~~ Footer Styles ~~~~~~~~~~~
----------------------------------*/

#footer {
	margin:20px 4px 0px 4px;
	padding:5px 15px 15px 15px;
	text-align:center;
	background:#841213 url(../images/footer-splash.gif) center bottom no-repeat;
	clear:both;
}

#footer ul{
	margin:0px 0px 20px 0px;
}

	#footer ul li{
		display:inline;
		margin:0px 0px 0px 0px;
	}

		#footer ul li a{
			font-size:.65em;
			border-right: 1px solid #841213;
			padding: 0px 7px 0px 3px;
			color:#ffffff;
			text-decoration:none;
		}
		
		#footer ul li a.last{
			border:none;
		}

		#footer ul li a:hover{
			text-decoration:underline
		}

#footer #footer_main {
	font-size:1.5em;
	font-weight:700;
	margin:0px 0px 10px 7px;
	padding:0px 0px 10px 0px;
	background:url(../images/white-border.gif) bottom center no-repeat;
}

#footer p {
	font-size:.65em;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#ffffff;
}

a.nolinkstyle{
	color: #ffffff;
	text-decoration:none;
	cursor:text;
}


.showhide {
	display: none;
}

#footer .clear {
	clear:none;
}







