@import url(base.css);
/* Default Stylesheet */
.HideFromScreen {
  position: absolute;
  top: -10000px;
}
.clear {
  clear: both;
}

html {
  background-color: #f2f2f2;
  color: #666;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
}

a img {
  border: 0;
}


/* Main Containers */
div {
  margin: 0;
  padding: 0;
}
div#wrapper {
    background: #fff url(pagebackground.png) repeat-y 50% 0;
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}


/* Header */
div#header {
    background: #fff url(grey_diagonal_tile.png) repeat 0 0;
/*    padding-top: 40px;*/
}

div#firstcontact {
	position: absolute;
	left: 22px;
	top: 13px;
	font-size: 0.75em;
	font-weight: bold;
	color: #8FC31E;
}
div#firstcontact a {
	padding-left: 20px;
	background: url(morearrow.png) no-repeat 5px 2px;
}
div#firstcontact a:hover {
	background-position: 5px -18px;
}

div#banner {
	position: relative;
    background-color: #fff;
    min-height: 190px;
}
* html div#banner {
	height: 190px;
}
div#banner a {
  display: block;
  float: left;
}
div#banner img {
  display: block;
  float: left;
}
div#banner div.dropshadow {
	position: absolute;
	top: 0;
	left: 0;
	height: 8px;
	width: 960px;
	background: transparent url(gradient.png) repeat-x 0 0;
}

/* Advertising header */
div#advertising {
	background: #fff url(gradient_reversed.png) repeat-x 0 100%;
	padding: 10px 0 15px 0;
}
div#advertising div.navitem {
	float: left;
	padding-left: 10px;
}
div#advertising div.navitem img {
	display: block;
}
div#advertising div.navitem h2, 
div#advertising div.navitem h3 {
	font-size: 0.8125em;
	font-weight: bold;
	color: #D07C1A;
	letter-spacing: 0px;
	padding: 0 4px;
}
div#advertising div.navitem a { float: none; display: inline; }
div#advertising div.navitem h3 a { color: #D07C1A; }
div#advertising div.navitem h3 a:hover { text-decoration: underline; }
div#advertising div.navitem p {
	padding: 0 4px;
	margin: 0;
}
div.adSingle, div.adText { width: 180px; height: 90px; overflow: hidden; }
div.adDouble { width: 370px; height: 90px; overflow: hidden; }
div.adTriple { width: 560px; height: 90px; overflow: hidden; }
div.adQuadruple { width: 750px; height: 90px; overflow: hidden; }
div.adQuintuple { width: 940px; height: 90px; overflow: hidden; }
div.adText, div.adSingle, div.adDouble, div.adTriple, div.adQuadruple, div.adQuintuple { font-size: 0.6875em; }
div.adText { background-color: #f5f5f5; position: relative;}
div.adListing { 
	background-color: #f5f5f5; 
	width: 180px; 
	overflow: hidden;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
	margin-bottom: 4px;
}
div.adText a.adTitle { 
	display: block; 
	padding: 2px 4px;
	font-size: 1.2em;
	text-decoration: underline;
}
div.adText a.adLink { 
	display: block; 
	position: absolute;
	bottom: 2px;
	left: 0;
	padding: 2px 4px;
	text-decoration: underline;
}
div.adText span {
	display: block;
	padding: 0 4px;
}

div#article p#uploadedimage, div#article div.adTriple, div#article div.adQuadruple, div#article div.adQuintuple {
	width: 536px;
	overflow: auto;
}

/* Footer */
div#footer {
    background: #f2f2f2 url(footerbackground.png) no-repeat 0 0;
	margin: 0 -10px;
	padding: 8px 0 0 204px;
}
* html div#footer { margin-bottom: -2px; }
div#footer ul {
	margin: 0;
  padding: 0;
}
div#footer li {
  list-style-type: none;
  float: left;
  padding: 0 0 0 6px;
  margin: 0;
  background: transparent url(square_bullet.png) no-repeat 0 7px;
}
div#footer li.second {
  padding-left: 0;
  background: none;
}
div#footer li.mainpages { display: none; } 
div#footer li a {
  display: block;
  text-decoration: none;
    padding: 0 8px;
    font-size: 0.9em;
    font-weight: bold;
}
div#footer p {
	display: inline;
  clear: both;
  padding: 0 8px;
  margin: 2px 0;
    font-size: 0.6875em;
}
div#footer address {
	display: inline;
    font-size: 0.6875em;
    font-style: normal;
	padding: 0 8px;
  margin: 2px 0;
}
div#footer address span.postcode {
}
div#footer p#telephone {
}
div#footer p#mobile {
}
div#footer p#email {
}
div#footer p#email a {
    background: transparent url(morearrow.png) no-repeat 0 1px;
    padding-left: 14px;
}
div#footer p#email a:hover {
    background-position: 0 -19px;
}
div#footer p#designedby {
	display: block;
    padding: 2px 10px;
	font-size: 0.5625em;
}
div#footer p#copyright {
	display: block;
	padding-top: 10px;
}


/* in-page Search */
div#search {
  position: absolute;
  top: 8px;
  right: 18px;
  width: 185px;
  padding-left: 2px;
  padding-top: 3px;
  height: 24px;
  background: transparent url(searchbubble.png) no-repeat 0 0;
}
div#search label { 
	display: block;
	float: left;
	width: 0;
	padding: 0 0 0 23px;
	height: 17px;
	overflow: hidden;
}
div#search form, div#search p {
	margin: 0;
	padding: 0;
}
div#search input {
	display: block;
	float: left;
	font-size: 0.875em;
	margin: 1px 0 0 0;
	padding: 0;
	font-weight: bold;
	color: #79A13F;
	border: 0;
	background-color: #fff;
	line-height: 15px;
}
div#search input#searchbox {
	width: 140px;
	height: 15px;
}
div#search input.pagesearchbutton {
	background-color: transparent;
	margin-top: 0;
}

/* breadcrumb trail */
div#breadcrumbs {
}
div#breadcrumbs ul {
  margin: 0;
  padding: 0;
}
div#breadcrumbs li {
  display: inline;
  list-style: none;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: bold;
  color: #ccc;
  margin: 0;
  padding: 0;
    text-transform: lowercase;
}
div#breadcrumbs li a {
  color: #ccc;
  text-decoration: none;
}
div#breadcrumbs li a:hover {
  color: #aaa;
  text-decoration: underline;
}

/* Search page */
form#searchform {
  margin: 10px;
}
form#searchform input#q {
  width: 64%;
}
form#searchform input.button {
  width: 32%;
  margin-left: 2%;
}
div#searchnavigation {
	background: url(gradient.png) repeat-x 0 0;
	padding: 14px 10px 4px 10px;
	margin: 0 -10px;
	height: 26px;
}
* html div#searchnavigation { margin-left: -11px; margin-right: -9px; }
div#searchnavigation div.info {
  float: left;
  font-size: 0.75em;
  padding: 5px 0;
  font-weight: bold;
}
div#searchnavigation div.controls {
  float: right;
  padding: 0;
}
div#searchnavigation div.controls small {
	vertical-align: middle;
}
div#searchnavigation div.controls form {
  display: inline;
}


/* Main Navigation */
div#nav {
	background: url(gradient.png) repeat-x 0 0;
    float: left;
    width: 190px;
    padding: 16px 10px 10px 0;
}
* html div#nav {
	margin-right: -3px;
}
div#nav ul {
    margin: 0;
    padding: 0;
}
div#nav li {
  padding: 1px 0;
  margin: 0;
  list-style: none;
}
div#nav li li { padding: 0; }
/* Four levels of navigation */
div#nav li a {
	font-size: 1.1em;
    color: #6b6c6e;
    padding: 0 3px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    text-align: right;
}
* html div#nav li a {
  height: 1%;
}
div#nav li li a {
    font-weight: normal;
    padding: 2px 4px 1px 23px;
    border-bottom: 1px dotted #a6a6a6;
}
div#nav li li li a {
}
div#nav li li li li a {
}
div#nav li.active a
{
    background: #6b6c6e url(greenarrow.png) no-repeat 0 50%;
    color: #fff;
}
div#nav li.active li.active a
{
	background-color: #fff;
    color: #C2712E;
}
div#nav li.active li.active li.active a
{
    text-decoration: underline;
}
div#nav li.active li.active li.active li.active a
{
}
div#nav li.active li a,
div#nav li.active li.active li a,
div#nav li.active li.active li.active li a {
    background-image: none;
    background-color: transparent;
    color: #666;
}
div#nav li a:hover,
div#nav li.active li a:hover,
div#nav li.active li.active li a:hover,
div#nav li.active li.active li.active li a:hover {
    background: #999 url(greenarrow.png) no-repeat 0 50%;
    color: #fff;
}
div#nav li li,
div#nav li.active li li,
div#nav li.active li.active li li {
    display: none;
}
div#nav li.active li,
div#nav li.active li.active li,
div#nav li.active li.active li.active li {
    display: block;
}

/* Section */
div#section {
	background: url(chevron_corner.png) no-repeat 0 100%;
}

/* content */
div#content {
	padding-top: 16px;
	background: url(gradient.png) repeat-x 0 0;
}

/* article */
div#article {
  float: left;
  width: 536px;
  margin-left: 1px;
  padding: 0 11px;
  min-height: 400px;
}
* html div#article {
  height: 400px;
}
div#article table {
	width: 100%;
	border-collapse: collapse;
}
div#article table tr.even {
	background-color: #f8f8f8;
}
div#article table th {
	text-align: center;
}
div#article table td {
	vertical-align: top;
	padding: 0 4px;
}

/* aside */
div#aside {
	float: left;
  width: 181px;
  padding: 0 10px;
  min-height: 80px;
}
* html div#aside { height: 80px; }
div#aside h3 a,
div#topsearches h3 {
    display: block;
    margin: 0;
    color: #333;
}
div#aside h3 a:hover {
  color: #666;
}
div#aside p {
	line-height: 1.5em;
}
div#aside a.more-link {
}
div#aside h3, div#aside h2 {
    font-size: 0.875em;
    letter-spacing: 0px;
    line-height: 1em;
    color: #333;
}
div#aside div.navitem {
    padding: 0 0 8px 0;
}

/* Page menu */
div#pagemenu {
  display: none;
}

/* Files */
div#files {
  margin-top: 8px;
}
div#files ul {
  margin: 0;
  padding: 0;
}
div#files ul a {
  display: block;
}
div#files ul a:hover {
}
div#files li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Custom page previews */
div#pagepreviews ul {
	margin: 0;
	padding: 0 10px 0 0;
}
div#pagepreviews li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#pagepreviews li a {
	display: block;
	padding: 2px 24px;
	height: 18px;
}
div#pagepreviews li a span {
	color: #333;
}
div#pagepreviews li.odd a {
	background: #f4f9e8 url(rounded_list_end.png) no-repeat right top;
}
div#pagepreviews li.odd a:hover,
div#pagepreviews li.even a:hover,
div#pagepreviews li.highlight_on a,
div#pagepreviews li a:hover {
	background-image: url(orangearrow.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	background-color: #e9f3d2;
}
div#pagepreviews li a span.curves_hook {
	position: absolute;
	display: block;
	right: -22px;
	z-index: 100;
}
* html div#pagepreviews li a span.curves_hook {
	right: 0;
}
div#pagepreviews li.highlight_on a span.curves_hook,
div#pagepreviews li a:hover span.curves_hook {
	height: 82px;
	width: 26px;
	top: -30px;
	background-image: url(rounded_list_end_curves.png);
	background-repeat: no-repeat;
	background-position: right 0;
}
div#aside div.hoverpreview {
	height: 32em;
	overflow: hidden;
	margin: 0 -10px 0 -11px;
	padding: 5px 10px 5px 11px;
	background-color: #e9f3d2;
}
div#aside div.hoverpreview h4 span {
	display: block;
	color: #333;
	font-size: 75%;
	padding: 2px 4px 1px 24px;
	background: url(greenarrow.png) no-repeat 0 50%;
}

/* Flash element for homepage */
div.flash {
}
div.flash object a {
  display: block;
  width: 100%;
  line-height: 100px;
  height: 100px;
  text-align: center;
}
div.flash object a img {
  vertical-align: middle;
}

/* General definition list  */
dl {
  padding: 2px 10px;
  margin: 0;
}
dt {
  font-weight: bold;
}
dd {
  padding: 1px 0;
  margin: 0 10px;
}
dd.icons {
  text-align: center;
}

img.icon { vertical-align: middle }

a.delete {
	padding-left: 15px;
	background: url(/images/delete.gif) no-repeat 0 50%;
}

/* Associations */
div.association {
  position: relative;
  padding-bottom: 2px;
    border-top: 1px dotted #a6a6a6;
	padding-top: 4px;
}
div.association h3 {
	font-size: 90%;
	line-height: 1.1em;
}

div.association h3 a {
  text-decoration: none;
}
div.association a.image {
	display: block;
	text-align: center;
}

/* Two Column Layout */
div.two-cols {
}
div.two-cols div.column {
  float: left;
  width: 260px;
  margin: 0;
  padding-left: 10px;
}
div.two-cols div.left {
  padding-left: 0;
}
div.two-cols div.right {

}

/* Three Column Layout */
div.three-cols {
	margin: 0 -6px;
	width: 548px;
}
div.three-cols div.column {
  float: left;
  width: 180px;
  margin: 0;
  padding-left: 4px;
}
div.three-cols div.left {
  padding-left: 0;
}
div.three-cols div.right {

}

/* navitem */
div.navitem {
  position: relative;
}
div.navitem h3 a {
  text-decoration: none;
}
div.imgleft div.left {
  position: absolute;
  left: 0;
}
div.imgleft div.right {
  padding-left: 85px;
  min-height: 40px;
}
* html div.imgleft div.right {
  height: 40px;
}
div.imgright div.right {
  position: absolute;
  right: 0;
}
div.imgright div.left {
  padding-right: 85px;
  min-height: 40px;
}
* html div.imgleft div.left {
  height: 40px;
}

/* Form styles for contact forms */
form#contact { 
  padding: 5px 0;
  color: #666;
}
form#contact input, 
form#contact label,
form#contact select,
form#contact strong,
form#contact span.form_fieldmsg
{
    font-size: 0.75em;
}
form#contact textarea.form_textarea {
  height: 120px;
}

form#contact span.form_req { color: red; }
form#contact input.form_text, form#contact textarea.form_textarea {
  width: 320px;
  margin: 2px 0;
}
form#contact label.form_fieldreq, form#contact label.form_field {
  display: block;
  float: left;
  clear: both;
  width: 120px;
  text-align: right;
  padding: 4px 4px 0 0;
}
/* begin IE < 7 doubled float margin bug fix */
* html form#contact label.form_fieldreq, * html form#contact label.form_field {
  display: inline;
}
/* end IE < 7 */

form#contact select {
  margin: 2px 0;
}

form#contact input.form_submit {
  margin: 8px 0 8px 124px;
}

form#contact div.form_ok {
  clear: both;
  border-width: 0 4px;
  border-style: solid;
  border-color: #fff;
}
form#contact div.form_alert {
  background: #ccc url(redarrow.png) no-repeat 4px 50%;
  clear: both;
  border-width: 0 4px;
  border-style: solid;
  border-color: #aaa;
}
* html form#contact div.form_ok, * html form#contact div.form_alert { height: 1%; }
form#contact span.form_fieldmsg {
  display: block;
  text-align: center;
  font-weight: bold;
}

form.editform, form.duplicateform, form.deleteform { display: inline; }

form#headersearch {
	float: left;
	width: 536px;
	margin: 0;
	padding: 110px 0 0 0;
	background: url(/download/pictures/search_bar/background.jpg) no-repeat 0 0;
}
form#headersearch div {
	text-align: center;
	margin-top: 2px;
}
form#headersearch label {
	font-size: 0.75em;
}
form#headersearch input {
	vertical-align: middle;
}
input#hipsearch-housenumber {
	width: 10em;
	margin-right: 0.5em;
}
input#hipsearch-postcode {
	width: 10em;
	margin-right: 0.5em;
}
input#hipsearch-submit {
	margin-top: 5px;
}
form#headersearch div.doubleline {
	float: left;
	width: 280px;
	text-align: right;
	line-height: 1.5em;
}

/* Add/edit products */
div#specification {
	padding: 4px 0;
}
div#specification select {
	width: 200px;
}
div#specification label.form_field { width: 200px }
div#additionalinfo label.form_field { width: 200px }
div#localauthority {
	line-height: 1.5em;
	padding-bottom: 10px;
}
div#localauthority select {
	width: 48%;
	margin-left: 1%;
}



/* sub-page navigation */
div#subnav {
	background: url(filebar-notab.png) repeat-x 0 100%;
	margin: 5px -10px 10px -10px;
	padding-bottom: 5px;
}
* html div#subnav {
	width: 556px;
	margin-left: -11px;
	margin-right: -9px;
}
div#filebar {
	float: left;
	background: url(filebar-tableft.png) no-repeat 0 100%;
	padding: 0 0 0 19px;
}
div#subnav ul {
	background: url(filebar-tabright.png) no-repeat 100% 100%;
	margin: 0;
	padding: 0 20px 0 0;
}
* html div#subnav ul { display: inline; }
div#subnav li {
	background: url(filebar-tabbg.png) repeat-x 0 100%;
	margin: 0;
	padding: 6px 0;
	list-style-type: none;
	float: left;
}
div#subnav li a {
	background: url(filebar-buttons.png) no-repeat -10px 50%;
	display: block;
	color: #fff;
	padding: 1px 15px;
	border-right: 1px solid #fff;
}
div#subnav li a:hover {
	background: url(filebar-buttons.png) no-repeat -308px 50%;
}
div#subnav li.last a {
	background: url(filebar-green.png) no-repeat 100% 50%;
	border-right: none;
}
div#subnav li.last a:hover {
	background: url(filebar-buttons.png) no-repeat 100% 50%;
}
div#subnav li.first a {
	background: url(filebar-buttons.png) no-repeat 0 50%;
}
div#subnav li.first a:hover {
	background: url(filebar-buttons.png) no-repeat -298px 50%;
}
div#subnav li.logout a {
	background: url(filebar-buttons.png) no-repeat -149px 50%;
}
div#subnav li.logout a:hover {
	background: url(filebar-buttons.png) no-repeat -298px 50%;
}
div#subnav li.active a {
	text-shadow: #060 1px 1px 2px;
}

div#welcome {
	padding: 6px 10px 0 10px;
	margin: 0 -10px 5px -10px;
	font-size: 0.75em;
	font-weight: bold;
	height: 57px;
	background: url(filebar-notab.png) repeat-x 0 100%;
}
* html div#welcome {
	width: 181px;
}
div#welcome span {
	font-weight: normal;
}
div#welcome a {
	color: #6b6c6e;
	padding-left: 20px;
	margin-left: 10px;
	background: url(square_bullet.png) no-repeat 0 50%;
}
div#welcome a:hover {
	color: #8FC31E;
}

ul#localareas {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#localareas li {
	margin: 0;
	padding: 0;
}
ul#localareas small {
	display: block;
	text-align: right;
	color: #CB9D5B;
}

div#terms_and_conditions {
	width: 536px;
	padding: 10px;
	margin: 10px -10px 0 -10px;
	height: 160px;
	background-color: #f5f5f5;
	overflow: auto;
	border-top: 1px solid #999;
}

div#accept_terms {
	width: 536px;
	padding: 5px 10px;
	margin: 0 -10px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #999;
}
div#accept_terms p {
	background: #f5f5f5 url(redarrow.png) no-repeat 4px 50%;
	text-align: center;
}
p#confirm_and_pay {
	padding-top: 10px;
	text-align: right;
}

