/* media="all" */

body {
	background: #d5d5d5 url(images/body.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	}
	
hr, .hide {
	display: none;
	}
	
img {
	border: none;
	}
	
/* content */
#content {
	font-size: 11px;
	padding: 15px 0 20px 20px;
	color: #444;
	margin-left: 200px;
	position: relative;
	}
	
* html #content {
	height: 1px;
	}
	
#content p {
	line-height: 1.6em;
	margin: 0 0 20px 0;
	}

#content cite {
	display: block;
	padding-right: 20px;
	}

/*  links */

#content a {
	color: #3ab8db;
	text-decoration: none;
	}
	
#content a:hover {
	background-color: #3ab8db;
	color: #fff;
	border: none;

	}
	
a.external_link {
	background-image: url(images/external_link.gif);
	background-repeat: no-repeat;
	background-position: 99% 1px;
	padding-right: 15px !important;
	}

.external_link:hover {
	background-image: url(images/external_link_hover.gif);
	}
	
#content a.image_link {
	margin: 0;
	padding: 0;
	border: none;
	}
	
#content a.image_link:hover {
	margin: 0; 
	padding: 0 !important;
	border: none;
	background: none;
	}
	
#content ul {
	list-style: none;
	margin: 10px 0;
	padding: 5px 0 10px 10px;
	}
	
#content ul li {
	padding-left: 20px;
	background: url(images/bullet.gif) no-repeat left 3px;
	margin: 0 0 10px 0;
	color: #666;
	}
	
#content ol {
	margin: 10px 0;
	padding: 0 0 0 20px;
	}
	
#content ol li {
	padding: 0;
	margin: 0 0 5px 0;
	}

#content ol ul li {
	padding: 0;
	margin: 0 0 5px 20px;
	list-style-type: disc;
	background-image: none;
	}
		
* html ul li {
	height: 10px;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -4px;
	}	
	
h1 {
	color: #003684;
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	}
	
h2 {
	color: #777;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px 0;	
	}
	
h3, h4 {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 5px 0;
	color: #3ab8db;
	}
	
h4 {
	margin: 20px 20px 5px 0;
	position: relative;
	min-height: 1px;
	}

 h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	color: #003684;
	}


/* breadcrumb */
#breadcrumb {
	border-bottom: 1px solid #e6e7ee;
	color: #999;
	font-size: 10px;
	line-height: 20px;
	margin: 0 0 10px 0;
	}
	
#breadcrumb strong {
	font-weight: normal;
	color: #999;
	}
	
#breadcrumb a {
	color: #3ab8db;
	border: 1px solid #fff;
	padding: 1px 2px;
	margin: 0;
	}
	
#breadcrumb a:hover {
	background: #e6f3f9;
	border: 1px solid #3ab8db;
	color: #003684;
	padding: 1px 2px;	
	margin: 0;
	}

	
/* Wrapper */

#wrapper {
	width: 750px;
	margin: 0 auto;
	}
	
	
/* Header */

#header {
	position: relative;
	height: 120px;
	}
	
#header_logo {
	position: absolute;
	bottom: -5px;
	left: 20px;
	}
	
#header_logo a {
	display: block;
	width: 190px;
	height: 60px;
	cursor: pointer;
	}
	
	
#header_tagline {
	position: absolute;
	bottom: 20px;
	right: 20px;
	}
	
/* Main Nav Container */
#menu_container {
	height: 65px;
	z-index: 1000;
	position: relative;
	}

#menu_background {
	height: 65px;
	background: url(images/menu_container.png);
	}

/* Main */
#main {
	padding: 0;
	min-height: 200px;
	position: relative;
	clear: both;
	background: url(images/main.png);
	margin: 0 -10px;
	padding: 30px 20px 0;
}

* html #main {
	height: 200px;
	}
	
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
#main_pre, #main_post {
	height: 35px;
	width: 770px;
	margin: 0 -10px;
	background: url(images/main_pre.png);
	position: relative;
	}
	
#main_pre {
	margin-top: -60px;
	}
	
#main_post {
	background: url(images/main_post.png);
	}
	
/* Sidebar */

#sidebar {
	width: 200px;
	float: left;
	position: relative;
	z-index: 2000;
	}
	
/* Search */
#search {
	height: 25px;
	padding: 15px 0 5px 15px;
	background: url(images/sidebar_search.gif) no-repeat;
	margin: 0 -5px;
	color: #3ab8db;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	position: relative;
	}
	
#search label {
	display: block;
	float: left;
	height: 16px;
	margin-right: 5px;
	}
	
#search .search_field {
	font-size: 10px;
	height: 11px;
	padding: 0;
	margin: 0;
	width: 105px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	color: #666;
	}
	
#search .search_button {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: none;
	height: 15px;
	width: 15px;
	display: block;
	float: left;
	vertical-align: middle;	
	}
	
/* dealer login */
#dealer_login_container {
	height: 65px;
	padding: 10px 0 10px 15px;
	background: url(images/sidebar_dealer_login.gif) no-repeat;
	margin: 0 -5px;
	position: relative;
	}
	
#dealer_login h5 {
	color: #3ab8db;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: normal;
	}
	
#dealer_login .field {
	font-size: 10px;
	height: 11px;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	display: block;
	color: #666;
	line-height: 12px;
	}
	
.dl_username {
	width: 175px;
	margin-bottom: 2px;
	}
	
.dl_password {
	display: block;
	float: left;
	margin-right: 5px;
	width: 145px;
	position: relative;
	top: 5px;
	font-size: 8px !important;
	}
	
.login_button {
	position: relative;
	top: 5px;
	left: 5px;
	}
	
* html .login_button {
	left: 2px;
	}


/* Footer */
#footer {
	margin: 0;
	padding: 5px;
	font-size: 9px;
	color: #666;
	line-height: 16px;
	position: relative;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #aeced7;
	}
	
#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #3ab8db;
	background: #3ab8db;
	padding: 0 2px;
	margin: 0 -2px;
	}
	
#footer h4 {
	color: #0077c0;
	font-size: 14px;
	}
	
#footer_credit {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #999;
	}
	
#footer_credit a {
	color: #999;
	border-bottom: 1px none #aaa;
	}
	
#footer_credit a:hover {
	color: #666;
	border-bottom: 1px solid #666;
	background-color: transparent;
	}
	
#footer_kiwibank {
	position: absolute;
	top: 35px;
	right: 5px;
	text-align: right;
	padding-bottom: 30px;
	}
	
#footer_kiwibank img {
	padding: 0;
	border: none;
	}
	
#footer_kiwibank a {
	padding: 6px;
	border: none;
	display: block;
	}
	
#footer_kiwibank a:hover {
	border: none;
	padding: 5px;
	margin: 0;
	border: 1px solid #999;
	background: #ccc;
	color: #333;
	}	
	
#footer_legal {
	margin: 10px 350px 0 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	position: relative;
	}
	
#footer_legal p {
	line-height: normal;
	}
	
	
#search_panel input {
  margin: 0;
  padding: 0;
  width: 360px !important;
}	

* html #search_panel input {
  margin: 3px 0 2px 0;
}

#search_panel .search_button {
  margin: 0;
  padding: 0;
  font-size: 11px;
  height: 25px;
  width: 60px !important;
}	


/*** Related Links ***/
    
.related_items_wrapper {
	float: right;
	padding: 0 0 20px 20px;
	width: 200px;
	border: none;
	position: relative;
	z-index: 100;
	}
	
* html .related_items_wrapper {
	padding-left: 17px;
	}
	
.related_items {
	border: solid 1px #bbb;
	background: #f9f9f9;
	padding: 10px;
	color: #666;
	position: relative;
	min-height: 100px;
}

.related_items h5 {
	margin: 3px 0 5px 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	color: #003684;
	}
	
.related_items h5 object {
	left: 0;
	}

#content .related_items ul {
  margin-top: 0;
  padding-left: 5px;
}

#content .related_items li {
	background: url(images/bullet.gif) no-repeat 0 2px;
	}
	
#content .related_items p {
	line-height: 14px;
	}
    
/*** Promo Panel ***/

#sidebar_promo_panel {
	width: 210px;
	margin: 15px -5px 0;
	padding: 0;
	position: relative;
	}
	
#sidebar_promo_panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	
#sidebar_promo_panel li {
	margin: -10px 0 0;
	padding: 0;
	display: block;
	min-height: 1px;
	}
	
* html #sidebar_promo_panel li {
	height: 1px;
	}
	
#sidebar_promo_panel a {
	display: block;
	height: 70px;
	width: 210px;
	}
	
#sidebar_promo_panel a * {
	display: none;
	}
	
#sidebar_promo_panel a:hover {
	background-position: 0 -70px;
	}	
	
#sb_pp_investment {background-image: url(images/promo_tile_investment.gif);}
#sb_pp_repayments {background-image: url(images/promo_tile_calculate.gif);}
#sb_pp_faqs {background-image: url(images/promo_tile_faqs.gif);}
#sb_pp_apply {background-image: url(images/promo_tile_apply.gif);}



