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

/* =========================================  NORMALIZING  ================================================== */


/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{
	margin : 0;
	padding : 0;
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists 
table { border-collapse : collapse; border-spacing : 0; } */

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

p {
	margin-bottom:8px;
}

h1 {
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0070c0;
	margin:15px 0;
}
h2 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0070c0;
	margin-bottom:5px;
}
a {
	color:#0070c0;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
body {
	background:#a2e2fa url(../images/bg_body.png) top left repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#444444;
}

div#wrapper {
	width:955px;
	background:url(../images/bg-top.png) center top no-repeat;
	margin:20px auto;
	padding-top:15px;
}
div#bg_bottom {
	width:955px;
	background:url(../images/bg_bottom.png) center bottom no-repeat;
	padding-bottom:15px;
}
div#borders {
	width:955px;
	background:url(../images/bg_mid.png) center top repeat-y;
}
div#smallMenu {
	width:900px;
	margin:10px auto;
	text-align:right;
	font-size:14px;
}

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

div#branding {
	height:90px;
}
div#branding h1 {
	display:block;
	background:url(../images/They_compare.gif) top left no-repeat;
	width:375px;
	height:49px;
	float:left;
	margin:20px 0 0 40px;
}
div#branding h1 a {
	display:block;
	height:49px;
	widows:375px;
	text-indent:-9999px;
}
div.ad468x60 {
	float:right;
	margin:13px 15px 0 0;
	width:468px;
	height:60px;
}

/* ==================================================== MAIN MENU ============================================== */

div#mainMenu{
	height:45px;
	width:945px;
	margin:0 0 0 5px;
	position:relative;
}
div#mainMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
div#mainMenu ul li {
	float:left;
	position:relative;
}
div#mainMenu ul li a {
	display:block;
	height:45px;
	text-indent:-9999px;
	z-index:0;
	width:160px;
}
li.btn_car a {
	background:url(../images/btn_car.png) top left no-repeat;
	z-index:1;
	position:absolute;
}
li.btn_home a {
	background:url(../images/btn_home.png) top left no-repeat;
	z-index:2;
	position:absolute;
	left: 122px;
}
li.btn_travel a {
	background:url(../images/btn_travel.png) top left no-repeat;
	z-index:3;
	position:absolute;
	left: 254px;
}
li.btn_van a {
	background:url(../images/btn_van.png) top left no-repeat;
	z-index:4;
	position:absolute;
	left: 386px;
}
li.btn_pet a {
	background:url(../images/btn_pet.png) top left no-repeat;
	z-index:5;
	position:absolute;
	left: 518px;
}
li.btn_bike a {
	background:url(../images/btn_bike.png) top left no-repeat;
	z-index:6;
	position:absolute;
	left: 650px;
}
li.btn_breakdown a {
	background:url(../images/btn_breakdown.png) top left no-repeat;
	width:153px;
	z-index:7;
	position:absolute;
	left: 792px;
	top: 0px;
}
li.selected a {
	background-position: center left;
}

li a:hover {
	background-position: bottom left;
}
div#products_sub {
	position:absolute;
	width:153px;
	top:0px;
	left:792px;
	display:none;
	cursor:pointer;
	z-index:10;
	background:url(../images/btn_other.png) left top no-repeat;
}
div#products_sub ul li a.sBreakdown {
	background:url(../images/sBreakdown.png) left top no-repeat;
	width:153px;
	height:22px;
}
div#products_sub ul li a.sLife {
	background:url(../images/sLife.png) left top no-repeat;
	width:153px;
	height:23px;
}
div#products_sub ul li a.sCaravan {
	background:url(../images/sCaravan.png) left top no-repeat;
	width:153px;
	height:24px;
}
div#products_sub ul li a.sCampervan {
	background:url(../images/sCampervan.png) left top no-repeat;
	width:153px;
	height:24px;
}
div#products_sub ul li a.sMotorhome {
	background:url(../images/sMotorhome.png) left top no-repeat;
	width:153px;
	height:30px;
}
div#products_sub ul li a.sMotorhome:hover,
div#products_sub ul li a.sCampervan:hover,
div#products_sub ul li a.sCaravan:hover,
div#products_sub ul li a.sLife:hover,
div#products_sub ul li a.sBreakdown:hover {
	background-position:left bottom;
}

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

div#content {
	padding:10px 15px 30px 15px;
}

div#content ul {
	margin:10px 20px 10px 0;
}

div#content ul li {
	margin-bottom:5px;
}

/* ------------------------------------------ LEFT COLUMN ------------------------------------------------ */

div#leftCol {
	width:800px;
	float:left;
}
div.InsuranceBox {
	width:220px;
	height:175px;
	float:left;
	margin:6px;
	padding:15px 15px 10px 15px;
	position:relative;
	font-size:11px;
}
div.InsuranceBoxOther,
div.InsuranceBoxCar {
	width:740px;
	height:175px;
	float:left;
	margin:6px;
	padding:15px 15px 10px 15px;
	position:relative;
	font-size:11px;
	background:url(../images/box_car2.jpg) center center no-repeat;
}
div.InsuranceBoxOther {
	background:url(../images/other.jpg) center center no-repeat
}
div.InsuranceBoxCar h1,
div.InsuranceBox h1 {
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
	margin:0 0 13px 0;
}
div.InsuranceBox p {
	line-height:12px;
}
div.InsuranceBoxCar p {
	padding:20px 0 0 350px;
	font-size:13px;
	line-height:17px;
}
div.car {
	background:url(../images/box_car.jpg) center center no-repeat;
}
div.home {
	background:url(../images/box_home.jpg) center center no-repeat;
}
div.travel {
	background:url(../images/box_travel.jpg) center center no-repeat;
}
div.van {
	background:url(../images/box_van.jpg) center center no-repeat;
}
div.pet {
	background:url(../images/box_pet.jpg) center center no-repeat;
}
div.bike {
	background:url(../images/box_bike.jpg) center center no-repeat;
}
div.breakdown {
	background:url(../images/box_breakdown.jpg) center center no-repeat;
}
div.InsuranceBoxOther a,
div.InsuranceBoxCar a,
div.InsuranceBox a {
	width:148px;
	height:47px;
	display:block;
	position:absolute;
	left: 93px;
	top: 132px;
	text-indent:-9999px;
}
div.InsuranceBoxCar a {
	left:583px;
}
div.InsuranceBoxCar a,
div.InsuranceBox a.car_btn	{
	background:url(../images/quote_car.png) center center no-repeat;
}
div.InsuranceBox a.home_btn	{
	background:url(../images/quote_home.png) center center no-repeat;
}
div.InsuranceBox a.travel_btn	{
	background:url(../images/quote_travel.png) center center no-repeat;
}
div.InsuranceBox a.van_btn	{
	background:url(../images/quote_van.png) center center no-repeat;
}
div.InsuranceBox a.pet_btn	{
	background:url(../images/quote_pet.png) center center no-repeat;
}
div.InsuranceBox a.bike_btn	{
	background:url(../images/quote_bike.png) center center no-repeat;
}
div.InsuranceBox a.breakdown_btn	{
	background:url(../images/quote_breakdown.png) center center no-repeat;
}
div.InsuranceBoxOther a.btn_quoteLife {
	background:url(../images/quote_other.png) center center no-repeat;
	top:140px;
	position:absolute;
	left:18px;
}
div.InsuranceBoxOther a.btn_quoteMotorhome {
	background:url(../images/quote_other.png) center center no-repeat;
	top:140px;
	position:absolute;
	left:576px;
}
div.InsuranceBoxOther a.btn_quoteCampervan {
	background:url(../images/quote_other.png) center center no-repeat;
	top:140px;
	position:absolute;
	left:383px;
}
div.InsuranceBoxOther a.btn_quoteCaravan {
	background:url(../images/quote_other.png) center center no-repeat;
	top:140px;
	position:absolute;
	left:195px;
}
div.ad728x90 {
	margin:10px auto;
	width:728px;
	height:90px;
}
form#contact label {
	display:block;
	float:left;
	width:120px;
}
form#contact input {
	width:190px;
	margin-bottom:10px;
}
form#contact textarea {
	width:500px;
	height:150px;
}
form#contact input.checkb {
	width:15px;
}
p.quote {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#00b0f0;
	margin:20px 0;
}
/* ------------------------------------------ RIGHT COLUMN ------------------------------------------------ */

div#rightCol {
	width:125px;
	float:right;
}
div.ad125x125 {
	width:125px;
	height:125px;
	margin-bottom:10px;
	z-index:0;
}

/* ==================================================== FOOTER ============================================== */

div#footer {
	margin:15px 5px 0 5px;
	height:103px;
	background:url(../images/footer_bg.gif) bottom left repeat-x;
	font-size:14px;
}

div#links {
	float:left;
	margin:80px 0 0 25px;
}

div#smallLogo {
	background:url(../images/logo_small.png) center center no-repeat;
	width:257px;
	height:34px;
	float:right;
	text-indent:-9999px;
	margin:69px 25px 0 0;
}
/* ==================================================== MISC ============================================== */

.clear {height:0px; clear:both;}
img.img_left {float:left; margin:0 10px 5px 0;}
img.img_right {float:right; margin:0  10px 5px 10px;}
.darkBlueText {color:#0070c0;}
.preload {display:none;}
