@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767575;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
ul {
	margin: 20px 0 0 0;
	padding: 0px;
}
ul li {
	list-style-type: none;
	background: url(images/arrow.gif) no-repeat left top;
	line-height: 12px;
	padding: 0 0 5px 30px;
}
#page {
	width: 780px;
	margin: auto;
	text-align: left;
}
#headertop {
	width: 780px;
	height: 159px;
	background: url(images/mario-head01.jpg) left top no-repeat;
	text-align: left;
}
#headermiddle {
	width: 780px;
	height: 155px;
	background: url(images/mario-head02.jpg) left top no-repeat;
	text-align: left;
}
#menu-top {
	width: 780px;
}
#main-content {
	width: 780px;
	background: #000000 url(images/mario-main.jpg) left top no-repeat;
}
#main-whatson {
	width: 780px;
	background: #000000 url(images/mario-whatson.jpg) left top no-repeat;
}
#main-whatchon {
	width: 780px;
	background: #000000 url(images/mario-whatchon.jpg) left top no-repeat;
}
#main-whatsup {
	width: 780px;
	background: #000000 url(images/mario-whatsup.jpg) left top no-repeat;
}
#main-links {
	width: 780px;
	background: #000000 url(images/mario-links.jpg) left top no-repeat;
}
.content-text {
	padding: 30px 20px 20px 300px;
}
.content-text h1 {
	color: #f9a90a;
	padding: 0;
	margin: 0 0 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.guests-name {
	font-style: italic;
	color: #f9a90a;
}
.border-hors {
	height: 23px;
	background: url(images/line.gif) left top no-repeat;
}
.image-normal {
	padding: 3px;
	border: #333333 1px solid;
}
.image-left {
	margin-right: 10px;
	float: left;
}
.content-text h2 {
	color: #ffffff;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	background: url(images/mario-h2.jpg) left top no-repeat;
	line-height: 30px;
}
#footer {
	height: 50px;
	padding: 87px 0 0 0;
	background: url(images/mario-footer.jpg) left top no-repeat;
	text-align: center;
	clear: both;
}
#lightbox{
	background-color: #000000;
	padding: 10px;	
}
#lightboxDetails{
	font-size: 11px;
	padding-top: 5px;
	text-align: left;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;	
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		float: left;
}

#tabnav li
{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited
{		
		background: #000000;
		font-size: 11px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #000000;
		text-decoration: none;
		color: #ffffff;
}

#tabnav a:link.active, #tabnav a:visited.active
{	
		background: #FFAE14;
		color: #000000;
}

#tabnav a:hover
{
		background: #999999;
}