body {
 background-color: #e7e7e7;
 background-image: url(images/background.jpg);
 background-position: top left;
 background-repeat: repeat-x;
 margin: 0;
 padding: 0;
 font-family: Arial, sans-serif;
 font-size: 75%;
 color: #ffffff;
 text-align: center;
}

form {
 margin: 0;
 padding: 0;
}

div.clear {
 height: -1px; /* Needed to stop IE7 giving the clearing div a height */
 line-height: 0;
 clear: both;
 font-size: 0;
}

.left {
 float: left;
 margin-right: 2px;
 margin-bottom: 2px;
}

.right {
 float: right;
 margin-left: 2px;
 margin-bottom: 2px;
}

.nomargin {
 margin: 0;
}

a {
 color: #ffffff;
 text-decoration: underline;
 font-weight: normal;
}

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

.highlight {
 font-weight: bold;
 font-size: 125%;
}

/*************/
/* Container */
/*************/
div#container {
 width: 940px;
 margin: 40px auto 3px auto;
 text-align: left;
 border: 1px solid #eee8aa;
 padding: 8px;
 position: relative;
}

div#container img#logo {
 position: absolute;
 top: -35px;
 left: 0;
}

div#container img#strapline {
 position: absolute;
 top: -21px;
 right: 0;
}


div#container a#downloadlink {
 margin: 0;
 padding: 0;
 position: absolute;
 top: 15px;
 right: 15px;
 color: #ffffff;
 font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
 text-decoration: none;
}

div#container a#downloadlink:hover {
 text-decoration: underline;
}

/**********/
/* Header */
/**********/
div#header {
 background-image: url(images/header_background.jpg);
 background-position: top left;
 background-repeat: repeat-x;
 background-color: #464646;
 margin-bottom: 4px;
 border-top: 1px solid #000000;
 width: 100%; /* Needed to stop IE6 and IE7 ignoring left padding on container */
}

div#header div#headerlogo {
 float: right;
 /* margin: 40px 5px 0 0; */
 margin: 10px 5px 0 0;
 width: 255px;
 height: 120px; 
 /* height: 38px; */
 background-image: url(images/logo.gif);
 background-position: top left;
 background-repeat: no-repeat;
}

div#container div#twitter {
 float: right;
 clear: right;
 margin: 15px 5px 0 0;
 color: #eee8aa;
 font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
 width: 131px;
}

div#container div#twitter img {
 float: left;
 border: 0;
 margin: 0 5px 0 0;
}

/*******/
/* Nav */
/*******/
div#header ul#nav {
 margin: 15px 0 0 15px;
 padding: 0;
 list-style: none;
 font-family: "Century Gothic", Arial, sans-serif;
 font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
 padding-right: 15px;
 border-right: 1px solid #ffffff;
 width: 9em;
 position: relative;
 height: 8em;
}

div#header ul#nav li {
 margin: 0 0 8px;
 padding: 0;
}

div#header ul#nav li a {
 text-decoration: none;
}

div#header ul#nav li a:hover {
 color: #eee8aa;
}

div#header ul#nav li ul {
 display: none;
 position: absolute;
 top: 0;
 left: 12em;
 padding: 0;
 list-style: none;
 font-family: "Century Gothic", Arial, sans-serif;
 font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
 padding-right: 15px;
 border-right: 1px solid #ffffff;
 width: 11em;
 height: 8em;
}

* html div#header ul#nav li ul { /* IE5.5 + IE6 only */
 left: 10em;
}

*:first-child+html div#header ul#nav li ul { /* IE 7 only */
 left: 10em;
}

div#header ul#nav li ul.small {
 width: 6em;
}

div#header ul#nav li.hover > a {
 color: #eee8aa;
}

div#header ul#nav li.hover ul {
 display: block;
}

div#header ul#nav li.hover ul li ul {
 display: none;
}

div#header ul#nav li ul.small li ul {
 left: 9em;
}

* html div#header ul#nav li ul.small li ul { /* IE5.5 + IE6 only */
 left: 7em;
}

*:first-child+html div#header ul#nav li ul.small li ul { /* IE 7 only */
 left: 7em;
}

div#header ul#nav li ul li.hover ul {
 display: block;
}

/**********/
/* Middle */
/**********/
div#middle {
 margin-top: 4px;
 position: relative;
 background-color: #ffffff;
 color: #000000;
 font-family: "Century Gothic", Arial, sans-serif;
 font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
 width: 940px; /* Needed to get IE6 and IE7 to behave */
}

div#middle.fade {
 height: 404px;
 position: relative;
}

div#middle.fade img {
 position: absolute;
 top: 0;
 left: 0;
}

div#middle h2 {
 font-family: "Century Gothic", Arial, sans-serif;
 font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
 color: #b22222;
 font-weight: normal;
 font-size: 1.5em;
}

div#middle div.content {
 padding: 10px;
}

div#middle.relative {
 position: relative;
}

div#middle.relative div.text {
 position: absolute;
}

div#middle.relative div.text h2 {
 margin-top: 0;
}

div#gallery.fade {
 height: 404px;
 position: relative;
}

div#gallery.fade img {
 position: absolute;
 top: 0;
 left: 0;
}

/**********/
/* Footer */
/**********/
div#footer {
 background-color: #474747;
 background-image: url(images/footer_background.jpg);
 background-position: top left;
 background-repeat: repeat-x;
 margin-top: 4px;
 position: relative;
 padding: 10px;
 width: 920px; /* Needed to get IE6 and IE7 to behave */
}

div#footer h2 {
 font-family: "Century Gothic", Arial, sans-serif;
 font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
 color: #eee8aa;
 font-weight: normal;
 font-size: 1.5em;
}

div#footer a {
 font-weight: normal;
 color: #ffffff;
 text-decoration: none;
}

div#footer a:hover {
 text-decoration: underline;
 color: #eee8aa;
}

div.homerange {
 width: 156px;
 float: right;
 margin-left: 15px;
 text-align: center;
}

div.features {
 width: 200px;
 float: left;
 margin-left: 40px;
 text-align: center;
}

div.features.first {
 margin-left: 0;
}

div.products {
 width: 200px;
 width: auto;
 float: right;
 margin-left: 20px;
 margin-left: 35px;
}

div.productstext {
 width: 250px;
 float: left;
}

div.productstext h2 {
 margin: 40px 0 30px;
}

div.productstext ul {
 font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
 margin: 0;
 padding: 0;
 list-style: none;
}

div.productstext ul li {
 margin: 0 0 8px;
 padding: 0;
}

div.productstext ul li a {
 text-decoration: none;
}

div.productstext ul li a:hover {
 color: #eee8aa;
}

ul.download {
 list-style: none;
 font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
 margin: 20px 0 0;
 padding: 0 0 0 40px !important;
 background-image: url(images/pdf_icon.png);
 background-position: top left;
 background-repeat: no-repeat;
}

ul.download li {
 margin: 0 0 2px !important;
 padding: 0;
}

ul.download li a {
 text-decoration: none;
}

ul.download li a:hover {
 color: #eee8aa;
}

div.title {
 border-bottom: 1px solid #000000;
}

div.title img {
 float: right;
}

table.dimensions {
 borer-collapse: collapse;
}

table.dimensions th {
 font-weight: normal;
 text-align: left;
}

table.dimensions th.strong {
 font-weight: bold;
}

table.dimensions th, table.dimensions td {
 padding: 3px 10px 3px 0;
}

div.colours {
 float: right;
 text-align: right;
 margin-top: 40px;
}

div.colours img {
 float: right;
 margin-left: 10px;
}
