/* 
COLORS
white: #fff
black: #000
grey: #dadada
orange: #f3900f

 */

html {
	background: #fff;
}
body {
	width: 935px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	font: 62.5%/1.5 arial, helvetica, sans-serif;
}

a:active {
	outline: none;
	border: none;
}
a img {
	border: 0;
}


/* @group Header */

#header {
	position: absolute;
	top: 29px;
	height: 59px;
	width: 100%;
	z-index:99;
}
#header a.logo {
	display: block;
	width: 210px;
	height: 35px;
	margin: 0 0 0 22px;
}
#header ul {
	position: absolute;
	right: 8px;
	bottom: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	font-size: 11px;
}
#header li {
	float: left;
	margin: 0 0 0 29px;
}
#header a {
	color: #000;
	text-decoration: none;
	display: block;
}
#header a:hover {
	text-decoration: underline;
}
#header span {
	display: block;
	float: left;
}
.login span {
	background: url(../gfx/sprite.png) 0 0;
	width: 9px;
	height: 13px;
	margin: 2px 5px 0 0;
}
.open-account span {
	background: url(../gfx/sprite.png) -9px 0;
	width: 3px;
	height: 5px;
	margin: 6px 4px 0 0;
}

/* @end Header */


/* @group Topnavigatie */

.nav {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}
.nav .service {
	position: absolute;
	right: 8px;
	top: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}
.service li {
	float: left;
	margin: 0 0 0 29px;
}
.service a {
	color: #000;
	text-decoration: none;
	display: block;
}
.service a:hover {
	text-decoration: underline;
}
.service span {
	display: block;
	float: left;
}
.service span {
	background: url(../gfx/sprite.png) -9px 0;
	width: 3px;
	height: 5px;
	margin: 6px 4px 0 0;
}

.main-nav {
	top: 88px;
	position: absolute;
	width: 923px;
	height: 50px;
	margin: 0;
	padding: 0 4px;
	list-style: none;
	background: url(../gfx/main-nav.png);
}
.main-nav li {
	float: left;
	border: solid #4e4e4e;
	border-width: 0 1px 0 0;
	margin: 8px 0 0;
	position: relative;
}
.main-nav a {
	display: block;
	line-height: 34px;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: .3px;
	text-decoration: none;
	padding: 0 11px;
}
.main-nav a:hover {
	color: #f3900f;
}
.main-nav .active a {
	color: #f3900f;
	background: url(../gfx/main-nav.png) 0 -50px;
	font-weight: bold;
}

.main-nav h2 {
	font: bold 1.6em Arial, sans-serif;
	font-style: italic;
	color: #F1961B;
	letter-spacing: 0.05em;
	margin-left: 13px;
}

.nav-sub {
	position: absolute;
	left: -8px;
	margin: 0;
	padding: 0 8px 9px;
	width: 175px;
	list-style: none;
	background: url(../gfx/subnav.png) no-repeat 0 100%;
	_background: none;
	display: none;
}
li:hover .nav-sub,
.show-sub .nav-sub {
	display: block;
}
.nav-sub li {
	margin: 0;
	border: solid #dadada;
	border-width: 0 0 1px;
	float: none;
}
.nav-sub li a,
.active .nav-sub li a {
	background: #fff;
	display: block;
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
	line-height: 24px;
}
.nav-sub li a:hover {
	color: orange;
}
.nav-sub li.first {
	height: 8px;
	border: 0;
	background: #fff url(../gfx/main-nav.png) no-repeat 50% -42px;
	width: 175px;
}

#header .nav-sub {
	position: absolute;
	left: 8px;
	margin: 0;
	padding: 0 8px 9px;
	width: 175px;
	list-style: none;
	background: url(../gfx/subnav.png) no-repeat 0 100%;
	_background: none;
	bottom:auto;
	z-index:99;
	border-top:#DADADA 1px solid;
}
#header .nav-sub li {
	float:none;
	margin:0;
	text-align:left;
}
#header .nav-sub li a {
	display: block;
	letter-spacing: .3px;
	text-decoration: none;
	padding: 0 11px;
	font-size:11px;
}
#header .nav-sub li a:hover {
	color: #f3900f;
}
#header a.open-account {
	cursor:pointer;
}

/* @end Topnavigatie */

/* @group Three column layout */

.three-col {
	padding: 130px 193px 0 172px;
	overflow: auto;
}
.three-col .subnav {
	float: left;
	width: 170px;
	right: 170px;
	margin: 7px 0 0 -100%;
	position: relative;
	padding: 0 0 0 2px;
	list-style: none;
}
.three-col .content {
	width: 100%;
	margin: 0 0;
	float: left;
	position: relative;
}
.three-col .related {
	float: left;
	width: 183px;
	margin: 0 -188px 0 0;
	position: relative;
}

/* @end Three column layout */

/* @group Two column layout */

.two-col {
	padding: 130px 193px 0 0;
	overflow: auto;
}
.two-col .content {
	width: 100%;
	margin: 0 0;
	float: left;
	position: relative;
}
.two-col .related {
	float: left;
	width: 183px;
	margin: 0 -188px 0 0;
	position: relative;
}
.top-fold {
	background: url(../gfx/fold-left.png) no-repeat 0 130px;
	margin-left: -5px;
}

/* @end Two column layout */

/* @group Alternate Three column layout */

.three-col1 {
	padding: 130px 193px 0 186px;
	overflow: auto;
}
.three-col1 .security {
	float: left;
	width: 182px;
	right: 184px;
	margin: 7px 0 10px -100%;
	position: relative;
	padding: 0;
}
.three-col1 .content-login {
	width: 100%;
	margin: 0 0;
	float: left;
	position: relative;
	background: url(../gfx/fold-left.png) no-repeat;
}
.three-col1 .related {
	float: left;
	width: 183px;
	margin: 0 -188px 0 0;
	position: relative;
}
.login-bottom {
	background: url(../gfx/fold.png) no-repeat 100% 100%;
	padding: 20px;
	min-height: 161px;
}

/* @end Three column layout */

/* @group Homepage layout */

.home-col {
	padding: 130px 0 10px;
	overflow: hidden;
}
.home-col .slider {
	float: left;
	width: 403px;
	margin: 0 0 0 4px;
	min-height: 396px;
}
.home-col .content {
	float: right;
	width: 528px;
}

/* @end Homepage layout */

/* @group Subnav */

.subnav li {
	border: solid #dadada;
	border-width: 0 0 1px;
}
.subnav a {
	display: block;
	line-height: 24px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0 0 15px;
}
.subnav a:hover {
	color: #919191;
}
.subnav .active a {
	color: #f3900f;
}

/* @end */

/* @group Security col */

.security {
	color: #fff;
}
.security h2 {
	background: #000 url(../gfx/security.png) no-repeat;
	line-height: 39px;
	margin: 0;
	padding: 0 0 0 11px;
	color: #f39d1c;
	font-weight: normal;
	font-style: italic;
	font-size: 1.6em;
}
.security h3,
.security p {
	background: #000;
	margin: 0 0 0 2px;
	padding: 0 11px 5px;
	font-size: 1.4em;
	position: relative;
	zoom: 1;
}
.security p {
	font-size: 1.1em;
}
.security .hr {
	height: 5px;
	background: #000;
	border: solid #4d4d4d;
	border-width: 1px 0 0;
	margin: 0 0 0 2px;
}
.security h3 {
	padding: 0 0 5px 38px;
	line-height: 1.2;
	border: 0;
}
.security h3 span {
	background: url(../gfx/sprite.png) no-repeat -1866px 50%;
	float: left;
	width: 19px;
	height: 100%;
	position: absolute;
	left: 11px;
}
.security .https span {
	background-position: -1850px 50%;
	width: 16px;
	left: 13px;
}
.security .pc span {
	background-position: -1834px 50%;
	width: 16px;
	left: 13px;
}
.security .more {
	padding: 7px 11px 12px;
	font-weight: bold;
}
.security .more a {
	color: #fff;
	text-decoration: none;
}
.security .more span {
	background:transparent url(../gfx/sprite.png) no-repeat scroll -233px 0;
	float:left;
	height:16px;
	margin:0 5px 0 0;
	width:3px;
}

.two-col .security,
.sec .security {
	width: 177px;
	float: right;
	margin: 0 -2px 10px 0;
}
.two-col .security h2,
.sec .security h2 {
	line-height: 1.5;
	background: #000 url(../gfx/security.png) no-repeat 100% -3px;
	font-size: 1.5em;
	padding: 3px 10px 3px 6px;
}
.security ul {
	margin: 0;
	padding: 0;
	background: #000;
	list-style: none;
}
.security li {
	font-size: 1.1em;
	border: solid #4d4d4d;
	border-width: 1px 0 0;
	padding: 4px 5px 4px 32px;
	position: relative;
}
.security li span {
	background: url(../gfx/sprite.png) no-repeat -1913px 0;
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	left: 6px;
}
/* @end */

/* @group Default body content */

.content h1 {
	margin: 22px 0 9px 15px;
	font-weight: bold;
	font-size: 1.8em;
}
.content h2 {
	margin: 0 15px 0 15px;
	font-weight: bold;
	font-size: 1.4em;
}

.content p {
	font-size: 1.2em;
	margin: 0 15px 13px 15px;
}
.content ul {
	margin: 0 15px 13px 30px;
	padding: 0;
	overflow: auto;
}
.steps-item ul {
	margin: 0 15px 13px 10px;
}
.content li {
	font-size: 1.2em;
	list-style: none;
	background: url(../gfx/li.png) no-repeat 0 6px;
	padding: 0 0 0 10px;
	margin: 0;
}
.ol {
	margin: 0 15px 13px 0px;
	padding: 0 0 0 30px;
}
.ol li {
	list-style: decimal;
	background: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.steps-item li {
	font-size: 1em;
	font-weight: normal;
}
.sitemap a {
	color: #000;
	text-decoration: none;
}
.sitemap a:hover {
	color: #f3900f;
}

.content .divider-btm { /* ie6.css */
	background: url(../gfx/sprite.png) -1279px 23px no-repeat;
	height: 35px;
	margin-bottom: -4px;
}

.content .links-block {
	background: url(../gfx/fold.png) right bottom no-repeat;
	width: 250px;
	float: left;
	display: inline;
	margin: 0 0 13px 15px;
	padding: 0 0 30px;
}
.content .links-block.links-block-right {
	float: right;
	width: 250px;
}

.links-block h2 {
	font: bold 1.8em Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #f1961b;
	margin:  0 0 2px 0;
}
.links-block p {
	margin-left: 0;
}
.content .img-left {
	float: left;
	display: inline;
	margin: 0 10px 5px 15px;
}

.content .img-right {
	float: right;
	display: inline;
	margin: 0 15px 5px 10px;
}

.content .contact-block { /* ie6.css */
	background: url(../gfx/fold.png) right bottom no-repeat;
	clear: both;
	position: relative;
	overflow: auto;
	margin: 0 0 8px;
	padding: 10px 0 20px;
}

.contact-block .contact2of3 {
	float: left;
	display: inline;
}

.contact-block .contact1of3 {
	float: right;
	display: inline;
	width: 180px;
	margin: 0 13px 0 43px;
}

.contact-block .contact2of3 {
	width: 320px;
}

.contact-block h3,
.contact-block h3 a,
.contact-block strong {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #f1961b;
	margin: 0;
	text-decoration: none;
	display: block;
}

.contact-block .contact2of3 h3 {
	margin: 0 0 3px 15px;
}

.contact-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact-block strong{
	border-bottom: 1px solid #d6d6d6;

}
.contact-block ul li,
.contact-block em {
	border-bottom: 1px solid #d6d6d6;
	font-size: 1.1em;
	padding: 0 0 2px 3px;
	position: relative;
	display: block;
	font-style: normal;
	background: none;
}

.contact-block ul li strong {
	position: absolute;
	left: 50px;
}

 .contact1of3 p {
 	font-size: 1.2em;
	margin-left: 0;
 }
 
 .contact-block span { /* ie6.css */
 	position: absolute;
	right: 23px;
	top: 5px;
	display: block;
	background-image: url(../gfx/sprite.png);
	background-repeat: no-repeat;
 }
 
.contact-block .calling span {
	width: 17px;
	height: 18px;
	background-position: -1249px top;
}

.contact-block .emailing span {
	width: 19px;
	height: 16px;
	background-position: -25px top;
}

.contact-block .writing span {
	width: 15px;
	height: 15px;
	background-position: -1930px top;
}

.content .item-paging {
	position: relative;
}

.item-paging a {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	position: absolute;
	padding: 0 10px;
}

.item-paging a:hover {
	text-decoration: underline;
}

.item-paging a.previous {
	left: 15px;
}

.item-paging a.next {
	right: 10px;
}

.item-paging a span { /* ie.css */
	position: absolute;
	width: 3px;
	height: 5px;
	background-image: url(../gfx/sprite.png);
	margin: 4px 0 0;
}

.item-paging a.previous span {
	background-position: -1945px top;
	left: 0;
}

.item-paging a.next span {
	background-position: -9px top;
	right: 0;
}

.tabs-content {
	padding: 10px 0;
	overflow:auto;
}
.tabs-content h1,
.tabs-content h2,
.tabs-content h3,
.tabs-content p {
	padding-left: 10px;
}
.tabs-content .flash-perc {
	margin-left: 20px !important;
}
.tabs-content .tabcontent {
	display: none;
}
.tabs-content .active {
	display: block;
}


/* @end */

/* @group News items lists */

.content .news-items {
	background: url(../gfx/fold.png) no-repeat 100% 100%;
	margin: 13px 0 13px 15px;
	padding: 0 10px 30px 0;
	list-style: none;
}
.content .news-items li {
	margin: 0 0 31px;
	padding: 0;
	background: none;
	font-size: 1em;
}
.news-items h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0 2px;
}
.news-items h3 a {
	color: #f3900f;
	text-decoration: none;
}
.news-items h3 a:hover {
	text-decoration: underline;
}
.news-items p {
	margin: 0 10px 0 0;
	font-size: 1.2em;
}
.news-items .date {
	margin: 0 0 7px;
	padding: 0 0 7px 2px;
	border: solid #dadada;
	border-width: 0 0 1px;
	font-size: 1.1em;
}
.news-items .read-more {
	margin: 7px 0 0;
	font-size: 1.1em;
}
.content .news-items .read-all {
	text-align: right;
	font-size: 1.2em;
	margin: 0;
	overflow: hidden;
}

.news-items-overview {
	background: none;
	padding-bottom: 0;
}

.news-items-overview h3 {
	font-size: 1.2em;
}

.read-more a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.read-more a:hover,
.read-all a:hover {
	color: #e76e17;
}
.read-more span {
	background: url(../gfx/sprite.png) -9px 0;
	width: 3px;
	height: 5px;
	margin: 6px 4px 0 0;
	display: block;
	float: left;
}

ul.read-more {
	margin: 0;
}

.read-more li {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
}

.read-more li a {
	font-size: 1.1em;
	font-weight: normal;
}

.read-all a {
	text-decoration: none;
	color: #000;
	float: right;
	margin: 0 15px 0 0;
}
.read-all span {
	background: url(../gfx/sprite.png) -9px 0;
	width: 3px;
	height: 5px;
	margin: 6px 4px 0 0;
	display: block;
	float: left;
}

.content .press-items {
	margin: 20px 0 0 15px;
	padding: 0;
	list-style: none;
}
.content .press-items li {
	clear: both;
	margin: 0 0 13px;
	padding: 0;
	background: none;
	font-size: 1em;
}
.content .press-items li p {
	font-size: 1em;
}
.content .press-items li a p {
	display: inline;
	margin: 0;
}
.press-items a {
	text-decoration: none;
	color: #000;
	font-size: 1.2em;
	display: block;
}
.press-items a:hover {
	color: #575757;
}
.press-items a[href$=".pdf"] {
	background: url(../gfx/files.png) no-repeat;
	padding: 0 0 0 30px;
}
.press-items a span {
	background: url(../gfx/sprite.png) -9px 0;
	width: 3px;
	height: 5px;
	margin: 6px 4px 20px 0;
	display: block;
	float: left;
}
.press-items em {
	display: block;
	font-size: 0.92em;
	font-style: normal;
}

.news-list h3 {
	margin: 3px 0 5px;
}

.news-list .open h3 {
	margin: 3px 0 2px;
}

.news-list h3 {
	font: 1.2em Arial, Helvetica, sans-serif;
}
.news-list h3 strong {
	
}

.news-list h3 a {
	color: #000;
	text-decoration: none;
}

.news-list h4 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin: 0 0 0 13px;
}

.news-list .news-text {
	display: none;
}

.news-list .open .news-text {
	display: inline;
}

.content .news-list {
	margin: 0 15px 30px;
	padding: 0;
	list-style: none;
}

.news-list li p {
	margin-left: 13px;
}

.content .news-list li {
	border-bottom: 1px solid #c6c6c6;
	font-size: 1em;
	background: none;
	padding: 0;
}
.content .news-list li ul {
	margin: 0 15px 15px 10px;
}
.content .news-list li li {
	border: 0;
	font-size: 1.2em;
	list-style: none;
	background: url(../gfx/li.png) no-repeat 0 6px;
	padding: 0 0 0 10px;
	margin: 0;
}
.content .tabs-content .news-list li li {
	margin: 0 0 0 13px;
}

.news-list li.open {
	padding-bottom: 8px;
}

.news-list li span {
	display: block;
	float: left;
	width: 13px;
	height: 14px;
	background: url(../gfx/sprite.png) -1900px 4px no-repeat;
	position: relative;
	margin: 0 0 3px;
}

.news-list li.open span {
	background: url(../gfx/sprite.png) -1890px 6px no-repeat;
	position: relative;
}


/* @end */

/* @group User actions */

.content .user-actions {
	border: solid #dadada;
	border-width: 1px 0;
	margin: 50px 10px 10px 15px;
	list-style: none;
	padding: 0;
	overflow: hidden;
	font-size: 1.1em;
	clear: both;
}
.content .user-actions li {
	float: left;
	margin: 0 20px 0 13px;
	font-size: 1em;
	background: none;
	clear: none;
}
.user-actions a {
	display: block;
	line-height: 37px;
	color: #000;
	text-decoration: none;
}
.user-actions a:hover {
	text-decoration: underline;
}
.user-actions span {
	display: block;
	float: left;
	width: 13px;
	height: 12px;
	margin: 12px 7px 0 0;
}
.print span {
	background: url(../gfx/sprite.png) no-repeat -12px 0;
}
.send-to-friend span {
	background: url(../gfx/sprite.png) no-repeat -25px 0;
	width: 19px;
	height: 16px;
}
.favorite span {
	background: url(../gfx/sprite.png) no-repeat -44px 0;
	width: 6px;
}

/* @end */

/* @group Banner-right */

.banner-right {
	background: url(../gfx/sprite.png) repeat-y -50px 0;
	width: 183px;
	overflow: hidden;
	margin: 0 15px 8px 2px;
}
.banner-right a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 1.2em;
}
.banner-right img {
	display: block;
	border: 0;
}
.banner-right em {
	color: #fff;
	font-style: italic;
	display: block;
	margin: 10px 10px 0;
	font-size: 1.5em;
}
.banner-right span {
	margin: 0 10px;
	display: block;
}
.banner-right strong {
	margin: 12px 10px;
	font-weight: normal;
	color: #fff;
	display: block;
	padding: 0 0 0 0;
	text-decoration: none;
}
.banner-right strong span {
	background: url(../gfx/sprite.png) no-repeat -233px 0;
	float: left;
	width: 3px;
	height: 16px;
	margin: 0 5px 10px 0;
}
.banner-right a:hover strong {
	text-decoration: underline;
}

/* @end */

/* @group Footer */

.footer {
	clear: both;
	background: #000;
	width: 891px;
	margin: 0 0 0 4px;
	overflow: auto;
	padding: 12px 16px;
	position: relative;
}
.col {
	float: left;
	width: 200px;
	color: #fff;
}
.col h4 {
	margin: 0;
	color: #f3900f;
	font-size: 1.2em;
	font-weight: bold;
}
.col ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
}
.col li {
	margin: 0;
	padding: 0;
}
.col a {
	color: #fff;
	text-decoration: none;
}
.col a:hover {
	text-decoration: underline;
}
.col a span {
	background: url(../gfx/sprite.png) no-repeat -233px 0;
	float: left;
	width: 3px;
	height: 16px;
	margin: 0 5px 0 0;
}
.col p {
	margin: 0;
}
.footer .telephone {
	width: 140px;
	position: relative;
	font-size: 1.1em;
}
.footer .telephone strong {
	display: block;
	font-size: 1.09em;
}
.footer .telephone em {
	display: block;
	font-style: normal;
}
.footer .telephone span {
	background: url(../gfx/sprite.png) no-repeat -236px 0;
	width: 17px;
	height: 18px;
	display: block;
	position: absolute;
	top: -4px;
	right: 0;
}
.brand-info {
	position: absolute;
	right: 12px;
	bottom: 5px;
	color: #fff;
	font-size: 1.1em;
	background: url(../gfx/leaseplan-logo.png) no-repeat 100% 0;
	line-height: 23px;
}
.brand-info img {
	vertical-align: middle;
	margin: 0 0 0 5px;
	visibility: hidden;
}

/* @end */

/* @group Home page slider */

.slider {
	position: relative;
}
.slider .item {
	background: url(../gfx/sprite.png) repeat-y -253px 0;
	min-height: 385px;
	position: absolute;
	left: 0;
	top: -2000px;
	left: 0;
}
.slider .selected {
	top: 0px;
}
.slider .item img {
	display: block;
}
.slider .numbers {
	position: absolute;
	right: 12px;
	top: 252px;
	z-index: 100;
}
.numbers a {
	display: block;
	float: left;
	background: #fff;
	border: 1px #dadada solid;
	margin: 0 0 0 4px;
	width: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 1.1em;
	color: #f3900f;
	text-decoration: none;
}
.numbers a.selectedlink {
	font-weight: bold;
	font-size: 1.3em;
	background: #f3900f;
	color: #fff;
}
.slider h3 {
	color: #fff;
	font-style: italic;
	font-size: 1.8em;
	font-weight: normal;
	margin: 10px 14px 0;
	line-height: 1.2;
}
.slider .know-more {
	font-size: 1.4em;
	font-style: italic;
	overflow: hidden;
	margin: 0 14px 10px;
}
.know-more a {
	text-decoration: none;
	float: left;
	position: relative;
	padding: 0 14px 0 0;
	color: #000;
}
.know-more a:hover {
	text-decoration: underline;
}
.know-more a span {
	position: absolute;
	width: 6px;
	height: 18px;
	background: url(../gfx/sprite.png) no-repeat -656px 0;
	right: 0;
	margin: 2px 0 0;
}

/* @end */

/* @group Homepage 1of3 */

.block1of3,
.block1of2 {
	width: 175px;
	float: left;
	background: url(../gfx/fold.png) no-repeat 100% 100%;
	padding: 10px 0 20px;
	position: relative;
}
.block1of3 * ,
.block1of2 * {
	cursor: pointer;
}
.block1of2 {
	width: 262px;
}
.line h2 {
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
	margin: 0 15px 0 12px;
}
.line img {
	display: block;
	margin: 10px auto;
}
.subheader {
	font-size: 1.2em;
	color: #b4b4b4;
	font-weight: normal;
	font-style: italic;
	margin: 0 15px 0 12px;
}
.interest {
	margin: 0 15px 0 12px;
	text-align: center;
	font-size: 5em;
	color: #f3900f;
}
.line ul,
.details {
	margin: 0 15px 10px 12px;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
}
.line li,
.details li {
	clear: both;
	background: url(../gfx/li.png) no-repeat 0 5px;
	padding: 0 0 0 10px;
}
.home-col .line li {
	background: url(../gfx/li.png) no-repeat 0 7px;
}
.line .home-rules li {
	background: url(../gfx/li-v.png) no-repeat 0px 5px;
}

.home-button {
	margin: 0 15px 0 12px;
	background: url(../gfx/buttons.png) no-repeat 0 0;
	padding: 0 0 0 2px;
	font-size: 1.3em;
}
.home-button a {
	background: url(../gfx/buttons.png) no-repeat 100% 0;
	line-height: 27px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 7px;
}
.block-link-container {
	position: relative;
}
.block-link {
	position: absolute;
	width: 100%;
	top: 0;
	height:100%;
	text-indent: -1000em;
	cursor: pointer;
	z-index:99;
	display:block;
}
.block1of3 .flash-perc {
	margin: 0;
}
.tabs-header .flash-perc {
	margin: 0 0 0 10px;
}
/* @end */

/* @group Homepage bottom part */

.block2of3 {
	width: 350px;
	float: left;
}
.block2of3 h3 {
	font-size: 1.7em;
	color: #f3900f;
	font-weight: normal;
	font-style: italic;
	margin: 0 15px 0 12px;
}
.home-rules ul {
	margin: 5px 15px 0 12px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.home-rules li {
	font-size: 1.1em;
	border: #dadada solid;
	border-width: 0 0 1px;
	clear: both;
	padding: 4px 0 4px 20px;
	background: url(../gfx/li-v.png) no-repeat 0 5px;
}


.clean {
	background: none;
	padding: 10px 0 0;
}
.clean h4 {
	color: #000;
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
	margin: 25px 8px 0 12px;
}
.content .action-link {
	margin: 0 10px 0 12px;
}
.action-link a,
.clean a {
	color: #f3900f;
	font-weight: bold;
	font-size: 1.17em;
	text-decoration: none;
	float: left;
	position: relative;
	padding: 0 11px 0 0;
}
.action-link span {
	position: absolute;
	right: 0;
	background: url(../gfx/sprite.png) -676px 0;
	width: 6px;
	height: 18px;
	margin: 2px 0 0;
}

/* @end */

/* @group Tabs header */

.tabs-header {
	position: relative;
	margin: 0 0 0 17px;
}
.dynamic-tabs {
	padding: 0 0 30px 0;
}
.tabs-header img {
	display: block;
}
.content .tabs {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible;
}
.content .tabs li {
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	bottom: 0;
	background: none;
}
.tabs .active {
	z-index: 2;
}
.tabs a {
	display: block;
	width: 190px;
	line-height: 28px;
	padding: 0;
	text-align: center;
	background: url(../gfx/sprite.png) no-repeat -872px 0;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
.tabs a:hover {
	color: #f3900f;
}
.tabs .active a {
	background: url(../gfx/sprite.png) no-repeat -682px 0;
	color: #f3900f;
}

#tab1 {	left: 0; }
#tab2 {	left: 180px; }
#tab3 {	left: 360px; }

.usp {
	position: absolute;
	top: 0;
	width: 250px;
}
.usp h1 {
	font-size:2em;
	font-style:italic;
	font-weight:normal;
	margin: 20px 15px 12px 15px;
}
.usp img {
	margin: 0 0 5px 15px;
}
.usp ul {
	font-weight: bold;
	font-size: 1.2em;
	list-style: none;
	margin: 0 0 0 17px;
	padding: 0;
	font-size: 1em;
}
.usp li {
	background: url(../gfx/li.gif) no-repeat 0 7px;
	padding: 0 0 0 10px;
}
.button {
	position: absolute;
	right: 20px;
	padding: 0 0 0;
	text-decoration: none;
}
.tabs-header .button {
	top: 175px;
}
.button span,
.submit-button span {
	background: url(../gfx/buttons.png) no-repeat 0 -27px;
	display: block;
	float: left;
	width: 5px;
	height: 35px;
}
.button em,
.submit-button input {
	padding: 2px  25px 7px 13px;
	background: url(../gfx/buttons.png) no-repeat 100% -27px;
	float: left;
	display: block;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
	cursor: pointer;
	font-style: normal;
}
.button:hover span,
.submit-button:hover span span {
	background: url(../gfx/buttons.png) no-repeat 0 -62px;
}
.button:hover em,
.submit-button:hover input {
	background: url(../gfx/buttons.png) no-repeat 100% -62px;
}
.button:active span,
.submit-button:active span span {
	background: url(../gfx/buttons.png) no-repeat 0 -97px;
}
.button:active em,
.submit-button:active input {
	background: url(../gfx/buttons.png) no-repeat 100% -97px;
}
/* @end */

/* @group Contact */

.contact {
	
}
.contact h4 {
	background: url(../gfx/sprite.png) repeat-y -1064px 0;
	margin: 0;
	line-height: 67px;
	color: #fff;
	padding: 3px 0 0 13px;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	width: 172px;
	position: relative;
}
.contact h4 img {
	position: absolute;
	right: 0;
	top: 3px;
}
.contact ul {
	width: 193px;
	margin: 0;
	padding: 0 0 11px;
	list-style: none;
	background: url(../gfx/fold.png) 100% 100% no-repeat;
}
.contact li {
	margin: 0 20px 0 13px;
	border: solid #dadada;
	border-width: 0 0 1px;
	padding: 12px 0;
	font-size: 1em;
	line-height: 1.2;
	position: relative;
}
.contact em {
	display: block;
	font-style: normal;
}
.contact .faq {
	border: 0;
}
.contact strong {
	color: #e76e17;
	display: block;
	font-size: 1.2em;
}
.contact a {
	color: #000;
	text-decoration: none;
	display: block;
}
.contact a:hover strong {
	color: #f5a41d;
}
.contact span {
	background: url(../gfx/sprite.png) no-repeat -1249px 0;
	height: 19px;
	width: 17px;
	display: block;
	position: absolute;
	right: 0;
	top: 17px;
}
.contact a span {
	background: url(../gfx/sprite.png) no-repeat -1266px 0;
	width: 13px;
	right: 3px;
}
.contact .faq a span {
	background: url(../gfx/sprite.png) no-repeat -25px 0;
	width: 19px;
}

/* @end */

/* @group Three steps to open */

.three-steps-to-open {
	margin: 25px 0 25px 35px;
	padding: 0;
}
.three-steps-to-open .steps-item {
	margin: 0;
	padding: 0 0 15px 100px;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	min-height: 60px;
	list-style: none;
}
.three-steps-to-open img {
	position: absolute;
	left: 0;
	margin: 5px 0 0;
}
.three-steps-to-open h2,
.three-steps-to-open p {
	margin: 0;
	font-size: 100%;
}
.three-steps-to-open p {
	font-weight: normal;
}

/* @end */
.button-container {
	height: 35px;
	clear: both;
}

/* @group Pagination */

.content .pagination {
	margin: 38px 11px 4px 0;
	padding: 0;
	text-align: right;
	list-style: none;
	letter-spacing: -1px;
	overflow: visible;
}
.content .pagination li {
	display: inline-block;
	padding: 1px;
	background: url(../gfx/main-nav.png) 0 -114px;
}
.pagination a {
	display: block;
	line-height: 15px;
	padding: 0 5px;
	background: url(../gfx/main-nav.png) 0 -99px;
	color: #ef9019;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
.pagination a:hover {
	color: #000;
}
.pagination .current a {
	background: url(../gfx/main-nav.png) 0 -84px;
	color: #fff;
}

.big-tick {
	background: url(../gfx/icon-tick.gif) left top no-repeat;
	padding-left: 57px;
	line-height: 41px;
	font-weight: bold;
<<<<<<< .mine
}
.make-payment {
	background: url(../gfx/open-account.gif) left top no-repeat;
}
.big-ex {
=======
}
.big-ex {
>>>>>>> .r421
	background: url(../gfx/x.png) 20px 0 no-repeat;
	padding: 10px 0 0 57px;
	font-weight: bold;
}

.big-block-fold { /*ie6.css*/
	background: url(../gfx/fold.png) right bottom no-repeat;
	position: relative;
	overflow: auto;
	margin-top: 29px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.big-block-fold .links-block {
	background: none;
}

.big-block-fold h2 {
	font: bold 1.4em Arial, sans-serif;
	color: #F1961B;
}

/* @end */

/* @group Common lightbox styles */

#fade-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_height: 1200px;
	background: #000;
	opacity: .63;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=63)";
	filter: alpha(opacity=63);
	z-index: 8;
	display: none;
}
.lightbox {
	display: none;
	position: absolute;
	top: 40px;
	background: #fff;
	z-index: 109;
	padding: 0;
}
.lightbox form {
	margin: 0;
	padding: 0;
}
.lightbox-open {
	background: #5e5e5e;
}
.lightbox-open body {
	background: #fff;
}
.lightbox-open .lightbox,
.lightbox-open #fade-background {
	display: block;
	z-index:100;
}
.lightbox fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.lightbox legend {
	margin: 0;
	padding: 35px 40px 10px;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	color: #f3900f;
}
.lightbox p {
	margin: 0 40px;
	font-size: 1.2em;
	padding: 0;
}
.lightbox label {
	display: block;
	margin: 20px 0;
	font-size: 1.1em;
	font-weight: bold;
}
.lightbox .error {
	color: #f00;
}
.lightbox .success-message,
.success form {
	display: none;
}
.success .success-message {
	display: block;
	padding: 35px 40px;
}
.success-message p {
	margin: 0;
}
.failure-message {
	display: none;
}
.failure .failure-message {
	display: block;
	border: 1px solid #f00;
	margin: 10px 40px;
	padding: 10px;
}
.failure-message p {
	margin: 0;
	padding: 0;
}

/* @end */



/* @group Contactform lightbox */

.contactform {
	width: 550px;
	left: 50%;
	margin: 0 0 0 -275px;
}
.contactform label {
	width: 80px;
	text-align: right;
	padding: 0 0 0 20px;
	position: relative;
}
.contactform .text {
	height: 175px;
}
.contactform input,
.contactform select,
.contactform textarea {
	position: absolute;
	left: 115px;
	top: 0;
}
.contactform input {
	width: 222px;
}
.contactform textarea {
	width: 390px;
	height: 175px;
}
.contactform .submit-button {
	width: 485px;
	height: 30px;
}
.submit-button .container {
	float: none;
	position: absolute;
	right: 0;
	width: auto;
	background: none;
	height: 34px;
	overflow: hidden;
}
.submit-button input {
	position: relative;
	left: auto;
	width: auto;
	border: 0;
	margin: 0;
}
#close-lightbox {
	position: absolute;
	top: 5px;
	right: 5px;
}
#close-lightbox a {
	text-decoration: none;
	color: #000;
	font-size: 1.1em;
}
#close-lightbox span {
	background: url(../gfx/sprite.png) -9px 0;
	width: 3px;
	height: 5px;
	margin: 6px 4px 0 0;
	display: block;
	float: left;
}

/* @end */

@media print {
* {
	font-family: 'Spranq eco sans',arial,sans-serif !important;
}
body {
	font-size: 75%;
}

.nav,
.main-nav,
.nav-sub,
#header ul,
.subnav,
.user-actions,
.footer,
.tabs-header img,
.tabs-header .button,
.flash-perc,
.tabs,
.contact h4 {
	display: none;
}
.usp {
	position: relative;
	width: auto;
}
.news-text,
.usp h1,
.news-list .news-text {
	display: block !important;
}

#header {
	top: 0;
	height: 40px;
}
.three-col {
	padding: 40px 193px 0 0;
	overflow: visible;
}
.content ul {
	overflow: visible;
}

}



