/* @override http://phbeta.co.uk/stylesheets/style.css */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font: 0.8em "Lucida Grande", Arial, Verdana;
	line-height: 1.5;
}

img {
	border: 0;
}

a:link {	color: #CC0000;	text-decoration: none;	font-weight: bold;}a:visited {	text-decoration: none;	color: #CC0000;	font-weight: bold;}a:hover {	text-decoration: none;	color: #660000;	font-weight: bold;}a:active {	text-decoration: none;	color: #660000;	font-weight: bold;	background-color: #EFEFEF;}

h1 {
	width: 800px;
	height: 81px;
	margin: 0 auto 0 auto;
	padding: 0;
}

h2 {
	margin-top: 0;
}

#content pre {
	color: #FFF;
	background: #000;
	overflow: auto;
	font: normal 0.9em "bitstream vera sans mono", monaco 	"lucida console", "courier new", courier, serif;
	margin: 0.9em 0; padding: 8px;
}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
}

#content {
	margin: 20px 30px 0 30px;
}

#contentblock {
	float: right;
	width: 530px;
}

/* Columns */
.columns {
	text-align: center;
}

.columns h2 {
	display:block;
	width:250px;
	text-align: center;
	font: Georgia, "Lucida Grande", Verdana, Arial;
	font-size: 1.3em;
}

.columns p {
	text-align: center;
	border-top:1px dashed #a1a1a1;
	padding-left: 5px;
}

.columnblock {
	display: block;
	width: 245px;
	float: left;
	padding: 0;
}

ol {
	margin-bottom: 20px;
	list-style-type: none;
}

ol li {
	font-weight: bold;
}

ol li li {
	font-weight: normal;
}

/* Tables */
table {
	width: 100%;
}

td {
	text-align: center;
}

/*The Menu */
#menu {
	float: left;
	width: 190px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

#menu li {
	list-style-type: none;
}

#menu ul.links {
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 10px;
}

#menu ul.links li {
	list-style-image: url(http://asset1.primehosting.co.uk/images/links.gif);
	list-style-type: none;
	border-bottom: 1px solid #F0F0F0;
	padding: 2px 0 1px;
}

#menu ul.links li a {	display: block;
	padding: 1px 0;
	height: 1%; /* IE FIX */
	text-decoration: none;}

#menu ul.links li a:hover {	background-color: #f9f9f9;}

/* Home Page Specific */
#homepagelinks {
	text-align: center;
	margin-left: -30px;
}

#homepagelinks li {
	display: inline;
	list-style-type: none;
	padding: 10px;
	font-size: 1.3em;
	background: #f6f6f6;
	border: 1px solid #c9c9c9;
}

#homepagelinks a, a:link, a:hover, a:active {
	text-decoration: underline;
}

#homepagelinks li:hover {
	background: #fff;
}

#homepage {
	text-align: center;
}

#homepage ul#left {
	float: left;
	width: 40%;
	margin: 0;
}

#homepage ul#right {
	float: right;
	width: 40%;
	margin: 0;
}

#homepage ul li {
	list-style-image: url(http://asset1.primehosting.co.uk/images/tick.png);
	list-style-type: none;
	font-size:1.0em;
}

/* Footer */
#footer {
	color: #000;
	display: block;
	font-size: 0.8em;
	border-top: 1px dotted #787878;
	clear: both;
	line-height: 1;
}

#footer ul {
	margin: 4px 0;
	padding: 0;
}

#footer li {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0;
}

/* Misc */
dd {
	margin-bottom: 1em;
}