/*	
	Cashline Style
	Copyright Cashline 
	
	link colour: #910000
*/

/* Wrapper 
**************************************************************************/
body
{
	margin: 0 0 10px 0;
	color: #000000;
	background: #C4C4C4 url(../images/wrapper/bg-repeat-x.gif) 0 2px repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper
{
	border-top: 2px groove;
}
#outerContainer
{
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	width: 764px;
}
#innerContainer
{
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	width: 762px;
}
#content
{
	background: #F4F4F4;
	margin: 0;
	padding: 26px 23px 8px 23px;
	border-top: 9px solid #910000;
	min-height: auto;
	/*border: 2px dashed #99CC66;*/
}
/* Header
**************************************************************************/
#header
{
	width: 762px;
	height: 85px;
	border-bottom: 1px solid #999999;
	background: transparent url(../images/wrapper/header.jpg) 0 0 no-repeat;
}
#headerSpan
{
	background: transparent url(../images/wrapper/header-span.jpg) 50% 0 no-repeat;
}

/* navigation
**************************************************************************/
ul#mainNav
{
	width: 268px;
	height: 24px;
	position: relative;
	float: left;
	top: 61px;
	left: 415px;
	*left: 455px;
	margin: 0;
	list-style: none;
	/*border: 1px solid #33FF99;*/
}
ul#mainNav li
{
	float: left;
	height: 24px;
	margin: 0;
	padding: 0;
}
ul#mainNav li a
{
	margin: 0;
	padding: 0;
	display: block;
	*display: inline-block;
	margin-left: 0;
	height: 24px;
}
ul#mainNav li.how a
{
	background: transparent url(../images/wrapper/nav-how.gif) 0 0 no-repeat;
	width: 88px !important;
}
ul#mainNav li.signup a
{
	background: transparent url(../images/wrapper/nav-signup.gif) 0 0 no-repeat;
	width: 57px !important;
}
ul#mainNav li.help a
{
	background: transparent url(../images/wrapper/nav-help.gif) 0 0 no-repeat;
	width: 45px !important;
}
ul#mainNav li.merchants a
{
	background: transparent url(../images/wrapper/nav-merchants.gif) 0 0 no-repeat;
	width: 78px !important;
}
/* OVER STATES */
ul#mainNav li.how a.selected,
ul#mainNav li.how a:hover
{
	background: transparent url(../images/wrapper/nav-how.gif) 0 -24px no-repeat;
	width: 88px !important;
}
ul#mainNav li.signup a:hover
{
	background: transparent url(../images/wrapper/nav-signup.gif) 0 -24px no-repeat;
	width: 57px !important;
}
ul#mainNav li.help a:hover
{
	background: transparent url(../images/wrapper/nav-help.gif) 0 -24px no-repeat;
	width: 45px !important;
}
ul#mainNav li.merchants a:hover
{
	background: transparent url(../images/wrapper/nav-merchants.gif) 0 -24px no-repeat;
	width: 78px !important;
}
/* Sub navigation */
#subNav
{
	background: #F4F4F4;
	height: 20px;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
#subNav ul
{
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
}
#subNav ul li 
{
	display: inline;
	
}
#subNav ul#how
{
	position: relative;
	padding: 0 0 0 28%;
}
#subNav ul li a
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 0 6px 0 6px;
}
#subNav ul li a:hover
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
/* Home Page specific
**************************************************************************/
#homeImage
{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#homeLeft
{
	float: left;
	width: 277px;
	/*border: 1px dashed #330099;*/
}
#homeCenter
{
	float: left;
	position: relative;
	/*top: 30px;*/
	left: 24px;
	width: 195px;
	/*border: 1px dashed #FF0099;*/
}
#homeRight
{
	float: right;
	position: relative;
	/*top: 30px;*/
	width: 194px;
	/*border: 1px dashed #99FF00;*/
}
.clearer 
{
	clear: both;
	font-size: 1px;
}
div>.clearer /* Hide from IE 6 & lower */
{
  height: 1px;
}
#getCard 
{
	width: 195px;
	height: 135px;
	display: block;
	text-align: center;
	background: transparent url(../images/home/home-debit-card.jpg) top left no-repeat;
	text-decoration: none;
	color: #000000;
	margin: 0 0 13px 0;
}
#getCard:hover
{
	color: #910000;
}
#getCard h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
	top: 124px;
	margin: 0;
	padding: 0 0 0 12px;
	background: transparent url(../images/arrow.gif) 18% 3px no-repeat;
}
#referFriend
{
	width: 195px;
	height: 126px;
	display: block;
	background: transparent url(../images/home/home-refer-friend.jpg) top left no-repeat;
}
#news
{
	background: transparent url(../images/home/news-header.gif) top left no-repeat;
	width: 194px;
}
.newsBody
{
	background: transparent url(../images/home/news-bg.gif) 0 28px repeat-x;
	padding: 38px 0 0 0;
	border-bottom: 3px double #999999;
}
.newsBody p
{
	margin: 0 10px 10px 10px;
	font-size: 10px;
	text-align: left;
}
.newsBody p.archive a
{
	font-weight: bold;
	padding: 0 0 0 11px;
	text-decoration: none;
	background: transparent url(../images/arrow.gif) 0 3px no-repeat;
}
/* Footer
**************************************************************************/
p
{
	margin: 0 0 10px 0;
	line-height: 1.2em;
	text-align: justify;
}

/* Footer
**************************************************************************/
#footer
{
	clear: both;
	width: 756px;
	text-align: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:  11px;
	margin: 3px 0 0 0;
}
#footer a, #footer a:link
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#footer a:hover
{
	color: #8F0000;
	text-decoration: none;
}

/* Links
************************************************************************/
a, a:link
{
	text-decoration: underline;
	color: #910000;
}
a:visited
{
	text-decoration: underline;
	color: #333333;
}
a:hover
{
	text-decoration: underline;
	color: #666666;
}
a:active
{
  outline: none;
}
a:focus
{
  -moz-outline-style: none;
}
