@charset "utf-8";
/* CSS Document */

/****** Core HTML Setup ******/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
	color:#1c3e95;
	background:#85b7ed;
	padding-bottom:5px;
}

/****** Links ******/

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#ca3c4e;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color:#ca3c4e;
	
}

#copyright a {
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}

#copyright a:hover {
	color:#ca3c4e;
}

/****** Quote form ******/

#TextBox_PromoCode {
	width:100px;
}

#Button_ChangeBooking, #btnProcessBooking, #Button1 .button, #Button_BookNow {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background:#3f559f;
	border:0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	cursor:pointer;
	height:25px;
	padding-bottom:3px;
}
	

/****** Text ******/

p { 
	margin-top: 0;
	margin-bottom: 0px;
}
/****** Images ******/

img { border: 0 none; }

/****** Headers ******/

h1 {
	font-size:30px;
	font-weight:bold;
	color:#3f559f;
	font-family:Franklin Gothic Demi, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#3f559f;
}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#3f559f;
}



/****** Template CSS ******/

#mainWrap {
	background: url(../images/main_bg.jpg) repeat-x #fbfafb;
}

#mainWrapCust {
	background: url(../images/bg_cust.jpg) repeat-x #f2f2f2;
}

#wrapper {
	width:1018px;
	margin: 0 auto;
}

#header {
	margin:auto;
	width:900px;
	height:106px;
}

#logo {
	float:left;
	width:300px;
	height:106px;
}

#menu {
	float:right;
	width:600px;
	height:106px;
	text-align:right;
}

#banner {
	width:1018px;
	height:326px;
	background:url(../images/banner_which.jpg);
}

#quote {
	float:right;
	background:url(../images/quote.jpg);
	width:396px;
	height:164px;
	margin:63px 60px 29px 0px;
	padding:60px 10px 10px 10px;
}

#advert {
	float:right;
	width:396px;
	height:164px;
	margin:0px 64px 29px 0px;
	padding:60px 10px 10px 10px;
}

.clear {
	clear:both;
}

#mainContent {
	width:900px;
	margin:auto;
	padding:10px 0px 20px 0px;
}

#content {
	width:580px;
	float:left;
	padding-right:20px;
}

#testimonials {
	width:280px;
	float:right;
	padding-left:20px;
}

#footerMain {
	background:url(../images/footer_bg.jpg) repeat-x #85b7ed;
}

#footer {
	width:900px;
	margin:0 auto;
	padding:10px 0px 10px 0px;
}

#footerMenu {
	width:600px;
	float:left;
}

#copyright {
	width:300px;
	float:right;
	font-size:10px;
	text-align:right;
}




/****** Menu's ******/

ul #menu, #menu ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}

li #menu, #menu li {
	margin: 0;
    padding: 0;
	display:inline;
}

#menu a {
	color:#3f559f;
	font-weight:bolder;
	text-decoration:none;
	width:104px;
	height:35px;
	display:inline-block;
	text-align:center;
	margin-top:35px;
	padding-top:8px;
}

#menu a:hover {
	color:#cf3e51;
	font-weight:bold;
	text-decoration:none;
}

#menu .active a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background: url(../images/button.jpg) no-repeat;
	width:104px;
	height:35px;
	display:inline-block;
	text-align:center;
}

ul #footerMenu, #footerMenu ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}

li #footerMenu, #footerMenu li {
	margin: 0;
    padding: 0;
	display:inline;
	padding-right:20px;
	padding-left:10px;
	line-height:3;
}

#footerMenu a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#footerMenu a:hover {
	color:#ca3c4e;
	font-weight:bold;
	text-decoration:none;
}

/****** Alerts ******/

#alert {
	background: url(../images/alert_bg.png) no-repeat;
	float:left;
	width:320px;
	height:275px;
	position:relative;
	z-index:999;
	margin-left:50px;
	padding:0px 10px 10px 10px;
	margin-top:28px;
}

#alert h2 {
	font-size:15px;
	color:#C00;
	font-weight:bold;
}




