@charset "utf-8";
/* CSS Document */
body {
	font-size: 63% Arial, Helvetica, sans-serif; 
	color: #797979;
	margin: 0;
	padding: 0;
	
	background-image:url(../Templates/Background-10.jpg);
	background-size: auto;
	background-repeat:no-repeat;
}	
	
h1 {
	font-family: Arial, Geneva, sans-serif;
	padding-left: 48px;
	margin: 0px 0px 10px;
	font-size: 3em;
	letter-spacing: 10px;
	text-shadow: 3px 3px 0px rgba(0,0,0,0.05), 1px 1px 0px #fff;
}	

h3 {	

	font-family: Arial, Geneva, sans-serif;
	padding-left: 48px;
	margin: 0px 0px 10px;
	font-size: 15px;
}

b1 {	

	font-family: Arial, Geneva, sans-serif;
	padding-left: 0px;
	margin: 0px 0px 0px;
	font-size: 13px;
	font-weight:700;
}
#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;	
}

#header-container {
	
	height: 90px;
	background: url(../images/header-bg.png) repeat-x left bottom;
	z-index: 100;
}

#header {
	width: 930px;
	margin: 0 auto;
	position: relative;
}



	#ie6-container-wrap #container .transbox #content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
}


	


nav ul ul {
	display: none; /* makes submenue dropdown not visible */
}

	nav ul li:hover > ul {
		display: block; /* makes submenue dropdown visible with hover */
		
	}
nav ul {
	background: none;
	list-style: none;
	position: relative;
	display: block;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	
}
	
	
	
	nav ul:after {
		content: ""; clear: both; display: block;
	}
nav ul li {
	float: left;
}
	nav ul li:hover {
		background: #ccc;/* Nav menue hover background colour */
		text-decoration: none;
		border-radius: 5px;
	

}
	
	/* Nav menue & submenu */
		nav ul li:hover a {
			
			color:#797979; /* Nav menue & submenu hover text colour control needs to be seperated between menue and sub menue */
			text-decoration: none; /* Nav menue & submenu hover text decoration control   need to be seperated between menue and sub menue*/
			
		}
/* Nav Menu */	
	nav ul li a {
		display: block; padding: 0px 10px;
		color: #797979; text-decoration: none; /* Nav top menue none hover text colour & text decoration */
	}	
		
	

/* Nav submenue dropdown background colour and position*/
nav ul ul {
	background: #ccc; border-radius: 5px; padding: 0px;
	position: absolute; top: 100%; /* Nav submenue background vertical position*/
	width: 83px;
	
	
}

/* Nav submenu border when hover over gallery menue*/
	nav ul ul li {
		float: left; 
		border-top: 0px solid #000;
		border-bottom: 0px solid #000;
		position: relative;
		
		
		
	}
/* Nav submenu item spacing*/	
		nav ul ul li a {
			padding: 5px 10px;
		}	
			
			
			
		
/* Nav submenu background hover colour and text decoration */		
			nav ul ul li a:hover {
				background: #E5E5E5;  /* background colour*/
				border-radius: 5px;
				width: 63px;
					
				text-decoration: underline;  /* text hover decoration*/
				
				
				color:#797979;   /* text hover colour*/
			}
nav ul ul ul {
	position: relative; left: 100%; top:0;
}





/* Footer */	

#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
}

#footer-container {
	height: 30px;
	background: url(../images/footer-bg.png) repeat-x left bottom;
}

#footer {
	width: 930px;
	margin: 0 auto;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	color:#797979;
	font-size:10px;
	
}

