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

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Tom Harman
				Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

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

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: 0.7em;
	background-color: #663300;
	background-image:url(../i/layout/background3.jpg);
	background-repeat:repeat-x;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
}

div#content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

/***********************************************************************
	IF YOU GET RANDOM SPACING AND OTHER ANNOYING WIERDNESS LOOK BELOW FIRST
************************************************************************/

div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, 
div#content h6, div#content table, div#content ul, div#content ol, div#content form {
	margin: 1em 0;
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container{
	background-image: url(../i/layout/container-bg.jpg);
	background-repeat: repeat-y;
	width: 804px;
	margin: 0 auto;
	clear: both;
	display: block;
	padding-left: 7px;
	padding-right: 7px;

}
div#header{
	width: 790px;
	height: 195px;
	float: left;
	background-image: url(../i/layout/head_torquay.jpg);
	background-repeat: no-repeat;	
/*	background-color: Aqua;*/
}
div#main{
	width: 790px;
	float: left;
	background-image: url(../i/layout/body-big.jpg);
	background-repeat: no-repeat;
/*	background-color: Green;*/
}
div#footer{
	background-image: url(../i/layout/footer.jpg);
	background-repeat: no-repeat;
	width: 804px;
	height: 14px;
	margin: 0 auto;
	clear: both;
	display: block;
	padding-left: 7px;
	padding-right: 7px;
}
div#nav{
	width: 185px;
	float: left;
}
div#content{
	width: 596px;
	float: right;
}


/********************advert space at bottom of page**********************/
div#bottom-ad{
	width: 748px;
	height: 231px;
	float: left;
	margin-top: 10px;
	margin-left: 17px;
	background-image: url(../i/layout/bottom-ad2.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;
}
div#bottom-ad a{
	width: 748px;
	height: 231px;
	float: left;
	text-indent: -999em;
}
/***********************************************************************/



/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

/***********************************************************************
	BODY ELEMENTS
************************************************************************/
/*styles for the tonight box*/
div#tonight{
	width: 167px;
	height: 45px;
	float: right;
	background-image: url(../i/layout/tonight.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
}
div#tonight a{
	width: 167px;
	height: 35px;
	float: right;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
/*^^^styles for the tonight box^^^*/
div#mediaplayer{
	width: 167px;
	height: 20px;
	float: right;
	background-image: url(../i/layout/mediaplayer.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	text-align:left;
	text-indent:3px;
	color:#FFFFFF;
	font-size:1.2em;
}
div#poll{
	width: 167px;
	background-repeat: no-repeat;
	float: right;
	margin-top: 10px;
}




div.gallery-div{
	float: left;
	background-color:#663300;
	background-image: url(../i/layout/grad.jpg);
	background-repeat: repeat-x;
	width: 568px;
	border:1px dashed #A20601;
	padding: 10px;
	margin-bottom: 5px;
}

h1.gallery{
	color:#FAADAD;
	font-size: 1.8em;
	font-weight: bold;
}
div#main div#content h2.gallery{
	margin: 0px;
/*	padding: 0px;*/
	color:#FAADAD;
	font-size: 1.5em;
	font-weight: bold;
	clear: both;
	padding-bottom: 5px;
	
}
p{
	font-size: 1.2em;
	color: #ffffff; 
}

a{
	color: #faadad;
}
a:hover{
	color: Yellow;
}
/*********promo********************************************/
div.promo{
	float: left;
	background-color: #ffffff;
	padding-bottom: 30px;
	width: 140px;
	margin-right: 5px;
	margin-bottom: 10px;
	
}
div.promo p{
	color:#000000;
	text-align: center;
	padding-right:5px;
	padding-left: 5px;
}
img.promo-thumb{
	float: left;
	margin-left: 3px;
	margin-bottom: 3px;
	padding: 7px;
	background-color: #ffffff;
}
/**********************************************************/

/*****this is the styles for the gallery thumbnails*******/
img.gallery-thumb{
	float: left;
	margin-left: 3px;
	margin-bottom: 3px;
	padding: 7px;
	background-color: #663300;
}
div#content div.gallery-main a{
	float: left;
	width: 100px;
	height: 97px;
	margin-right: 10px;
	margin-bottom: 13px;
	margin-left: 4px;
}
div#content div.gallery-main a .gallery-thumb-med{
	display: none;
}
div#content div.gallery-main a:hover .gallery-thumb-med{
	position: absolute;
	/*float: left;*/
	display: inline;
	margin-top: -25px;
	margin-left: -133px;
	z-index:11;
	border: 4px #ffffff solid;
	border-bottom: 20px #ffffff solid; 
}
/*********************************************************/


/********************advert space at top of page**********************/
div#top-ad{
	width: 567px;
	height: 180px;
	float: left;
	background-image:  url("../i/layout/top-ad.jpg");
	background-repeat: no-repeat;
	text-indent: -999em;
}
div#top-ad a{
	width: 567px;
	height: 180px;
	float: left;
	text-indent: -999em;
}
/***********************************************************************/
/************big homepage buttons***************************************/
div#buttons{
	width: 377px;
	height: 406px;
	float: left;
/*	background-image: url(../i/layout/details-cuts_10.jpg);
	background-repeat: no-repeat;*/
	margin-top: 10px;
}
div.big-button{
	width: 377px;
	height: 130px;
	margin-bottom: 8px;
	float: left;
}
div.big-button-image{
	width: 185px;
	height: 130px;
	float: left;
}
div.big-button-image1{
	width: 185px;
	height: 130px;
	float: right;
}
div.big-button-text{
	width: 182px;
	height: 120px;
	float: left;
	background-color: #663300;
	padding-left: 10px;
	padding-top: 10px;
}
div.big-button-text a{
	color: #FAADAD;	
}
div.big-button-text a:hover{
	color: #FFE600;	
}
div#content div#buttons div.big-button-text h1{
	margin: 0px;
	padding: 0px;
	color: #FAADAD;
	font-size: 1.6em;
	font-weight: bold;
	
}
div#content div#buttons div.big-button-text p{
	color: #ffffff;
	font-size: 1.2em;
}

/*myspace button*/
div.big-button-text-myspace{
	width: 192px;
	height: 130px;
	float: left;
}
div.big-button-image-myspace{
	width: 185px;
	height: 130px;
	float: left;
}
div.big-button-image-myspace a{
	width: 185px;
	height: 130px;
	float: left;
	background-image: url(../i/layout/button-img-myspace.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;
}
div.big-button-image-myspace a:hover{
	width: 185px;
	height: 130px;
	float: left;
	background-image: url(../i/layout/button-img-myspace-roll.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;
}
div.big-button-text-myspace a{
	width: 192px;
	height: 130px;
	float: left;
	background-image: url(../i/layout/facebook1.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;
}
div.big-button-text-myspace a:hover{
	width: 192px;
	height: 130px;
	float: left;
	background-image: url(../i/layout/facebook2.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;
}
/****************/
/***********************************************************************/

div#news{
	float: left;
	width: 180px;
	height: 378px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #FFF5CB;
}
div#news-bottom{
	float: left;
	width: 180px;
	margin-left: 10px;
	background-image: url(../i/layout/news-bottom.gif);
}
/*styling within the news div*/
div#news h1{
	background-color: #663300;
	width: 175px;
	height: 20px;
	float: left;
	margin: 0px;
	padding:0px;
	font-size: 1.5em;
	color: #FAADAD;
	padding-left: 5px;
	padding-top: 3px;
}
div#news h2{
	height: 20px;
	width: 175px;
	float: left;
	margin: 0px;
	padding:0px;
	font-size: 1.2em;
	color: #930601;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	font-weight: bold;
}
div#news h2.date{
	height: 20px;
	width: 180px;	
	float: left;
	margin: 0px;
	padding:0px;
	font-size: 1.2em;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}
div#news p{
	width: 160px;	
	float: left;
	margin: 0px;
	padding:0px;
	color: #000000;
	padding-left: 5px;
	padding-top: 15px;
	margin-bottom: 20px;
	text-align: justify;
}
div#news a{
		height: 20px;
	width: 175px;
	float: left;
	margin: 0px;
	padding:0px;
	font-size: 1.2em;
	color: #930601;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	font-weight: bold;
}
div#news a:hover{
		height: 20px;
	width: 175px;
	float: left;
	margin: 0px;
	padding:0px;
	font-size: 1.2em;
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	font-weight: bold;
}
a.header{
		height: 20px;
	width: 175px;
	float: left;
	margin: 0px;
	padding:0px;
	font-size: 1.2em;
	color: #930601;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	font-weight: bold;
}
a.header:hover{
		height: 20px;
	width: 175px;
	float: left;
	margin: 0px;
	padding:0px;
	font-size: 1.2em;
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	font-weight: bold;
}
div#content img.news-image{
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
div#content img.whatson-image{

	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
/****************************/

div.gallery{
	width: 570px;
	float: left;
	margin-top: 10px;
	background-color: #000000;	
}
/*styling wihin the gallery div*/
html body div#container div#main div#content div.gallery h1{
	background-color: #663300;
	width: 565px;
	height: 20px;
	float: left;
	margin: 0px;
	padding:0px;
	font-size: 1.5em;
	color: #FAADAD;
	padding-left: 5px;
	padding-top: 3px;
}
div.gallery-thumb{
	width: 95px;
	height: 71px;
	float: left;

}
div.gallery-thumb a{
	width: 95px;
	height: 71px;
	float: left;

}
div.gallery-thumb a:hover{
	width: 150px;
	height: 113px;
	position: absolute;
	z-index: 10;
	margin-top: -25px;
	margin-left: -25px;
	float: left;
	border: 5px solid #ffffff;
}

* html div.gallery-thumb a:hover{
	width: 150px;
	height: 113px;
	position: absolute;
	z-index: 10;
	margin-top: -30px;
	margin-left: -125px;
	float: left;
	border: 5px solid #ffffff;
}

div.gallery-thumb a.gallery1{ background-image: url(../i/photos/dj-robbie-small.jpg); background-repeat: no-repeat;}
div.gallery-thumb a:hover.gallery1{ background-image: url(../i/photos/dj-robbie-med.jpg); background-repeat: no-repeat;}

div.gallery-thumb a.gallery2{ background-image: url(../i/photos/pirates-small.jpg); background-repeat: no-repeat; }
div.gallery-thumb a:hover.gallery2{ background-image: url(../i/photos/pirates-med.jpg); background-repeat: no-repeat;}

div.gallery-thumb a.gallery3{ background-image: url(../i/photos/breakfast-at-mambo-small.jpg); background-repeat: no-repeat; }
div.gallery-thumb a:hover.gallery3{ background-image: url(../i/photos/breakfast-at-mambo-med.jpg); background-repeat: no-repeat;}

div.gallery-thumb a.gallery4{  background-image: url(../i/photos/dj-sam-small.jpg); background-repeat: no-repeat;}
div.gallery-thumb a:hover.gallery4{ background-image: url(../i/photos/dj-sam-med.jpg); background-repeat: no-repeat;}

div.gallery-thumb a.gallery5{ background-image: url(../i/photos/mambobuffett-small.jpg); background-repeat: no-repeat; }
div.gallery-thumb a:hover.gallery5{ background-image: url(../i/photos/mambobuffett-med.jpg); background-repeat: no-repeat;}

div.gallery-thumb a.gallery6{  background-image: url(../i/photos/club6.jpg); background-repeat: no-repeat;}
div.gallery-thumb a:hover.gallery6{ background-image: url(../i/photos/club6-med.jpg); background-repeat: no-repeat;}
/*******************************/




/*********************whats on page calendar****************************/
div.calendar-holder{

	width: 596px;
	float: left;
}
div.calendar-days{
	float: left;
	border-left: 1px solid #CD5E5A;
}
div.calendar-days-mon{
	float: left;	

}
div.datesquare{
	float: left;
	margin: 1px;

}
div.datesquare-mon{
	float: left;
	margin: 1px;
/*	width: 83px;
	height: 84px;*/
}
div.calendar-holder a.non-date{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-color: #663300;
	background-image: url(../i/layout/cal-non.gif);
	background-repeat: no-repeat;
	float: left;	
}
div.calendar-holder a.empty-date{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-color: #666600;
	background-image: url(../i/layout/cal-empty.gif);
	background-repeat: no-repeat;
	float: left;	
}
div.calendar-holder a.active-date{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-active.gif);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date2{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-active1.gif);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date3{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-active2.gif);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date4{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-active3.gif);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date5{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-active4.gif);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date6{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-active5.gif);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date7{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-active6.gif);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date:hover{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-hover.gif);
	background-repeat: no-repeat;	
	float: left;	
	color: #000000;
} 
div.calendar-holder a.active-date2:hover{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-hover.gif);
	background-repeat: no-repeat;	
	float: left;	
	color: #000000;
} 
div.calendar-holder a.active-date3:hover{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-hover.gif);
	background-repeat: no-repeat;	
	float: left;	
	color: #000000;
} 
div.calendar-holder a.active-date4:hover{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-hover.gif);
	background-repeat: no-repeat;	
	float: left;	
	color: #000000;
} 
div.calendar-holder a.active-date5:hover{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-hover.gif);
	background-repeat: no-repeat;	
	float: left;	
	color: #000000;
} 
div.calendar-holder a.active-date6:hover{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-hover.gif);
	background-repeat: no-repeat;	
	float: left;	
	color: #000000;
} 
div.calendar-holder a.active-date7:hover{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-hover.gif);
	background-repeat: no-repeat;	
	float: left;	
	color: #000000;
} 
div.calendar-holder a.active-date-graphicpromo{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-promo.gif);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}

div.calendar-holder a.active-date-graphicact1{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-livelounge.jpg);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date-graphicact2{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-ajkane.jpg);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date-graphicact3{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-latin.jpg);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date-graphicact4{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-metal.jpg);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date-graphicact5{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-edamslam.jpg);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date-graphicact6{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-birthday.gif);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date-graphicact7{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-xmaseve.jpg);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date-graphicact8{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-xmasnight.jpg);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date-graphicact9{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-nye.jpg);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date-graphicact10{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-sales.jpg);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date-graphicact11{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal-toy.jpg);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date-graphicact_champagne{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal_champagne.jpg);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
div.calendar-holder a.active-date-graphicact_nipper{
	width: 79px;
	height: 79px;
	padding: 2px;
	background-image: url(../i/layout/cal_nipper.jpg);
	background-repeat: no-repeat;
	float: left;	
	color: #ffffff;
}
/***********************************************************************/


/***********************************************************************
	NAVIGATION
************************************************************************/
div#nav ul{
	clear: both;
	margin-top: 10px;
	width: 167px;
/*	background-image: url(../i/layout/nav-temp.jpg);
	background-repeat: no-repeat;*/
	float: right;
}
div#nav ul li{
float: left;
width: 167px;
}
div#nav ul li a{
	float: left;
	height: 25px;
	width: 167px;
	text-indent: -999em;		
}
div#nav ul li a:hover{
	float: left;
	width: 167px;
	text-indent: -999em;		

}



div#nav ul li a#whatson{ background-image:  url(../i/nav_images/whatson_off.gif); background-repeat: no-repeat; height: 31px;}
div#nav ul li a:hover#whatson{ background-image: url(../i/nav_images/whatson_on.gif); background-repeat: no-repeat; height: 31px;}

div#nav ul li a#food{ background-image:  url(../i/nav_images/eatat_off.gif); background-repeat: no-repeat; height: 27px;}
div#nav ul li a:hover#food{ background-image: url(../i/nav_images/eatat_on.gif); background-repeat: no-repeat; height: 27px;}

div#nav ul li a#facebook{ background-image:  url(../i/nav_images/facebook_off.gif); background-repeat: no-repeat; height: 27px;}
div#nav ul li a:hover#facebook{ background-image: url(../i/nav_images/facebook_on.gif); background-repeat: no-repeat; height: 27px;}

div#nav ul li a#bookings{ background-image:  url(../i/nav_images/booking_off.gif); background-repeat: no-repeat; height: 27px;}
div#nav ul li a:hover#bookings{ background-image: url(../i/nav_images/booking_on.gif); background-repeat: no-repeat; height: 27px;}

div#nav ul li a#findus{ background-image:  url(../i/nav_images/findus_off.gif); background-repeat: no-repeat; height: 27px;}
div#nav ul li a:hover#findus{ background-image: url(../i/nav_images/findus_on.gif); background-repeat: no-repeat; height: 27px;}

div#nav ul li a#promos{ background-image:  url(../i/nav_images/promos_off.gif); background-repeat: no-repeat; height: 27px;}
div#nav ul li a:hover#promos{ background-image: url(../i/nav_images/promos_on.gif); background-repeat: no-repeat; height: 27px;}

div#nav ul li a#venues{ background-image:  url(../i/nav_images/others_off.gif); background-repeat: no-repeat; height: 26px;}
div#nav ul li a:hover#venues{ background-image: url(../i/nav_images/others_on.gif); background-repeat: no-repeat; height: 26px;}

div#nav ul li a#sports{ background-image:  url(../i/nav_images/sports_off.gif); background-repeat: no-repeat; height: 27px;}
div#nav ul li a:hover#sports{ background-image: url(../i/nav_images/sports_on.gif); background-repeat: no-repeat; height: 27px;}

div#nav ul li a#gallery{ background-image:  url(../i/nav_images/gallery_off.gif); background-repeat: no-repeat; height: 27px;}
div#nav ul li a:hover#gallery{ background-image: url(../i/nav_images/gallery_on.gif); background-repeat: no-repeat; height: 27px;}

div#nav ul li a#win{ background-image:  url(../i/nav_images/win_off.gif); background-repeat: no-repeat; height: 27px;}
div#nav ul li a:hover#win{ background-image: url(../i/nav_images/win_on.gif); background-repeat: no-repeat; height: 27px;}

div#nav ul li a#recruitment{ background-image:  url(../i/nav_images/recruit_off.gif); background-repeat: no-repeat; height: 27px;}
div#nav ul li a:hover#recruitment{ background-image: url(../i/nav_images/recruit_on.gif); background-repeat: no-repeat; height: 27px;}

div#nav ul li a#membership{ background-image:  url(../i/nav_images/members_off.gif); background-repeat: no-repeat; height: 27px;}
div#nav ul li a:hover#membership{ background-image: url(../i/nav_images/members_on.gif); background-repeat: no-repeat; height: 27px;}

div#nav ul li a#contact{ background-image:  url(../i/nav_images/contact_off.gif); background-repeat: no-repeat; height: 27px;}
div#nav ul li a:hover#contact{ background-image: url(../i/nav_images/contact_on.gif); background-repeat: no-repeat; height: 27px;}

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/

/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

/***********************************************************************
	Contact Form
************************************************************************/
div.contact-form{
	width: 580px;
	background-image: url(../i/layout/contact.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #CF5E5A;
	float: left;
	color: #FAADAD;
}
div.contact-form input{
	background-color: #666600;
	color: #FAADAD;
	width: 240px;
	border: 1px solid #4B0102;
	padding: 2px;
}
div.contact-form textarea{
	background-color:  #666600;
	color: #FAADAD;
	width: 240px;
	border: 1px solid #4B0102;
	font-size: 1em;
	padding: 2px;
}
div#container div#main div#content div.contact-form div.mailwrapper div.maildiv form div.fmsubmit input#Submit{
	background-image: url(../i/layout/firey.gif);
	background-repeat: no-repeat;
	color: #FAADAD;
	width: 240px;
	margin-right: 13px;
	border: 1px solid #4B0102;
}
div#container div#main div#content div.contact-form div.mailwrapper div.maildiv h2{
	color: #FAADAD;
}


/**********************************************************************************
Venues page styles
**********************************************************************************/

div.splash-container{

	width: 742px;
	margin: 0 auto;
	background-image: url(../i/layout/container-splash-bg.jpg);
	padding-right: 31px;
	padding-left: 31px;
	padding-bottom: 40px;
}
div.splash-image{
	background-image: url(../i/layout/mambo-splash.jpg);
	width: 528px;
	height: 483px;
	float: left;
}
div.right-column{
	width: 209px;
	padding-top: 120px;
	float: right;
	background-image: url(../i/layout/play.jpg);
	background-repeat: no-repeat;
}
div.buttons-holder{
	width: 742px;	
	margin-left: 5px;
	height: 300px;
	clear: both;
}
div.buttons-holder div{
	margin-right: 12px;
	height: 310px;
	width: 159px;
	float: left;
	padding-top: 80px;

	padding-left: 7px;
	padding-right: 7px;
}
div.buttons-holder div p a{
	float: left;
	color: #ffffff;
}
div.button-exeter{
	background-image: url(../i/layout/button-exeter.jpg);
	background-repeat: no-repeat;
}
div.button-torquay{
	background-image: url(../i/layout/button-torquay.jpg);
	background-repeat: no-repeat;
}
div.button-taunton{
	background-image: url(../i/layout/button-taunton.jpg);
	background-repeat: no-repeat;	
}
div.button-plymouth{
	background-image: url(../i/layout/button-plymouth.jpg);
	background-repeat: no-repeat;	
	margin-right: 0px;
}
/*************************************************************************
membership form
*************************************************************************/
html body div#container div#main div#content form#new-member{
	background-image: url(../i/layout/contact.gif);
	background-repeat: no-repeat;
	padding: 10px;
	float: left;
	color: #ffffff;
}
html body div#container div#main div#content form#new-member fieldset div.submit input#Submit{
	float: right;
	width: 100px;
	border: 0px;
	margin-right: 50px;
	background-image: url(../i/layout/firey.gif);
	background-repeat: no-repeat;
}
/********************************************************************
Overlay Box
*********************************************************************/

#overlaybox {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 999;
	 filter: alpha(opacity=55); 
	 -moz-opacity: .55; 
	 background-color:#000000; 

}

#overlayboxinner {
position:relative;
     width:720px;
	 height:500px;
     margin: 10px auto;
     background-color: #000000;
     border:1px solid #000;
     padding:15px;
     text-align:center;
	 z-index:1000;
}
/*********************************************************************
Carousel
*********************************************************************/

div.hiddenlightbox{
visibility:hidden;
}

#carousel {
height: 500px;
text-align: center;
border: 1px solid #333333;
margin: 0px auto;
}
.thumbnails{
padding-top:10px;
}