@charset "utf-8";
/* CSS Document */

Body {
	background-color:#000000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

h1 {
	font-size:18px;
	text-align:center;
}

.number {
	font-size:18px;
	text-align:center;
	width:200px;
	margin-left:410px;
}

.right {
	float:right;
	margin:7px;
}

.left {
	float:left;
	margin:7px;
}

.centre {
	margin-left:auto;
	margin-right:auto;
}

a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#8CC63E;
}

#wrap {
	width:1020px;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

#main {
	overflow:hidden;
	padding:10px;
}

#head {
	width:1020px;
	height:auto;
	overflow:hidden;
	margin:0;
	padding:0;
	
}

#logo {
	width:200px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}

#foot {
	width:1020px;
	height:150px;
	overflow:hidden;
	background-image:url(../images/footbg.jpg);
	background-repeat:repeat-x;
}

#contact {
	padding:10px;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-shadow:2px 2px 2px #000000;
	width:300px;
	float:left;
}

#logos {
	display:block;
	float:right;
	margin-top:80px;
	overflow:hidden;
}

#logos img {
	margin-right:20px;
}

#copyright {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-align:center;
}

#copyright a {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
	color:#8CC63E;
}

.colourfan {
	height:30px;
	line-height:0;	
}

.colourfan img {
	display:block;
	float:left;
}

.colourfan p {
	height:30px;
	display:block;
	float:left;
	font-size:18px;
	margin-left:5px;
}


/*---------------Nav Bar---------------*/

#menu ul {
	margin:0;
	padding:0;
	height:30px;
	width:1020px;
	list-style-type:none;
}

#menu ul li
{
	position:relative;
	background-image:url(../images/navbar.jpg);
	margin:0;
	padding:0;
	display:inline;
	height:30px;
	width:170px;
	text-align:center;
	float:left;
	line-height:30px;
}

#menu ul ul {
	display:none;
}

#menu ul li:hover > ul {
	display:block;
}

#menu ul li ul {
	width:170px;
	text-align:center;
	background-color:#8CC63E;
}

#menu ul li ul li ul {
	margin-top:-30px;
	list-style-type:none;
	margin-left:170px;
	width:170px;
	text-align:center;
}

#menu ul li ul li, #menu ul li ul li a  {
	height:auto;
	padding-bottom:3px;
	padding-top:3px;
	line-height:25px;
	width:170px;
	background-image:none;
	background-color:#CCCCCC;
	color:#000000;
	border:#000;
	font-size:14px; 
}

#menu ul li ul li a:hover  {
	background-image:none;
	background-color:#8CC63E;
	color:#000;
	border:#000 thin;
	font-size:14px
}



#menu ul li a
{
	display:block;
	height:30px;
	cursor:pointer;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

#menu ul li a:hover
{
	background-image:url(../images/navbarhover.jpg);
}

/*---------------Nav Bar---------------*/

/*---------------Revolving Image---------------*/

#revolvingimage {
	width:800px;
	height:auto;
	margin:auto;
	padding:0;
	float:right;
	overflow:auto;
}

#rotating-item-wrapper {
	position: relative;
	width: 800px;
	height: auto;
}

#rotating-item-wrapper img {
	width:800px;
	height:auto;
}

.rotating-item {
	display: none;
	position: absolute;
}

/*---------------Revolving Image---------------*/


/*---------------Contact Form---------------*/

/* Messages */

.error {
	width:200px;
	padding: 5px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	
	border: 1px solid #961f19;
	
	box-shadow: inset 0 1px 1px #ed8d88, 0 1px 3px rgba(0, 0, 0, 0.4);
	
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	*background-color: #bd362f;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.error ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:12px;
}

.error ul li {
	margin:5px 0;
}

.success {
	width:200px;
	padding: 5px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	
	border: 1px solid #006600;
	
	box-shadow: inset 0 1px 1px #006600, 0 1px 3px rgb(0,102,0);
	
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006600;
	*background-color: #00B200;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006600), to(#00B200));
	background-image: -webkit-linear-gradient(top, #006600, #00B200);
	background-image: -o-linear-gradient(top, #006600, #00B200);
	background-image: linear-gradient(to bottom, #006600, #00B200);
	background-image: -moz-linear-gradient(top, #006600, #00B200);
	background-repeat: repeat-x;
}

.success p {
	font-size:12px;
	margin:0;
}

/* Form */
.form {
	width:260px;	
}

.form input[type='text'], .form textarea {
	padding: 5px;
	border: 1px solid #aaa;
	width:200px;
}

.form input[type='text'] {
	width: 200px;
}

.form textarea {
	width: 250px;
	height: 100px;
	max-height: 400px;
	resize: vertical;
	font-family: inherit;
}

.submit {
	background-color:#8CC63E;
	border-colour:#5F8727;
	margin-left:55px;
	width:150px;
	height:35px;
	font-weight:bold;
	font-size:14px
}

.form label {
	font-size:14px;
	margin-bottom:5px;
}

/*---------------Contact Form---------------*/