* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Tahoma, Arial;
	font-size:14px;
	color:#707675;
	background-image:url(/assets/images/lnl_bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}
p {
	margin-bottom:18px;
}
a {
	text-decoration:none;
}
table, td {
	border-collapse:collapse;
	border:none;
	margin:0px;
	padding:0px;
}


/* ---------------------------------------- LOCH NESS LODGE ---------------------------------------- */
#container {
	width:100%;
}

#topcontainer {
	width:100%;
	height:602px;
}


/* TOP
------------------------------------ */
#top {
	position:relative;
	top:0px;
	left:50%;
	width:958px;
	margin-left:-479px;
}

#top-logo {
	position:absolute;
	top:14px;
	left:394px;
}

#top-hnav {
	position:absolute;
	left:0px;
	top:99px;
	width:958px;
	height:27px;
	border-top:#9b9f9d 1px solid;
	border-bottom:#9b9f9d 1px solid;
}

ul.menu {
	list-style:none;
	float:left;
}
ul.menu a {
	font-family:Tahoma, Arial;
	font-size:14px;
	display:block; 
	color:#9b9f9d; 
	text-decoration:none;
	float:left;
	text-align:center;
}
ul.menu a:hover {
	display:block;
	color:#d5d1ad;
}
ul.menu li {
	position:relative; 
	float:left;
	text-align:center;
	margin:0px 18px;
	padding-top:5px;
}
/*ul.menu ul {
	list-style:none;
	position:absolute;
	top:55px; 
	left:0px;
	background:none;
	display:none;
	opacity:0;
	z-index:1;
}
ul.menu ul li {
	position:relative;
	border:1px solid #797979;
	border-bottom:none;
	border-left:none;
	width:174px;
	height:36px;
	margin:0px;
}
ul.menu ul li a {
	display:block;
	width:149px;
	height:27px;
	font-size:13px;
	color:#c7c7c7;
	padding:9px 0px 0px 25px;
	background:url(/assets/images/arrow.gif) 13px 15px no-repeat;
}
ul.menu ul li a:hover {
	color:#eee; 
}
ul.menu ul ul {
	left:200px;
	top:-1px;
}

ul.menu a.mhome,
ul.menu a.ol {
	width:65px;
	height:37px;
	padding:18px 0px 0px 35px;
	background:url(/assets/images/taxistefan_icon-home.gif) 13px 23px no-repeat;
}
ul.menu a.ol {
	width:134px;
	height:37px;
	padding:18px 25px 0px 15px; 
	background:url(/assets/images/arrow-down.gif) 150px 22px no-repeat;
}
ul.menu .sub {
	background:#212121 url(/assets/images/arrow.gif) 108px 17px no-repeat;
}*/

#top-flash {
	position:absolute;
	top:144px;
	left:0px;
	width:922px;
	height:410px;
	padding:17px;
	border:#d5d1ad 1px solid;
	background-color:#fff;
}

/* CONTENT
------------------------------------ */
#content-container {
	width:100%;
}
#content {
	position:relative;
	left:50%;
	width:958px;
	margin-left:-479px;
}

#spacer {
	height:11px;
}



/* FOOTER 
------------------------------------ */
#footer {
	width:100%;
	font-size:11px;
	clear:both;
	color:#707675;
}
#footer a:hover {
	text-decoration:none;
}

#footer-content {
	position:relative;
	left:50%;
	width:958px;
	margin-left:-479px;
}


#footer-c-bottom {
	clear:both;
	height:76px;
	border:#d5d1ad 1px solid;
	padding:17px;
	background-color:#fff;
	line-height:18px;
}
#footer-c-bottom a {
	color:#707675;
	text-decoration:underline;
}
#footer c-bottom a:hover {
	text-decoration:none;
}

.error {
	background-color:#ff0000;
}