@charset "utf-8";

a{outline: none;}
:focus{-moz-outline-style: none;}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	vertical-align: middle;
	background-image: url(noir_F.png);
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	padding-left: 40px;
}
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 40px;
	text-align: left;
}
.nHG {
	background-image: url(noirHG.png);
	background-repeat: no-repeat;
}
.nBG {
	background-image: url(noirBG.png);
	background-repeat: no-repeat;
}
.nBD {
	background-image: url(noirBD.png);
	background-repeat: no-repeat;
}
.n {
	background-image: url(noir.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
.nHD {
	background-image: url(noirHD.png);
	background-repeat: no-repeat;
}

a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.centre {
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.orange {
	color: #999999;
	font-weight: normal;
}
.white {
	color: #FFF;
	font-weight: normal;
}


ul# menu{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
ul# menu li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:30px;
}
ul# menu a { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 5px 5px;
	float: left;
	text-decoration: none;
	color: #ccc;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 30px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
.logo {
	padding-left: 20px;


}
.contact {
	padding-left: 30px;
	background-image: url(noir.png);
}
