@charset "UTF-8";
/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#000;
}

h1
{
	size:16px;
	color:#C00;
	margin:0px;
	padding:0px;
	margin-bottom:6px;
}

div#navPanel
{
	width:850px;
	height:120px;
	position:relative;
	top:0px;
	left:50%;
	margin-left:-425px;
	z-index:1;
}

div#contentBackground
{
	width:100%;
	background-color:#FFF;
	position:relative;
	top:0px;
	left:0px;
}

div#contentPanel
{
	width:850px;
	min-height:400px;
	position:relative;
	top:0px;
	left:50%;
	margin-left:-425px;
	padding-top:10px;
	background-color:#FFF;
}

div#copyrightBackground
{
	width:100%;
	height:200px;
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
	background-image:url(../images/footerBG.jpg);
	background-repeat:repeat-x;
}

div#copyrightPanel
{
	width:850px;
	height:200px;
	position:relative;
	top:0px;
	left:50%;
	margin-left:-425px;
	text-align:center;
	font-size:10px;
	color:#CCC;
	padding-top:10px;
}

div#contentBar
{
	width:100%;
	height:44px;
	position:relative;
	margin-top:-12px;
	margin-bottom:-12px;
	top:0px;
	left:0px;
	z-index:2;
	background-image:url(../images/bar.png);
}

div#navButtons
{
	height:50px;
	position:absolute;
	bottom:0px;
	right:0px;
}

div#navLine
{
	width:1px;
	height:50px;
	background-color:#464646;
	float:left;
}

div#logo
{
	width:450px;
	height:120px;
	position:absolute;
	top:0px;
	left:0px;
}

.navButton
{
	font-size:14px;
	text-align:center;
	color:#c2c2c2;
	height:50px;
	padding-left:15px;
	padding-right:15px;
	padding-top:12px;
	padding-bottom:0px;
	border-width:0px;
	margin:0px;
	float:left;
	list-style:none;
	text-decoration:none;
}

.navButton a
{
	color:#c2c2c2;
	text-decoration:none;
}

.navButton:link, .navButton:visited
{
	color:#c2c2c2;
	text-decoration:none;
}

.navButton:hover
{
	color:#c2c2c2;
	text-decoration:none;
	background-image:url(../images/navButtonBGO.png);
	background-repeat:repeat-x;
}

.navButtonActive
{
	font-size:14px;
	text-align:center;
	color:#c2c2c2;
	height:50px;
	padding-left:15px;
	padding-right:15px;
	padding-top:12px;
	padding-bottom:0px;
	border-width:0px;
	margin:0px;
	float:left;
	list-style:none;
	background-image:url(../images/navButtonBGA.png);
	background-repeat:repeat-x;
}

.navButtonActive a
{
	color:#c2c2c2;
	text-decoration:none;
}

div#jollytel
{
	width:82px;
	height:70px;
	position:absolute;
	top:10px;
	left:75%;
	margin-left:-41px;
	background-image:url(../images/jollytel.png);
	background-repeat:no-repeat;
}

div#itv
{
	width:114px;
	height:70px;
	position:absolute;
	top:10px;
	left:25%;
	margin-left:-57px;
	background-image:url(../images/itv.png);
	background-repeat:no-repeat;
}