@import url(template.global.css);
@import url(global.module.css);
@import url(comp.booking-mask.css);
@import url(calendar.css);

/* STYLES FOR TEMPLATE HOME */

#holder {
	height: 800px;
}



/* ===== ELEMENTS ===== */

#availability-checker {
	position: absolute;
	top: 50px;
	right: 120px;
	height: 85px;
	width: 230px;
	background: #235F9D;
	z-index: 100;
}

#best-rate {
	position: absolute;
	top: 495px;
	left: 120px;
	width: 230px;
	height: 55px;
	background: transparent url(../images/transparent-blue-bg.png) no-repeat top left;
	z-index: 100;
}

/* ===== MAIN CONTENT ===== */

#main-content {
	position: absolute;
	height: 325px;
	top: 200px;
	left: 120px;
	background: transparent url(../images/photo-fader.png) no-repeat top left;
	width: 250px;
	z-index: 10;
	padding: 20px 100px 5px 30px;
	color: #fff;
	_behavior:url(/iepngfix.htc); 
}

#main-content:after {
	content: '.';
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}

#main-content h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.9em;
	margin-bottom: 10px;
	color: #fff;
}

#main-content h3 {
	font-size: 1.1em;
	margin-bottom: 0.8em;
}

#main-content ul {
	margin-bottom: 0.8em;
}

#main-visual {
	position: absolute;
	top: 200px;
	left: 120px;
	width: 960px;
	z-index: 1;
}

/* ===== ADDITIONAL CONTENT ===== */

#additional-content {
	position: absolute;
	width: 960px;
	height: 190px;
	top: 550px;
	left: 120px;
}

.content-box {
	float: left;
	width: 230px;
	height: 150px;
	margin: 10px 12px 0px 0px;
	border-bottom: solid 3px #235F9D;
	text-align: center;
}

.last-box {
	float: right; _display:inline;
	margin-right: 0px;
	margin-top: 7px;
	height: 150px;
	width: 225px;
	border: solid 3px #235F9D;
	background: #235F9D;
}

.content-box img {
	margin: 0px auto 0px auto;
}


h3.box-text a {
	line-height: 25px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #235F9D;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
}

h3.offerLineOne {
	line-height: 14px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: bold;
}

p.offerLineTwo {
	font-size: 11px;
	color: #fff;
	font-style: italic;
}

p.offerLineThree {
	font-size: 11px;
	color: #fff;
	width: 70px;
	float: left;
}

a.offerMore {
	font-size: 11px;
	color: #FFF;
	width: 70px;
	float: right;
	font-size: 9px;
	line-height: 12px;
}

/* ===== BEST RATE ===== */

#best-rate-heading {
	line-height: 14px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 20px;
}

#best-rate-from {
	line-height: 14px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #fff;
	margin-top: 5px;
	position: absolute;
	top: 20px;
	left: 25px;
}

#best-rate-price {
	line-height: 32px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 85px;
	font-style: italic;
}

#best-rate .submit {
	position: absolute;
	top: 21px;
	left: 175px;
}

/* ===== Newsletter Signup ===== */

#newsletter {
	position: absolute;
	left: 150px;
	top: 445px;
	background: transparent;
	z-index: 10;
	height:18px;
	vertical-align: middle;
	line-height:18px;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	cursor:pointer;
}

#sideLeft-newsletter {
	position: absolute;
	top:0;
	left:0;
}

#sideRight-newsletter {
	position: absolute;
	top:0;
	right:0;
}

#newsletterButton {
	background: transparent url(../images/bg-newsletter.png) no-repeat 0 0;	
	width : 170px;
	height: 20px;
}


#newsletterButton input {
	position: absolute;
	border:0 none;
	margin : 2px 0 2px 10px;
	height:15px;
	width: 120px;
	background-color: #cccccc;
	color: #fff;
	font-size: 11px;
	vertical-align: middle;	
}

#newsletterButton form {
	position: relative;
	border:0 none;
}

#newsletterButton .go {
	position: absolute;
	right: 0px; 
	top: -2px !important;	
	border:0 none;
	background: transparent;
	width: 25px;
	display: inline;
	height:20px;
	vertical-align: middle;	
	cursor: pointer;
	vertical-align: middle;
}

.inner-label {
	margin-left: 3px;
	vertical-align: middle;
}

#main-visual .toolbox-link {
	margin-left:400px;
}
