/*
    Redefined HTML items.
*/
html{
    background-color: #ffffff;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.72em;
    color: #ffffff;
    text-align: center;
    margin: 10px 0px 0px 0px;
}
td{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080;
}
img{
    border: none;
}
span.menu{
    display: none;
}
ul.link{
    list-style: square;
    list-style-position: outside;
    padding-left: 15px;
    margin: 10px 0px 0px 0px;
}
li.link{
    margin: 0px 0px 10px 0px;
}
ul.bullet{
    list-style: square;
    list-style-position: outside;
    padding-left: 0px;
    margin: 10px 0px 0px 0px;
}
li.bullet{
    margin: 0px 0px 10px 0px;
}

/*
    ID
*/
#container{
    margin: 0 auto;
    width: 720px;
    max-width: 720px;
    text-align: left;
    border-left: 20px solid #636466;
    border-right: 30px solid #636466;
    padding: 0;
    color: #555555;
    /* \*/
    background-color: #eeeef0;
    background: url(../../_img/right.gif) right top repeat-y;
    /* */
    /* \*//*/
    background: url(../../_img/right.gif) 20px top repeat-y;
    /* */
}
/* Win IE Only \*/
* html #container {
  width: 770px;
}
/* */

#header {
  width: 720px;
  height: 126px;
  background: url(../../_img/header.gif) no-repeat;
  position: relative;
}

h1 a {
  font-size: 0;
  text-indent: -9999px;
  height: 122px;
  display: block;
  width: 265px;
  position: absolute;
  top: 0;
  right: 0;
  outline: 0;
}

#image{
    float: right;
    width: 267px;
    background-color: #c7c8ca;
    margin-top: -99px;
}
#logo{
    position: absolute;
    width: 196;
    height: 103px;
    margin-left: 486px;
    margin-top: -192px;
    z-index: 10;
}
/*
    Navigation.
*/
#nav-holder {
  width: 533px;
  height: 79px;
  position: relative;
}
ul#nav {
  margin: 0;
  padding: 0;
  width: 533px;
  top: 0;
  left: 0;
  background: url(../../_img/nav-internal.png) no-repeat 0 0;
  height: 79px;
  list-style: none;
  padding-left: 10px;
  position: absolute;
}
ul#nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
ul#nav li a {
  display: block;
  font-size: 0;
  text-indent: -9999px;
  height: 79px;
  outline: 0;
}
ul#nav li#nav-li-1 a { width: 66px; }
ul#nav li#nav-li-1 a:hover, ul#nav li#nav-li-1.active a { background: url(../../_img/nav-internal.png) no-repeat -10px -90px; }

ul#nav li#nav-li-2 a { width: 68px; }
ul#nav li#nav-li-2 a:hover, ul#nav li#nav-li-2.active a { background: url(../../_img/nav-internal.png) no-repeat -76px -90px; }

ul#nav li#nav-li-3 a { width: 79px; }
ul#nav li#nav-li-3 a:hover, ul#nav li#nav-li-3.active a { background: url(../../_img/nav-internal.png) no-repeat -144px -90px; }

ul#nav li#nav-li-4 a { width: 71px; }
ul#nav li#nav-li-4 a:hover, ul#nav li#nav-li-4.active a { background: url(../../_img/nav-internal.png) no-repeat -223px -90px; }

ul#nav li#nav-li-5 a { width: 99px; }
ul#nav li#nav-li-5 a:hover, ul#nav li#nav-li-5.active a { background: url(../../_img/nav-internal.png) no-repeat -294px -90px; }

ul#nav li#nav-li-6 a { width: 59px; }
ul#nav li#nav-li-6 a:hover, ul#nav li#nav-li-6.active a { background: url(../../_img/nav-internal.png) no-repeat -393px -90px; }

ul#nav li#nav-li-7 a { width: 80px; }
ul#nav li#nav-li-7 a:hover, ul#nav li#nav-li-7.active a { background: url(../../_img/nav-internal.png) no-repeat -452px -90px; }



/*
    Sub-navigation.
*/
#sub{
    padding-top: 25px;
    width: 435px;
    text-align: right;
    background-color: #eeeef0;
}
a.sub:link, a.sub:visited{
    color: #777777;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
    text-decoration: underline;
    margin-left: 10px;
    margin-right: 6px;
}
a.sub:hover, a.sub:active{
    color: #aaaaaa;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 10px;
    margin-right: 6px;
}
a.sel:link, a.sel:visited{
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
    text-decoration: underline;
    margin-left: 10px;
    margin-right: 6px;
}
a.sel:hover, a.sel:active{
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 10px;
    margin-right: 6px;
}
#content{
    padding: 25px 0px 0px 25px;
    /* \*//*/
    background-color: #eeeef0;
    /* */
}
#textcontent {
    width: 403px;
   	min-height: 600px;
   	padding-bottom: 20px;
    /* \*//*/
    padding-right: 350px;
    /* */
    /* As Safari 1.2 doesn't do min-height yet :( use the table-cell hack (I don't really like this, as I doubt its compatibility with future browsers, but at least it's something - thank you Anne!) Unfortunately, Mac IE seems to crap out on this (more than usual) ... \*/
    display: table-cell;
    /* */
}
* html #textcontent {
	height: 600px;
}
html:not([lang*=""]) #textcontent {
	height: 600px;
}
#copyright{
    font-size: 11px;
    color: #999999;
    width: 403px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-top: 2px solid #c3c3c5;
    /* Just hack things up for Mac IE \*//*/
    margin-top: -33px;
    margin-bottom: -4px;
    /* */
}
#address{
    position: relative;
    float: right;
    clear: right;
    width: 225px;
    bottom: 155px;
    margin-bottom: -160px;
    right: 20px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: right;
    padding-right: 5px;
    padding-top: 10px;
    /* Just hack things up for Mac IE \*//*/
    float: left;
    margin-top: -155px;
    margin-left: 460px
    /* */
}
#address b{
    font-size: 1.1em;
}
.addr{
    color: #e2e3e5;
    height: 2px;
    border: 1px solid #e2e3e5;
}
.pcp{
    margin-right: 5px;
}
#block{
    position: relative;
    float: right;
    width: 267px;
    height: 34px;
    bottom: 0px;
    margin-bottom: 0px;
    right: 25px;
    margin-right: -25px;
    padding: 0px;
    background-color: #e41b23;
    /* Just hack things up for Mac IE \*//*/
    float: none;
    left: 428px;
    /* */
}
#st{
    margin: 0 auto;
    width: 770px;
    max-width: 770px;
    padding-top: 5px;
    padding-bottom: 10px;
    height: 50px;
    text-align: right;
}
/*
    Links.
*/
a:link, a:visited{
    text-decoration: underline;
    color: #808080;
}
a:hover, a:active{
    text-decoration: underline;
    color: #333;
}
a.boldlink:link, a.boldlink:visited{
    text-decoration: none;
    color: #808080;
    font-weight: bold;
}
a.boldlink:hover{
    text-decoration: none;
    color: #999;
    font-weight: bold;
}
a.boldlink:active{
    text-decoration: none;
    color: #808080;
    font-weight: bold;
}
a.emaillink:link, a.emaillink:visited{
    text-decoration: underline;
    color: #EAEEED;
}
a.emaillink:hover, a.emaillink:active{
    text-decoration: none;
    color: #D5DDDB;
}
/*
    Page specific items
*/
/*
    Links, Networking, Interests, Useful links
*/
.link_company{
    font-weight: bold;
    margin: 0px;
}
.links_image{
    margin-bottom: 15px;
}
/*
    Map page.
*/
.pdf_map{
    text-align: right;
}
/*
    Enquiry forms
*/
.send{
    font-weight: bold;
    background-color: #DADEDD;
    color: #32524A;
}

.fields{
    font-family: Arial, Helvetica, sans-serif;
    width: 277px;
}
/* \*/
div.spacer{
    clear: both;
}
/* */
div.row {
/* \*/
    clear: both;
/* */
    padding-top: 5px;
/* \*//*/
    height: 20px;
}
div.largerow {
    height: 155px;
/* */
}
div.row span.label {
    float: left;
    width: 110px;
    text-align: left;
    margin: 0px;
}
div.row span.formw {
    float: right;
    width: 283px;
    text-align: left;
}
div.row span.right {
    float: right;
}
.multiline{
    font-family: Arial, Helvetica, sans-serif;
    width: 275px;
}

.small-text {
	font-size: 9px;
}
#terms-link {
	text-align: right;
	font-size: 10px;
}
/*

	PROMOTION

*/
img#ngt-logo {
	margin: 10px auto 0 auto;
	display: block;
}

#author {
  color:#ECE9E2;
  height:40px;
  line-height:17px;
  margin:0 auto;
  padding:5px 0;
  text-align:right;
  width:750px;
}

#author a {
color:#DEDBD4;
font-size:10px;
font-weight:normal;
text-decoration:none;
}
#author a:hover {
  color: #ccc;
}

