html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

body {
	color: #363636;
	background: #ffffff;
	font-size: 12px;
	line-height: 1.357em;
	font-family: "Lucida Grande", Verdana, Geneva, Tahoma, sans-serif;
}

ol, ul {
	margin: 0 0 1.357em 3em;
	line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 2.5em;
	line-height: 1.1em;
	margin-bottom: 15px;
	color: #898989;
}

h2 {
	font-size: 1.5em;
	line-height: 1.056em;
	padding: 9px 0 10px 0;
	color: #898989;
}

h2.titlebar {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background-image: url(../img/bar-orange_title.png);
	background-repeat: no-repeat;
	padding: 0 10px;
	line-height: 30px;
	font-family: "Lucida Grande", Verdana, Geneva, Tahoma, sans-serif;
}

h3, h4, h5, h6  {
	font-family: "Lucida Grande", Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.1em;
	line-height: 1.357em;
	margin: 0;
	color: #898989;
}

p {
	font-size: 1em; /* 12px */
	line-height: 1.357em;
	margin: 0 0 1.357em 0;
	color: #363636;
}

small {
	font-size: 0.8em;
	color: #c2c2c2;
}

big {
	font-size: 1.2em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	padding: 0;
	margin: 30px 0;
	height: 2px;
	background-color: #555555;
}

sup {
	font-size: 0.85em;
	vertical-align: super;
}
sub {
	font-size: 0.85em;
	vertical-align: sub;
}

strong {
	font-weight: bold;
}

/*=================*/
/* GENERAL HELPERS */
/*=================*/
.clearer {
	clear: both;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

a {
	text-decoration: none;
	color: #d20a14;
}

a:hover {
	text-decoration: underline;
	color: #b6030c;
}

/*=====================*/
/* GENERAL BODY LAYOUT */
/*=====================*/
#container {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
}

#promoBox {
}

/*=================*/
/* MAIN NAVIGATION */
/*=================*/
#globalNavigation {
	background-image: url(/credit24-ee/img/bg-navigation.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	float: left;
	width: 100%;
}

#globalNavigation ul {
	text-align: center;
	list-style: none;
	margin: 0;
}

#globalNavigation ul li {
	float: left;
	line-height: 40px;
	padding: 0 15px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0 7px 0 8px;
}

#globalNavigation ul li a {
	display: block;
	text-decoration: none;
	padding: 0 0 0 15px;
	color: #ffffff;
}

#globalNavigation ul li a:hover {
	text-decoration: underline;
}

#globalNavigation ul li.selected {
	background-image: url(../img/bg-navigation_selected.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#globalNavigation ul li.selected a {
	background-image: url(../img/bg-navigation_selected.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #7b0006;
}

/*========*/
/* FOOTER */
/*========*/
#footer {
	background-image: url(../img/bg-footer.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	margin: 30px 0 10px 0;
	color: #6e6e6e;
	padding: 0 10px;
}

#footer p {
	font-size: 0.8em;
	line-height: 30px;
}

#footer p a {
	color: #6e6e6e;
}

#footer p img {
	margin: 0 10px;
	line-height: 30px;
}

* html #footer p img {
	margin: 12px 10px 0 10px;
}


/*===============*/
/* CONTENT BLOCK */
/*===============*/
#content {
	width: 520px;
	padding: 0 30px 0 10px;
	margin: 20px 0 0 0;
	float: left;
	border-right: 2px solid #e8e8e8;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}


/*=========*/
/* SIDEBAR */
/*=========*/
#sidebar {
	width: 180px;
	margin: 20px 0 0 0;
	padding: 0 10px 0 0;
	float: right;
}

#sidebar h2 {
	font-size: 1.2em;
	line-height: 1.056em;
	padding: 10px 0 5px 0;
	color: #898989;
}

#sidebar p {
	font-size: 0.8em;
	line-height: 1.357em;
	margin: 0 0 2em 0;
	color: #898989;
}

#sidebar p a {
	color: #898989;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
}

#sidebar p a:hover {
	color: #d20a14;
	text-decoration: underline;
}

/*===============*/
/* PRODUCT TABLE */
/*===============*/

table {
	margin: 0 0 10px 0;
}

table a {
	font-weight: bold;
	color: #d20a14;
	background-image: url(../img/link_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 12px;
}

table a:hover {
	color: #d20a14;
}


table thead th {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 20px 8px 10px;
	text-align: left;
}

table tbody {
	border-bottom: 1px solid #efefef;
}

table tbody tr.row-1 td {
	background-color: #efefef;
}

table tbody td {
	padding: 5px 20px 5px 10px;
	vertical-align: middle;
}

.loanTable {
	margin: 0 140px 50px 0;
}

/*=========*/
/* BUTTONS */
/*=========*/

a.button {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 10px;
	display: block;
	float: right;
	overflow: hidden;
	text-align: center;
	font-size: 1.1em;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 34px;
	height: 34px;
	margin: 20px 0 10px 0;
	text-decoration: none !important;
}

a:hover.button {
	color: #ffffff;
	text-decoration: underline !important;
}

a.button span {
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding: 0 10px 0 0;
	cursor: pointer;
}

a.button.red {
	background-image: url(../img/button_red.png);
}

a.button.red span {
		background-image: url(../img/button_red.png);
}

a.button.orange {
	background-image: url(../img/button_orange.png);
}

a.button.orange span {
		background-image: url(../img/button_orange.png);
}

a.button.grey {
	background-image: url(../img/button_grey.png);
}

a.button.grey span {
		background-image: url(../img/button_grey.png);
}

/*================*/
/* NARROW CONTENT */
/*================*/

#container.narrow {
	width: 540px;
	margin: 0 auto;
	padding: 20px 0;
}

#container.narrow #content {
	float: none;
	border-right: 0;
}

#container.narrow #footer {
	background-image: url(../img/bg-footer_narrow.png);
}