body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
#main_case {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 955px;
}
#header_case {
	margin: 0;
	padding: 0;
	background-image: url(../images/header-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 954px;
	text-align: left;
	float: left;
	display: block;
}
#header_logo {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}
#header_txt {
	margin: 21px 100px 0 22px;
	padding: 0;
	float: left;
	display: block;
}
#header_txt h3 {
	margin: 0;
	padding: 0;
	color: #009ee0;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.3em;
}
#header_txt h3 a {
	color: #009ee0;
	text-decoration: none;
}
.header_txt_other {
	color: #0072ba;
}
#nav_case {
	margin: 0;
	padding: 0;
	background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 954px;
	height: 48px;
	text-align: left;
	float: left;
	display: block;
}
#nav_inner_case {
	margin: 0;
	padding: 0 0 0 26px;
	display: block;
}
/* Home Tab */
#tab_home {
	margin: 0 1px 0 0;
	padding: 0;
	height: 43px;
	background-image: url(../images/tab-home-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #4a5cd3;
	display: block;
	float: left;
}
#tab_home_right_corner {
	margin: 0;
	padding: 0;
	background-image: url(../images/tab-home-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Loans Tab */
#tab_loans {
	margin: 0 1px 0 0;
	padding: 0;
	height: 43px;
	background-image: url(../images/tab-loans-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #622181;
	display: block;
	float: left;
}
#tab_loans_right_corner {
	background-image: url(../images/tab-loans-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Mortgages Tab */
#tab_mortgages {
	margin: 0 1px 0 0;
	padding: 0;
	height: 43px;
	background-image: url(../images/tab-mortgages-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #820000;
	display: block;
	float: left;
}
#tab_mortgages_right_corner {
	background-image: url(../images/tab-mortgages-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Remortgages Tab */
#tab_remortgages {
	margin: 0 1px 0 0;
	padding: 0;
	height: 43px;
	background-image: url(../images/tab-remortgages-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #279bcb;
	display: block;
	float: left;
}
#tab_remortgages_right_corner {
	background-image: url(../images/tab-remortgages-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Endowment Tab */
#tab_endowment {
	margin: 0 1px 0 0;
	padding: 0;
	height: 43px;
	background-image: url(../images/tab-endowment-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #467703;
	display: block;
	float: left;
}
#tab_endowment_right_corner {
	background-image: url(../images/tab-endowment-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Insurance Tab */
#tab_insurance {
	margin: 0 1px 0 0;
	padding: 0;
	height: 43px;
	background-image: url(../images/tab-insurance-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #e39200;
	display: block;
	float: left;
}
#tab_insurance_right_corner {
	background-image: url(../images/tab-insurance-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Credit Cards Tab */
#tab_credit_cards {
	margin: 0 1px 0 0;
	padding: 0;
	height: 43px;
	background-image: url(../images/tab-credit-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #00ba00;
	display: block;
	float: left;
}
#tab_credit_cards_right_corner {
	background-image: url(../images/tab-credit-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Shares Tab */
#tab_shares {
	margin: 0 1px 0 0;
	padding: 0;
	height: 43px;
	background-image: url(../images/tab-shares-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #cd7500;
	display: block;
	float: left;
}
#tab_shares_right_corner {
	background-image: url(../images/tab-shares-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav_case p {
	margin: 0;
	padding: 18px 8px 4px 8px;
	color: #ffffff;
	font-size: .8em;
	font-weight: bold;
}
#nav_case a:link, #nav_case a:visited, #nav_case a:active {
	color: #ffffff;
	text-decoration: none;
}
#nav_case a:hover {
	color: #ffff00;
	text-decoration: underline;
}
#main_content_case {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 954px;
	float: left;
	display: block;
}
#left_column {
	margin: 0 14px 0 0;
	padding: 0;
	text-align: left;
	float: left;
}
#left_column_block {
	margin: 0;
	padding: 0;
	width: 172px;
	float: left;
	display: block;
}
#left_column h2 {
	margin: 6px 0 0 12px;
	padding: 0;
	color: #622181;
	font-size: 1em;
	line-height: 1.2em;
}
#left_column h3 {
	margin: 6px 0 0 12px;
	padding: 0;
	color: #622181;
	font-size: 1em;
	line-height: 1.2em;
}
.left_column_boxout {
	margin: 6px 0 15px 0;
	padding: 16px 0 0 0;
	width: 100%;
	background-color: #f3f5f4;
	border-top: 1px dashed #622181;
	border-bottom: 6px solid #a1dbf6;
	color: #622181;
}
.left_column_boxout_bullets {
	margin: 6px 0 15px 0;
	padding: 0;
	width: 100%;
	background-color: #f3f5f4;
	border-top: 1px dashed #622181;
	border-bottom: 6px solid #a1dbf6;
	color: #622181;
}
.left_column_boxout p {
	margin: 0 10px 16px 22px;
	padding: 0;
	font-size: .7em;
	line-height: 1.3em;
}
.left_column_boxout_bullets ul {
	margin: 0;
	padding: 0;
	font-size: .75em;
	font-weight: bold;
	line-height: 1.3em;
	list-style-type: none;
}
.left_column_boxout_bullets li {
	margin: 0;
	padding: 12px 10px 12px 21px;
	border-bottom: 1px dashed #c7b5d1;
}
.left_column_boxout_bullets li ul {
	margin: 5px 0 0 0;
	padding: 0;
}
.left_column_boxout_bullets li ul li {
	margin: 0;
	padding: 2px 0 2px 11px;
	font-size: 115%;
	line-height: 1.3em;
	border-bottom: none;
	font-weight: normal;
}
.left_column_boxout_bullets li ul li a:link,
.left_column_boxout_bullets li ul li a:visited,
.left_column_boxout_bullets li ul li a:active {
	color: #0096c3;
	text-decoration: none;
}
.left_column_boxout_bullets li ul li a:hover {
	color: #622181;
	text-decoration: underline;
}
#centre_column {
	margin: 0;
	padding: 0;
	width: 582px;
	text-align: left;
	float: left;
}
#centre_column h1 {
	margin: 6px 0 0 12px;
	padding: 0;
	color: #622181;
	font-size: 1em;
	line-height: 1.2em;
}
#centre_column h1 a {
	color: #622181;
	text-decoration: none;
}
#centre_column h3 {
	margin: 6px 0 0 12px;
	padding: 0;
	color: #622181;
	font-size: 1em;
	line-height: 1.2em;
}
.centre_column_box_case_sml_left {
	margin: 0;
	padding: 0;
	width: 284px;
	float: left;
	display: block;
}
.centre_column_box_case_sml_right {
	margin: 0;
	padding: 0;
	width: 284px;
	float: right;
	display: block;
}
.centre_column_boxout_sml {
	margin: 6px 0 15px 0;
	padding: 5px 0 0 0;
	width: 284px;
	background-color: #f3f5f4;
	border-top: 1px dashed #622181;
	border-bottom: 6px solid #a1dbf6;
	color: #622181;
}
.centre_column_box_case_lrg {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	float: left;
}
.centre_column_box_case_lrg p {
	margin: 10px 10px 10px 12px;
	padding: 0;
	font-size: .7em;
	line-height: 1.4em;
}
.centre_column_box_case_lrg a:link, .centre_column_box_case_lrg a:visited, .centre_column_box_case_lrg a:active {
	color: #0096c3;
}
.centre_column_box_case_lrg a:hover {
	color: #622181;
}
/* Large centre column case for all pages except homepage*/
.centre_column_box_case_other_lrg {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	float: left;
}
.centre_column_box_case_other_lrg h2 {
	margin: 10px 10px 10px 12px;
	padding: 0;
	font-size: 1em;
	line-height: 1.6em;
}
.centre_column_box_case_other_lrg h3 {
	margin: 10px 10px 10px 12px;
	padding: 0;
	font-size: 1em;
	line-height: 1.6em;
}
.centre_column_box_case_other_lrg h4 {
	margin: 10px 10px 10px 12px;
	padding: 0;
	font-size: 1em;
	line-height: 1.6em;
}
.centre_column_box_case_other_lrg h5 {
	margin: 10px 10px 10px 12px;
	padding: 0;
	font-size: 1em;
	line-height: 1.6em;
}
.centre_column_box_case_other_lrg h6 {
	margin: 10px 10px 10px 12px;
	padding: 0;
	font-size: 1em;
	line-height: 1.6em;
}
.centre_column_box_case_other_lrg ul li {
	margin: 4px 10px 4px 12px;
	padding: 0;
	font-size: .8em;
	line-height: 1.4em;
	color: #622181;
}
.centre_column_box_case_other_lrg ul li ul {
	margin: 0 0 0 10px;
	padding: 0;
}
.centre_column_box_case_other_lrg ul li ul li {
	font-size: 90%;
}
.centre_column_box_case_other_lrg p {
	margin: 10px 10px 10px 12px;
	padding: 0;
	font-size: .8em;
	line-height: 1.4em;
}
.centre_column_box_case_other_lrg a:link, .centre_column_box_case_other_lrg a:visited, .centre_column_box_case_other_lrg a:active {
	color: #0096c3;
}
.centre_column_box_case_other_lrg a:hover {
	color: #622181;
}
/* */
.centre_column_boxout_lrg {
	margin: 6px 0 15px 0;
	padding: 5px 0 15px 0;
	width: 100%;
	background-color: #f3f5f4;
	border-top: 1px dashed #622181;
	border-bottom: 6px solid #a1dbf6;
	color: #622181;
}
#right_column {
	margin: 0;
	padding: 0;
	width: 172px;
	text-align: left;
	float: right;
}
#right_column h3 {
	margin: 6px 0 0 12px;
	padding: 0;
	color: #622181;
	font-size: 1em;
	line-height: 1.2em;
}
.right_column_boxout {
	margin: 6px 0 15px 0;
	padding: 16px 0 0 0;
	width: 100%;
	background-color: #f3f5f4;
	border-top: 1px dashed #622181;
	border-bottom: 6px solid #a1dbf6;
	color: #622181;
}
.right_column_boxout p {
	margin: 0 10px 16px 22px;
	padding: 0;
	font-size: .7em;
	line-height: 1.3em;
}
.right_column_boxout a:link, .right_column_boxout a:visited, .right_column_boxout a:active {
	color: #0096c3;
	text-decoration: underline;
}
.right_column_boxout a:hover {
	color: #622181;
	text-decoration: underline;
}
#footer_case {
	margin: 0 0 10px 0;
	padding: 0;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	width: 954px;
	height: 63px;
	text-align: left;
	float: left;
	display: block;
}
#footer_case p {
	margin: 8px 0 0 26px;
	padding: 0;
	color: #622181;
	font-size: .75em;
	line-height: 1.8em;
}
#footer_case a:link, #footer_case a:visited, #footer_case a:active {
	color: #622181;
	text-decoration: none;
}
#footer_case a:hover {
	color: #000000;
	text-decoration: underline;
}
.nav_spacer {
	margin-left: 4px;
	margin-right: 4px;
}
#disclaimer_case {
	margin: 0 0 10px 0;
	padding: 0;
	width: 954px;
	float: left;
	display: block;
}
#disclaimer_case p {
	margin: 8px 26px 17px 26px;
	padding: 0;
	color: #9b9b9b;
	font-size: .7em;
	line-height: 1.8em;
}
#disclaimer_case a:link, #disclaimer_case a:visited, #disclaimer_case a:active {
	color: #9b9b9b;
	text-decoration: underline;
}
#disclaimer_case a:hover {
	color: #622181;
	text-decoration: underline;
}



/* Classes */
.blue_titles {
	color: #0096c3;
}
.arrow {
	margin: 0 0 0 -10px;;
	padding: 0;
	color: #ff7800;
	font-weight: bold;
}
.loans_txt {
	color: #622181;
}
.loans_txt a:link, .loans_txt a:visited, .loans_txt a:active {
	color: #622181 !important;
	text-decoration: none !important;
}
.loans_txt a:hover {
	color: #0096c3 !important;
	text-decoration: none !important;
}
.mortgage_txt {
	color: #820000;
}
.mortgage_txt a:link, .mortgage_txt a:visited, .mortgage_txt a:active {
	color: #820000 !important;
	text-decoration: none !important;
}
.mortgage_txt a:hover {
	color: #0096c3 !important;
	text-decoration: none !important;
}
.remortgage_txt {
	color: #279bcb;
}
.remortgage_txt a:link, .remortgage_txt a:visited, .remortgage_txt a:active {
	color: #279bcb !important;
	text-decoration: none !important;
}
.remortgage_txt a:hover {
	color: #0096c3 !important;
	text-decoration: none !important;
}
.endowment_txt {
	color: #467703;
}
.endowment_txt a:link, .endowment_txt a:visited, .endowment_txt a:active {
	color: #467703 !important;
	text-decoration: none !important;
}
.endowment_txt a:hover {
	color: #0096c3 !important;
	text-decoration: none !important;
}
.insurance_txt {
	color: #e39200;
}
.insurance_txt a:link, .insurance_txt a:visited, .insurance_txt a:active {
	color: #e39200 !important;
	text-decoration: none !important;
}
.insurance_txt a:hover {
	color: #0096c3 !important;
	text-decoration: none !important;
}
.credit_cards_txt {
	color: #00ba00;
}
.credit_cards_txt a:link, .credit_cards_txt a:visited, .credit_cards_txt a:active {
	color: #00ba00 !important;
	text-decoration: none !important;
}
.credit_cards_txt a:hover {
	color: #0096c3 !important;
	text-decoration: none !important;
}
.shares_txt {
	color: #cd7500;
}
.shares_txt a:link, .shares_txt a:visited, .shares_txt a:active {
	color: #cd7500 !important;
	text-decoration: none !important;
}
.shares_txt a:hover {
	color: #0096c3 !important;
	text-decoration: none !important;
}
.no_border_bullets {
	border-bottom: none !important;
}
.photo_float_right_border {
	margin: 4px 0 10px 10px;
	padding: 0;
	border: 1px solid #707070;
	float: right;
	display: inline;
}
.table_link_exchange {
	margin: 0 0 0 12px;
	padding: 0;
	width: 558px;
}
.table_link_exchange_header_bg {
	background-color: #279bcb;
	color: #ffffff;
}
.table_link_exchange td {
	margin: 2px;
	padding: 4px;
	font-size: .8em;
}
.form_bottons {
	margin: 0;
	padding: 4px;
	background-color: #279bcb;
	border: 1px solid #cccccc;
	color: #ffffff;
}
.table_comparisons {
	margin: 0 0 0 12px;
	padding: 0;
	width: 558px;
	border-collapse: collapse;
}
.table_comparisons td {
	margin: 0;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #003366;
	color: #666666;
	font-size: .7em;
	text-align: center;
}
.table_comparisons_bg {
	margin: 0;
	padding: 6px;
	background-color: #279bcb !important;
	color: #ffffff !important;
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
}
.table_comparisons th {
	margin: 0;
	padding: 4px;
	color: #003366;
	font-size: .7em;
	border: 1px solid #003366;
}
.table_comparisons_product_txt {
	color: #003366 !important;
	font-weight: bold;
}

/* Button styles */
.button_centre_holder {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}
/* Adds space to right side */
.button_padding {
	margin-right: 30px;
}

.centre_col_link_change {
	color: #622181 !important;
	text-decoration: none !important;
}
.right_col_link_change {
	color: #622181 !important;
	text-decoration: none !important;
}
.rl_global_color {
	color: #622181 !important;
	text-decoration: none !important;
}



