/*
	This CSS was originally written by:

	Author	:	Christopher Robinson
	Email	:   christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/

	Modified and added to by Spodnet Ltd
*/

html {
	overflow-y: scroll;
}

* {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

/* body */
body {
	background: #fafafa;
	color: #555555;
	font-size: 0.7em;
	font-family: verdana, sans-serif;
}

/* general */
a {
	background: #fafafa;
	color: #777777;
}

a:hover {
	background: #fafafa;
	color: #333333;
}


/* header */
#header {
	height: 31px;
	margin: 10px auto 0px auto;
	width: 749px;
}

#header h1 {
	background: #fafafa;
	color: #888888;
	font-size: 2.0em;
	text-align: right;
	padding: 0px;
	float: left;
}

/* navigation */
#navigation {
	background-color: #fafafa;
	color: #555555;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	margin: 0 auto;
	width: 580px;
	height: 30px;
	list-style: none;
	float: right;
}

#navigation li {
	border-left: 1px solid #000000;
	float: left;
	width: 115px;
	list-style: none;
	background-color: #fafafa;
}

#navigation a {
	background: #fafafa;
	color: #555555;
	display: block;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}

#navigation a:hover {
	background: #e3e3e3;
	color: #555555;
}

#navigation .activetab {
	background: #e3e3e3;
	color: #777777;
	font-weight: bold;
	font-size: 1.2em;
}

/* content */
#content {
	height: auto;
	margin: 0 auto;
	padding: 10px;
	width: 727px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

#content h1 {
	border-bottom: 1px dashed #999999;
	font-size: 1.6em;
	padding-top: 10px;
}

#content h2 {
	border-bottom: 1px dashed #999999;
	font-size: 1.3em;
	padding-top: 10px;
	text-decoration: none;
	clear: both;
}

#content h2 a {
	background: #fafafa;
	color: #555555;
	text-decoration: none;
}

#content p {
	padding: 5px;
}

#content a {
	background: #fafafa;
	color: #222222;
}

#content ul {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}

#content li {
	padding-bottom: 5px;
}

/* footer */
#footer {
	height: 30px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	width: 739px;
	font-size: 0.8em;
	background: #fafafa;
	color: #777777;
}

input {
	height: 20px;
	width: 350px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

textarea {
	height: 200px;
	width: 350px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.inputbutton {
	width: 100px;
}

#content img {
	padding-top: 5px;
}

#digitaltv, #web, #networking, #homepc, #snoo, #arif, #hxbro, #littlemartin, #mohair, #horn,
#artsbase, #jameswelland, #chatbox, #telemessenger, #gamehog, #kidsclub, #kidstime, #puzzlemania,
#bigbrother, #worddrop, #familyfortunes, #turtletwist, #tmc, #spodnet, #freethinking, #oagrizzlies,
#tutorpages, #agstudios, #directsource,#thomsontennis,#worsley,#lemondetox,#tqs {
	display: none;
}

.frontpagerow {
	width: 100%;
	clear: both;
}

.frontpagecolumn {
	width: 50%;
	float: left;
}

.frontpagecolumn2 {
	float: left;
	width: 33%
}

.rightul {
	float: left;
	width: 50%;
	padding: 0px;
	margin: 0px;
}

.leftul {
	float: left;
	width: 50%;
	padding: 0px;
	margin: 0px;
}

.twocolumnul {
   list-style-type: disc;
   padding: 0px;
   margin: 0px;
}

.clearboth {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}