/******************************************************************************************************************

Secrets Clubs : Large Map Stylesheet

Developed by Matthew Hill, September 2006
Copyright Nixon McInnes (c) 2006
http://www.nixonmcinnes.co.uk

******************************************************************************************************************/

h1 {
	/* background:url(../images/hrline_purple.gif) bottom left no-repeat;	*/
	padding-bottom:20px;
}

#bigmap {
	position:relative;
	height:490px;
}

#bigmap:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

#bigmap img {
	position:absolute;
	z-index:1;
}

#bigmap ol {
	margin:0;
	padding:0;
	position:absolute;
	z-index:10;
}

#bigmap li {
	display:block;
	list-style: none;
	position:absolute;
}

#bigmap li a {
	display:block;
	position:relative;
	z-index:20;
}

#bigmap li a span {
	position:absolute;
	left:-1000em;
}

/*** 1: Hammersmith ***/

#bigmap #venue1 {
	width:112px;
	height:82px;
	top:221px;
	left:28px;
}

#bigmap #venue1  a {
	width:112px;
	height:82px;
	background:url(../images/maphover_1.gif) top left no-repeat;	
}

#bigmap #venue1 a:hover {
	background:url(../images/maphover_1.gif) bottom left no-repeat;	
}

/*** 2: Swiss Cottage ***/

#bigmap #venue2  {
	width:125px;
	height:82px;
	top:33px;
	left:141px;
}

#bigmap #venue2  a {
	width:125px;
	height:82px;
	background:url(../images/maphover_2.gif) top left no-repeat;	
}

#bigmap #venue2 a:hover {
	background:url(../images/maphover_2.gif) bottom left no-repeat;	
}

/*** 3: Holborn ***/

#bigmap #venue3  {
	width:80px;
	height:82px;
	top:162px;
	left:334px;
}

#bigmap #venue3  a {
	width:80px;
	height:82px;
	background:url(../images/maphover_3.gif) top left no-repeat;	
}

#bigmap #venue3 a:hover {
	background:url(../images/maphover_3.gif) bottom left no-repeat;	
}

/*** 4: East Smithfield ***/

#bigmap #venue4  {
	width:133px;
	height:82px;
	top:178px;
	left:479px;
}

#bigmap #venue4  a {
	width:133px;
	height:82px;
	background:url(../images/maphover_4.gif) top left no-repeat;	
}

#bigmap #venue4 a:hover {
	background:url(../images/maphover_4.gif) bottom left no-repeat;	
}

/*** 5: Euston ***/

#bigmap #venue5  {
	width:130px;
	height:82px;
	top:61px;
	left:292px;
}

#bigmap #venue5  a {
	width:130px;
	height:82px;
	background:url(../images/maphover_5.gif) top left no-repeat;	
}

#bigmap #venue5 a:hover {
	background:url(../images/maphover_5.gif) bottom left no-repeat;	
}

