/* CSS Document */
body{
background-image:url(images/bgd.gif);
background-repeat:repeat-x;
background-color:#630606;}
h4 a{color:#ffffff;}

.iframe{
border-color:#ffffff;
border-style:solid;
border-width:1px;
float:right}

#content{

	width:98%;
	background-image:url(images/bgdtext.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height: 400px;
	margin: 5px;

}
#navcontainer{width:600px;}
p, h4{
color:#FFFFFF;
font-family:"Verdana", Arial, Helvetica, sans-serif;
font-size:11px;}
h4{
	font-size:16px;
	font-weight: bold;
}

.pic{float:left;
padding-right:10px;}


#bgdtitle{
	background-image: url(images/divbg.gif);
	background-position:-10px, 10px;
	background-repeat: no-repeat;
	background-color:#B33030;
}

/*COLOUR AND SIZE FOR NAVIGATION BANNER*/
#menu{
width:100%;
height:19px;
background-color:#990000;
text-align:right;
}
/* Begin CSS Popout Menu */

[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
[endif]

#menu{
width:600px;
height:120px;
background-color:#660000;
}

#menu a, #menu h2{
font:bold 10px/15px arial,helvetica,sans-serif;
display:block;
white-space:nowrap;
text-align:center;
margin:0;
padding:1px 0 1px 3px;
}

/*navigation box colour*/
#menu h2{
color:#fff;
background:#990000 no-repeat 100% 100%;
text-transform:uppercase
}
#menu h2 a{
color:#fff;
background:#990000 no-repeat 100% 100%;
text-transform:uppercase
}
#menu a{
background:#eee;
text-decoration:none;
}

#menu a, #menu a:visited{
color:#FFFFFF;
}

#menu a:hover{
color:#a00;
background:#ddd;
}

#menu a:active{
color:#060;
background:#ccc;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:6em;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
right:0;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

/*navigation box hover colour*/
div#menu h2:hover{
background:#660000 no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000;
background:#eee no-repeat 100% 100%;
}

#menu a.x:hover{
color:#fff;
background:#000;
}

#menu a.x:active{
color:#060;
background:#ccc;
}
/*DROP DOWN MENU TEXT COLOUR*/
#menu ul li ul li a:link{color:#000000;}
#menu ul li ul li a:visited{color:#000000;}
#menu ul li ul li a:hover{color:#000000;}
#menu ul li ul li a:active{color:#000000;}

/* End CSS Popout Menu */


/*************************************************/


/*LIGHTBOX*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
#contentdinersclub {


	width:98%;
	background-image:url(images/bgdtext.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height: auto;
	margin: 5px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF
}
#contentevening {


	width:98%;
	background-image:url(images/bgdtext.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height: 2458px;
	margin: 5px;
}
#contentpre {


	width:98%;
	background-image:url(images/bgdtext.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height: 827px;
	margin: 5px;
}
