/*  AH styles for site 
*/

  /* DEFINE BASE COLOUR FOR THE SITE */
 .base_col, .base_col_large { color:#0060ac; }
  #main { background-color:#0060ac; }
  #Footer_inner a { color:#0060ac; }
  /* END DEFINE BASE COLOUR */ 

/* Generic HTML tags */
  html { overflow-y:scroll; } /* Force vertical scrollbar */
  
  body{
  margin:0;
  padding:0;
  color:#333333;
  text-align:left;
  font-family:Tahoma, Helvetica, sans-serif;
  font-size:12px;
  background:#ffffff;
  }

  a { color:#333333; text-decoration:none; }
  a:hover {	text-decoration:underline; }

  a.close:hover { text-decoration:none; }

  img { border:0px; }
  
  /* P settings to make all P tags same in IE and FF */
  p { 
  clear:none; 
  margin: 0 0 10px 0; 
  width:100%; 
  }

  input,textarea,select { font-family:Tahoma,helvetica,sans-serif; font-size:9pt; }

  html>/**/body p { float:left; clear:both; }
  
/* Classes */
  .p_none,.margin0 { margin:0px; }
  
  /* Text */
  .bold { font-weight:bold; }
  .underline { text-decoration:underline; }
  .justify { text-align:justify; }
  .center { text-align:center; }
  .left { text-align:left;}
  .right { text-align:right; }
  .italic { font-style: italic; }

  .size11 { font-size:11px; }
  .size12 { font-size:12px; }  
  .size13 { font-size:13px; }
  .size15 { font-size:15px; }
  .size16 { font-size:16px; }
  .size18 { font-size:18px; }
  
  /* Positioning */  
  .display_none { display:none; }
  .marg_top_10 { margin-top:10px; }
  .floatr { float:right; }
  .floatl { float:left; }
  .vertical { vertical-align:middle; }
  
  .span35{ float:left; width:35%; }  
  .span60{ float:left; width:60%; }
  
  .paddL { padding-left:12px; }
  
  /* Form styles */
  .input80 { width:80px; }
  .input86 { width:86px; }
  .input200 { width:200px; }
  .input206 { width:206px; }
  .input300 { width:300px; }
  .input306 { width:306px; }

/* 
##
## PAGE TEMPLATES ##
##
*/

/* Header Layout
================================ */

#Header {
	width:100%;
	text-align:left;
	background:#ffffff;
	float:left;
	border-bottom:1px solid #FFFFFF;
}

  #HeaderMenu {
    margin:auto;
  	width:883px;
  	height:120px;
  	text-align:right;
  	background:url('../images/header_nnc.jpg') no-repeat top left;
  }
  
  #MyAccount {
    position:relative;
    float:right;
    height: 26px;
    width:107px;
    top:94px;
    right:10px;
    background:url('../images/my_account.gif') no-repeat;
  }
  
  #MyAccount:hover {background-position: 0 -27px;}

/* Body Layout
================================ */

#main {
	padding:0 0 15px 0;
	width:100%;
	height:100%;
	text-align:left;
	float:left;
	border-bottom:1px solid #FFFFFF;
}

#BodyContent {
  margin:10px auto 0 auto;
	width:885px;
	text-align:left;
}

/* Menu
================================ */

#Menu {
	margin:0;
	padding:0;
  float:left;
	width:181px;
	text-align:left;
}

#Menu p {	margin:5px 0 0 0; } 


#Menu ul  {
  text-align:left;
	list-style: none;
	margin:0;
	padding: 0;
	float:left;
}

#Menu li a {
	float: left;
	text-indent: -9000px;
	height: 28px;
	margin:0 0 2px 0;
}

/* Note the X's are passed in by PHP into the template */

/* Hover menu */
#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8,#menu9,
#menu1x, #menu2x, #menu3x, #menu4x, #menu5x, #menu6x, #menu7x, #menu8x/*, #menu9x*/ {
    background:url('../images/menu.jpg') no-repeat;
    width:181px;
}

#menu1 {background-position: 0 0px; }
#menu2 {background-position: 0 -58px; }
#menu3 {background-position: 0 -116px; }
#menu4 {background-position: 0 -174px; }
#menu5 {background-position: 0 -232px; }
#menu6 {background-position: 0 -290px; }
#menu7 {background-position: 0 -348px; }
#menu8 {background-position: 0 -406px; }
#menu9 {background-position: 0 -464px; }

/* Note focus and on don't work in IE */
#menu1:hover, #menu1:focus, #menu1.on, #menu1x {background-position: 0 -29px;}
#menu2:hover, #menu2:focus, #menu2.on, #menu2x {background-position: 0 -87px;}
#menu3:hover, #menu3:focus, #menu3.on, #menu3x {background-position: 0 -145px;}
#menu4:hover, #menu4:focus, #menu4.on, #menu4x {background-position: 0 -203px;}
#menu5:hover, #menu5:focus, #menu5.on, #menu5x {background-position: 0 -261px;}
#menu6:hover, #menu6:focus, #menu6.on, #menu6x {background-position: 0 -319px;}
#menu7:hover, #menu7:focus, #menu7.on, #menu7x {background-position: 0 -377px;}
#menu8:hover, #menu8:focus, #menu8.on, #menu8x {background-position: 0 -435px;}
#menu9:hover, #menu9:focus, #menu9.on, #menu9x {background-position: 0 -493px;}

/* Page
================================ */

.findoutmore {
  float:left;
  position:relative;
  height:27px;
  width:113px;
  top:187px;
  left:8px;
  background:url('../images/find_out_more.jpg') no-repeat top left;
}

/* Note generic definitions for findoutmore - specific defined span of id (see #Id of container) */

.findoutmore:hover { background-position: 0 -32px; }

#Page,#Early,#Early_more {
	padding: 5px 4px 5px 5px;
  float:right;
	width:686px;
	text-align:left;
	background:#FFFFFF;
	color:#333333;
	font-size:12px;
}

#Early { 
  background:url('../images/early_info1.jpg') no-repeat; 
  height:462px;
}
#Early_more { 
  background:url('../images/early_info.jpg') no-repeat; 
  height:462px;
} 

#PageInner {
	padding:0 0 10px 0;
  float:left;
	width:496px;
	text-align:left;
}

#Page_center {
  width:428px;
  margin: auto;
  text-align:justify;
}

/* Snippets
================================ */

#PageSnippets {
  float:right;
	width:183px;
}

.snips{
	margin:0;
  float:left;
	width:100%;
	height:223px;
}

#What { background: url('../images/what_does_it_cost.jpg') no-repeat top right; }

#Why { background: url('../images/why_the_card.jpg') no-repeat top right; }
#Comp { background: url('../images/competition.jpg') no-repeat top right; }

.bot_snip { margin:4px 0 0 0; } /* 4 because of light bottom */

#FAQ { background: url('../images/faqs.jpg') no-repeat top right; }
#quote_pound { background: url('../images/quote_pound.jpg') no-repeat top right; }
#quote_uni { background: url('../images/quote_uni.jpg') no-repeat top right; }
#quote_money { background: url('../images/quote_money.jpg') no-repeat top right; }

.in_h {
	margin:0;
	padding:0;
  float:left;
	width:184px;
	height:24px;
	text-align:left;
}

.in_p { margin:3px 0 0 0; }

/* Footer Layout
================================ */

#Footer {
	width:100%;
	text-align:left;
	float:left;
	height:150px;
}

#Footer_inner{
  width:885px;
  margin:10px auto 0 auto;
	color:white;
	font-size:10px;	
}

#inspire { margin-top:8px; color:#666666; }

#foot_men { margin-top:3px; }

/* 
##
## SPECIFIC PAGES ##
##
*/

/* What Does It Cost?
================================ */

.title_rows {
  background:url('../images/tr_background.jpg') repeat-x top left;  
  color:white;
  vertical-align:middle;
}

.title_rows2 {
  background:url('../images/tr_background2.jpg') repeat-x top left;
  height:31px;
}

#costs_table {
  float:left;
  width:100%;
  border:1px solid #8a8a8a;
}

#costs_table tr {
  height:21px;
  line-height:21px; 
}

.left_padd{
  padding-left:5px;
  border-right:1px solid #8a8a8a;
}

.width50{ width:50%; }

.alt_rows { background-color: #e0e3ea; }

/* Contact page
================================ */

#con1 {
  float:left;
  width:55%;
  border-right:1px solid #333333;
}

#con2 {
  float:left;
  margin-left:5%;
  width:38%;
}

/* IE6 hack */
* html #con2 { margin-left:3%; }

#con3 {
  float:left;
  width:100%;
  padding:5px;
  background-color:#b2cfe6;
}

/* How page
================================ */

#how_ul { 
  list-style:none; 
  margin:0px;
  padding:0px;
  float:left; /* Needed! */
}

  /* Note list-style-image: url(); doesn't work in terms of positioning the 
  bullet - steves method here */
#how_ul li { 
	background:url('../images/li_bg.jpg') no-repeat top left;
	background-position:0 2px;
  padding-left:20px;	
}

/* Terms and conditions
================================ */

#Page_terms {  
  float:right;
  width:683px;
	text-align:justify;
	background-color:#FFFFFF;
	color:#333333;
	font-size:12px;  
	padding: 5px;
}

#Page_terms div{
  width:618px;
  margin:auto;
}

#tandc_table {
  float:left;
  width:617px;
  font-size:11px;
  display:inline;
}

#tandc_table td {
  border-left:1px solid #333333;
  border-bottom:1px solid #333333;
}

.tandc_heads { background-color:#e0e3ea; }

.btop { border-top:1px solid #333333; }
.brgh { border-right:1px solid #333333; }

/* General
================================ */

#Plain_main {
  height:385px;
  overflow-y:scroll;
  padding:5px;   
}

#click_here {
  position:relative;
  top:425px;
  left:574px;
}

#click_here_find {
  position:relative;
  top:340px;
  left:15px;
}

/* User admin area
================================ */

#user {  
  float:right;
  width:683px;
	text-align:justify;
	background-color:#FFFFFF;
	color:#333333;
	font-size:12px;  
	padding: 5px;
}

#user_div{
  float:left;
  width:428px;
  margin-left:34px;
}

#user_menu {
  float:left;
  width:100px;
  height:140px;
  border-right:1px solid #cccccc;
}

#user_min_height {
  float:left;
  width:1px;
  height:232px;
}

#user_main {
  float:left;
  width:70%;
  margin-left:5%;
}

.admin_push {
  margin-right:223px;
}
/*
Home page added
================================ */

#main_img {
  margin-bottom:10px;
  width:498px;
  height:220px;
  background:url('../images/everton_prepaid.jpg') no-repeat;
}

#img_sign {
  position:relative;
  top:-215px;left:10px;
}

#sign_up_today {
  float:left;
  background:url('../images/sign_up_today.gif') no-repeat;
  height:26px;
  width:127px;
}

#sign_up_today:hover { background-position:0 -27px; }

#apply_now {
  float:left;
  background:url('../images/apply_now.jpg') no-repeat;
  height:27px;
  width:130px;
}

#apply_now:hover { background-position:0 -32px; }
