/*========================================================

Global CSS file for Tennyson Insurance

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

/*===================================================================
COLOURS USED FOR TEXT

BLUE FONT: #367EDE
===================================================================*/

@font-face {
    font-family: 'CalibriBold';
    src: url('calibri_bold-webfont.eot');
    src: url('calibri_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('calibri_bold-webfont.woff') format('woff'),
         url('calibri_bold-webfont.ttf') format('truetype'),
         url('calibri_bold-webfont.svg#CalibriBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	/*background: url('http://ftp.tennysoninsurance.co.uk/cssimages/body_bg.jpg') repeat-x;*/
	background:url('/cssimages/bg_strip.jpg') repeat-x #fff;
}

#wrapper {
	position: relative;
	width: 950px;
	margin: auto;
}

a:active, a:focus { 
	outline-style: none; -moz-outline-style:none;
}

/*===================================================================
BRANDING
===================================================================*/

#branding {
	position: relative;
}

#branding h1 {
	text-indent: -9999em;
	width: 465;
	height: 60px;
	margin: 26px 0 0 0;
	float: left;
}

#branding h1 a {
	display: block;
	width: 465px;
	height: 60px;
	background: url('/cssimages/logo.png') no-repeat;
}

#branding p#branding_cta {
	text-indent: -9999em;
	width: 383px;
	height: 14px;
	margin: 0px;
	clear: left;
	float: right;
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/branding_cta.jpg') no-repeat;
}

/*===================================================================
USER LOG IN
===================================================================*/

#user_login {
	font-size: 1.1em;
	width: 400px;
	float: right;
	color: #333;
	margin: 0 80px 0 0;
}

#user_login input.fields {
	border: solid 1px #ccc;
	padding: 0 3px 0px 3px;
	width: 105px;
	height: 14px;
}

#user_login input#submit {
	vertical-align: middle;
	margin: 0 0 2px 0;
}

#user_login p {
	margin: 0;
	padding: 5px 0 0 20px;
	width: 361px;
	height: 21px;
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/login_bg.jpg');
}

#accessibility_button,
#customer_button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

#accessibility_button a {
	display: block;
	width: 83px;
	height: 21px;
	color: #333;
	font-size: 11px;
	padding: 5px 0 0 17px;
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/accessibility.jpg') no-repeat;
}

#customer_button {
	right:110px;
}

#customer_button a {
	display: block;
	width: 98px;
	height: 26px;
	color: #333;
	font-size: 11px;
	padding: 5px 0 0 10px;
	background: url('/cssimages/customer_button.png') top left no-repeat;
	
}

#social-buttons {
	position:absolute;
	right:232px;
	top:110px;
	height:30px;
	width:60px;
	z-index:999;
}

#social-buttons a {
	float:left;
	display:block;
	cursor:pointer;
}

#social-buttons #facebook_button {
	margin:0px 10px 0px 0px;
}

/*-------------- SITE SEARCH --------------*/

#site_search {
	position: absolute;
	z-index: 999;
	top: 101px;
	right: 0;
}

#site_search input#input_text {
	border: solid 1px #ccc;
	height:14px;
	width:190px;
	margin-right:43px;
}

#site_search input#search {
	border: none;
	text-indent:-9999px;
	line-height:1px;
	background:url('/cssimages/search_icon.jpg') no-repeat top left;
	width:43px;
	height:17px;
	position:absolute;
	right:0px;
	top:10px;
}

/*-------------- SEARCH RESULT --------------*/

.search_result {
	margin: 10px 0 0 0;
	padding: 10px;
	border: solid 1px #ccc;
}

/*===================================================================
NAVIGATION
===================================================================*/

#main_navigation {
	position: relative;
	clear: both;
	list-style: none;
	margin: 16px 0 0 0;
}

#main_navigation li {
	position: relative;
	font-size: 1.2em;
	float: left;
}

#main_navigation li a {
	display: block;
	height: 19px;
	padding: 10px 10px 0 10px;
	color: #333;
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/nav_li_bg.jpg') no-repeat;
}

#main_navigation li span.right {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 9px;
	height: 29px;
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/nav_li_right_bg.jpg') no-repeat;
}

/*------------ hover ------------*/

#main_navigation li a:hover, #main_navigation li:hover a {
	color: #fff;
	background: url('/cssimages/nav_li_h_bg_red.jpg') no-repeat;
}

#main_navigation li a:hover span, #main_navigation li:hover a span {
	background: url('/cssimages/nav_li_right_h_bg_red.jpg') no-repeat;
}

/*------------ active page ------------*/

#main_navigation li.current a {
	color: #fff;
	background: url('/cssimages/nav_li_h_bg_red.jpg') no-repeat;
}

#main_navigation li.current a span {
	background: url('/cssimages/nav_li_right_h_bg_red.jpg') no-repeat;
}

/*===================================================================
SUB NAVIGATION
===================================================================*/

#main_navigation li:hover ul {
	display: block;
}

#main_navigation ul {
	font-size: 0.9em;
	display: none;
	position: absolute;
	top: 28px;
	left: 3px;
	min-width: 180px;
	list-style: none;
	background: #fff;
	z-index: 999;
	padding: 0px 0 0px 0;
	border: solid 1px #ccc;
	border-top: none;
}

#main_navigation ul li {
	float: none;
	border-bottom: solid 1px #ccc;
}

#wrapper #main_navigation ul li a {
	background: none;
	color: #333;
	height: auto;
	width: auto;
}

 #wrapper #main_navigation ul li a:hover, #wrapper #main_navigation ul li:hover a {
	background: #900;
	color: #fff;
}

#wrapper #main_navigation ul li a {
	font-size: 0.9em;
	padding: 10px 10px 5px 10px;
}

/*===================================================================
BANNER ON HOME PAGE
===================================================================*/

#home_intro {
	position: relative;
	color: #fff;
	width: 939px;
	height: 295px;
	font-weight: bold;
	/* Man Thumbs Up */
/*	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/banner_home2.jpg') no-repeat;*/
}

#home_intro #home_intro_header {
	position:absolute;
	top:15px; 
	left:0px;
}
#home_intro #home_intro_header h2 {
	font-size: 69px;
	font-weight: bold;
	font-family:'CalibriBold';
	font-weight:400;
}

#home_intro_text p, #home_intro_text2 p, #home_intro_text2 ul {
	font-size: 1.2em;
	margin: 0;
}

#thumbs_up {
	background:url('/cssimages/thumbs_up.png') no-repeat top left;
	position:absolute;
	right:0px;
	top:10px;
	width:193px;
	height:174px;
	text-indent:-9999px;
}

/*-------------- text on the left --------------*/

#home_intro_text {
	width: 650px;
	position:absolute;
	padding: 20px 0 0 0;
	top:130px;
	left:15px;
}

#home_intro_text p {
	font-size:16px;
	font-family:'Helvetica';
	color:#666666;
	font-weight:100;
	line-height:22px;
}

/*-------------- text on the right --------------*/

#home_intro_text2 {
	text-align: right;
	width: 360px;
	float: right;
	padding: 30px 0 0 0;
}

#home_intro_text2 h2 {
	font-size: 4em;
	font-weight: bold;
	margin: 34px 0 0 0;
}

#home_intro_text2 h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

#home_intro_text2 ul {
	line-height: 1.6em;
}

/*-------------- quote button --------------*/

#get_a_quote {
	position: absolute;
	top: 256px;
	left: 0px;
}

#get_a_quote a, #get_a_quote2 a {
/*	display: block;
	text-indent: -9999em;
	width: 410px;
	height: 53px;
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/quote_button2.png');*/
	
	background: url('/cssimages/green_button.jpg') no-repeat top left;
	width: 206px;
	height: 21px;
	font-size: 18px;
	font-family: Helvetica;
	display: block;
	line-height: 1px;
	text-align: center;
	position: absolute;
	bottom: 25px;
	color: white !important;
	padding: 16px 0px 0px 0px;
	text-shadow: 1px 3px 4px #CCC;
}

/*===================================================================
CALLS TO ACTION ON HOME PAGE
===================================================================*/

#home_cta li {
	list-style: none;
/*	font-size: 1.1em;*/
	font-size: 12px;
	position:relative;
}

#home_cta li ul li{
	list-style: disc;
	color: #990000;
	margin-left: 15px;
}
#home_cta li ul li span {
	color:#333333;
	font-size:12px;
	font-weight:600;
	font-family:Helvetica;
	position:absolute;
	left:-6px;
	width:202px;
}

#home_cta h3 span {
	color: #367EDE;
}

.cta_list {
	width: 212px;
	height: 207px;
	float: left;
	margin: 0 5px 0 0;
	padding: 10px 10px 10px 10px;
	background: url('/cssimages/cta_list_bg.jpg') no-repeat;
	position:relative;
}

.cta_list h3 {
	color:#990000;
	font-family:'Helvetica';
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding:0px 0px 15px 0px;
}
.cta_list h3.no-border {
	border:0px;
	padding:0px;
}
.cta_list h3 + span {
	color:#333;
	font-weight:bold;
	font-size:14px;
}
.cta_list .cta_container {
	margin:20px 0px 0px 0px;
}
.cta_list .green_button {

	background:url('/cssimages/green_button.jpg') no-repeat top left;
	width:206px;
	height:21px;
	font-size:18px;
	font-family:Helvetica;
	display:block;
	line-height:1px;
	text-align:center;
	position:absolute;
	bottom:25px;
	color:#fff;
	padding:16px 0px 0px 0px;
	text-shadow: 1px 3px 4px #CCC;
}

.green_button {
	background:url('/cssimages/green_button.jpg') no-repeat top left;
	width:206px;
	height:21px;
	font-size:18px;
	font-family:Helvetica;
	display:block;
	line-height:1px;
	text-align:center;
	color:#fff;
	padding:16px 0px 0px 0px;
	text-shadow: 1px 3px 4px #CCC;
}
a.green_button {
	color:#fff !important;
}
.cta_list a {
	color: #333;
}

#home_cta .cta_list h3 {
	margin: 0 0 2px 0;
}

.cta_list li {
	margin: 0 0 10px 0;
}

/*#cta_intro {
	width: 464px;
	float: left;
}*/

/*#cta_intro p {
	margin: 0;
}*/

/*#cta_intro p a {
	display: block;
	width: 444px;
	height: 39px;
	color: #333;
	font-size: 1.8em;
	padding: 25px 0 0 20px;
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/cta_intro_bg.jpg') no-repeat;
}*/

#cta_video_guides, #cta_CBUK {
	width: 220px;
	height: 87px;
	float: left;
	margin: 0px 5px 0px 0;
	padding: 10px 0 3px 10px;
}

#cta_video_guides p {
	color: #333;
	font-weight: normal;
	width: 150px;
}

#cta_video_guides a {
	color: #169ffe;
}

#home_cta li#cta_video_guides {
	font-size: 12px;
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/cta_video_guides.jpg') no-repeat;
}

#cta_video_guides h3 {
	color: #367EDE;
}

#cta_CBUK {
	text-indent: -9999em;
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/cta_CBUK.jpg') no-repeat;;
}

#cta_CBUK a {
	position: relative;
	top: -80px;
	display: block;
	height: 90px;
}

p#cta_expert_advice {
	font-size: 1.8em;
	text-align: center;
	width: 941px;
	height: 37px;
	clear: both;
	padding: 7px 0 0 0;
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/cta_expert_advice.jpg');
}

/*#twitter {
	position: absolute;
	right: 11px;
	top: 602px;
	display: block;
	width: 435px;
	height: 55px;
	color: #333;
	font-size: 1.1em;
	padding: 10px 10px 0 20px;
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/twitter_bg.jpg') no-repeat;
}

#twitter h2 {
	color: #367EDE;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#twitter_update_list {
	list-style: none;
	font-size: 1.2em;
}

#twitter_update_list a {
	color: #367EDE;
}*/

#cta_fb, #cta_twitter {
	width: 231px;
	float: left;
	margin: 0 5px 0 0;
}

#cta_fb a {
	display: block;
	cursor: pointer;
	text-indent: -9999em;
	width:231px;
	height: 64px;
	background: url('../cssimages/cta_facebook.jpg');
}

#cta_twitter a {
	display: block;
	cursor: pointer;
	text-indent: -9999em;
	width:231px;
	height: 64px;
	background: url('../cssimages/cta_twitter.jpg');
}

/*===================================================================
FOOTER
===================================================================*/
#footer {
	margin: 30px 0 0 0;
	border-top: solid 1px #E1E1E1;
	color: #8F8F8F;
}

#footer_detail {
	width: 950px;
	margin: 10px auto 0 auto;
}

#footer_detail ul {
	margin: 0 0 10px 0;
}

#footer_left {
	width: 570px;
	float: left;
}

#footer_detail li {
	list-style: none;
	float: left;
	margin: 0px 10px 0 0px;
}

#footer_detail li a {
	color: #8F8F8F;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #8F8F8F;
}

#footer a:hover {
	color: #333;
}

#footer_right {
	width: 230px;
/*	width: 340px;*/
	float: right;
}

/*--------------------- PARTNER ORGANISATIONS ---------------------*/

#footer_right p {
	margin: 0 0 10px 0;
}

#navca a, #ctn a, #zurich a {
	text-indent: -9999em;
	display: block;
}

#navca a {
	width: 138px;
	height: 30px;
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/footer_navca.jpg');
}

#ctn a {
	width: 110px;
	height: 38px;
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/ctn.jpg');
}

#zurich a {
	width: 57px;
	height: 41px;
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/zurich.jpg');
}

/*===================================================================
SITE MAP
===================================================================*/

#content_container #main_content.sitemap ul {
	width: 1000px;
	list-style: none;
	position: relative;
}

#main_content.sitemap ul a {
	display: block;
	color: #367EDE;
	padding: 4px;
	border: solid 1px #5470CC;
	background: #E1EFFF;
}

#main_content.sitemap ul a:hover {
	color: #E2A73D;
}

#main_content.sitemap ul li {
	font-size: 1.4em;
	float: left;
	margin: 5px 5px 5px 5px;
	position: relative;
}

#main_content.sitemap ul ul {
	position: absolute;
	width: 120px;
	font-size: 0.7em;
	border-left: solid 1px #5470CC;
	padding: 10px 0 0 5px;
}

#main_content.sitemap ul ul a {
	border: solid 1px #ABABAB;
	background: #ECECEC;
	color: #333;
}

/*===================================================================
ACCESSIBILITY
===================================================================*/

/*--------------- accessibility page styling ---------------*/

.page_style_container {
	width: 196px;
	height: 81px;
	float: left;
	text-align: center;
	padding: 20px;
	background: url('/cssimages/accessibility_control_bg.jpg') no-repeat;
}

.page_style_container h3 {
	font-size: 1.6em;
}

.page_style_container p {
	margin: 10px 0 0 0;
}

.page_style_container a {
	text-indent: -9999em;
	display: block;
	width: 47px;
	height: 47px;
	float: left;
	margin: 0 0 0 13px;
}

#font_sizes a.standard {
	background: url('/cssimages/font_standard.jpg') no-repeat;
}

#font_sizes a.larger {
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/font_larger.jpg') no-repeat;
}

#font_sizes a.largest {
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/font_largest.jpg') no-repeat;
}

#site_styles a.standard {
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/style_standard.jpg') no-repeat;
}

#site_styles a.contrast {
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/style_contrast.jpg') no-repeat;
}

#site_styles a.plain {
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/style_plain.jpg') no-repeat;
}

/*--------------- font styling ---------------*/

body.font_larger #wrapper, body.font_largest #wrapper {
	width: 1075px;
}

/*----------------------- home page largest font-----------------------*/

body.font_larger, body.font_largest {
	background: #fff;
}

body.font_larger #main_navigation li a, body.font_largest #main_navigation li a, body.font_larger #main_navigation li a span, body.font_largest #main_navigation li a span {
	background: none;
}

body.font_larger #home_cta li {
	line-height: 17px;
}

body.font_larger #home_cta li.cta_list ul li span {
	font-size: 18px;
	line-height: 30px;
/*	list-style: none;*/
}

body.font_larger #social-buttons, body.font_largest #social-buttons {
	top: 58px;
}

body.font_larger #home_intro, body.font_largest #home_intro {
/*	width: 1037px;
	height: 430px;*/
	padding: 0 20px;
	margin: 0 0 50px 0;
/*	background: url("http://ftp.tennysoninsurance.co.uk/cssimages/home_banner_largest.jpg") no-repeat;*/
}

body.font_larger #get_a_quote, body.font_largest #get_a_quote {
	top: 380px;
}

body.font_larger h1.content_title, body.font_largest h1.content_title {
	font-size: 5em;
	color: #2765B3;
}

body.font_larger #home_intro_text p, body.font_largest #home_intro_text p, body.font_larger #home_intro_text2 ul, body.font_largest #home_intro_text2 ul {
	font-size: 1em;
}

body.font_larger #home_intro_text2 h2, body.font_largest #home_intro_text2 h2  {
	font-size: 2em;
}

body.font_larger .cta_list, body.font_largest .cta_list {
	background: none;
	height: 330px;
/*	width: 490px;*/
	padding: 20px;
	border: solid 1px #ccc;
}

body.font_larger #cta_video_guides, body.font_largest #cta_video_guides {
	clear: both;
	width: 400px;
	height: auto;
	border: solid 1px #ccc;
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/cta_vg_big_font.jpg') right no-repeat;
}

body.font_larger #cta_video_guides p, body.font_largest #cta_video_guides p {
	width: 350px;
}

body.font_larger #cta_intro, body.font_largest #cta_intro {
	width: 1050px;
}

body.font_larger #cta_intro a, body.font_largest #cta_intro a {
	width: 100%;
	background: none;
	border: solid 1px #ccc;
}

body.font_larger #cta_CBUK, body.font_largest #cta_CBUK {
	width: 410px;
	height: 187px;
	border: solid 1px #ccc;
/*	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/cta_cbuk_lf.jpg') no-repeat;*/
}

body.font_larger #home_cta li#cta_expert_advice, body.font_largest #home_cta li#cta_expert_advice, body.font_larger p#cta_expert_advice, body.font_largest p#cta_expert_advice {
	height: auto;
	width: auto;
	background: none;
	border: solid 1px #ccc;
}

body.font_larger a.grey_button, body.font_largest a.grey_button {
	text-align: center;
	background: #F6F6F6;
	height: auto;
	width: auto;
	border: solid 1px #ccc;
}

body.font_larger #click_back, body.font_largest #click_back {
	margin:100px auto 0;
}

body.font_larger #breadcrumb a, body.font_largest #breadcrumb a {
	color:#575757;
}


/*----------------------- end -----------------------*/

/*body.font_larger #home_intro_text h2, body.font_largest #home_intro_text h2 {
	font-size: 5em;
}*/

body.font_larger #user_login, body.font_largest #user_login {
	margin-right: 165px;
}

body.font_larger #user_login input#submit, body.font_largest #user_login input#submit {
	margin-top: 5px;
}

body.font_larger #user_login p, body.font_largest #user_login p {
	width: 390px;
	height: 40px;
	margin-right: 100px;
	background:url("http://ftp.tennysoninsurance.co.uk/cssimages/login_largest_bg.jpg") no-repeat;
}

body.font_larger #accessibility_button a, body.font_largest #accessibility_button a {
	width: 140px;
	height: 40px;
	background:url("http://ftp.tennysoninsurance.co.uk/cssimages/accessibility_largest.jpg") no-repeat;
}

body.font_larger #site_search, body.font_largest #site_search {
	top: 30px;
}

body.font_larger.style_contrast #footer_detail, body.font_largest.style_contrast #footer_detail {
	width: 1070px;
}

body.font_larger.style_contrast #wrapper, body.font_largest.style_contrast #wrapper {
	width: 1110px;
}

/*--------------- contrast styling ---------------*/

body.style_contrast #content_container {
	background: #000;
	color: #ffff00;
	padding: 20px;
	margin-top: 20px;
}

body.style_contrast .page_style_container {
	background: none;
}

body.style_contrast #main_navigation li {
	margin-right: 0px;
}

body.style_contrast #main_navigation li a, body.style_contrast #main_navigation li a span {
	background: #000;
	color: #00FFFF;
}

body.style_contrast #font_sizes a.standard {
	background: url('/cssimages/font_standard_b.jpg') no-repeat;
}

body.style_contrast #font_sizes a.larger {
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/font_larger_b.jpg') no-repeat;
}

body.style_contrast #font_sizes a.largest {
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/font_largest_b.jpg') no-repeat;
}

body.style_contrast #site_styles a.standard {
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/style_standard_b.jpg') no-repeat;
}

body.style_contrast #site_styles a.contrast {
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/style_contrast_b.jpg') no-repeat;
}

body.style_contrast #site_styles a.plain {
	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/style_plain_b.jpg') no-repeat;
}

/*----------------------- home page contrast-----------------------*/

body.style_contrast {
/*	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/body_contrast_bg.jpg') #000 repeat-x;*/
	background: none;
	background-color: #000;
}

body.style_contrast #home_intro{
/*	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/banner_contrast_home.jpg') #000 repeat-x;*/
	color: #ffff00;
	background: none;
	background-color: #000;
}

body.style_contrast .cta_list {
	background: none;
	border: solid 1px #747474;
	padding: 5px;
}

body.style_contrast #home_cta li ul li span, body.style_contrast #home_cta h3 {
	color: #ffff00;
}

body.style_contrast #cta_video_guides {
/*	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/cta_contrast_video_guides.jpg');*/
}

body.style_contrast #cta_video_guides p, body.style_contrast #home_intro_text p {
	color: #ffff00;
}

body.style_contrast #cta_CBUK {
/*	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/cta_contrast_CBUK.jpg');*/
}

body.style_contrast.font_larger #cta_video_guides, body.style_contrast.font_largest #cta_video_guides {
/*	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/cta_contrast_video_guides_lf.jpg') right no-repeat;*/
}

body.style_contrast.font_larger #cta_CBUK , body.style_contrast.font_largest #cta_CBUK {
/*	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/cta_cbuk_contrast_lf.jpg') no-repeat;*/
	height: 172px;
}

body.style_contrast #cta_intro a, body.style_contrast #cta_expert_advice{
	color: #ffff00;
}

body.style_contrast #home_cta li#cta_expert_advice, body.style_contrast p#cta_expert_advice {
	background: none;
	border: solid 1px #555;
}

body.style_contrast #cta_intro p a {
/*	background: url('http://ftp.tennysoninsurance.co.uk/cssimages/cta_contrast_intro_bg.jpg') no-repeat right;*/
	border: solid 1px #555;
}

body.style_contrast .cta_list h3 + span {
	color: #00FF1A;
}

/*----------------------- footer -----------------------*/

body.style_contrast #footer_detail {
	width: 910px;
	background: #000;
	padding: 20px;
	color: #ffff00;
}

body.style_contrast #footer_detail a {
	color: #00FFFF;
}


#main_navigation {
    z-index: 200;
}

