/* General */

	body {
		margin:				0px;
		height:				100%		
		padding:			0px;
		background-color:	#ffffff;
		font-family:		arial, helvetica, sans-serif;
		font-size:			12px;
		color:				#303030;
		background-color:	#DADADA;
		background-image:	url(images/bg01.jpg);
		background-position:left top;
		background-repeat:	repeat-x;	
	}

	.toptext {
		font-family:		arial, helvetica, sans-serif;
		font-size:			16px;
		color:				#303030;
	}

	a:link { text-decoration: none; color: #2B1B20; font-weight: bold;}
	a:visited  { text-decoration: none; color: #2B1B20; font-weight: bold;}
	a:active  { text-decoration: none; color: #2B1B20; font-weight: bold;}
	a:hover  { text-decoration: underline; color: #2B1B20; }

		
	a.bodylink:link { text-decoration: none; color: #ffffff; font-weight: bold; background-color:#2B1B20; padding:0px 4px 0px 4px;}
	a.bodylink:visited  { text-decoration: none; color: #ffffff; font-weight: bold; background-color:#2B1B20; padding:0px 4px 0px 4px;}
	a.bodylink:active  { text-decoration: none; color: #ffffff; font-weight: bold; background-color:#2B1B20; padding:0px 4px 0px 4px;}
	a.bodylink:hover  { text-decoration: underline; color: #ffffff; }

	a.toplink:link { text-decoration: none; color: #E1326A; font-weight: bold;}
	a.toplink:visited  { text-decoration: none; color: #E1326A; font-weight: bold;}
	a.toplink:active  { text-decoration: none; color: #E1326A; font-weight: bold;}
	a.toplink:hover  { text-decoration: underline; color: #E1326A; }
	
	a.menulink:link { text-decoration: none; color: #ffffff; font-weight: bold;}
	a.menulink:visited  { text-decoration: none; color: #ffffff; font-weight: bold;}
	a.menulink:active  { text-decoration: none; color: #ffffff; font-weight: bold;}
	a.menulink:hover  { text-decoration: underline; color: #ffffff; }

	.subhead1 {
		color:						#ffffff;
		font-size:					18px;		
	}
	
	.subhead2 {
		color:						#6E6E6E;
		font-weight:				bold;
	}	

	.heading-red {
		color:						#BEAB69;
		font-weight:				bold;
		font-size:					17px;		
	}
	

/* Panels */

	.menu-panel {
		width:						181px;
		min-height:					499px;
		height:						auto;
 		height:						499px;
		background-image:			url("images/left-bg.gif");
		background-repeat:			no-repeat;
		background-position:		top left;
		float:						left;
		text-align:					left;		
	}

	.menu-panel-container {
 		height:						193px;
	}

	.menu-panel-content {
		padding:					24px 14px 0px 14px;
		float:						left;
		text-align:					left;
	}
	

	.menu-address {
		padding:					0px 14px 0px 14px;
	}
	
	.menu-address-content {
		padding:					14px;
		background-color:			#8A8A8A;
		font-family:				arial, helvetica, sans-serif;
		font-size:					12px;
		font-weight:				normal;
		color:						#ffffff;			
	}


	.home-panel-dark {
		min-height:					307px;
		height:						auto;
		background-image:			url("images/home-bg-dark.gif");
		background-repeat:			no-repeat;
		background-position:		top left;
		width:						376px;
		float:						left;
		text-align:					left;
		font-family:				arial, helvetica, sans-serif;
		font-size:					12px;
		color:						#ffffff;
	}
	
	.home-panel-dark-content {
		min-height:					307px;
		padding:					20px 28px 22px 30px;
	}
	
	.home-panel-light {
		min-height:					307px;
		height:						auto;
		background-image:			url("images/home-bg-light.gif");
		background-repeat:			no-repeat;
		background-position:		top left;
		width:						376px;
		float:						left;
		text-align:					left;
		font-family:				arial, helvetica, sans-serif;
		font-size:					12px;
		color:						#ffffff;		
	}
	
	.home-panel-light-content {
		padding:					20px 28px 22px 30px;
	}

	.main-panel-dark {
		min-height:					307px;
		height:						auto;
		background-image:			url("images/main-bg-dark.gif");
		background-repeat:			no-repeat;
		background-position:		top left;
		width:						766px;
		float:						left;
		text-align:					left;
		font-family:				arial, helvetica, sans-serif;
		font-size:					12px;
		color:						#ffffff;
	}
	
	.main-panel-dark-content {
		min-height:					307px;
		padding:					20px 28px 22px 30px;
	}

/* programmes page adaptations */
	
	.main-panel-dark-prog {
		min-height:					200px;
		height:						auto;
		background-image:			url("images/main-bg-dark.gif");
		background-repeat:			no-repeat;
		background-position:		top left;
		width:						766px;
		float:						left;
		text-align:					left;
		font-family:				arial, helvetica, sans-serif;
		font-size:					12px;
		color:						#ffffff;
	}
	
	.main-panel-dark-prog-content {
		min-height:					200px;
		padding:					20px 28px 22px 30px;
	}


/* Menu */

	.menu-strip-on {
		font-family:				arial, helvetica, sans-serif;
		font-size:					15px;
		font-weight:				bold;
		color:						#ffffff;	
		width:						153px;
		background-color:			#DF3169;
		float:						left;
		text-align:					left;
		margin:						0px 0px 6px 0px;		
	}

	.menu-strip-off {
		font-family:				arial, helvetica, sans-serif;
		font-size:					15px;
		font-weight:				bold;
		color:						#ffffff;	
		width:						153px;
		background-color:			#5F5F5F;
		float:						left;
		text-align:					left;
		margin:						0px 0px 6px 0px;		
	}
	
	.menu-strip-content {
		padding:					4px;
	
	}
	
