@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:url(../images/crusader-bg.gif) no-repeat center top;
}

div.wrapper {
	margin:0 auto;
	width:970px;
}

/*  links */

a {
	color:#0061aa;
	text-decoration:underline;
}

a:hover {
	color:#0061aa;
	text-decoration:none;
}

/*  text */

h2 { 
	font-size:30px;
	color:#0060a9;
	margin-bottom:8px;
}

h3 {
	font-size:15px;
	color:#0061aa;
	margin-bottom:8px;
}

h4 {
	font-size:13px;
	color:#0061aa;
	margin-bottom:8px;
}



p {
	line-height:18px;
	margin-bottom:8px;
}

.cleaer {
	clear:both;
}

/* top header */

div.header {
	position:relative;
	width:970px;
	padding:15px 0 0 0;
	height:93px;
}

div.header .graphic {
	position:absolute;
	right:-120px;
	top:0;
	width:436px;
	height:136px;
}

div.header h1 {
	background:url(../images/crusader-logo.gif) no-repeat;
	width:206px;
	height:0px;
	overflow:hidden;
	padding-top:61px;
	margin:0 0 0 20px;
}
div.header h1 a {display:block;}

div.header p {
	position:absolute;
	left:265px;
	top:30px;
	width:355px;
	line-height:30px;
	font-size:21px;
	text-align:center;
}

/* top navigation */

#topnav {
	clear:both;
	position:relative;
	float:left;
	width:970px;
	height:40px;
    background:#E7E5E2;
	font-size:12px;
    line-height:normal;
	background:url(../images/topnav-bg.gif);
	margin-bottom:6px;
}

#topnav ul {
	margin:0;
	padding:8px 10px 0 10px;
	list-style:none;
    }
	
#topnav li {
    display:inline;
    margin:0;
    padding:0;
}

#topnav a {
    float:left;
    background:url(../images/tableft.gif) no-repeat left top;
    margin:0 6px 0 0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#topnav a span {
    float:left;
    display:block;
    background:url(../images/tabright.gif) no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#0061aa;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav a span {float:none;}
/* End IE5-Mac hack */

#topnav a:hover span, #topnav a.active span {
    color:#FFF;
	background-position:100% -42px;
}

#topnav a:hover, #topnav a.active {
    background-position:0% -42px;
}

#topnav a:hover span, #topnav a.active span  {
    background-position:100% -42px;
}

/* tool bar */

div#toolbar {
	position:absolute;
	width:230px;
	top:0;
	right:0;
}

div#toolbar p {
	float:left;
	font-size:11px;
	color:#FFF;
	margin:0;
	padding:10px 4px 0 0;
}

div#toolbar ul {
	height:20px;
	margin:0;
	padding:9px 0 0 0;
}

div#toolbar ul li {
	float:left;
}

div#toolbar ul li a {
	height:20px;
	width:20px;
	padding:0;
	margin:0 4px 0 0;
}

div#toolbar ul li a.txt-sml { background:url(../images/toolbar-sprite.gif) no-repeat 0 0; }
div#toolbar ul li a.txt-reg { background:url(../images/toolbar-sprite.gif) no-repeat -20px 0; }
div#toolbar ul li a.txt-lrg { background:url(../images/toolbar-sprite.gif) no-repeat -40px 0; }
div#toolbar ul li a.print { background:url(../images/toolbar-sprite.gif) no-repeat -60px 0; }
div#toolbar ul li a.bookmark { background:url(../images/toolbar-sprite.gif) no-repeat -80px 0; }
div#toolbar ul li a.contact { background:url(../images/toolbar-sprite.gif) no-repeat -100px 0; }


div#toolbar ul li a.txt-sml:hover { background:url(../images/toolbar-sprite.gif) no-repeat 0 -20px; }
div#toolbar ul li a.txt-reg:hover { background:url(../images/toolbar-sprite.gif) no-repeat -20px -20px; }
div#toolbar ul li a.txt-lrg:hover { background:url(../images/toolbar-sprite.gif) no-repeat -40px -20px; }
div#toolbar ul li a.print:hover { background:url(../images/toolbar-sprite.gif) no-repeat -60px -20px; }
div#toolbar ul li a.bookmark:hover { background:url(../images/toolbar-sprite.gif) no-repeat -80px -20px; }
div#toolbar ul li a.contact:hover { background:url(../images/toolbar-sprite.gif) no-repeat -100px -20px; }


div#toolbar ul li a span {
	display:none;
}

/* left navigation */

#leftnav {
	padding:18px 0 0 0;
	margin-bottom:15px;
	background:url(../images/leftnav-bg.gif) no-repeat top;
}

#leftnav ul {
	padding-left:5px;
}

#leftnav ul li {
	text-transform:capitalize;
}

#leftnav ul li a {
	background:url(../images/leftnav-li-bg.gif) no-repeat 0 0;
	display:block;
	width:172px;
	line-height:18px;
	color:#0061aa;
	font-size:14px;
	text-decoration:none;
	padding:4px 0 4px 28px;
}

#leftnav ul li a:hover, #leftnav ul li a.active {
	background:url(../images/leftnav-li-bg.gif) no-repeat 0 -26px;
	color:#0061aa;
}

/* left navigation 2nd level */


#leftnav ul ul {
	padding-left:0px;
}

#leftnav ul li li a {
	background:url(../images/leftnav-li-li-bg.gif) no-repeat 0 0;
	display:block;
	width:162px;
	line-height:18px;
	color:#c40a0a;
	font-size:14px;
	text-decoration:none;
	padding:4px 0 4px 38px;
}

#leftnav ul li li a:hover, #leftnav ul li li a.active {
	background:url(../images/leftnav-li-li-bg.gif) no-repeat 0 -26px;
	color:#c40a0a;
}

#leftnav ul li li.submen a {
	color:#0061aa;
	}
/* request call back */

div.call-back {
	background:url(../images/request-call-back.gif) no-repeat 0 0;
	width:170px;
	height:166px;
	margin:10px 0 0 15px;
	padding:0 0 15px 10px;
}

div.call-back h3 {
	padding:15px 0 0 5px;
}

div.call-back p {
	padding:0px 70px 0 5px;
}

/* columns */

div.columns {
	width:970px;
}

div.columns .colA {
	float:left;
	width:210px;
	margin-right:10px;
}

div.columns .colB {
	float:left;
	width:530px;
}

div.columns .colC {
	float:right;
	width:210px;
}

div.columns .colB .intro {
	padding:0 15px 15px 15px;
}

.colB h3 {
	font-size:22px;
	color:#0061aa;
	margin:12px 0 4px 0;
}

.colB h4 {
	font-size:16px;
	color:#0061aa;
	margin:12px 0 4px 0;
}

.colB ul {
}

.colB ul li {
	background:url(../images/li-arrow.png) no-repeat 5px 7px;
	padding-left:24px;
	margin-bottom:4px;
	line-height:18px;
}



/* home image / awards */

div.home-img {
	position:relative;
}

div.award1 {
	position:absolute;
	top:-10px;
	right:-10px;
}

div.award2 {
	position:absolute;
	top:10px;
	right:90px;
}

div.award3 {
	position:absolute;
	top:10px;
	right:170px;
}

/* images with text / button */

.colB .img-wrap {
	position:relative;
	width:530px;
	height:210px;
	margin-bottom:10px;
}

.colB .img-wrap .bar {
	width:520px;
	height:56px;
	background:url(../images/bar-bg.png) no-repeat bottom;
	position:absolute;
	bottom:5px;
	left:5px;
}

.colB .img-wrap .bar p.title {
	color:#FFF;
	font-size:20px;
	margin:5px 0 0 10px;
}

.colB .img-wrap .bar p.sub {
	font-size:16px;
	color:#FFF;
	margin:0 0 0 10px;
}

.colB .img-wrap .bar .btn-wrap {
	position:absolute;
	right:10px;
	top:12px;
}

/* box1-bg */

.box1-bg {
	background:url(../images/box1-bg.gif) no-repeat top;
	width:210px;
	margin-bottom:10px;
}

.box1-bg h3 {
	padding:16px 16px 0 16px;
}

.box1-bg p {
	padding:0 16px;
}

.box1-bg .btn-wrap {
	padding:0 0 10px 16px;
	overflow:auto;
	zoom:1;
}

/* box1-bg in colB */

.colB .box1-bg {
	background:url(../images/box2-bg.gif) no-repeat top;
	width:530px;
	margin:15px 0 10px 0;
}

.colB .benefits ul {
	padding-top:10px;
}

.colB .benefits ul li {
	font-size:12px;
}

.box1-bg h3 {
	padding:16px 16px 0 16px;
}


/* caravan / motorhome benefits */

div.benefits ul {
	padding:0 14px 0 14px;
}

div.benefits ul li {
	background:url(../images/security.gif) no-repeat 0 0;
	padding:6px 0 9px 28px;
	margin:0 0 10px 0px;
	font-size:11px;
	color:#0061aa;
	border-bottom:1px solid #FFF;
}

div.benefits ul li.security { background:url(../images/security.gif) no-repeat 0 0; }
div.benefits ul li.no-claims { background:url(../images/no-claims.gif) no-repeat 0 0; }
div.benefits ul li.new-for-old { background:url(../images/new-for-old.gif) no-repeat 0 0; }
div.benefits ul li.comprehensive { background:url(../images/comprehensive.gif) no-repeat 0 0; }
div.benefits ul li.legal { background:url(../images/legal.gif) no-repeat 0 0; }
div.benefits ul li.continental { background:url(../images/continental.gif) no-repeat 0 0; }
div.benefits ul li.uk-based { background:url(../images/uk-based.gif) no-repeat 0 0; }
div.benefits ul li.cost { background:url(../images/cost.gif) no-repeat 0 0; }

/* btns */

a.btn {
	background:url(../images/btn-bg.gif) no-repeat 0 0;
	color:#FFF;
	display:block;
	font-size:11px;
	height:23px;
	padding:5px 0 0 10px;
	text-decoration:none;
	width:169px;
	float:left;
	font-weight:bold;
	margin-bottom:3px;
	line-height:normal;
}

a:hover.btn {
	background:url(../images/btn-bg.gif) repeat scroll 0 -30px transparent;
	color:#FFF;
	text-decoration:none;
}

a.btn span {
	background:url(../images/arrow.gif) no-repeat 0 5px;
	padding-left:12px;
	margin:0;
	line-height:18px;
}

a.btn-req {
	margin:20px 0 0 0;
	width:150px;
	background:url(../images/btn-req-bg.gif) no-repeat 0 0;
}

a:hover.btn-req {
	background:url(../images/btn-req-bg.gif) repeat scroll 0 -30px transparent;
	color:#FFF;
	text-decoration:none;
}

a.btn-quote {
	font-size:14px;
	margin:0;
	height:24px;
	width:145px;
	padding-left:26px;
	background:url(../images/btn-quote-bg.gif) no-repeat 0 0;
}

a:hover.btn-quote {
	background:url(../images/btn-quote-bg.gif) repeat scroll 0 -29px transparent;
	color:#FFF;
	text-decoration:none;
}

a.btn-quote span {
	background:url(../images/quote-arrow.gif) no-repeat 0 3px;
	padding-left:16px;
	margin:0;
	line-height:18px;
}

/* colA promos */

div.colA .promo {
	margin-left:5px;
}

div.colA .promo img {
	margin-bottom:10px;
}

/* colB promos */

div.colB .promo {
	margin:15px 0 15px 5px;
}

div.colB .promo1 {
	position:relative;
	background:url(../images/promo1-bg.gif) no-repeat 0 0;
	width:520px;
	height:54px;
	margin-left:5px;
	padding-top:6px;
}

div.colB .promo1 p {
	font-size:15px;
	color:#000;
	margin:0 0 0 10px;
	padding-top:2px;
}

div.colB .promo1 p span {
	color:#FFF;
}

div.colB .promo1 .btn-wrap {
	position:absolute;
	right:10px;
	top:12px;
}

/* colC promos */

div.colC .promo-ani {
	background:url(../images/promo-ani-bg.gif);
	width:205px;
	height:285px;
	margin:0 0 10px 0;
	padding:5px 0 0 5px;
}

div.colC .promo-ani img {
}

div.colC .promo {
	margin-left:5px;
}

div.colC .promo img {
	margin-bottom:10px;
}

/* homepage offers */

div.offers {
	width:530px;
}

div.offer1 {
	float:left;
	width:245px;
	margin-left:10px;
	background:url(../images/caravan-home.jpg) no-repeat top;
}

div.offer2 {
	float:right;
	width:245px;
	margin-right:10px;
	background:url(../images/motorhome-home.jpg) no-repeat top;
}

div.offer1 h3, div.offer2 h3 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#000;
	margin-top:155px;
}

div.offer1 .btn-wrap, div.offer2 .btn-wrap {
	padding-left:35px;
}

/* homepage get quote boxes */

div.caravan-insurance {
	position:absolute;
	top:185px;
	left:50px;
}

div.motorhome-insurance {
	position:absolute;
	top:185px;
	right:50px;
}

div.caravan-insurance h3, div.motorhome-insurance h3 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#000;
}

/* download documentation */

body#page-1 div#documents {display:none;}

#documents {
	padding:18px 0 0 0;
	margin-bottom:15px;
	background:url(../images/documents-bg.gif) no-repeat top;
}

#documents h3 {
	margin-left:16px;
}

#documents ul {
	margin-left:16px;
}

#documents ul li {
	padding-bottom:5px;
}

#documents ul li a {
	color:#231f20;
	background:url(../images/pdf.gif) no-repeat 0 0;
	padding:0 0 2px 20px;
	display:inline-block;
	line-height:18px;
	text-decoration:none;
}

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

#documents .reader-wrap {
	margin:5px 16px;
	border-top:1px solid #d6d6d6;
}

#documents .reader-wrap p {
	margin-bottom:4px;
	font-size:10px;
	color:#999;
}




/* footer */

div.footer {
	position:relative;
	background:url(../images/footer-bg.gif) no-repeat 5px 5px;
	clear:both;
}

div.footer .botnav {
	background:url(../images/botnav-bg.png) no-repeat 0 0;
	width:970px;
	height:38px;
}

div.footer .botnav ul {
	padding:12px 0 0 20px;
}

div.footer .botnav ul li {
	float:left;
	font-size:11px;
}

div.footer .botnav ul li a {
	color:#666;
	text-decoration:none;
	border-right:1px solid #999;
	margin-right:5px;
	padding-right:5px;
}

div.footer .botnav ul li a:hover {
	text-decoration:underline;
}

div.footer .links .col {
	width:200px;
	float:left;
	padding:10px 10px 10px 20px;
}

div.footer .links .col h3 {
	color:#FFF;
}

div.footer .links .col ul li {
	font-size:11px;
	padding-bottom:4px;
}

div.footer .links .col ul li a {
	background:url(../images/links-li-bg.png) no-repeat 0 4px;
	padding-left:12px;
	color:#FFF;
	text-decoration:none;
}

div.footer .links .col ul li a:hover {
	text-decoration:underline;
}

div.footer .declaration p {
	background:url(../images/two-tone-line.gif) no-repeat 20px 0px;
	clear:both;
	color:#FFF;
	font-size:10px;
	line-height:14px;
	padding:15px 20px 20px 20px;
	margin-top:10px;
}


.logo1, .logo2, .logo3 {
	position:absolute;
	width:65px;	
}

.logo1 {
	right:155px;
	top:45px;
}

.logo2 {
	right:85px;
	top:45px;
}

.logo3 {
	right:15px;
	top:45px;
}
/* form elements */
.formRow {
	clear:both;
	border-bottom:1px solid #DDD;
	margin:0px 0px 5px 0px;
	padding:4px 0 6px 0;
	display:inline-block;
}

.formRow label {
	float:left;
	padding-top:3px;
	color:#333;
	width:145px;
}

.formRow select, .formRow input, .formRow textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:150px;
	color:#666;
	padding:2px 0 2px 0;
	margin-left:6px;
}

.formRow input.radioGen, .formRow input.checkGen {
width:20px;
padding:0;
vertical-align:middle;
margin:5px 0 6px 5px;
}

.formRow textarea {
	width:200px;
	height:80px;
}

.formRow span {
	color:#cc0000;
	font-weight:bold;
	padding:0 0 0 5px;
}

div.formCol1, div.formCol2 {
	width:250px;
	float:left;
}
form.commentForm label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;width:150px;float:right;margin-left:20px;
}
label span{color: red;font-weight:bold;font-size:1.2em;}

span.warning{color: red;font-size:1.0em;font-weight:normal;font-style: italic;}


/* buttons */

.btnsContainer {
height:40px;
padding:10px 0 0 150px;
width:230px;
}

input.genericBtn {
	font-size:11px;
	width:179px;
	height:30px;
	cursor:pointer;
	background:url(../images/btn-bg.gif) no-repeat scroll 0 0 transparent;
	padding:3px 0 4px 0;
	color:#ffffff;
	margin:0 5px 0 0;
	border:0;
	float:left;
}
input.genericBtn:hover {
	background:url(../images/btn-bg.gif) repeat scroll 0 -30px transparent;
	color:#FFF;
	text-decoration:none;
}
#hasjs {
	display:none
}
.hasjs {
	display:none
}

input#umobile {
	display:none;
}
