@charset "utf-8";
/* CSS Document */
/* This file holds the general css for the Weaave site */
/* See the specific css files for section specific css */

/* FOR TESTING PURPOSES */
.borderBlue {
	border:1px #0000CC solid;
	}
.borderRed {
	border:1px #CC0000 solid;
	}
.borderGreen {
	border:1px #00CC00 solid;
	}		
.backgroundLightGray {
	background-color:#EEE;
	}

/* CANCELLING ISSUES IN DIFFERENT BROWSERS */

html,body,div,span,img,applet,embed,canvas,object,iframe {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent
}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent
}
ol,ul,li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent
}
fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent
}
ul,li {
	list-style:none; 
}
li {
	display:inline
}
/* GENERAL REDEFINITIONS */
html {
	width:100%;
	height:100%;
	margin:0;
}
body {
	background:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0;
	padding:0;
	color:#000;
}
a {
	text-decoration:none;
	color:#000;
	outline:none;
}
a img{
border:none;
}
.clr {
	clear:both;
}
/* LAYOUT-STRUCTURE */
#wrapper {
	width:900px;
	margin:0 auto;
}
.splashLinks {
	margin:50px 75px 0;
}
.splashLinks h1 {
	height:400px;
	width:200px;
	margin:0 25px;
	float:left;
}
.splashLinks .splashLinkText {
	height:300px;
	width:480px;
	margin:0 10px;
	float:left;
	text-align:center;
	color:#333333;
	margin-top:50px;
}
.splashLinks .splashLinkText h2 {
	font-size:20px;
	color:#000;
}
.splashLinks .splashLinkText a {
	outline:none;
}
.bookingWrapper {
	width:700px;
	margin:30px 100px;
}
.bookingWrapper h1 {
	font-size:24px;
	color:#fb0303;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	
.booking {
	width:700px;
	height:40px;
	background:#ff7465;
	line-height:40px;
}
input.city {
	background:#fff;
	border:none;
}
select.passType {
	width:155px;
}
input.submit {
	width:105px;
	height:20px;
	border:none;
	font-weight:bold;
	background:#842218;
	color:#fff;
	font-size:14px;
	padding-bottom:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	cursor:pointer;
}
/* Rounded corners CSS */
.roundedBox {position:relative}
			
				/*- All the corners -*/
				.roundedBox .corner {background-image:url(../images/roundedCorners.jpg);}
				.corner {position:absolute; width:5px; height:5px;}
			
				/*- Each corner -*/
				.topLeft {top:0; left:0; background-position:0px -60px;}
				.topRight {top:0; right:0; background-position:-5px -60px;}
				.bottomLeft {bottom:0; left:0; background-position:0px -65px;}
				.bottomRight {bottom:0; right:0; background-position:-5px -65px;}
			
/* Rounded Button CSS */
