body {
	background-color: #FFFFCC;
}

body, td, th, h3, h6 {
	color: #330000;
	border: 1;
}

h1, h2, h4, h5 {
  color: #660000;
}



A:link {text-decoration: none; color: red;}
A:visited {text-decoration: none; color: red;}
A:active {text-decoration: none; color: red;}
A:hover {text-decoration: underline; color: blue;}



.bordersplosh
{
	border-style: solid;
	border-color: #1D54A3;
	border-width: 1px;
}

.borderone
{
 border-style: solid;
 border-color: #333333
}

.border
{
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}

.bordertwo
{
	border-style: solid;
	border-color: #C4C4C4;
	border-width: 6;
}

.borderthree
{
	border-style: solid;
	border-color: #000000;
	border-width: 2;
}



.spBlackComicSans {
    font-size: 18px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	font-family: "Comic Sans MS", Arial, Verdana;
}
.sp2
	{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
}
.sp3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bolder;
	color: #FF0000;
}
.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #FF0000;
	font-weight: bold;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
	.timedate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}
.spComicSansRed {

    font-size: 18px;
	font-style: normal;
	color: #FF0000;
	font-weight: normal;
	font-family: "Comic Sans MS", Arial, Verdana;
}

.gilly-louise {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	display:block;
	width:460px;
	height:60px;
	border-style:solid;
	border-color:#1D54A3;
	border-width:2px;
	background-image: url(http://www.gillysillyhouse.com/affiliate/banners/gsh_04.gif);
	background-repeat: no-repeat;
}

.gilly-dvd {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	display:block;
	width:375px;
	height:60px;
	border-style:solid;
	border-color:#1D54A3;
	border-width:2px;
	background-image: url(http://www.gillysillyhouse.com/images/banners/gsh_dvds.gif);
	background-repeat: no-repeat;
}

.banner-font {
display:none;
}
/* Navigation
----------------------------------------*/
#wrapper {float:none;clear:both;margin:0 auto;padding:0;width:850px;}
#navigationheader{
        height:40px;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width:850px;
	}
#navigationheader ul{
	background:#333333;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	#navigationheader li{
		float:left;
		padding:0px;
		}
	#navigationheader li a{
		background:#333333 url("http://www.splosh.co.uk/wordpressn/wp-content/themes/splosh/images/menu/seperator.gif") bottom right no-repeat;
		color:yellow;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 21px;
		text-align:center;
		text-decoration:none;
		}
		#nav li a:hover, #nav ul li:hover a{
			background: yellow url("http://www.splosh.co.uk/wordpressn/wp-content/themes/splosh/images/menu/hover.gif") bottom center no-repeat;
			color:red;
			text-decoration:none;
			}
	#navigationheader li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	#navigationheader li:hover ul{
		display:block;
		
		}
	#navigationheader li li {
		background:url('http://www.splosh.co.uk/wordpressn/wp-content/themes/splosh/images/menu/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	#navigationheader li:hover li a{
		background:none;
		
		}
	#navigationheader li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		#nav li ul a:hover, #nav li ul li:hover a{
			background:yellow url('http://www.splosh.co.uk/wordpressn/wp-content/themes/splosh/images/menu/hover_sub.gif') center left no-repeat;
			border:0px;
			color:red;
			text-decoration:none;
			}
	#navigationheader p{
		clear:left;
		}
		  
