/* Page Layout Style Specific to Grease */
/* Version V1.0.0, 20/04/2009 WBM. */
/* Copyright 2009 property of PNSA */
/* Produced by Design Atom - www.designatom.com */


/* ------------------------------------------------------------ */

/* Scroll Arrows Container */
div.arrows {
	position: relative;
	top: 0px;
	left: 0px;
	width: 22px; 
	height: 400px;
	background-color: #B0220A;
	float: left;
	overflow: hidden;
	z-index: 1;
}

/* Top Left Split */
div.topleft {
	position: relative;
	top: 0px;
	left: 0px;
	width: 290px; 
	height: 25px;
	background-color: #B0220A;
	float: left;
	overflow: hidden;
	z-index: 1;
}

/* Top Right Split */
div.topright {
	position: relative;
	top: 0px;
	left: 0px;
	width: 290px; 
	height: 50px;
	background-color: #B0220A;
	float: right;
	overflow: hidden;
	z-index: 1;
}

/* Left Split Content */
div.leftsplit {
	position: relative;
	top: 0px;
	left: 0px;
	width: 290px; 
	height: 420px;
	background-color: #B0220A;
	float: left;
	overflow: hidden;
	z-index: 1;
}

/* Right Split Content */
div.rightsplit {
	position: relative;
	top: 0px;
	left: 0px;
	width: 290px; 
	height: 395px;
	background-color: #B0220A;
	float: right;
	overflow: hidden;
	z-index: 1;
}

div.innerleft {
	position: relative;
	top: 0px;
	left: 0px;
	width: 260px; 
	background-color: #B0220A;
	float: left;
	z-index: 2;
}

div.innerright {
	position: relative;
	top: 0px;
	left: 0px;
	width: 260px; 
	background-color: #B0220A;
	float: left;
	z-index: 2;
}

/* Scroll Up Arrow */
img.scrollupleft {
	position: relative; 
	top: 320px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
	z-index: 1;
}

/* Scroll Down Arrow */
img.scrolldownleft {
	position: relative; 
	top: 320px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
	z-index: 1;
}

/* Scroll Up Arrow */
img.scrollupright {
	position: relative; 
	top: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
	z-index: 1;
}

/* Scroll Down Arrow */
img.scrolldownright {
	position: relative; 
	top: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
	z-index: 1;
}

/* Page Title */
h1.title {
	font-family: Arial; 
	font-size: 24px; 
	font-weight: bold;
	text-align: left; 
	color: #000000; 
	line-height: 110%; 
	margin: 0px 0px 0px 10px; 
	border: 0px; 
	padding: 0px; 
	z-index: 1;
}

/* Subtitles */
h2.subtitle {
	font-family: Arial; 
	font-size: 15px; 
	font-weight: bold;
	text-align: left; 
	color: #000000; 
	line-height: 110%; 
	margin: 0px; 
	border: 0px; 
	padding: 0px; 
	z-index: 1;
}

/* Booking Info */
p.booking {
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Arial; 
	font-size: 13px; 
	font-weight: normal;
	text-align: justify; 
	color: #FFFFFF; 
	line-height: 110%; 
	margin: 0px 10px 0px 10px; 
	border: 0px; 
	padding: 0px; 
	z-index: 1;
}
