/***********************************************************/
/* 
 * RESET 
 */

body, h1, h2, h3, h4, h5, h6, dl, ul, li, em, strong, ul, img, p, form, form input, form button {
	padding: 0; 
	margin: 0; 
}
form button {
	border: none;
	background: 0;
}
h1, h2, h3, h4, h5, h6, ul, li, em, strong {
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
}
img, form input {
	border: 0;
}
p {
	margin: 1em 0;
}
a {
  outline: none;
}

/***********************************************************/
/* 
 * GENERAL STYLES 
 */

body { 
	font: 12px Arial, Helvetica, Garuda, sans-serif;
	text-align: center;
	color: #666666;
  background-color: #F0F0F0;
}
#container {
	width: 1024px; /* 1024 - 80 */
	margin: 0 auto 0 auto;
	text-align: left;
  background-color: #FFF;
  line-height: 20px;
}
h3 {
  font-size: 14px; 
  font-weight: bold;
  line-height: 20px;
}
h3 em {
  font-weight: bold;
}
a {
  color: #D07100;
}
a:hover {
  color: #999999;
}
a:visited {
  color: #D07100;
}
.content ul, .aside ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
p {
  line-height: 20px;
}
dl {
  
}
dt {
  margin-top: 10px;
  font-weight: bold;
}
dd {
  margin: 0;
}
em {
  color: #26A4FF;
} 
blockquote {
  margin: 10px 0 10px 0;
  padding-left: 15px;
  font-style: italic;
  background: transparent url('../img/general/startquote.png') top left no-repeat;
}
blockquote p {
  display: inline;
  width: auto;
  background: transparent url('../img/general/endquote.png') bottom right no-repeat;
  padding-right: 15px;
}
cite {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}
address {
  font-style: normal;
  margin: 5px 0 20px 0;
}

/***********************************************************/
/* 
 * HEADER 
 */
 
#header {
  color: #FFF;
  display: block; 
  clear: both;
  height: 121px;
  padding: 0 40px 0 40px;
  background: transparent url('../img/general/header/header.gif') top left repeat-x;
}
 
/* Logo */
#header h1 {
  float: left;
  margin-top: 17px;
  width: 108px;
  position: relative; /* allows child element to be placed positioned wrt this one */
  overflow: hidden; 
  padding: 0; /* needed to counter the reset/default styles */
  height: 88px; /* height of replacement image */
}
#header h1 a {
  position: absolute; 
  height: 0; /* hiding text, prevent it peaking out */
  width: 108px;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 88px; /* height of the replacement image */
  background-image: url('../img/general/header/logo.gif'); 
}
 
/* Navigation - Both */
#header ul {
  float: right;
}
#header li {
  float: right;
}

/* Navigation - Customer nav */
ul#customernav {
  width: 836px;
  padding-top: 10px;
  height: 38px;
  margin-right: -10px;
  /*background: transparent url('../img/general/header/divider.png') 700px 10px no-repeat;*/
}
ul#customernav li {
  height: 25px;
  color: #b2e7ff;
  text-decoration: none;
  line-height: 18px;
  width: 115px;
}
ul#customernav a {
  color: #b2e7ff;
  text-decoration: none;
}
ul#customernav li em {
  color: #FFF;
}

/* Navigation - Main nav */
ul#mainnav, ul#mainnav li, ul#mainnav a  {
  height: 53px;
}
ul#mainnav {
  margin-top: 20px;
}
ul#mainnav li.right {
  background: transparent url('../img/general/nav/rightofhover.png') top right no-repeat;
}
ul#mainnav li.left a {
  background: transparent url('../img/general/nav/leftofhover.png') top left no-repeat;
}
ul#mainnav li a {
  display: block;
  width: 100px;
  height: 53px;
  background: transparent url('../img/general/nav/left.png') top left no-repeat;
  
  padding-top: 28px;
}
ul#mainnav li a.current, ul#mainnav li a:hover {
  background: transparent url('../img/general/nav/hover.png') top left no-repeat;
}
ul#mainnav li  a span {
  display: block;
  
  width: 100%;
  padding: 13px 0 0 0 !important;
  height: 0px !important;
  height /**/:13px;
  overflow: hidden;
}
ul#mainnav li#navbenefits a span {
	background: transparent url('../img/general/nav/benefits.png') top center no-repeat;
}
ul#mainnav li#navourcharges a span {
	background: transparent url('../img/general/nav/ourcharges.png') top center no-repeat;
}
ul#mainnav li#navapply a span {
	background: transparent url('../img/general/nav/apply.png') top center no-repeat;
}
ul#mainnav li#navfaqs a span {
	background: transparent url('../img/general/nav/faqs.png') top center no-repeat;
}
ul#mainnav li#navaboutus a span {
	background: transparent url('../img/general/nav/aboutus.png') top center no-repeat;
}
ul#mainnav li#navcontactus a span {
	background: transparent url('../img/general/nav/contactus.png') top center no-repeat;
}
ul#mainnav li#navtestimonials a span {
	background: transparent url('../img/general/nav/testimonials.png') top center no-repeat;
}

/***********************************************************/
/* 
 * CONTENT 
 */

.content {
  float: left;
  width: 470px;
  padding-top: 50px;
  padding-left: 40px;
  padding-bottom: 25px;
}
.application  #main .content {
  width: 645px;
}
.page_benefits #main .content, 
.page_testimonials #main .content, 
.page_about #main content, 
.page_faqs #main .content,
.page_contact #main .content,
.page_about #main .content,
.page_charges #main .content
{
	padding-left: 50px;
	width: 460px;
}
.content li {
  background: transparent url('../img/general/tick.png') top left no-repeat;
  padding-top: 1px;
  padding-left: 18px;
  line-height: 15px;
  margin-top: 10px;
}
.content .info {
  padding-top: 20px;
}
.content .info, .content .info dt {
  font-size: 9px !important;
  margin: 0px !important;
}
.content .info dt, .content .info dd {
  display: block;
  float: left;
  width: 200px;
}
.content .info h3 {
  font-size: 11px;
  font-weight: normal;
}

.page_home .content h4 {
  margin-left: -5px !important;
}

#main .content ul {
  overflow: auto;
  margin-top: 15px;
  margin-left: 0px;
}
#benefits #main .content ul {
  height: 110px;
}
#charges #main .content li {
  width: 430px;
}
#main .content li {
  float: left;
  width: 200px;
  font-weight: bold;
}


/***********************************************************/
/* 
 * TABLE
 */
 
table {
  border-collapse: collapse;
  border: 0;
  margin-left: 45px;
}
table thead {
  display: block;
  position: relative;
  background: transparent url('../img/general/table/head.png') top left no-repeat;
  height: 60px;
  padding-left: 20px;
  color: #fff;
  width: 359px;
}
table thead tr {
  display: block;
  padding-left: 25px;
  padding-top: 23px;  
  position: relative;
}
table thead th {
  background-image: none;
  width: 170px;
  padding-left: 5px;
  
  position: relative;
  left: 20px;
}

table tbody {
  display: block;
}
table tbody tr {
  display: block;
  padding-left: 50px;
  position: relative;
  background: transparent url('../img/general/table/body.png') top left no-repeat;
  height: 24px;
}
table tbody td {
  background-image: none;
  width: 170px;
  padding-left: 0px;
  position: relative;
  left: 30px;
}
table tbody tr.last {
  display: block;
  padding-left: 50px;
  background: transparent url('../img/general/table/foot.png') top left no-repeat;
  height: 36px;
}
table tbody tr.last td {
  width: 170px;
  padding-left: 0px;
  top: -5px;
}

/***********************************************************/
/* 
 * FORM 
 */

form {
  width: 645px;
}
form fieldset {
  width: 610px;
  padding: 0px 0 50px 35px;
  position: relative;
  border: 0;
  background: transparent url('../img/general/form/bottom.png') 0px bottom no-repeat;
}
form legend span{
  margin-left: -36px;
  display: block;
  width: 645px;
  height: 7px;
  overflow: hidden;
  background: transparent url('../img/general/form/top.png') top left no-repeat;
  color: #f0f0f0;
  font-size: 1px;
  margin-bottom: 0px;
}
form label {
  display: block;
  clear: both;
  margin: 0px 0 0px 0;
  padding: 20px 0 0 0;
}
form input {
  background: transparent url('../img/general/form/textbox.png') top left no-repeat;
  padding: 5px 0 0 5px; 
  height: 21px;
  width: 401px;
  float: left;
  color: #666666;
}

.listcontainer 
{
	float:left;
}

form .date {
  width: 401px;
  float: left;
}
form select {
  width: 401px;
}
form .date select {
  width: auto;
}
form .tooltip {
  margin-top: -3px;
  width: 140px;
  padding-right: 45px;
  line-height: 14px;
  font-size: 11px;
  color: #B2B2B2;
  float: right;
}
form .sortcode input {
	width: 30px !important;
}
form .sortcode span {
	color: #39BFFF !important;
	display: block;
	float: left;
	height: 25px;
	margin-top: 1px;
	background-color: #39BFFF;
	width: 103px;
}

/* Lists (used in error message) */
form ul {
  margin-bottom: 0 !important;
  width: 550px;
}
form li {
  background-image: none !important;
  list-style-type: disc;
  margin-left: 30px;
  padding: 0 !important;
  float: none !important;
  color: #FFF;
  width: auto !important;
  line-height: 25px;
}

/* Errors */
form fieldset.error {
  background: transparent url('../img/general/form/error_bottom.png') 0px bottom no-repeat;
}
form fieldset.error legend span{
  background: transparent url('../img/general/form/error_top.png') top left no-repeat;
  color: #FFF;
  font-size: 18px;
  height: 26px;
  padding: 25px 0 0 65px;
}
form span.error {
  width: 381px;
  color: #FFF;
  padding: 10px 15px 10px 15px;
  display: block;
  clear: both;
  font-style: italic;
  font-size: 11px;
  background: transparent url('../img/general/form/error_specific.png') bottom left no-repeat;
  margin-left: -2px;
}
form input.error {
  background: transparent url('../img/general/form/error_textbox.png') top left no-repeat;
  width: 411px;
  margin-left: -2px;
}
form .error select { /* Date */

}
form select.error {
  color: #37BDFF;
  margin-right: 10px;
}

.listcontainer.error {
	padding-top:3px;
	padding-left:3px;	
	background: transparent url('../img/general/form/error_textbox.png') top left no-repeat;
	margin-left: -2px;	
	float:left;
	width:411px;	
}

/* Submit and message */
form fieldset.submit {
  background-image: none;
  margin: 0;
  padding: 0;
  width: 660px;
}
form .message {
  background: transparent url('../img/general/form/message_top.png') top left no-repeat;
  width: 434px;
  padding: 10px 0 0 0;
  float: left;
}
form .message p, form .message label {
  background: transparent url('../img/general/form/message_bottom.png') bottom left no-repeat;
  width: 400px;
  padding: 10px 17px 20px 17px;
  font-weight: bold;
}
form .submit input {
  background: transparent url('../img/application/proceed_step2.png') top left no-repeat;
  width: 205px;
  height: 72px;
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
.page_application2 form .submit input {
  background: transparent url('../img/application/proceed_step3.png') top left no-repeat !important;
}
.page_application3 form .submit input {
  background: transparent url('../img/application/proceed_step4.png') top left no-repeat !important;
}
.page_application4 form .submit input {
  background: transparent url('../img/application/proceed_getcash.png') top left no-repeat !important;
}

/***********************************************************/
/* 
 * ASIDE 
 */

.aside {
  float: left;
  width: 474px;
  padding-top: 50px;
  padding-right: 40px;
  padding-bottom: 25px;
}
.aside p.explanation {
  text-align: right;
  margin: 0;
  padding-right: 3px;
}

#borrowapp {
  margin: -5px 0 0px 0 !important;
  min-height: 125px;
  width: 413px;
  background: transparent url('../img/general/borrowapp/bg_bottom.png') bottom left no-repeat;
  padding: 0 35px 35px 35px;
}
.small #borrowapp {
  width: 295px !important;
  background-image: url('../img/general/borrowapp/small/bg_bottom.png') !important;
  margin-left: 72px !important;
  padding-left: 32px;
}
#borrowapptop {
  padding: 0 !important;
  margin: 0 0 0 -35px !important;
  height: 12px;
  background: transparent url('../img/general/borrowapp/bg_top.png') top left no-repeat;
  width: 483px;
  z-index: 1;
}
.small #borrowapptop{
  background-image: url('../img/general/borrowapp/small/bg_top.png') !important;
  margin-left: -30px !important;
}
#borrowapp h4 {
  margin-top: 25px;
  padding: 20px 0 0 0 !important;
  height: 0px !important;
  height /**/:20px;
  overflow: hidden;
  background: transparent url('../img/general/borrowapp/h4.png') top center no-repeat;
  
  width: 413px;
}
.small #borrowapp h4{
  width: 295px !important;
  margin-top: 10px !important;
  background-image: url('../img/general/borrowapp/small/h4.png') !important;
}
#borrowapp p {
  /*padding: 53px 0 0 0 !important;
  height: 0px !important;
  height /*:53px;
  overflow: hidden; 
  background: transparent url('../img/general/borrowapp/p.png') top center no-repeat;*/
  display: block;
  clear: both;
  width: 350px;
  padding-left: 33px;
  margin: 0;
  text-align: center;
  font-size: 14px;
}

#borrowapp #larrow, #borrowapp #rarrow {  
  display: block;
  float: left;
  width: 27px;
  height: 28px;
  margin-top: 11px;
  cursor: pointer;
}
#borrowapp #larrow {
  margin-right: 18px;
  background: transparent url('../img/general/borrowapp/larrow.png') top left no-repeat;
}
.small #borrowapp #larrow {
  margin-left: 5px;
}
#borrowapp #rarrow {
  margin-left: 18px;
  background: transparent url('../img/general/borrowapp/rarrow.png') top left no-repeat;
}
#borrowapp #rarrow:hover {
  background: transparent url('../img/general/borrowapp/rarrow_current.png') top left no-repeat;
}
#borrowapp #larrow:hover {
  background: transparent url('../img/general/borrowapp/larrow_current.png') top left no-repeat;
}
#borrowapp #slider {
  display: block;
  float: left;
  width: 390px;
  height: 30px;
  margin-top: 20px;
}

#borrowapp #slickbox {
  clear: both;
  display: block;
  height: 90px;
  width: 483px;
}
.small #borrowapp #slickbox {
  width: 255px;
  margin-left: 14px;
}
#borrowapp #slickbox ul {
  margin: 0 auto 0 auto;
}
.small #borrowapp #slickbox ul {
  padding: 0 25px 0 25px !important;
}
#borrowapp #slickbox li {
  display: block;
  width: 325px;
  height: 23px;
  margin: 0;
  padding: 3px 0 0 0;
  text-align: right;
  font-size: 18px;
  font-style: italic;
}
.small #borrowapp #slickbox li {
  font-size: 16px;
  width: 220px;
}
#borrowapp #slickbox li.b {
  background: transparent url('../img/general/borrowapp/borrow.png') top left no-repeat;
  color: #26A4FF;
}
.small #borrowapp #slickbox li.b {
  background-image: url('../img/general/borrowapp/small/borrow.png');
}
#borrowapp #slickbox li.c {
  background: transparent url('../img/general/borrowapp/charge.png') top left no-repeat;
  padding-top: 4px;
  color: #999999;
}
.small #borrowapp #slickbox li.c {
  background-image: url('../img/general/borrowapp/small/charge.png');
}
#borrowapp #slickbox li.r {
  background: transparent url('../img/general/borrowapp/repay.png') top left no-repeat;
  color: #D07100;
}
.small #borrowapp #slickbox li.r {
  background-image: url('../img/general/borrowapp/small/repay.png');
}

/* Slider */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 50px; height: 50px; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: 12px; }
.ui-slider-horizontal .ui-slider-handle { top: -20px; margin-left: -25px; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
#borrowapp .ui-slider {
  background: transparent url('../img/general/borrowapp/slider.png') top left no-repeat;
  width: 322px !important;
}
.small #borrowapp .ui-slider {
  width: 200px !important
}
#borrowapp .ui-slider-handle {

  background: transparent url('../img/general/borrowapp/handle.png') top left no-repeat;
}
#borrowapp .amount {
  display: inline-block;
  font-size: 14px !important;
  width: 55px;
}

/* CTAs */
#main .aside ul {
  padding-left: 50px;
}
#main .aside li {
  height: 130px;
  width: 375px;
  display: block;
  padding: 20px 0 0 30px; 
}
#main .aside li.cash {
  background: transparent url('../img/general/aside/hand.png') top left no-repeat;
  height: 110px;
  padding-top: 30px;
}
#main .aside li.cash h3 {
  padding: 18px 0 0 0 !important;
  height: 0px !important;
  height /**/:18px;
  overflow: hidden;
  background: transparent url('../img/general/aside/getyourcash.png') top left no-repeat;
}
#main .aside li.qualify {
  background: transparent url('../img/general/aside/woman.png') top left no-repeat;
  height: 110px;
  padding-top: 30px;
}
#main .aside li.qualify h3 {
  padding: 16px 0 0 0 !important;
  height: 0px !important;
  height /**/:16px;
  overflow: hidden;
  background: transparent url('../img/general/aside/whatyouneed.png') top left no-repeat;
}
#main .aside li.testimonials {
  background: transparent url('../img/general/aside/pen.png') top left no-repeat;
}
#main .aside li.testimonials h3 {
  padding: 17px 0 0 0 !important;
  height: 0px !important;
  height /**/:17px;
  overflow: hidden;
  background: transparent url('../img/general/aside/whatourcustomers.png') top left no-repeat;
}
#main .aside li p {
  width: 220px;
  margin-top: 8px;
}
#main .aside a.readmore {
  margin-left: 136px;
  margin-top: -5px;
}

/* Application */
.application #main .aside {
  margin: 0;
  padding: 0;
  width: 268px;
}
.application  #main .aside ul {
  margin: 170px 0 0 20px; 
  padding: 0;
  width: 268px;
}
.application  #main .aside li {
  width: 268px;
  padding: 38px 0 0 0 !important;
  height: 0px !important;
  height /**/:38px;
  overflow: hidden;
}
.application #main .aside li.one {
  background: transparent url('../img/application/aside_1.png') top left no-repeat;
}
.page_application1 #main .aside li.one {
  background: transparent url('../img/application/aside_1_current.png') top left no-repeat;
}
.application #main .aside li.two {
  background: transparent url('../img/application/aside_2.png') top left no-repeat;
}
.page_application2 #main .aside li.two {
  background: transparent url('../img/application/aside_2_current.png') top left no-repeat;
}
.application #main .aside li.three {
  background: transparent url('../img/application/aside_3.png') top left no-repeat;
}
.page_application3 #main .aside li.three {
  background: transparent url('../img/application/aside_3_current.png') top left no-repeat;
}
.application #main .aside li.four {
  background: transparent url('../img/application/aside_4.png') top left no-repeat;
}
.page_application4 #main .aside li.four {
  background: transparent url('../img/application/aside_4_current.png') top left no-repeat;
}

.page_home .fixed {
  position: absolute;
  top: 395px;
}
.page_home #main .aside {
  height: 350px;
}


/***********************************************************/
/* 
 * BUTTONS 
 */
 
 a.readmore {
  display: block;
  padding: 23px 0 0 0 !important;
  height: 0px !important;
  height /**/:23px;
  overflow: hidden;
  background: transparent url('../img/general/buttons/readmore.png') top left no-repeat;
  width: 82px;
 }
 a.readmore:hover {
  background-image: url('../img/general/buttons/readmore_rollover.png');
 }
 
 .small #borrowapp p.apply {
  padding-left: 40px !important;
  width: 90px !important;
 }
 p.apply a {
  display: block;
  padding: 32px 0 0 0 !important;
  height: 0px !important;
  height /**/: 23px;
  overflow: hidden;
  background: transparent url('../img/general/borrowapp/small/apply.png') top left no-repeat;
  width: 220px;
 }
 p.apply a:hover {
  background-image: url('../img/general/borrowapp/small/apply_rollover.png');
 }

/***********************************************************/
/* 
 * FOOTER 
 */

#footer {
  display: block;
  padding: 32px 0px 23px 0px;
  clear: both;
  height: 228px;
  background: #F0F0F0 url('../img/general/footer/bg.png') top left repeat-x;
}
#footer ul {
  margin-bottom: 0;
  margin-left: 0;
}

/* FooterContent */
#footer .content {
  height: 124px;
  padding-top: 12px;
}
#footer .content ul {
  height: 65px;
  margin: 15px 0 0 0;
}
#footer .content li {
  width: 160px;
  float: left;
  height: 14px;
  padding-top: 3px;
  margin-top: 5px;
}
#footer .content li p {
  margin: 0;
}

/* FooterAside */
#footer .aside {
  padding-right: 0;
  padding-top: 0;
}
#footer .aside li {
  border-left: 1px solid #d8dad6;
  padding: 13px 18px 0 18px;
  height: 116px; 
  float: left;
  width: 200px;
}
#footer .aside a.readmore {
  background-position: top right;
  float: right;
}

/* FooterNav */
#footer #fnav {
  display: block;
  clear: both;
  float: none;
  background-color: #3f3f3f;
  height: 27px;
  overflow: auto;
  width: 100%;
}
#footer #fnav ul {
  margin-top: 6px;
}
#footer #fnav ul  li {
  float: left;
  border-right: 1px solid #999999;
  padding: 0 35px 0 35px;
  height: 17px;
}
#footer #fnav ul  li a {
  color: #999999;
}

.accept 
{
    background: #FF9933 url('../img/agreement/button.gif') top left repeat-x;
	width:80px;
	height:21px;
	clear:both;
	color:White;
	padding:0!important;
	margin-top:10px;
	font-size:11px;
}

/***********************************************************/

.contactmessage 
{
    width:400px;
    height:150px;
}