body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/img12.jpg) repeat top left;
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #FF9933;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
}

p {
	margin: 0 0 2em 0;
	line-height: 200%;
}

ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #FF9933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
	border: 2px solid #434343; 
}

img.right {
	float: right;
	margin: 8px 0px 0px 20px;
	border: 2px solid #434343; 
}

img.thumbnail {
	border: 2px solid #434343; 
}

/* RSS */

#rssnew {
	padding: 0px 0px 0px 0px;
	text-align: right;
}



#rssnew a {
	padding: 0 8px 3px 24px;
	background: url(images/img03.png) no-repeat;
	text-decoration: none;
	font-weight: bold;
}

#rssnew a:hover {
	text-decoration: underline;
}


#rss {
	padding: 0px 0px 0px 0px;
	padding-top: 77px;
	text-align: right;
}



#rss a {
	padding: 0 8px 3px 24px;
	background: url(images/img03.png) no-repeat;
	text-decoration: none;
	font-weight: bold;
}

#rss a:hover {
	text-decoration: underline;
}

/* Header */

#wrapper {
	background: url(images/img14.jpg) no-repeat center top;
}

#header {
	width: 900px;
/*	height: 160px; */
	margin: 0 auto;
	padding-bottom: 0px;
}

.header
{
	background: url(images/img14.jpg) no-repeat center top;
}

#logo {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

/* Menu */

#menu {
	width: 950px;
	height: 60px;
	margin: 0 auto;
	background: #6AA2FD url(images/img04.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img15.gif) no-repeat right 100%;
	padding: 18px 29px 0 29px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FF9933;
}

/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 580px;
}

.post {
	margin-bottom: 5px;
}

.post .title {
}

.post .title h1 {
	font-size: 2.4em;
}

.post .title p {
	margin: 0;
	font-size: 14px;
	line-height: normal;
	color: #FF9933;
}

.post .title p a {
	color: #FF9933;
}

.post .entry ul, ol {
	padding: 0;
	margin: 1em 0 2em 0;	
	list-style: none;
}

.post .entry ul li {
	margin:0;
	padding-left: 15px;
	background: url(images/img07.jpg) no-repeat 0 11px;
}

.post .entry {
	padding-top: 5px;
}

.post .entry strong {
	/*font-weight:normal;*/
	color: #FFFFFF;
}

.post .entry a {
	/*color: #7F7772;*/
	color: #FF9933;
}

.post .entry li a {
	color: #FF9933;
}

.post .entry h2 a {
	color: #FF9933;
}

.post .links {
	width: 510px;
	height: 29px;
	margin: 0 0 30px 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(images/img08.gif) no-repeat;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(images/img09.gif) no-repeat;
}

.post .links .comments {
	background: url(images/img10.gif) no-repeat;
}

.post .quotertext {
	text-align: right;
	color: #FFFFFF;
	height: 40px;
}

/* Tables */

table.equaltable {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;

}

table.equaltable td {
	width: 50%;
	vertical-align: top;
	
}

table.equaltable3col {
	width: 100%;
	border: 0;
	padding: 0;
}

table.equaltable3col td {
	width: 33%;
	vertical-align: top;
}

#tablecentre {
	text-align:center;
	padding-bottom: 15px;
}

table.cartable {
	margin-left:auto;
	margin-right:auto;
	width: 480px;
	border: 0;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
}

table.cartable td {
	width: 150px;
	text-align: center;
}

table.formtable {
	width: 100%;
	border: 0;
	padding: 2px;
	margin: 12px;
	vertical-align: top;
}

#eventstable {
	width: 100%;
	border: 0;
	margin: 20px 3px 3px 3px;
	padding: 3px;
}

#eventstable td a {
	color: #FF9933;
}

/* Articles */

#articleleft {
	color: #FFFFFF;
	float: left;
	margin-right: 20px;
}

#articleright {
	color: #FFFFFF;
	float: right;
	margin-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	text-align:left;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 15px;
}

#sidebar li ul {
	padding: 0;
	margin: 0;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 30px;
	background: url(images/img07.jpg) no-repeat 15px 11px;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: #FFB700 url(images/img05.gif);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FF9933;
}

.useh4
{
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: #FFB700 url(images/img05.gif);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FF9933;
}

#sidebar em {
	color: #FFFFFF;
}

#sidebar strong {
	color: #FFFFFF;
	font-size: 18px;
}

/* Calendar */

#calendar_wrap {
	padding: 15px 20px;
}

#calendar table {
	width: 100%;
	background: #1F1F1D;
	border: 1px solid #11110F;
	text-align: center;
}

#calendar thead {
	background: #161616;
}

#calendar tbody td {
	background: #0F0F0D;
	border: 1px solid #11110F;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #121210;
	border: 1px solid #11110F;
	font-weight: bold;
	color: #AAFF00
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img11.gif) no-repeat;
}

#footer p {
	margin: 0 0 2px 0;
	text-align: justify;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .affiliates {
	padding: 15px 0;
}

/* Forms */

.formobject { 
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	border: 1px solid #626262;
	background-color: #000000;
	padding: 2px;
}

.formlabel { 
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #7F7772; 
	}
	
.formbutton { 
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	border: 1px solid #666666; 
	background-color: #333333; 
	font-weight: bold; 
}

.formbuttona { 

	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	padding:2px;
	border: 1px solid #666666; 
	background-color: #333333; 
	font-weight: bold; 
}

.formbuttona:hover
{
background: #666;
border: 1px solid #f90;
}

.formlabelcentre { 
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	text-align: center; 
}

.formerror {	
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FF0033;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.homeimg
{
	position: relative;
	margin-top: 20px;
	padding-bottom: 10px;
}

.homeimg img
{
	float:left; 
	margin-right: 12px;
	display:block;
	border:2px solid #333;

}


.container {
width: 950px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}



.hsidepics
{
	float:left;
}


/*
* 	THE SLIDER CSS STARTS FROM HERE STRAIGHT AWAY
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	background:#202834 url(http://www.limotek.co.uk/script/Slider/loading.gif) no-repeat 50% 50%;
	width: 580px;
	height: 195px;
/*	margin:30px 30px 60px 30px; 

	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333; */
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}


.formret a{ 
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	border: 1px solid #666666; 
	background-color: #333333; 
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
}

.formret a:hover
{
color: #FF9900;
}
