@charset "UTF-8";

/*********************
 * Page Reset Styles *
 *********************/

*{
	margin: 0;
	padding: 0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000d5b;
	color: #FFFFFF;
}


/*********************
 * Front Page Styles *
 *********************/

#frontContainer{
	width: 800px;
	height: 600px;
	margin: 0 auto;
}

#frontContainer h1{
	float: left;
	background: url(images/l2.gif) center no-repeat;
	width: 115px;
	height: 69px;
}

#frontContainer h1 span{display: none;}

#frontContainer h2{
	font-size: 3.8em;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
}

#frontContainer h2 span{
	color: #FFFF00;
}

#frontSection{
	width: 752px;
	height: 573px;
	clear: both;
}

#frontSection h3{
	width: 752px;
	height: 65px;
	background:url(images/photo_week.png) top center no-repeat;
}

#frontSection h3 span{
	display: none;
}

#frontContainer a{
	display: block;
	text-align: center;
	color: #FFFF00;
	font-size: 3.8em;
}

#outerHeader{
	background-color:#000000;
	width: 100%;
	height: 207px;
}

#pageHeader{
	margin: 0 auto;
	width: 780px;
	height: 150px;
}

#pageHeader h1{
	width: 780px;
	height: 207px;
	background: url(images/l2_header.jpg) center no-repeat;
}

#pageHeader h1 span{
	display: none;
} 


#outerMenu{width: 100%; height: 60px; background-color:#000000;}

#pageMenu{
	width: 770px;
	height: 60px;
	margin: 0 auto;
	background-color:#000000;
}

#pageMenu ul{list-style: none; height: 60px; margin-left: 20px; }
#pageMenu li{float: left; display:inline; background: url(./images/menu_background.gif) bottom repeat-x; height: 60px;}

#pageMenu li a{
	display: block;
	font-size: 1.5em;
	color:#000000;
	text-decoration: none;
	text-align: center;
}

#pageMenu li.leftMenuSelected{height: 60px; width: 125px; background:url(./images/left_menu_active.gif) bottom no-repeat;}
#pageMenu li.leftMenuSelected a,
#pageMenu li.middleMenuSelected a,
#pageMenu li.rightMenuSelected a{
	font-size:2.2em;
	color:#FFFFFF;
	padding-top: 30px;
	text-align: center;
}

#pageMenu li.rightMenuSelected{height:60px; width:125px; background:url(images/right_menu_active.gif) bottom no-repeat;}

#pageMenu li.middleMenuSelected{height: 60px; width: 125px; background:url(images/center_menu_active.gif) bottom no-repeat;}



#pageMenu li.middleMenu,
#pageMenu li.menuRight,
#pageMenu li.menuLeft{ width: 80px; height: 60px;}

#pageMenu li.middleMenu a{
  padding: 35px 0px 0 0px;
}



#pageMenu li a:hover{
	color: #666666;
}

#pageMenu li.menuRight a{padding: 35px 25px 0 0px; background: url(./images/right_menu.gif) bottom right no-repeat; height: 25px}
#pageMenu li.menuLeft a{padding: 35px 0 0 25px; background:url(images/left_menu.gif) bottom left no-repeat; height: 25px;}






#mainBody{
	width: 780px;
	margin: 0 auto;
	padding: 10px 0;
}

.pageAdvert{
  width: 775px;
	height: 156px;
	background: url(../images/adverts/charlie_g.jpg) center no-repeat;
	display:block;
	margin-bottom: 10px;
}

.pageAdvert span{display: none;}

#leftColumn{
	float: left;
	width: 245px;
}

.fullSection{
	clear: both;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 773px;
	background: #000000 url(images/full_section_bottom.png) bottom center no-repeat;	
	padding-bottom: 20px;
}

.fullSection h3{
	background-position: center top;
	background-repeat: no-repeat;
	width: 774px;
	height: 77px;
}


#leftColumn .section,
#leftColumn .writeSection{
	width: 239px;
	height: 239px;
	margin-bottom: 10px;
	margin-top: 5px;
	background: #000000 url(images/small_section_bottom.png) bottom center no-repeat;
}

#leftColumn .section h3{
  background-position:center top;
	background-repeat: no-repeat;
	width: 239px;
	height: 34px;
}

#leftColumn .writeSection h3{
  background-position:center top;
	background-repeat: no-repeat;
	width: 239px;
	height: 50px;
}

#leftColumn .writeSection ul{list-style: none;}
#leftColumn .writeSection li{
	font-size: 2.4em;
	color: #FFFFFF;
	padding: 3px 0 0 10px;
}



#leftColumn .section a{
	display: block;
	width: 231px;
	height: 18px;
	font-size:1.6em;
	color: #FFFFFF;
	text-align: right;
	padding: 3px 10px 0 0;
}

#leftColumn .smallFoot{
	font-size: 1.8em;
	margin: 2px 0 0 5px;}

#rightColumn{
	width: 515px;
	float: left;
}

#rightColumn .section,
#rightColumn .writeSection{
	width: 515px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 1.3em;
	background-color:#000000;
	}
	
#rightColumn .writeSection{
	background: #000000 url(images/big_section_bottom.png) bottom center no-repeat;
	padding-bottom: 15px;
}

#rightColumn img{float: left; border: #FFFFFF 2px solid; margin-left: 10px;}
#rightColumn .writeup{float: left; width: 329px; margin-left: 10px;}

#rightColumn .section a.bottom{
	clear: both;
	display: block;
	background: #000000 url(images/big_section_bottom.png) bottom center no-repeat;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 1.6em;
	text-align: right;
	padding-right: 15px;
}

#rightColumn .writeSection li{
	margin: 5px 5px 5px 20px;;
	font-size: 1.2em;
}

#rightColumn .writeSection li em{
	color: #FFFF00;
	display: block;
}

#rightColumn .section h3{
	width: 515px;
	height: 35px;
	background-position: left;
	background-repeat: no-repeat;
}

#rightColumn .section h4{
	width: 515px;
	height: 49px;
	background-position: top left;
	background-repeat: no-repeat;}

#rightColumn p{
	padding: 5px 10px 0 10px;
}

#rightColumn ul{margin-left: 25px;}
#rightColumn li{margin-left: 10px; font-size:1.4em;}

#rightColumn strong{
	font-size: 1.3em;
	color: #FFFF00;
	font-weight: normal;
}

.writeSection h4{
	font-size: 1.6em;
	color: #FFFF00;
	padding-top: 7px;
	/*padding-left: 5px;*/
}

.writeSection p{
	font-size: 1.3em;
	padding-top: 2px;
	padding-left: 5px;
}

.writeSection a{
	display: block;
	color: #FFFF00;
	font-size: 1.3em;
	text-align: center;
}



#mainBody h3 span,
#mainBody h4 span{display: none;}


.fullSection p{font-size: 3em; color: #FFFF00; font-weight: bold; text-align: center;}
#leftColumn h5{font-size:2.4em; color: #FFFF00; text-align: center; padding: 5px 0;}

/*HEADINGS AND SPECIAL STYLES*/

#tonightTitle{background-image:url(images/title_tonight_blue.png);}


/********************
 * Christmas Styles *
 ********************/
 
#rightColumn .chrisSection {
	width: 515px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 1.3em;
}

.specialWrite{
	padding-top: 2px;
	padding-left: 215px;
}

.specialWrite h5{
	font-size: 1.5em;
	text-align: center;
}

#bigSanta{background: url(images/background_chrisSection1.jpg) bottom center no-repeat; height:335px;}
#bigSanta h3{background-image:url(images/december172007.png);}
#bigSanta h4{background-image:url(images/special_bubblegum_blrd.png);}

#bigGrease{background:url(images/background_chrisSection2.jpg) bottom center no-repeat; height:335px;}
#bigGrease h3{background-image:url(images/december192007.png);}
#bigGrease h4{background-image:url(images/big_grease_blrd.png);}

#bigPlus4{background:url(images/background_chrisSection3.jpg) bottom center no-repeat; height: 335px;}
#bigPlus4 h3{background-image:url(images/december192007.png);}
#bigPlus4 h4{background-image:url(images/big_plus4.png);}

#bigChrisTranz{background: url(images/background_chrisSection3.jpg) bottom center no-repeat; height: 335px;}
#bigChrisTranz h3{background-image:url(images/december21.png);}
#bigChrisTranz h4{background-image:url(images/big_tranzaction_blpk.png);}
#bigChrisTranz p{margin-left: 40px;}

#bigSaints{background: url(images/background_chrisSection4.jpg) bottom center no-repeat; height: 335px;}
#bigSaints h3{background-image:url(images/december22.png);}
#bigSaints h4{background-image:url(images/big_3days_blpr.png);}

#bigEighties{background: url(images/background_chrisSection5.jpg) bottom center no-repeat; height: 335px;}
#bigEighties h3{background-image:url(images/december23.png);}
#bigEighties h4{background-image:url(images/big_80s_bllb.png);}

#bigChrisEve{background:url(images/background_chrisSection1.jpg) bottom center no-repeat; height: 335px;}
#bigChrisEve h3{background-image:url(images/dec242007.png);}
#bigChrisEve h4{background-image:url(images/special_bubblegum_blrd.png);}

#bigEveTranz{background:url(images/background_chrisSection1.jpg) bottom center no-repeat; height: 335px;}
#bigEveTranz h3{background-image:url(images/dec31.png);}
#bigEveTranz h4{background-image:url(images/special_bubblegum_blrd.png);}
#bigEveTranz p{margin-left: 40px;}


/*********************************
 * Standard Left Column Headings *
 *********************************/

#smallGalleryBlue h3{background-image: url(images/small_gallery_blue.png);}
#smallVenueOrange h3{background-image: url(images/small_venue_orange.png);}
#smallMixesGreen h3{background-image: url(images/small_mixes_green.png);}
#smallStaffRed h3{background-image:url(images/small_staff_red.png);}
#myspace h3{background-image:url(images/small_myspace_pink.png);}
#smallTranzactionRed h3{background-image:url(images/small_tranzaction_red.png);}
#smallAudioPBlue h3{background-image:url(images/small_audiopressure_blue.png);}
#smallTuesdayPurple h3{background-image:url(images/small_tuesdaynights_purple.png);}
#smallSundayPurple h3{background-image:url(images/small_sundaynight_blue.png);}
#smallBubblegum h3{background-image:url(images/small_bubblegum_pink.png);}




/*************************
 * BRAND NEW DATE STYLES *
 *************************/

.newSection {
    width: 515px;
	height: 336px;
	margin: 5px 0 10px 10px;
	font-size: 1.3em;
	background-color:#000000;
}

.oldSection{
	width: 515px;
	margin: 5px 0 10px 10px;
	font-size: 1.3em;
	background-color: #000000;
	height: auto;
}

.oldSection h3{
	width: 515px;
	height: 65px;
	background-position: center bottom;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.oldSection p img{
	padding-bottom: 10px;
	text-align: center;
}

.oldSection p{
	padding-left: 75px;
}

.oldSection a{
	background: #000000 url(new_images/oldSection_bottom.png) bottom center no-repeat;
	height: 19px;
	width: 515px;
	display: block;
	clear: left;
}

.newSection h3{
	height: 65px;
	width: 515px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.newSection h4{
	height: 271px;
	width: 515px;
	background-position: center top;
	background-repeat:no-repeat;
}

#july062009 h3{background-image:url(new_images/2009/july06/head.jpg);}
#july062009 h4{background-image:url(new_images/2009/july06/body.jpg);}

#july272009 h3{background-image:url(new_images/2009/july27/head.jpg);}
#july272009 h4{background-image:url(new_images/2009/july27/body.jpg);}

#july132009 h3{background-image:url(new_images/2009/july13/head.jpg);}
#july132009 h4{background-image:url(new_images/2009/july13/body.jpg);}

#july312009 h3{background-image:url(new_images/2009/july31/head.jpg);}
#july312009 h4{background-image:url(new_images/2009/july31/body.jpg);}

#august172009 h3{background-image:url(new_images/2009/august17/head.png);}
#august172009 h4{background-image:url(new_images/2009/august17/body.png);}

#august242009 h3{background-image:url(new_images/2009/august24/head.png);}
#august242009 h4{background-image:url(new_images/2009/august24/body.png);}

#august282009 h3{background-image:url(new_images/2009/august28/head.png);}
#august282009 h4{background-image:url(new_images/2009/august28/body.png);}








/***************
 * Date Styles *
 ***************/

/*August*/
#aug312007{background-image:url(images/title_31082007_red.png);}
#aug202007{background-image:url(images/title_20082007_purple.png);}
#aug132007{background-image:url(images/title_13082007_blue.png);}
#aug262007{background-image:url(images/title_26082007_pink.png);}

/*September*/
#sept072007{background-image:url(images/title_07092007_orange.jpg);}
#sept212007{background-image:url(images/title_21092007_green.jpg);}
#sept222007{background-image:url(images/title_22092007_lblue.jpg);}
#sept282007{background-image:url(images/title_28092007_pink.jpg);}

/*October*/
#oct052007{background-image:url(images/october052007_orange.png);}
#oct112007{background-image:url(images/october112007_red.png);}
#oct122007{background-image:url(images/october122007_purple.png);}
#oct132007{background-image:url(images/october132007.png);}
#oct192007{background-image:url(images/october192007_pink.png);}
#oct212007{background-image:url(images/october212007.png);}
#oct262007{background-image:url(images/october262007_red.png);}
#oct302007{background-image:url(images/october302007.png);}

/*November*/
#nov022007{background-image:url(images/november022007.png);}
#nov092007{background-image:url(images/november092007_purple.png);}
#nov162007{background-image:url(images/november162007.png);}
#nov302007{background-image:url(images/november302007_red.png);}

/*December*/
#dec072007{background-image:url(images/december072007.png);}
#dec142007{background-image:url(images/december142007.png);}
#dec212007{background-image:url(images/december212007.png);}
#dec312007{background-image:url(images/december312007.png);}

/*January*/
#jan112008{background-image:url(images/january112007.jpg);}
#jan252008{background-image:url(images/january252007.png);}

/*February*/
#feb012008{background-image:url(images/february012007.png);}
#feb152008{background-image:url(images/february152008.png);}
#feb292008{background-image:url(images/february292008.png);}

/*March*/
#mar072008{background-image:url(images/march072008.png);}
#mar282008{background-image:url(images/march282008.png);}

/*April*/
#apr012008{background-image:url(images/april012008.png);}
#apr042008{background-image:url(images/april042008.png);}
#apr192008{background-image:url(images/april192008.png);}
#apr252008{background-image:url(images/april252008.png);}

/*May*/
#may022008{background-image: url(images/may022008.png);}
#may232008{background-image:url(images/may232008.png);}
#may262008{background-image:url(images/may262008.png);}
#may302008{background-image:url(images/may302008.png);}

/*June*/
#june062008{background-image:url(images/june082008.png);}
#june202008{background-image:url(images/june202008.png);}
#june272008{background-image:url(images/june272008.png);}

/*July*/
#july042008{background-image:url(images/july042008.png);}
#july112008{background-image:url(images/july112008.png);}
#july252008{background-image:url(images/july252008.png);}
#july182008{background-image:url(images/july182008.png);}

/*August*/
#august012008{background-image:url(images/august012008.png);}
#august152008{background-image:url(images/august152008.png);}
#august182008{background-image:url(images/august182008.png);}
#august292008{background-image:url(images/august292008.png);}
#everyMonday{background-image:url(images/monday_august.png);}

/*September*/
#september012008{background-image:url(images/september012008.png);}
#september052008{background-image:url(images/september052008.png);}
#september262008{background-image:url(images/september262008.png);}

/*October*/
#october032008{background-image: url(images/october032008.png);}
#october272008{background-image:url(images/october272008.png);}
#october312008{background-image:url(images/october312008.png);}

/*November*/
#november032008{background-image:url(images/november032008.png);}
#november072008{background-image:url(images/november072008.png);}
#november282008{background-image:url(images/november282008.png);}

/*December*/
#december052008{background-image:url(images/december052008.png);}
#december152008{background-image:url(images/december152008.png);}
#december232008{background-image:url(images/december232008.png);}
#december312008{background-image:url(images/december312008.png);}

/*January*/
#january052008{background-image:url(images/january052008.png);}
#january302008{background-image:url(images/january302008.png);}
#january3020082{background-image:url(images/january3020082.png);}

/*Fevryarty*/
#february132009{background-image:url(images/february132009.png);}
#february272009{background-image:url(images/february272009.png);}

/*March*/
#march202009{background-image:url(images/march202009.png);}
#march272009{background-image:url(images/march272009.png);}

/*April*/
#april102009{background-image:url(images/april102009.png);}
#april132009{background-image:url(images/april132009.png);}

/*May*/
#may082009{background-image:url(images/may082009.png);}
#may222009{background-image:url(images/may222009.png);}
#may242009{background-image:url(images/may242009.png);}
#may252009{background-image:url(images/may252009.png);}

/*June*/
#june062009{background-image:url(images/june062009.png);}
#june202009{background-image:url(images/june202009.png);}
#june262009{background-image:url(images/june262009.png);}
#june292009{background-image:url(images/june292009.png);}

/*September*/
#september25009 h3{background-image: url(new_images/2009/september25/h3.png);}
#september112009 h3{background-image:url(new_images/2009/september11/h3.png);}
#september072009 h3{background-image:url(new_images/2009/september07/h3.png);}

/*October*/
#october122009 h3{background-image:url(new_images/2009/october12/head.png);}
#october152009 h3{background-image:url(new_images/2009/october152009/head.png);}
#october262009 h3{background-image:url(new_images/2009/october262009/head.png);}
#october302009 h3{background-image:url(new_images/2009/october302009/head.png);}

#november162009 h3{background-image:url(new_images/2009/november162009/head.png);}
#november232009 h3{background-image:url(new_images/2009/november232009/head.png);}
#november272009 h3{background-image:url(new_images/2009/november272009/head.png);}
#december212009 h3{background-image:url(new_images/2009/december212009/head.png);}
#december282009 h3{background-image:url(new_images/2009/december282009/head.png);}
#december312009 h3{background-image:url(new_images/2009/december312009/head.png);}
#under18sevent h3{background-image:url(new_images/2009/under18sevent/head.png);}
#newyearseve h3{background-image:url(new_images/2009/newyearseve/head.png);}
#january042009 h3{background-image:url(new_images/2009/january042009/head.png);}
#boxingday h3{background-image:url(new_images/2009/boxingday/head.png);}
#januarymonday h3{background-image:url(new_images/2009/januarymonday/head.png);}
#jan152010 h3{background-image:url(new_images/2009/jan152010/head.png);}


/**********************************************
 * Sub Heading Styles Home.html & friday.html *
 **********************************************/
 
 /*L2 Big Section*/
#bigL2Red h4{background-image:url(images/l2_titles/red.png);}
#bigL2Orange h4{background-image:url(images/l2_titles/orange.png);}
#bigL2Aqua h4{background-image:url(images/l2_titles/aqua.png);}
#bigL2Blue h4{background-image:url(images/l2_titles/blue.png);}
#bigL2Green h4{background-image:url(images/l2_titles/green.png);}
#bigL2Purple h4{background-image:url(images/l2_titles/purple.png);}
#bigL2Pink h4{background-image:url(images/l2_titles/pink.png);}

/*Big Section*/
#bigBlueL2 h4{background-image:url(images/big_l2_blue.png);}
#bigLittle h4{background-image:url(images/title_littlesouth_orange.png);} 
#bigFinkFresh h4{background-image:url(images/title_finkfresh_pink.png);}
#bigTranzaction h4{background-image:url(images/title_tranzaction_red2.png);}
#bigPressure h4{background-image: url(images/big_pressure_blue.png);}
#bigPressure2 h4{background-image:url(images/big_pressure_green.png);}
#bigJohn h4{background-image:url(images/big_l2_red.png);}
#bigCancer h4{background-image:url(images/big_simplydelicious_pink.png);}
#bigOxjam h4{background-image:url(images/big_l2_blue.png);}
#bigRock h4{background-image:url(images/big_l2_orange.png);}
#summerEnd h4{background-image:url(images/title_delicious_lblue.jpg);}
#bigBeardy h4{background-image:url(images/big_l2_green.png);}
#bigDream h4{background-image:url(images/big_l2_pink.png);}
#bigTuckshop h4{background-image:url(images/big_tuckshop_orange.png);}
#bigBirthday h4{background-image:url(images/big_l2_purple.png);}
#bigZoo h4{background-image:url(images/big_bubblegum_pink.png);}
#bigElectro h4{background-image:url(images/big_l2_green.png);}
#bigReg h4{background-image:url(images/title_l2_purple.jpg);}
#bigBubble h4{background-image:url(images/big_bubblegum_pink.png);}
#bigBubble2 h4{background-image:url(images/big_bubblegum_pink.png);}
#bigBubble3 h4{background-image:url(images/big_bubblegum_pink.png);}
#bigGarage h4{background-image:url(images/big_l2_orange.png);}

/***************************************
 * Headings & Sub Headings Lineup.html *
 ***************************************/
 
#mondayNights h3{background-image:url(images/big_mondaynights_blue.png);}
#mondayNights h4{background-image:url(images/big_manicmondays_blue.png);}
#wednesdayNights h3{background-image:url(images/big_wednesdaynights_green.png);}
#wednesdayNights h4{background-image:url(images/big_midweeksocial_green.png);}
#thursdayNights h3{background-image:url(images/big_thursdaynights_orange.png);}
#thursdayNights h4{background-image:url(images/big_forthenhs_orange.png);}
#fridayNights h3{background-image:url(images/big_fridaynights_pink.png);}
#fridayNights h4{background-image:url(images/big_finkfresh_pink.png);}
#saturdayNights h3{background-image:url(images/big_saturdaynights_red.png);}
#saturdayNights h4{background-image:url(images/big_simplydelicious_red.png);}

/***************************************
 * Headings & Sub Headings monday.html *
 ***************************************/

/*Full Section*/
#fullMonday h3{background-image:url(images/full_manicmonday_lblue.png);}


/*Big Section*/
#drinkingDosBig h3{background-image:url(images/big_drinkingdos_green.png);}
#drinkingDosBig h4{background-image:url(images/big_guidetogoodnight_green.png);}
#drinkingDontsBig h3{background-image:url(images/big_drinkingdonts_red.png);}
#drinkingDontsBig h4{background-image:url(images/big_guidetogoodnight_red.png);}

/*Small Section*/
#smallGary h3{background-image:url(images/small_cheesychart_orange.png);}
#smallWing h3{background-image:url(images/small_housernb_green.png);}
#smallNeil h3{background-image:url(images/small_hiphop_orange.png);}

/******************************************
 * Headings & Sub Headings wednesday.html *
 ******************************************/
 
/*Full Section*/
#fullWednesday h3{background-image:url(images/full_wednesdaygroove_green.png);}
#fullWednesday h4{background:url(images/title_midweek.jpg) center no-repeat; height: 72px;}
 

/*****************************************
 * Headings & Sub Headings thursday.html *
 *****************************************/

/*Full Section*/
#fullThursday h3{background-image:url(images/full_thursdaynights_pink.png);}

/*Big Section*/
#salsaDancing h3{background-image:url(images/big_salsadancing_green.png);}
#salsaDancing h4{background-image:url(images/big_salsasalamanca_green.png);}

/*Small Section*/
#smallSalsa h3{background-image:url(images/small_salsa_red.png);}

#december h3{background-image:url(images/december.png);}

/*****************************************
 * Headings & Sub Headings saturday.html *
 *****************************************/
 
 /*Full Section*/
 #fullSaturday h3{background-image:url(images/full_simplydelicious_blue.png);}

/********************************************
 * Headings & Sub Headings tranzaction.html *
 ********************************************/
 
/*Small Section*/
#smallArena2 h3{background-image: url(images/title_arena2_purple.jpg);}
#smallArena3 h3{background-image:url(images/title_arena3_blue.jpg);}
#smallArena4 h3{background-image:url(images/title_arena4_orange.jpg);}

/*Big Section*/
#tranzWrite h3{background-image:url(images/title_26102007_blue.jpg);}
#tranzWrite h4{background-image:url(images/title_tranzaction-time_blue.jpg);}

/*Full Section*/
#fullTranzaction h3{background-image:url(images/title_tranzaction_full_red.jpg);}
#fullTranzaction h4{background: url(images/tranz_intergalactic_special.jpg) center no-repeat; width: 774px; height: 40px;}
#fullTranzaction h5{ color:#FFFFFF; text-align:center; font-size: 3em; font-weight: bold;}

/*****************************************
 * Headings & Sub Headings timewarp.html *
 *****************************************/

#sunday h4{background-image:url(images/title_timewarp_pink.png);}


/*Small Section*/
#smallSugar h3{background-image:url(images/title_sugar_green.jpg);}
#smallStudio h3{background-image:url(images/title_studio_blue.jpg);}
#smallDelorean h3{background-image:url(images/title_delorean_orange.jpg);}

/*Big Section*/
#timeWrite h3{background-image:url(images/title_26082007_red.jpg);}
#timeWrite h4{background-image:url(images/timewarp_tickets.jpg);}

/*Full Section*/
#fullTimeWarp h3{background-image:url(images/title_timewarp_full_pink.jpg);}
#fullTimeWarp h4{background-image:url(images/time_bankholiday.gif); width: 229px; height: 201px; float:left;}
#fullTimeWarp p.timewarp{background-image:url(images/timemachine.gif); width: 512px; height: 120px; float: left;}
#fullTimeWarp p.timewarp span{display: none;}

/**************************************
 * Headings & Sub Headings venue.html *
 **************************************/
 
 /*Big Section*/
#clubPolicy h3{background-image:url(images/big_nightclubpolicy_purple.png);}
#clubPolicy h4{background-image:url(images/big_l2_purple.png);}
#clubPolicy h5{color:#FFFF00; padding-left: 10px; font-size:1.4em;}

/*******************************************
 * Headings & Sub Headings membership.html *
 *******************************************/

#fullMembers h3{background-image:url(images/full_membership_red.png);}

/**************************************
 * Headings & Sub Headings games.html *
 **************************************/
 
/*Big Section*/
#gamesIntro h3{background-image:url(images/big_games_blue.png);}
#gamesIntro h4{background-image:url(images/big_pacman_blue.png);}

/*Small Serction*/
#smallSonic h3{background-image:url(images/small_sonic_green.png);}
#smallCrazy h3{background-image:url(images/small_crazyball_orange.png);}
#smallTennis h3{background-image:url(images/small_tennis_red.png);}



/**************************************
 * Headings & Sub Headings sonic.html *
 **************************************/
 
 /*Big Section*/
 #bigSonic h3{background-image:url(images/big_sonicthehedgehog_purple.png);}
 #bigSonic h4{background-image:url(images/big_sonicadventure_purple.png);}
 
 /******************************************
  * Heading & Sub Headings crazy_ball.html *
	******************************************/
	
#bigCrazy h3{background-image:url(images/title_crazyball_red.png);}
#bigCrazy h4{background-image:url(images/title_2player_red.png);}


/**************************************
 * Heading & Sub Headings tennis.html *
 **************************************/

#bigTennis h3{background-image:url(images/big_tennis_green.png);}
#bigTennis h4{background-image:url(images/big_wimbledon_green.png);}

/****************************************
 * Headings & Sub Headings contact.html *
 ****************************************/

/*Big Section*/
#emailForm h3{background-image:url(images/big_groupbookings_pink.png);}
#emailForm h4{background-image:url(images/big_l2_pink.png);}

/*Small Section*/
#contactUs h3{background-image:url(images/small_contactus_red.png);}

/**************************************
 * Headings & Sub Headings links.html *
 **************************************/
#webHosting h3{background-image:url(images/small_webhosts_purple.png);}

#linksSection h3{background-image:url(images/title_links_pink.png);}
#linksSection h4{background-image:url(images/big_l2_pink.png);}
#linksSection img{margin-top: 5px;}


#bigMonday h4{background-image:url(images/title_monday_purple.png);}
#bigMonday2 h4{background-image:url(images/title_monday_blue.png);}


/*******************************************
 * Headings & Sub Headings dream_boys.html *
 *******************************************/

#smallChildrenNeed h3{background-image:url(images/small_childrenNeed_blue.png);}
#smallDreamBoys h3{background-image:url(images/small_dreamBoys_orange.png);}
#smallDreamBoys2 h3{background-image:url(images/small_dreamBoys_lblue.png);}

#dreamWrite h3{background-image:url(images/november162007_green.png);}
#dreamWrite h4{background-image:url(images/big_dreamtime_green.png);}
#dreamComp h3{background-image:url(images/big_competition_red.png);}
#dreamComp h4{background-image:url(images/big_beadream_red.png);}

/*****************************************
 * Headings & Sub Headings pressure.html *
 *****************************************/

/*Full Section*/
#fullPressure h3{background-image: url(images/full_pressure_green.png);}

/*Big Section*/
#pressureWrite h3{background-image:url(images/big_whoweare_blue.png);}
#pressureWrite h4{background-image:url(images/big_pressure_blue.png);}

/*small Section*/
#smallKlimax h3{background-image:url(images/small_klimax_red.png);}
#smallPalm h3{background-image:url(images/small_palm_orange.png);}
#smallDistance h3{background-image:url(images/small_distance_lblue.png);}


/*#bigPressure h3{background-image:url(images/title_14092007_purple.jpg);}*/


/******************************************
 * Headings & Sub Headings bubblegum.html *
 ******************************************/

/*Full Section*/
#fullBubblegum h3{background-image:url(images/full_bubblegum_pink.png);}

/*Big Section*/
#bubbleWrite h3{background-image:url(images/big_everymonday_pink.png);}
#bubbleWrite h4{background-image:url(images/big_bubblegum_pink.png);}
#bubbleWrite h5{ margin: 10px 0 0 10px; font-size: 1.6em; color:#FFFF00;}





#fullTranzaction .preList {
	font-size: 2em;
	color: #FFFFFF;
	margin-left: 10px;
}

#fullTranzaction li{
	font-size: 4em;
	color:#FFFF00;
	margin-left: 10px;
	font-weight: bold;
}
#fullTranzaction ul{ list-style: none;}

.residents{ color: #FFFFFF; font-size: 2.5em; margin-left: 10px; text-align: left;}
	
	
/*FOOTER*/
#outerFooter{
	clear: both;
	background-color:#000000;
	width: 100%;
	height: 100px;
}

#pageFooter{
	margin: 0 auto;
	height: 100px;
	color:#FFFFFF;
	width: 780px;
}

#pageFooter p{
	font-size: 1.6em;
	text-align: center;
}

#pageFooter img{
 float: left;
 margin: 5px 10px 0 125px;
}

#pageFooter ul{list-style: none;}
#pageFooter li{float: left; margin-right: 25px; padding-top: 10px; padding-bottom: 10px;}
#pageFooter li a{font-size:1.6em;  color: #FFFFFF;}

li strong{color:#FFFF00;}
