/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
* {
	padding:0;
	margin:0;
}
body {
	font-size:62.5%;
	background-color:#FFFFFF;
	font-family:verdana, arial, sans-serif;
	background-image: url(../images/bg-fade.jpg);
	background-repeat: repeat-x;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {
	width:762px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	font-size:1em;
	border: 1px solid #969696;
}
.main {
	clear:both;
	width:100%;
	padding-bottom:10px;
	background:transparent url(../images/bg_main_withoutnav.jpg) top left repeat-y;
}
.main-navigation {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:180px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background:transparent url(../images/bg_main_withoutnav.jpg) top right repeat-y;
	margin-top: 30px;
}
.main-content {
	display:inline; /*Fix IE floating margin bug*/
	float:right;
	width:560px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 120%;
	line-height: 1.5em;
}
.footer {
	clear:both;
	width:100%;
	height:40px;
	padding:1.1em 0 0;
	font-size:1em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #e1e1e1;
	background-image: url(../images/bg_foot.jpg);
	background-repeat: no-repeat;
}
.booking-banner {
	clear:both;
	background-color: #e8e9eb;
	height: 40px;
	border-top: solid 1px #6C6666;
	border-bottom: solid 1px #6C6666;
}
.banner {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
}
.bannertxt {
	color: #6C6666;
	font-size: 22px;
	float: left;
	margin-top: 7px;
}
.bannerimg {
	margin-top: 5px;
	float: right;
}
/* HEADER */
.header {
	width:100%;
	font-family:"trebuchet ms", arial, sans-serif;
}
.header-top {
	width:100%;
	height:104px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header-middle {
	width:100%;
	height:200px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #FFFFFF;
	position: relative;
	background-image: url(../images/els-header.jpg);
	background-repeat: no-repeat;
	border-top: solid 1px #6C6666;
}
.header-bottom {
	width:100%;
	height:30px;
	background-color: #0c4ca4;
}
#address-details {
	width: 150px;
	font-size: 14px;
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px dashed #000000;
}
#logo {
	width: 150px;
	font-size: 14px;
	position: absolute;
	left: 20px;
	top: 10px;
}
/*************/
/*  2. HEAD  */
/*************/
.nav1 {
	width:auto;
	position:absolute;
	z-index:3;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	border-bottom: solid 1px #000000;
	background-color: #FFFFFF;
}
.nav1 ul {
	float:left;
	font-weight:bold;
}
.nav1 li {
	display:inline;
	list-style:none;
}
.nav1 li a {
	display:block;
	float:left;
	padding:2px 5px 2px 5px;
	color:#000000;
	text-decoration:none;
	font-size: 12px;
}
.nav1 a:hover {
	text-decoration:none;
	color:#323232;
	background-color:#f1f1f1;
}
.nav2 { margin-left:30px; left;
}
.nav2 ul {
	float:left;
	font-weight:bold;
}
.nav2 li {
	display:inline;
	list-style:none;
}
.nav2 li a {
	display:block;
	float:left;
	padding:2px 20px 2px 20px;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 14px;
	line-height: 26px;
}
.nav2 li a:hover {
	text-decoration:none;
	color:#63669D;
	background-color:#f1f1f1;
}
/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.main-navigation .round-border-topleft {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	margin:0;
	background:url(../images/bg_corner_topleft.gif) no-repeat;
}
/* MAIN CONTENT */
.column1-unit {
	width:100%;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {
	line-height:1.6em;
	text-align:center;
	color:#7d7d7d;
	font-weight:bold;
	font-size:110%;
}
.footer p.credits { font-weight:normal; }
.footer a, .footer a:visited {
	text-decoration:underline;
	color:#7d7d7d;
}
.footer a:hover {
	text-decoration:none;
	color:#000000;
}
/******************/
/*  CLEAR FLOATS  */
/******************/
.clear-contentunit {
	clear:both;
	width:100%;
	height:0.2em;
	border:none;
	background-color:#d2d2d2;
	color:#d2d2d2;
}
