/* ---------------------------------------- */
/*	Author	:	WMA Group Ltd.				*/
/*	Email	:	equiries@wmagroup.co.uk		*/
/*	Website	:	http://www.wmagroup.co.uk	*/
/* ---------------------------------------- */

/* ---------------------------------------- */

* {
	border:0;
	margin:0;
	padding:0;
}


/* --------------------------------------------------------- Body */
body {
	background:#fff;
	color:#000;
	font:0.80em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height:1.4em;
}

/* --------------------------------------------------------- General */
a {
	color:#fff;
	text-decoration:none;
}

a,img {
	border:0px;
	}

a:hover {
	color:#faa418;
	text-decoration:none;
}

/* --------------------------------------------------------- Container */
#container {
	width:978px;
	margin-left:auto;
	margin-right:auto;
}

/* --------------------------------------------------------- header */
#container #header {
	width:976px;
	height:95px;
	background-image:url(../images/bck_home_Banner.png);
}

#header #header_inside {
	float:right;
	height:100px;
	width:475px;
}

/* --------------------------------------------------------- MENU */
#container #Menu {
	width:976px;
	height:175px;
	background-image:url(../images/bck_home_Menu1.png);
	background-repeat:
}

#Menu ul {
	padding-left: 0px;
	margin: 0px;
	list-style:none;
}

#Menu li {
	display: inline;
	list-style: none;
	padding-left:0px;	
}

#Menu a {
	display: block;
	width: 244px;
	float: left;
	height: 100px;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	padding-top: 0px;
	font:16px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

#Menu a:hover {
	background: url(../images/bck_home_menu_ovr.png) no-repeat;
}


/* --------------------------------------------------------- Welcome Text */
#container #Welcome {
	width:976px;
	height:185px;
	background-image:url(../images/bck_home_Welcome.png);
	background-repeat:no-repeat;
}

#Welcome P {
	font:1.2em 'Trebuchet MS', Verdana, sans-serif;
	line-height:15px;
	padding: 5px 65px 0 65px;
	color:#FFF;
}

#Welcome img {
	float:left;
	padding: 0 10px 0 10px;
}

/* --------------------------------------------------------- /* Copyright */

#container #Copyright {
	width:976px;
	height:55px;
	background-image:url(../images/bck_home_Copyright.png);
	background-repeat:no-repeat;
}

#Copyright P {
	font:1em 'Trebuchet MS', Verdana, sans-serif;
	line-height:15px;
	text-align:center;
	color:#FFF;
	padding-top: 15px;
}

/* --------------------------------------------------------- /* Footer */
#container #footer {
	width:976px;
	height:240px;
	background-image:url(../images/bck_home_Quicklinks1.png);
	background-repeat:no-repeat;
}

#footer p{
	font:0.9em 'Trebuchet MS', Verdana, sans-serif;
	text-align:center;
	color:#FFF;
	padding: 105px 0 0 0;
}



#footer #Quicklinks{
	letter-spacing:-1px;
	line-height:175%;
	margin:0px 0 0 0;
	height:75px;
	width:900px;
	padding-top:35px;
	margin-left:auto;
	margin-right:auto;

}

/* ---------------------------------------- /* Quick Links */

#Quicklinks ul {
	float:left;
	height:15px;
	list-style:none;
	width:900px;
	margin-top:8px;
}

#Quicklinks ul li {
	float:left;
	height:15px;
	list-style:none;
	width:auto;
}

#Quicklinks ul li a {
	height:15px;
	display:block;
	line-height:15px;
	width:auto;
	margin-left:6px;
	font-size:12px;
	color:#FFF;
}

#Quicklinks ul li a:hover {
	color:#603;
	font-size:12px;
	text-transform:uppercase;
}

#Quicklinks ul li a.active {
	color:#FFF;
	font-size:12px;
}


/* --------------------------------------------------------- Styles */
.style1 {color: #FFFFFF}
.style2 {color: #00911a}
.style2_partners {color: #00911a; border-bottom:1px solid #f7cf18; display:block; }
.style3 {color: #ffffff}
.style4 {color: #f7cf18}
.style5 {color: #ff7e00; display:block; width:125%; }

