@charset "UTF-8";
/* Written and Designed by JKgraphiks.co.uk  All rights reserved.
----------------------------------------------------------------------------------------------------*/
/* HTML Styles
----------------------------------------------------------------------------------------------------*/

body {
	background: #fff;
	font-family: helvetica, arial, verdana, sans-serif;
	color: #333;
	font-size: 0.75em;
	margin: 0px;
	top: 0px;
	padding: 0px;
}

* {outline: none; margin: 0; padding: 0;}

img {border: 0px}
/* Container
----------------------------------------------------------------------------------------------------*/

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	overflow: visible;
	top: 0px;
}

/* Structural Elements
----------------------------------------------------------------------------------------------------*/
.header {
position: relative;
height: auto;
width: auto;
margin: 0px;
padding: 0px;
}
/* Image Styles
----------------------------------------------------------------------------------------------------*/

.logo {
	position: absolute;
	left: 10px;
	top: 15px;
	z-index: 1;
	border: 0px;
}

/* Text Styles
----------------------------------------------------------------------------------------------------*/

h1 {

	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.5em;
	text-align: center;
	color: #7c1729;margin: 0px;
margin-bottom: 5px;}
h2 a {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	color: #333;
	margin: 0px;
}
h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	color: #333;
	margin: 0px;
	height: auto;
	width: auto;
	background: url(../images/h2-bg-slice.jpg) repeat-x white bottom;
	position: relative;
	padding: 5px 0px 15px 5px;
}
ul h2, ol h2 {background: none; font: 1.15em;}
.desc {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	color: #333;
}
.small {font-size: 0.75em;}
strong {font-weight: bold;}

a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #7c1729;
}
.fullsite {text-align: center; margin: 0;margin-bottom:5px;}
.fullsite a:hover {color: #7c1729;}

p {padding-left: 5px;}
ul, ol {padding-left: 25px;}

/* Writen and Designed by JKgraphiks.co.uk 2010. All rights reserved.
----------------------------------------------------------------------------------------------------*/