body {
	padding: 0;
	margin: 0;
	color: black;
	background: url('../images/bodybg.jpg') top no-repeat;background-attachment: fixed;
}

h1 {
	font-size: 25px;
	color: #d14f00;
}
h3 {
	font-size: 18px;
	color: #f26522;
}

#page {
	text-align: center;
	margin: auto;
	
}

#layout {
	margin: auto;
}

#menu {
	background: url('../images/menubg.png') bottom no-repeat;
	font-family: Arial;
	vertical-align: bottom;
}
#menu ul {
	list-style: none;
}

#menu li {
	line-height: 44px;
	padding: 0 24px;
	color: #003663;
	font-size: 14px;
	font-weight: bold;
	float: left;
	background: url('../images/menuitembg.png') left no-repeat;
}

#menu li.home {
	background:none;
}

#menu a:link,#menu a:active,#menu a:visited,#menu a:hover {
	color: #003663;
	text-decoration: none;
}



.main {
	background: url('../images/mainbg.png') top repeat-y;
}

#main {
	background: url('../images/umbrella01.png') bottom right no-repeat;
	padding: 0 40px;
}


#content, #content td {
	font-size: 11px;
	font-family: arial;
}



.subfooter {
	background: url('../images/subfooterbg.png') bottom no-repeat;
}

#subfooter { padding-left:25px; line-height:14px;
	text-align:center;
	font-size: 11px;
	color: white;
	font-family: arial;
	text-align: center; width:730px;
}
#subfooter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subfooter li {
	display: inline;
	margin: 0;
	padding: 0 25px;
	line-height: 70px;
	font-weight: bold;
	border-left: 1px solid white;
}
#subfooter li.home {
	border: 0;
}
#subfooter a:link,#subfooter a:active,#subfooter a:visited,#subfooter a:hover {
	color: white;
	text-decoration: none;
}



.footer {
	background: url('../images/footerbg.jpg')  bottom no-repeat;
	text-align: center;
	vertical-align: bottom;
}
#footer {
	background: url('../images/footerbg.png') bottom no-repeat;
	width: 910px;
	height: 36px;
	margin: auto;
	color: white;
	padding-top: 7px;
	line-height: 36px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}
#footer a:link,#footer a:visited,#footer a:active,#footer a:hover {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .left {
	float:left;
	margin-left: 2em;
}
#footer .right {
	float:right;
	margin-right: 2em;
}



.splashBox {
	width: 278px;
	height: 240px;
}
.splashBox td {
	vertical-align: middle;
	text-align: center;
}
.destinations {
	background: url('../images/splash1.png') no-repeat;
}
.businessPackages {
	background: url('../images/splash2.png') no-repeat;
}
.bookMyHoliday {
	background: url('../images/splash3.png') no-repeat;
}
.splashLinks {
	float: right;
	margin-top: 2em;
	margin-right: 1em;
	line-height: 2em;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #0076a3;
}
.splashLinks a:link,.splashLinks a:visited,.splashLinks a:active,.splashLinks a:hover {
	color: #0076a3;
	text-decoration: none;
}
