/*2007-08 Copyright © Top UK Web Hosting - All rights reserved - www.topukwebhosting.co.uk*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 1em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	line-height: 150%;
	background: url(images/body_bg.png) repeat;
}
#container {
	width: 925px;
	margin: 0 auto;
	padding: 0 30px;
	font-size: 75%;
	text-align: left;
	overflow: auto;
	background: #fff;
}
#randa td {
	width: 33%;
	text-align: center;
	padding: 10px 10px 0 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h3 {
	margin: 30px 0 5px 0;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
p {
	padding: 0 0 10px 0;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #000;
}
img {
	border: none;
}
a:hover {
	text-decoration: underline;
}
#main-terms ul li, #main-privacy ul li {
	padding: 0 0 0 12px;
	list-style: none;
	background: url(images/square.png) no-repeat 0 9px;
}
#home {
	padding: 0 0 0 16px;
	background: url(images/home.png) no-repeat left center;
}
#header {
	height: 130px;
	background: url(images/lastupdated_bg.jpg) no-repeat 731px 0;
}
#updated {
	float: right;
	color: #fff;
	font-weight: bold;
	margin: 6px 18px 0 0;
} 
* html #updated {
	margin: 6px 8px 0 0;
}
#logo {
	height: 59px;
	padding: 25px 0 0 0;
	background: url(images/logo.jpg) no-repeat 0 25px;
}
h1, h2 {
	text-indent: -9999px;
}
table {
	margin: 10px 0;
	width: 100%;
  	border-collapse: collapse;
	border-left: 1px solid #ccc;
}
thead th {}
th {
	padding: 5px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
td {
	margin: 0;
	padding: 3px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
td.menu-disabled {
	background-color: #f0f0f0;
}
#footer {
	clear: both;
	margin: 30px 0;
	padding: 10px 0;
}
#footer ul li {
	float: left;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	font-size: 90%;
	background: url(images/footerlidiv.png) no-repeat right center;
}
#footer ul li.ff {
	padding: 0 10px 0 0;
	/*font-size: 90%;*/
	color: #5a5a5a;
}
#footer ul li a {
	/*font-size: 90%;*/
	color: #5a5a5a;
}
#footer ul li.fl {
	background: none;
}