/* Styles for the header, top navigation and footer for the xmas 2007 microsite */

body {
	text-align:center;
	background:#fff;
}

.access { display:none; }

.clear { clear:both; }

p { font:0.8em/1.2em Verdana; }

p.right { text-align:right; }


ul { font:0.7em/1em Verdana; }


h2 { font:1em/1em Verdana; }

h3 { font:bold 0.8em/1.2em Verdana; color:#008AC4; }

h4 { font:bold 0.8em/1.2em Verdana; color:#008AC4; }

img { border:none; }

a:link { 
	color:#008AC4;
	text-decoration:none;
}

a:visited { 
	color:#008AC4;
	text-decoration:none;
}

a:hover { 
	color:#01A01C;
	text-decoration:none;
}

a:active { 
	color:#008AC4;
}

/* ===== Header and navigation ===== */

#top {
	width:960px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#top #logo {
	background:url(logoTesco.gif) 10px 50% no-repeat;
	height:90px;
	width:150px;
	float:left;
}

#top #rightTop {
	background:url(logoELH.gif) left 50% no-repeat;
	height:90px;
	width:240px;
	float:right;
	margin:0 10px 0 0;
}

#top #topNav {
	clear:both;
	background:url(xmas_navbar.jpg) top left no-repeat;
	width:100%;
	height:58px;
	padding:0 0 0 10px;
	margin:0;
}

#top #topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top #topNav li {
	float:left;
	padding:10px 15px;
	border-right:1px solid #30479C;
}

#top #topNav li a {
	color:#fff;
	font-weight:bold;
}

#top #topNav li a:hover {
	color:#fff;
}

/* ===== Main content container ===== */

#container {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#mainSection {
	float:left;
	width:960px;
	margin:0 0 10px 0;
	padding:0;
	background: #fff;
}

/* ===== Footer ===== */

#ftr {
	clear: both;
	width:960px;
}

#ftr ul {
	margin:0.25em 0;
	padding:0.25em;
	text-align:center;
}

#ftr ul.main {
	background:#04175e url(footerMainBg.gif) 0 0 repeat-x;
	padding: 10px 0;
}

#ftr ul li {
	display:inline;
}

#ftr ul.main li {}

#container #ftr ul li.last a {
	border-right:none;
}

#ftr ul li a, #ftr ul li a:visited {
	text-decoration:none;
	font-weight:normal;
	padding-right:0.5em;
	color:#000;
	border-right:1px solid #666;
}

#ftr ul.main li a, #ftr ul.main li a:visited {
	color:#fff;
	font-weight:bold;
	border-right:2px solid #fff;
}

#ftr ul li a:hover {
	color:#555;
	text-decoration:underline;
}

#ftr ul.main li a:hover {
	color:#fff;
}

#ftr p {
	font-size:0.7em;
	text-align:center;
}

#inc-page-footer {
	text-align:center;
}