@charset "utf-8";
/* CSS Document */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}




/* CSS */
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background:#001d34 url(images/bg.jpg) no-repeat top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #545454;
	line-height:1.45;
}
#wrapper { 
	width: 960px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	position:relative;
}
#top {
	background:#003762;
	height: 26px;
	line-height: 26px;
	text-align: right;
	font-size:11px;
	color:#3784c0;
	padding: 0 10px;
}
#top a {
	color: #3c97dc;
}
#top ul{
	margin: 0;
	padding: 0;
}
#top  ul li{
	display: inline;
	margin-left: 7px;
	border-left: solid 1px #094f86;
	padding-left: 7px;
}
#top ul li.keyword  {
	float: left;
	padding: 0;
	margin: 0;
	border: none;
}
#header {
	height: 90px;
	position:relative;
} 
#header h3 a.logo {
	width: 254px;
	height: 28px;
	background:url(images/no-annual-fee.png) no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	position:absolute;
	left: 10px;
	top: 28px;
}
#header .ycclogo {
	width: 287px;
	height: 33px;
	background:url(images/your-credit-card.png) no-repeat 0;
	text-indent: -9999px;
	overflow:hidden;
	position:absolute;
	right: 10px;
	top: 26px;
}
#nav {
	width: 958px;
	overflow: hidden;
	border: 1px solid #fe4e00;
	background: #fe4e00 url(images/nav-bg.gif) repeat-x top;
	margin-bottom:10px;
}
#nav ul{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
}
#nav li {
	display: inline;
}
#nav li a {
	line-height:37px;
	float: left;
	display: block;
	margin: 0;
	padding: 0 13px; /*padding inside each tab*/
	color: white;
	background: url(images/nav-spacer.gif) repeat-y right;
}

#nav li a:visited, #nav li a {
	color: white;
	font-weight: bold;
	text-decoration:none;
}

#nav li a:hover {
	background: #e64e21;
}
#container {
	background-color: #FFFFFF;
	text-align: left;
}		
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 19px;
	border-left: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
	background:#fbfcfc url(images/sidebar-bg.gif) repeat-y left;
}
#sidebar h4 {
	font-size: 20px;
	font-weight: bold;
	color: #444;
	letter-spacing:-0.04em;
}
#sidebar .small {
	color:#AFAFAF;
	font-size:11px;
	margin-bottom:7px;
}
#sidebar .smallinfo {
	color:#dd5022;
	font-size:10px;
	margin-bottom:7px;
}

#sidebar a {
	color:#666666;
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}
#sidebar ul li {
	border-bottom:solid 1px #f0f0f0;
	font-size:11px;
	padding:3px 0;
	list-style:none;
}
#sidebar ul {
	margin:0 0 10px 0;
}
#content {
	float:left;
	margin: 0 0 0 0;
	padding: 10px 19px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 670px;
}
#content p, .sitelinkscopy p {
	margin-bottom:0.7em;
}
#content h1 {
	font-size: 28px;
	letter-spacing:-0.04em;
	font-weight:bold;
	color:#004f6b;
	margin-bottom:4px;
}
#content h2 {
	font-size: 24px;
	letter-spacing:-0.01em;
	margin-bottom:4px;
	font-weight:bold;
}
#content h3 {
	color:#666;
	font-size:21px;
	letter-spacing:-0.005em;
	font-weight: bold;
}
#content h4 {
	color:#0084C6;
	font-size:18px;
	letter-spacing:-0.005em;
	font-weight:bold;
}
#content h5 {
	font-size:14px;
	font-weight:bold;
}
#links { 
	padding: 20px 0; 
} 
#links .sitelinks {
	font-size:11px;
	margin: 0;
	padding: 0 20px 0 19px;
	width: 200px;
	float:left;
	border-left: solid 1px #004175;
	list-style: none;
	text-align: left;
	
}
#links .sitelinksimp {
	text-align: left;
	width:440px;
}
#links .sitelinksimptext {
	line-height:1.3em;
	color:#3784c0;
	margin-bottom:20px;
}
#links .sitelinksimptext h6 {
	font-size:14px;
	font-weight:bold;
	line-height:1.45em;
	margin-bottom:2px;
}
#links .sitelinkscopy {
	line-height:1.4em;
	color:#fff;
	font-size:12px;
}
#links .sitelinks li {
	padding-bottom:1px;
	color: #fff;
	clear:right;
	list-style: none;
}
#links .sitelinks li a{
	color: #FFF;
	text-decoration: none;
}
#links .sitelinks h5 {
	font-weight:bold;
}
#links .sitelinks h5.margintop {
	margin-top:8px;
}
#links .sitelinks li a:hover{
	color: #108bcd;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Table */
.comparisontable {
	border-collapse:collapse;
	font-size:16px;
	padding:0;
	width:100%;
}
.comparisontable .col-main {
	text-align:left;
	font-weight: bold;
	font-size:12px;
	line-height: 16px;
}
.col-main a {
	color: #004f6b;
	text-decoration: none;
}
.comparisontable {
	margin-bottom:15px;
}
.comparisontable th {
	background:#eeeeee url(images/table-header.gif) repeat-x;
	border: 1px solid #e0e0e0;
	color:#666;
	padding:8px 4px;
	font-weight:bold;
	font-size: 11px;
	text-align: center;
	line-height: 1.2;	
}
.comparisontable td {
	background: transparent url(images/table-bg.gif) repeat-x bottom;
	border-bottom:solid 1px #e0e0e0;
	padding:15px 5px;
	text-align: center;
}

.comparisontable tr.message td {
	background: #f0f0f0;
	border: solid 1px #e0e0e0;
	color:#666;
	font-size:11px;
	line-height:11px;
	padding:4px;
}
.comparisontable th a:link {
	color:#FFF;
	text-decoration:none;
}
.comparisontable th.no-border {
	background:none;
	border:none;
}
.comparisontable th.header {
	color:#666;
	text-align:left;
	font-weight:bold;
	font-size: 13px;
	border-bottom:solid 1px #e0e0e0;
}

.col-interestrate {
	font-size:18px;
	color:#69bf00;
	font-weight:bold;
	background:#F5FDDE !important;
}
.col-bt .h {
	font-size:16px;
	color:#f47000;
	line-height: 16px;
}
.col-bt .sml {
	font-size:11px;
	color:#444;
}



/* BUTTONS */
.marginmid {
	margin:0 auto;
}
a.sml-apply {
	width:64px;
	height:35px;
	background:url(images/btn-apply.gif) no-repeat top;
	text-indent:-9999px;
	display:block;
}
a.sml-info {
	background:url(images/moreinfo-sml.gif) no-repeat top;
	display:block;
	height:23px;
	text-indent:-9999px;
	width:64px;
}


.fltr {
	float:right;
}
.fltl {
	float:left;
}
.marginleft5 {
	margin-left:5px;
}
.marginright5 {
	margin-right:5px;
}
.marginleft10 {
	margin-left:10px;
}
.marginright10 {
	margin-right:10px;
}
.marginbtm15 {
	margin-bottom:15px !important;
}
.marginbtm3 {
	margin-bottom:3px;
}



blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}














.spacer {
	border-bottom:1px solid #ddd;
	line-height:1px;
	height:1px;
	margin:8px 0 12px;
}


/* Feature CSS Document */

#home-feat {
	height:250px;
	padding:20px 0;
	background-color:#FFF;
	margin-bottom:10px;
	color:#666;
}
#home-sidebar {
	float: right; 
	width: 300px; 
	padding: 0 20px;
}
#home-content {
	float:left;
	padding: 0 20px;
	width: 580px;
}
#home-feat h2 {
	text-indent:-5000px;
	width:584px;
	height:29px;
	background:url(images/search-compare.gif) no-repeat;
	margin-bottom:20px;
}
#home-content h4 a {
	color:#666;
	text-decoration:none;
}
#home-content #feat-text {
	width:319px;
	float:right;
	border-left:solid 1px #d9d9d9;
	padding-left:20px;
}
#home-content #feat-card {
	width:240px;
	float:left;
}
#home-content h4 {
	font-size:20px;
	color:#555;
	font-weight:bold;
	margin-bottom:3px;
}
#home-content p {
	margin-bottom:0.7em;
}
#home-content ul li {
	background:url(images/home-point.gif) left no-repeat;
	padding-left:25px;
	line-height:24px;
	list-style:none;
}
#home-content ul {
	margin:0 0 10px;
}
a.home-apply {
	width:98px;
	height:35px;
	background:url(images/btn-applynow.gif) no-repeat top;
	text-indent:-9999px;
	display:block;
}
a.home-compare {
	width:124px;
	height:35px;
	background:url(images/btn-comparecard.gif) no-repeat top;
	text-indent:-9999px;
	display:block;
}


/* Providers images */

.paddinglft {
	padding-left:24px;
	display:block;
}
a.anz {background:url(images/providers.jpg) no-repeat 0 -18px;}
a.aussie {background:url(images/providers.jpg) no-repeat 0 0;}
a.amex {background:url(images/providers.jpg) no-repeat 0 -36px;}
a.imb {background:url(images/providers.jpg) no-repeat 0 -54px;}
a.cua {background:url(images/providers.jpg) no-repeat 0 -72px;}
a.stgeorge {background:url(images/providers.jpg) no-repeat 0 -90px;}
a.cba {background:url(images/providers.jpg) no-repeat 0 -108px;}
a.suncorp {background:url(images/providers.jpg) no-repeat 0 -126px;}
a.bankwest {background:url(images/providers.jpg) no-repeat 0 -144px;}
a.boq {background:url(images/providers.jpg) no-repeat 0 -162px;}
a.citi {background:url(images/providers.jpg) no-repeat 0 -180px;}
a.visa {background:url(images/providers.jpg) no-repeat 0 -198px;}
a.mastercard {background:url(images/providers.jpg) no-repeat 0 -216px;}
a.woolworths {background:url(images/providers.jpg) no-repeat 0 -234px;}
a.hsbc {background:url(images/providers.jpg) no-repeat 0 -252px;}
a.nab {background:url(images/providers.jpg) no-repeat 0 -270px;}
a.virgin {background:url(images/providers.jpg) no-repeat 0 -288px;}
