html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}

a {
	font-weight: normal;
	font: 14px;
	color: Ivory;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: thistle;
	font: 14px "Franklin Gothic Book", arial;
	color: Ivory;
	padding:0.4cm;
}

table.tablecolour {
	background:Black;
}

table.tablemaincolour {
	background:Black;
}
table.tablemaincolour a{
	color:#FFCCFF;
}

table.tablemaincolour a:hover {
	text-decoration:underline;
}

table.tableinner {
	background:thistle;
}

h1 {
	height: 95px;
	font-weight: normal;
	font: 22px "Franklin Gothic Book", arial;
	line-height: 95px;
	text-indent: 23px;
	width: 400px;
}
h1 span {
	font-size: 30px;
}

ul
{
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

#nav a
{
float:left;
width:98px;
text-decoration:none;
color: #333333;
background-color:thistle;
padding:8px 2px;
border:1px solid black;
font: 12px "Franklin Gothic Book", arial;
}


#nav a:hover
{
background-color:#333333;
color:thistle;
font: 12px "Franklin Gothic Book", arial;
}


li {display:inline}

/*---------------------------------------------------------------*/
/* Sliders */

#padder {
	padding-left:80px;
}

#slider {
height:300px;
    position: relative; /* important */
overflow:hidden;
	z-index:3; /* important */
}

#sliderContent {
    position: absolute;
	padding:0px;
	top: 0;
	margin-left: 0;
	z-index:4;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
    padding: 10px 13px;
    width: 400px;
    color: #fff;
    display: none;
    font-size:15px;
}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 15px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 0px;
	height: 0px;
}
.right {
	right: 0;
	bottom: 0;
	width: 320px !important;
	height: 60px;
}
ul { list-style-type: none;}
