@charset "utf-8";
/* CSS Document */
body  {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: #502D7F;
	color:#555555;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
	a:link {
		text-decoration: none;
		cursor: pointer;
		color:#FFFFFF;
	}
	a:visited {
		text-decoration: none;
		color:#FFFFFF;
	}
	a:hover {
		text-decoration: underline;
		cursor: pointer;
		color:#FFFFFF;
	}
	a:active {
		text-decoration: underline;
		color:#FFFFFF;
	}





#Container{
	width:977px;
	margin: 0px auto 0px auto;
	background-color: #502D7F;
}


#Title{
	padding-top:23px;
	text-align:left;
	position:relative;
	padding-bottom:5px;
}

	#AdminBox{
		width:570px;
		height:65px;
		padding:5px;
		font-size:12px;
		border-color:#FFFFFF;
		border-width:1px;
		border-style:solid;
		background-color:#DDCDFC;
		color:#000000;
		position:absolute;
		top:5px;
		left:395px;
	}

#Menu{
	position:relative;
	background-color:#c1bfc4;
	height:27px;
	text-align:left;
	margin-bottom:7px;
	padding:0px;
}

#Menu a{
	color:#502D7F;
	text-decoration:none;
}

#Menu ul{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	padding-top:3px;
	padding-left:14px;
}

#Menu li{
	display: inline;
	padding: 0px 27px 0px 16px;
	text-align:center;
	color:#502D7F;
	font-weight:600;
	font-size:17px;
	letter-spacing:-1px;
}

#Menu .Dot{
	background-image:url(/images/menu/Dot.png);
	background-repeat:no-repeat;
	background-position:right -1px;
}

#MainContentContainer{
	background-color:#FFFFFF;
	min-height:378px;
	height:auto !important; /* Min-Height doesn't work in IE6 so this and the height*/
  	height:378px;			/* property are needed */
	text-align:left;
	color:#502D7F;
	
	padding-top:22px;
	padding-left:19px;
	padding-right:10px;
	padding-bottom:15px;
}


.PurpleBackGround{
	/* This simply makes a puple background with white text on it. can be used with any layer*/
	background: #502D7F;
	color:#FFFFFF;
}
.WhiteBackGround{
	/* This simply makes a white background with purple text on it. can be used with any layer*/
	background: #FFFFFF;
	color:#502D7F;
}
.WhiteBackGround a:link{
	color:#502d7f;
	text-decoration:none;
}
.WhiteBackGround a:hover{
	color:#502d7f;
	text-decoration:underline;
}

.WhiteBackGround a:hover{
	color:#502d7f;
	text-decoration:underline;
}

.WhiteBackGround a:visited{
	color:#502d7f;
	text-decoration:none;
}

.LightBlueBackGround{
	/* This simply makes a light blue background with purple text on it. Used on services-->DVD-Film */
	background: #00B5D5;
	color:#ffffff;
}
.GreenBackGround{
	/* This simply makes a light blue background with purple text on it. Used on services-->DVD-Film */
	background: #ABC02C;
	color:#ffffff;
}
.PinkBackGround{
	/* This simply makes a light blue background with purple text on it. Used on services-->DVD-Film */
	background: #E2066F;
	color:#ffffff;
}

a.PurpleLink:link{
			text-decoration:none;
			color:#502D7F;
		}
		a.RightTabsURL:visited{
			text-decoration:none;
			color:#502D7F;
		}
		a.RightTabsURL:hover{
			text-decoration:none;
			color:#502D7F;
		}
		a.RightTabsURL:active{
			text-decoration:none;
			color:#502D7F;
		}

h1{
	margin-top:0px;
	font-size:22px;
}
h2{
	margin-top:0px;
	padding-top:0px;
	font-size:16px;
}



#TopContent{
	height:261px;
}
#TopContent.HomePage{
	height:378px;
}
#TopContent.FilmLounge{
	height:300px;
}

	#TopContentLeft{
		padding:10px;
		height:231px;
		width:380px;
		
		float:left;
	}
	#TopContentLeft .HomeButton{
		padding-bottom:4px; 
		width:380px; 
		height:64px;
		padding:10px;
		margin-bottom:5px;
		color:#FFFFFF;
		cursor:pointer;
		overflow:hidden;		
	}
	
	#TopContentLeft .HomeButton a{
		text-decoration:none;
	}
	
	#TopContentLeft .HomeButton h1{
		font-size:16px;
		margin-bottom:5px;
	}
	#TopContentLeft .HomeButton p{
		font-size:12px;
		margin:0px;
	}
	
	#TopContentLeft .HomeButtonBlue{
		background-color:#00B5D5;
	}
	
	#TopContentLeft .HomeButtonGreen{
		background-color:#ABC02C;
	}
	
	#TopContentLeft .HomeButtonRed{
		background-color:#E2066F;
	}
	
	#TopContentLeft .HomeButtonGrey{
		background-color:#C1BFC4;

	}
	
	#TopContentLeft p{
		margin-bottom:8px;
		margin-top:8px;
	}

		#TopContentLeft.NotPadded{
			/*This is used to remove the padding from the TopContentLeft layer */
			height:251px;
			width:390px;
			padding:0px;
		}

	#TopContentRight{
		position:relative;
		float:right;
		width:538px;
		height:251px;
		margin:5px;
	}
		#TopContentRight.NewsArticle{
			overflow-y:auto;
			overflow-x:hidden;
			text-align:justify;
			padding:4px;
			width:528px;
			height:241px;
			color:#555555;
		}
		
		#TopContentRight.NewsArticle h1{
			color:#502D7F;
			font-size:18px;
			margin-bottom:5px;
			margin-top:8px;
			text-align:left;
		}
		
		#TopContentRight.NewsArticle p{
			margin:0px;
			padding:0px;
			padding-bottom:5px;
		}
		
		#TopContentRight.Padded{
			padding:5px;
			width:528px;
			height:241px;
		}
		#TopContentRight.Video{
			background-color:#FFFFFF;
			margin:0px;
			height:300px;
			padding-left:10px;
			color:#555555;
		}


#LowerContent{
	margin-top:5px;
	height:117px;
}
#LowerContent.FilmLounge{
	height:76px;
	width:940px;
	overflow:hidden; 
	position:relative;
}

.FilmLoungeLeftBox{
	position:absolute; 
	top:56px; 
	z-index:2; 
	width:20px;
	left:0px; 
}
.FilmLoungeRightBox{
	position:absolute; 
	top:56px; 
	z-index:2; 
	width:20px;
	left:920px; 
}
.FilmLoungeFilmBoxes{
	text-align:center;
	top:0px; 
	height:74px; 
	float:left;
	border-color:#FFFFFF;/*hidden colour*/
	border-width:1px;
	border-style:solid;
}
.FilmLoungeFilmBoxes:hover{
	background-color:#F4EEF4;
	border-color:#DED5DF;
	border-width:1px;
	border-style:solid;
}
.FilmLoungeFilmBoxes p{
	margin:0px;
}
.FilmLoungeFilmBoxes a:link {
		text-decoration: none;
		cursor: pointer;
		font-size:10px;
		color:#502D7F;
		font-weight:bold;
	}
.FilmLoungeFilmBoxes a:visited {
		text-decoration: none;
		font-size:10px;
		color:#502D7F;
		font-weight:bold;
	}
.FilmLoungeFilmBoxes a:hover {
		text-decoration: underline;
		cursor: pointer;
		font-size:10px;
		color:#502D7F;
		font-weight:bold;
	}
.FilmLoungeFilmBoxes a:active {
		text-decoration: underline;
		font-size:10px;
		color:#502D7F;
		font-weight:bold;
	}

	#LowerContentLeft{
		width:400px;
		float:left;
		position:relative;
	}
		
		
	#LowerContentRight{
		width:547px;
		float:right;
		position:relative;
		height:117px;
		overflow:hidden;
		
	}
		/*This is used to move the right content box inline with the topright box, if it has a purple border round it*/
		#LowerContentRight.BorderOnBoxAbove{
			margin-left:5px;
			width:542px;
		}
		#LowerContentRight.WithLine{
			border-left-width:1px;
			border-left-color:#502D7F; 
			border-left-style:solid;
		}
		#NewsTitle{
			font-size:14px;
			font-weight:bold;
		}
		
		.NewsScroller{
			position:absolute;
			top:0px;
			left:550px;
			padding:10px;
			width:537px;
			height:125px;
			cursor:pointer;
		}
		
		.NewsScroller h1{
			color:#502D7F;
			font-size:18px;
			margin:0px;
			margin-bottom:5px;
			text-align:left;
			
		}
		.NewsScroller p{
			font-size:12px;
			margin:0px;
		}
		
		/* START TAB STYLES */
		#LowerRightTab1{ /*Container for the first tab*/
			position:absolute;
			left:0px;
			width:175px;
		}
		#LowerRightTab2{ /*Container for the second tab*/
			position:absolute;
			left:181px;
			width:175px;
		}
		#LowerRightTab3{ /*Container for the third tab*/
			position:absolute;
			left:362px;
			width:175px;
		}
		.RightTabs{
			/* This is used for the tabs in the lower right sections of some pages.*/
				height:20px;
				padding-top:3px;
				padding-left:5px;
				font-size:12px;
				color:#FFFFFF;
				margin-bottom:5px;
				cursor:pointer;
		}
		a.RightTabsURL:link{
			text-decoration:none;
			color:#FFFFFF;
		}
		a.RightTabsURL:visited{
			text-decoration:none;
			color:#FFFFFF;
		}
		a.RightTabsURL:hover{
			text-decoration:none;
			color:#FFFFFF;
		}
		a.RightTabsURL:active{
			text-decoration:none;
			color:#FFFFFF;
		}
		/* START TAB STYLES */




#Footer{
	background-color: #502D7F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	height:61px;
	width:977px;
	position:relative;
}
#Footer .Phone{
	font-size: 16px;
	text-align:left;
	font-weight:bold;
	position:absolute;
	top:16px;
	left:21px;
}
#Footer .Logo1{
	text-align:left; 
	position:absolute;
	top:5px;
	left:200px;
}
#Footer .Logo2{
	text-align:left;
	position:absolute;
	top:5px;
	left:320px;
}
#Footer .SmallPrint{
	text-align:left;
	position:absolute;
	top:50px;
	left:200px;
}
#Footer .Legal{
	text-align:left;
	position:absolute;
	top:50px;
	/*left:520px;*/
	left:625px;
	width:365px;
	text-align:center;
}
#Footer .EQA{
	text-align:left;
	position:absolute;
	top:5px;
	left:820px;
}
#Footer .EQA img{
	margin-left:4px;
	cursor:default;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.cmsComment {
	font-style:italic;
	font-size:12px;
}

.cmsTable {
	font-size:10px;
}
.cmsTable th{
	background-color:#C0BFD0;
	font-size:12px;
	text-align:center;
}
.cmsTable td{
	border-bottom-width:1px;
	border-bottom-color:#E0E6F5;
	border-bottom-style:solid;
}
.cmsTable tr:hover{
	background-color:#F4F5FF;
}
