@charset "utf-8";

/* 	Main stylesheet */

/* 	Colour: 
	Blue	#0000ff
	Red		#ff0000
	Grey	#ced7dc

*/

body {
	background: url(images/BG-Body-Home.gif) repeat-x top center #FFF;
}


/* 	Layout */

#container {
	position: relative;
}
#logo {
	height: 138px;	
	width: 400px;
	position: absolute; 
	top: 40px; left: 0;
}
#nav {
	width: 910px;	
	height: 470px;
	position: relative; 
	top: 65px; left: 0;
}
#nav-buttons {	 }
#footer { background: none; }
#footer p {	padding: 20px 0px 10px 20px;	}

/* Navigation */

#nav ul li {
	float: none;
	margin-top: 0;
}
#nav-1, #nav-2, #nav-3, #nav-4, #nav-5, #nav-6, #nav-7 { 
	position: absolute;
	top: 130px; left: 0;
	z-index: 7;
}
#nav-1 {  }
#nav-2 { left: 130px; }
#nav-3 { left: 390px; }
#nav-4 { left: 260px; top: 260px; }
#nav-5 { left: 260px; top: 390px; }
#nav-6 { left: 780px; top: 0;}
#nav-7 { left: 780px;  top: 260px;}

#nav-pic-1, #nav-pic-2, #nav-pic-3, #nav-pic-4, #nav-pic-5, #nav-pic-6 {
	position: absolute;
	top: 130px; left: 0;
}
#nav-pic-1 { left: 130px; top: 260px;}
#nav-pic-2 { left: 260px;  }
#nav-pic-3 { left: 390px; top: 260px; }
#nav-pic-4 { left: 520px; }
#nav-pic-5 { left: 650px; top: 0; }
#nav-pic-6 { left: 390px; top: 390px; }

#nav-1-block, #nav-2-block, #nav-3-block, #nav-4-block, #nav-5-block, #nav-6-block, #nav-7-block { 
	position: absolute;
	top: 195px; left: 0px;
	width: 519px; height: 259px;
	z-index: 5;
	background: #0000ff;	
	color: #FFF;
	visibility: hidden;
	
}
#nav-1-block { background: #ff0000;/*background: url(images/BG-H-Why-Us.gif) top left no-repeat #ff0000;*/ }
#nav-2-block { left: 130px; width: 780px; }
#nav-3-block { left: 390px; width: 520px; background: #ff0000;}
#nav-4-block { left: 260px; width: 520px; }
#nav-5-block { left: 260px; }
#nav-6-block { left: 781px; }
#nav-7-block { left: 781px; }

#nav ul li a {
	width: 109px;
	padding: 10px 10px 10px 10px;
	height: 109px;
	border-left: none;
	font-size: 13px;
	line-height: 15px;
	background: url(images/Tick-White-on-Red.gif) left -130px no-repeat #0000ff;
}
#nav ul li a:hover {
	background: url(images/BG-Nav-Home.gif) top left no-repeat #ff0000;
}
#nav #nav-6 a, #nav #nav-7 a {width:110px;}

h2 {
	color: #fff; 
	margin-left: 140px; 
	padding-right: 30px;
	padding-left: 25px;
	padding-top: 8px;
	margin-top: 15px; 
	display: block;
	background: url(images/Tick-White-on-Red.gif) left 5px no-repeat;
	font-size: 0.95em;
	border-top: 1px solid #fff;
}
.h2-top { margin-top: 49px;}
h3 { font-size: 0.95em; font-weight: normal; padding: 10px 0px 10px 20px; border: 0;}
.slogan { font-size: 12px; }
div.main-heading { position: absolute; top: -1000em;}

#notice { position: absolute; top: 100px; left: 391px; width: 230px; background: red; padding: 14px; color: white; font-weight: bold; }