body {
 margin: 0 0 10px;
 padding: 0;
 font-family: Arial, sans-serif;
 font-size: 70%;
 color: #ffffff;
 background-color: #000000;
 background-image: url(images_new/background.jpg);
 background-position: 50% 0;
 background-repeat: no-repeat;
}

.clear
,.clearleft {
 font-size: 0;
 line-height: 0;
 clear: both;
 height: 0;
}

.clearleft {
 clear: left;
}

img {
 border: 0;
}

img.left {
 float: left;
 margin-right: 15px;
 margin-bottom: 10px;
}

img.right {
 float: right;
 margin-left: 15px;
 margin-bottom: 10px;
}

form {
 margin: 0;
}

a {
 font-weight: normal;
 text-decoration: underline;
 color: #efaf1a;
}

a:hover {
 color: #ffffff;
 text-decoration: none;
}

address {
 margin: 0.7em 0;
 font-style: normal;
}

a#top {
 display: none;
}

/*************/
/* Container */
/*************/
div#container {
 width: 980px;
 margin: 0 auto;
}

/**********/
/* Topbar */
/**********/
div#topbar {
 height: 100px;
 position: relative;
}

div#topbar p#date {
 margin: 0;
 padding: 0;
 position: absolute;
 top: 10px;
 right: 40px;
}

div#topbar ul#cta {
 list-style: none;
 margin: 0;
 padding: 0;
 position: absolute;
 bottom: 3px;
 right: 40px;
}

div#topbar ul#cta li {
 float: right;
 clear: right;
 text-align: right;
 margin: 2px 0;
}

div#topbar ul#cta li a {
 color: #efaf1a;
 font-weight: normal;
 text-decoration: none;
}

div#topbar ul#cta li a:hover {
 text-decoration: underline;
}

div#topbar ul#cta li span.enlarge {
 color: #efaf1a;
 font-size: 2em;
}

div#topbar ul#cta li#enquiry a {
 padding-left: 25px;
 background-image: url(images_new/icon_envelope.gif);
 background-position: 0 50%;
 background-repeat: no-repeat;
 line-height: 10px;
}

/**********/
/* Header */
/**********/
div#header {
 height: 201px;
 background-image: url(images_new/header_background.jpg);
 background-position: 0 0;
 background-repeat: no-repeat;
}

div#header div#strip {
 margin: 13px 0 0;
 height: 175px;
 background-image: url(images_new/header_strip.jpg);
 background-position: 0 0;
 background-repeat: no-repeat;
 position: relative;
}

div#header div#strip h1 {
 background-image: url(images_new/strapline.gif);
 background-position: 0 0;
 background-repeat: no-repeat;
 width: 334px;
 height: 51px;
 position: absolute;
 top: 45px;
 right: 190px;
 text-indent: -9999px;
 margin: 0;
 padding: 0;
}

/*********************/
/* Content Container */
/*********************/
div#contentcontainer {
 background-color: #0c0c0c;
 padding-left: 20px;
 padding-bottom: 30px;
 padding-top: 30px;
}

/********/
/* Nav  */
/********/
div#nav {
 width: 200px;
 float: left;
 margin: 10px 0 0 0;
}

div#nav h3 {
 text-align: right;
 margin-bottom: 10px;
 font-size: 1.2em;
}

div#nav ul {
 margin: 0;
 padding: 0;
 list-style: none;
 background-image: url(images_new/nav_separator.jpg);
 background-position: 100% 0;
 background-repeat: no-repeat;
}

div#nav ul li {
 margin: 0;
 padding: 1px 0;
 background-image: url(images_new/nav_separator.jpg);
 background-position: 100% 100%;
 background-repeat: no-repeat;
 clear: right;
}

div#nav ul li a {
 line-height: 2em;
 display: block;
 font-weight: normal;
 text-decoration: none;
 text-align: right;
 color: #ffffff;
 background-color: transparent;
 background-image: url(images_new/nav_arrow.png);
 background-position: 98% 50%;
 background-repeat: no-repeat;
 padding: 0 20px 0 0;
}

* html div#nav ul li a {
 background-image: url(images_new/nav_arrow.gif);
}

div#nav ul li a:hover {
 color: #efaf1a;
 background-color: #2f2f2f;
}

div#nav ul li.selected a {
 color: #efaf1a;
 background-color: transparent;
 text-transform: uppercase;
 font-weight: bold;
}

div#nav ul li ul {
 background-image: none;
 margin-right: 20px;
 margin-bottom: 20px;
}

*:first-child+html div#nav ul li ul {
 margin-bottom: 10px;
}

* html div#nav ul li ul {
 margin-bottom: 10px;
}

div#nav ul li ul li {
 background-image: none;
 padding: 5px 0;
}

div#nav ul li ul li a
,div#nav ul li.selected ul li a {
 line-height: normal;
 display: inline;
 background-image: none;
 background-color: transparent;
 font-weight: normal;
 text-transform: none;
 padding: 0;
 float: right;
 clear: right;
 color: #ffffff;
}

div#nav ul li ul li a:hover {
 background-color: transparent;
 text-decoration: underline;
 color: #efaf1a;
}

div#nav ul li.selected ul li.selected a {
 color: #efaf1a;
 text-transform: none;
 font-weight: normal;
}

div#nav ul li ul li ul {
 margin-right: 0;
}

div#nav ul li.selected ul li.selected ul li a {
 font-size: 0.9em;
 color: #c1c1c1;
}

/************/
/* Content  */
/************/
div#content {
 width: 690px;
 margin: 0 0 0 40px;
 float: left;
}

div#content h2 {
 color: #efaf1a;
 font-weight: normal;
 font-size: 1.5em;
 border-bottom: 1px solid #efaf1a;
 margin: 5px 0 15px;
}

div#content h3 {
 color: #efaf1a;
 font-weight: normal;
 font-size: 1.3em;
 margin: 15px 0 5px;
 clear: left;
}

div#content h4 {
 color: #efaf1a;
 font-weight: normal;
 font-size: 1.1em;
 margin: 15px 0 5px;
 clear: left;
}

div#content h3 + p
,div#content h4 + p
,div#content h3 + address
,div#content h4 + address {
 margin-top: 5px;
}

div#content div.col2 {
 float: left;
 width: 235px;
 margin-left: 15px;
}

div#content div.col2.first {
 margin-left: 0;
}

div#content div.testimonial {
 width: 250px;
 float: right;
 margin: 0 0 20px 25px;
 border: 1px dotted #efaf1a;
 border-left: 0;
 border-right: 0;
 background-image: url(images_new/quote_left.gif);
 background-repeat: no-repeat;
 background-position: 0 15px;
 font-size: 0.9em;
}

*:first-child+html div#content div.testimonial {
 padding: 10px 0;
}

* html div#content div.testimonial {
 padding: 10px 0;
}

div#content div.testimonial p {
 padding: 0 25px;
}

div#content div.testimonial p.quote {
 background-image: url(images_new/quote_right.gif);
 background-repeat: no-repeat;
 background-position: 100% 100%;
 color: #efaf1a;
}

div#content li {
 margin-top: 5px;
 margin-bottom: 5px;
}

div#content div#googlemap {
 width: 688px;
 height: 550px;
 border: 1px solid #efaf1a;
}

div#content div#googlemap a {
 color: #000000;
 text-decoration: underline;
}

div#content div#googlemap a:hover {
 color: #efaf1a;
 text-decoration: none;
}

/*********/
/* Forms */
/*********/
div#content form {
 margin: 0;
}

div#content form fieldset {
 padding: 5px 10px;
 margin: 10px 0 0;
 border: 1px solid #efaf1a;
 width: 450px;
}

div#content form fieldset legend {
 padding: 0 10px;
 color: #efaf1a;
}

div#content form div.field {
 float: left;
 clear: left;
 padding: 3px 5px;
 width: 95%;
 margin: 0;
}

div#content form div.field label {
 width: 100px;
 float: left;
 text-align: right;
 margin-right: 10px;
 padding: 2px 0 0;
}

div#content form div.field.required label {
 font-weight: bold;
}

div#content form div.field input
,div#content form div.field select
,div#content form div.field textarea {
 float: left;
 font-family: Arial, sans-serif;
}

div#content form div.field input.text
,div#content form div.field input.file {
 width: 300px;
}

div#content form div.field textarea {
 width: 300px;
 height: 130px;
 font-size: 1.05em;
}

div#content form div.field.checkbox input.checkbox
,div#content form div.field.radio input.radio {
 width: auto;
 margin-left: 0;
 clear: left;
 border: 0;
}

div#content form div.field.radio label.inline
,div#content form div.field.checkbox label.inline {
 width: auto;
 text-align: left;
 margin-right: 0;
 margin-left: 2px;
 font-weight: normal;
}

div#content form div.field.radio div.radioSet
,div#content form div.field.checkbox div.checkboxSet {
 float: left;
}

div#content form div.field.radio div.radioContainer
,div#content form div.field.checkbox div.checkboxContainer {
 float: left;
 clear: left;
 width: 540px;
}

div#content form input.submit {
 float: left;
 margin: 10px 0 0 115px;
 clear: left;
 cursor: pointer;
}

div#content form div.field input.button {
 margin: 0 0 0 5px;
 clear: none;
}

div#content form div#captcha {
 margin-left: 115px;
}

/**********/
/* Tables */
/**********/
div#content table.data {
 border: 1px solid #e1e1e1;
 border-collapse: collapse;
}

div#content table.data th {
 background-color: #efaf1a;
 color: #000000;
 font-weight: normal;
 padding: 3px 6px;
 border: 1px solid #e1e1e1;
}

div#content table.data td {
 border: 1px solid #e1e1e1;
 padding: 3px 6px;
 font-size: 90%;
}

/**********/
/* Footer */
/**********/
div#footer {
 clear: both;
 border-top: 1px solid #efaf1a;
 padding: 20px 0 0;
 width: 930px;
 margin-top: 50px;
 margin-left: 50px;
 font-size: 0.85em;
}

div#footer a {
 color: #efaf1a;
 font-weight: normal;
}

div#footer a:hover {
 color: #ffffff;
}

div#footer p {
 clear: left;
}

div#footer p#credits {
 float: right;
 text-align: right;
}

div#footer ul#contact {
 margin: 0;
 padding: 0;
 height: 1%;
 list-style: none;
}

div#footer ul#contact li {
 padding: 0 0 0 5px;
 margin: 0 0 0 5px;
 border-left: 1px solid #efaf1a;
 float: left;
}

div#footer ul#contact li:first-child {
 border-left: 0;
 padding: 0;
 margin: 0;
}

div#footer ul#footerlinks {
 clear: left;
 margin: 0;
 height: 1%;
 padding: 0;
 list-style: none;
}

div#footer ul#footerlinks li {
 padding: 0 0 0 5px;
 margin: 0 0 0 5px;
 border-left: 1px solid #efaf1a;
 float: left;
}

div#footer ul#footerlinks li:first-child {
 padding: 0;
 margin: 0;
 border-left: 0;
}

