/*
#######################################
# Template Styling
#######################################
*/
html, body {
	height: 100%; /* Required */
}
body {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #e8ebf0 url(../img/common/main-bg.gif) repeat-x 0 top;
	margin:0 auto;
	padding:0;
}
#page {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/*LEGACY CODE */

.clearfix {
	display: inline-block;
	clear:both;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
	

/*
#######################################
# Body
#######################################
*/

#contentMain {
	width: 956px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	padding: 10px;
	position:relative;
}

* html #contentMain { /* ie hack */
	padding: 30px;
	width: 956px;
	position:relative;
}



/*
#######################################
# Header
#######################################
*/

#head {
	width: 956px;
	margin: 0 auto;
	padding: 0;

}

#headLeft {
	display: block;
	float: left;
	margin: 10px 0 20px 15px;
	height:65px;
	width:208px;
}

#headRight {
	display: block;
	float: right;
	width:103px;
	height:64px;
	margin: 10px 15px 20px 0;
}

#nav {
	width: 920px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/common/navigation/deluxe_navbar.gif) no-repeat top center;
	display:block;
	position:relative;
	clear:both;
}

#nav ul {
	float: left;
	margin: 8px 0 0 30px;
	width: 920px;
	height: 30px;
	padding: 0;
}
* html #nav ul { /* ie hack */
	margin: 8px 0 0 15px;
}

#nav ul li {
	display: inline;
	list-style: none;	
	margin: 0 20px 0 0 !important;
	margin: 0 22px 0 0;
	height: 20px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
	color: #787575;
}

#nav ul li a {
	color: #787575;
	text-decoration: none;
}
#nav ul  #membersNav  a:hover {
	color: #555;
}
#nav a:hover {
	color: #4699cf;
}
#nav ul #membersNav {
	padding-left: 22px;
	padding-right: 0;
}
* html #nav ul #membersNav{ /* ie hack */
	padding-left: 16px;
}

#nav ul  #membersNav  a {
	color: #fff;
	text-decoration: none;
}

#home li.home  {
	border-bottom: 2px dotted #787575;
}
#how_it_works li.how_it_works  {
	border-bottom: 2px dotted #787575;
}
#features li.features  {
	border-bottom: 2px dotted #787575;
}
#get_your_card li.get_your_card	{
	border-bottom: 2px dotted #787575;
}
#top_up li.top_up  {
	border-bottom: 2px dotted #787575;
}
#help li.help	{
	border-bottom: 2px dotted #787575;
}
#about_us li.about_us	{
	border-bottom: 2px dotted #787575;
}
#contact_us li.contact_us	{
	border-bottom: 2px dotted #787575;
}
/*
#######################################
# Footer
#######################################
*/

#footer {
	text-align: center;
	margin-top: 10px;
	width: 100%;
	height: 25px;	
}

#footer ul {
	margin: 12px auto;
	width: 100%;
	height: 25px;
	padding: 0;
}

#footer ul.footBorder {
	border-top: 1px solid #cbcbcb;
	}

#footer ul li {
	display: inline;
	list-style: none;
	padding: 0 22px;
	height: 25px;
	text-align: center;
	font-size: 1em;
	border-right:1px solid #999;
}
#footer ul li.last {
	display: inline;
	list-style: none;

	height: 25px;
	text-align: center;
	font-size: 1em;
	border-right:none;
}

#footer ul li a {
	text-decoration: none;
	color: #999;
}
#footer a:hover {
	text-decoration: underline;
}
#tFoot {
	margin: 0;
	padding: 0;
}

#tFoot:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#tFootMain {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	padding: 20px;
}
.termsCond 
{
    text-align: left;
    color: #777;
	font-size: 0.75em;
	line-height: 1.8em;
}


