@import url(base.css);
/* Default Stylesheet */
.HideFromScreen {
  position: absolute;
  top: -10000px;
}
.clear {
  clear: both;
}

html {
  background-color: #222;
  color: #666;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
}

a img {
  border: 0;
}


/* Main Containers */
div {
  margin: 0;
  padding: 0;
}
div#wrapper {
  background: #333 url(wrapper_bottom_left.png) repeat-y left bottom;
  width: 990px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}


/* Header */
div#header {

}

div#firstcontact {
	position: absolute;
	left: 22px;
	top: 13px;
	font-size: 0.75em;
	font-weight: bold;
	color: #2CA4A4;
}
div#firstcontact a {
	color: #2CA4A4;
	padding-left: 20px;
	background: url(morearrow.png) no-repeat 5px -38px;
}
div#firstcontact a:hover {
	color: #f60;
	background-position: 5px 1px;
}

div#welcome {
	position: absolute;
	right: 210px;
	top: 13px;
	font-size: 0.75em;
	font-weight: bold;
}
div#welcome span {
	font-weight: normal;
}
div#welcome a {
	color: #fff;
	padding-left: 20px;
	margin-left: 10px;
	background: url(square_bullet.png) no-repeat 0 50%;
}
div#welcome a:hover {
	color: #fff;
}

div#banner {
	position: relative;
	width: 210px;
	height: 180px;
	background: url(left_nav.png) no-repeat left bottom;
}
div#banner a {
  display: block;
  float: left;
}
div#banner img {
  position: absolute;
  top: 115px;
  left: 30px;
}
div#bannerimage,
div#homepage_slideshow {
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	width: 760px;
	height: 190px;
}

/* Footer */
div#footer {
	width: 730px;
    background: #333 url(footer_background.png) repeat-x 0 0;
	padding: 0 25px 20px 0;
    text-align: right;
	margin-left: 235px;
}
div#footer ul {
    margin: 0;
  padding: 0;
}
div#footer li {
  list-style-type: none;
  float: right;
  padding: 0 0 0 6px;
  margin: 0;
}
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;
  margin-top: 7px;
  font-size: 0.9em;
  font-weight: normal;
  border-left: 1px solid #fff;
}
div#footer li.ftr4 a {
	border-left: none;
}
div#footer p {
  clear: both;
  padding: 0 8px;
  margin: 2px 0;
    font-size: 0.6875em;
}
div#footer address {
  	padding: 2px 8px 0 8px;
    font-size: 0.6875em;
    font-style: normal;
    text-align: right;
    color: #fff;
}
div#footer address span.postcode {
}
div#footer p#mobile,
div#footer p#email,
div#footer p#telephone,
div#footer p#fax {
	display: inline;
	padding-left: 16px;
	font-weight: normal;
	text-transform: lowercase;
}
div#footer p#designedby {
    text-align: right;
    padding: 2px 8px;
    margin: 10px 0;
	font-size: 0.5625em;
}
div#footer p#copyright {
    text-align: right;
	padding-top: 25px;
}
div#footer ul.customfooter {
	position: absolute;
	bottom: 50px;
	right: 650px;
}

/* in-page Search */
div#search {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 32px;
  background: url(top_corner.png) no-repeat 0 0;
}
div#search label {
	display: block;
	float: left;
	width: 0;
	padding: 0 0 0 20px;
	height: 17px;
	overflow: hidden;
}
div#search form, div#search p {
	margin: 0;
	padding: 0;
}
div#search input {
	display: block;
	float: left;
	font-size: 0.95em;
	margin: 15px 0 0 0;
	padding: 0;
	color: #ccc;
	border: 0;
	background-color: #474747;
	line-height: 15px;
}
div#search input#searchbox {
	width: 145px;
	height: 24px;
}
div#search input.pagesearchbutton {
	background-color: transparent;
	margin-top: 0;
	padding: 15px 0 0 15px;
}
/* Section */
div#section {
}

/* content */
div#content {
	overflow: hidden;
}

div#content ul {
	margin-left: 1em;
	padding-left: 0;
}

/* article */
div#article {
  float: right;
  width: 730px;
  padding: 10px 0;
  min-height: 400px;
  margin: 0 25px;
}
* html div#article {
  height: 400px;
  margin: 0 12px 0 0;
}
div#article p a {
	color: #c53434;
}
div#article p a:hover {
	color: #fff;
}
div#article ol li a {
	color: #c53434;
}
div#article ol li a:hover {
	color: #fff;
}
div#article li a {
	color: #c53434;
}
div#article li a:hover {
	color: #fff;
}
div#article a.more-link, a.back-link {
  color: #f90;
}
div#article a.more-link:hover, a.back-link:hover {
	color: #c53434;
}
/* date at bottom of page */

div#date {
  position: relative;
  height: 150px;
  overflow: hidden;
}
div#date span {
  position: absolute;
  right: -15px;
  bottom: -38px;
  font-size: 8em;
  font-family: Arial, Gadget, sans-serif;
  color: #424242;
  font-weight: bold;
}


/**************  Blog(calendar) listings ********/

div.blog {
 margin: 5px 0 0 0;
}
div.blog h3 {
  font-size: 1em;
  clear: both;
  padding: 3px 25px;
  margin-left: -25px;
  margin-right: -25px;
  background-color: #4c4c4c;
}
div.blog h3.head span {
  font-size: 1em;
  float: right;
  color: #999;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
div#blogpostings h3.head span.name {
  float: left;
  color: #fff;
}

div.previews {
	margin-top: 4px;
}
div.previews h3 {
  font-size: 0.8em;
  float: none;
  padding: 0;
  margin: 0;
}
div.previews span.date {
	font-weight: bold;
}
div.previews p {
	font-size: 0.6875em;
}
div.blog p.foot {
  text-align: right;
  margin: 0 0 12px 0;
  padding: 0;
}
div.blog a.more-link {
	display: inline-block;
}

/* breadcrumb trail */
div#breadcrumbs {
	float: left;
	padding-top: 5px;
}
div#pagemenu {
	text-align: right;
	padding-bottom: 30px;
	padding-top: 25px;
}
div#breadcrumbs ul,
div#pagemenu ul {
  margin: 0;
  padding: 0;
}
div#breadcrumbs li,
div#pagemenu li {
  display: inline;
  list-style: none;
  font-size: 0.8em;
  font-weight: normal;
  color: #5a5a5a;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
}
div#breadcrumbs li a ,
div#pagemenu li a {
  color: #5a5a5a;
  text-decoration: none;
}
div#breadcrumbs li a:hover ,
div#pagemenu li a:hover {
  color: #b72400;
}

/* Search page */
form#searchform {
  margin: 10px;
}
form#searchform input#q {
  width: 64%;
}
form#searchform input.button {
  width: 32%;
  margin-left: 2%;
}
div#searchnavigation {
  height: 26px;
}
div#searchnavigation div.info {
  float: left;
  font-size: 0.75em;
  padding: 5px 10px;
}
div#searchnavigation div.controls {
  float: right;
  padding: 0 4px;
}
div#searchnavigation div.controls form {
  display: inline;
}


/* Main Navigation */
div#nav {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
    padding: 15px 0 0 0;
    margin: 0;
	width: 780px;
	height: 165px;
	background: url(left_nav.png) no-repeat right bottom;
}
* html div#nav {
}
div#nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	top: 15px;
    margin: 0;
    padding: 0;
}
div#nav li {
	float: left;
    margin: 0;
    padding: 0;
    background-color: #1f1f1f;
	position: relative;
}
div#nav ul li a img {
	display: block;
	padding-bottom: 15px;
}
* html div#nav ul li a img {
}
div#nav li a {
	float: left;
	padding: 0;
	border-top: 5px solid #333;
    margin: 0;
	font-size: 1em;
	line-height: 20px;
	text-align: left;
	width: 125px;
	font-weight: normal;
}
div#nav li a span {
	display: block;
	padding: 0 0 0 5px;
}

div#nav li ul {
	display: none;
}
div#nav li:hover ul {
	display: block;
	position: absolute;
	top: 165px;
	left: 0;
	width: 125px;
	z-index: 10000;
	padding-bottom: 10px;
	background: url(dropdown_rounded.png) no-repeat 0 bottom;

}
div#nav li ul a {
	line-height: 1.5em;
	text-align: left;
	font-size: 0.95em;
	padding: 5px 0 3px 0;
	color: #999;
	border-top: none;
}
div#nav ul li.active a {
	background-color: #c53434;
	color: #fff;
	border-top-color: #c53434;
}
div#nav li.active ul li a {
	color: #fff;
	background: none;
}
div#nav li.active ul li a:hover {
	color: #fff;
	background-color: #c53434;
}
div#nav li a:hover {
	background-color: #c53434;
	color: #fff;
	border-top-color: #c53434;
}
div#nav li li ul {
	display: none;
}
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;
}

/* aside */
div#aside {
  float: left;
  width: 210px;
  padding: 50px 0 85px 0;
  min-height: 80px;
  background: #4c4c4c url(aside_footer.png) no-repeat left bottom;
}
* html div#aside { height: 80px; }
div#aside h2 a,
div#topsearches h2 {
    display: block;
    margin: 0 0 0 0;
    padding: 20px 0 5px 20px;
    color: #fff;
    background-color: #4c4c4c;
    font-weight: normal;
}
div#aside img {
	margin-left: 0;
	background-color: #4c4c4c;
}
div#aside div.previews {
	display: none;
}
div#aside h2 a:hover,
div#topsearches h2:hover {
	color: #fff;
	background-color: #c53434;
}
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;
    border-bottom: 6px solid #333;
	background-color: #4c4c4c;
}
div#topsearches {
	padding: 0;
	margin: 0;
    border-bottom: 6px solid #c53635;
}
div#topsearches h3 {
	padding-left: 20px;
	color: #c53635;
}
div#menusubscriptions div.navitem form {
	padding: 5px 0 3px 0;
	margin: 0;
}
div#menusubscriptions div.navitem form input {
	padding: 0;
	margin: 0;
	width: 120px;
}
div#menusubscriptions div.navitem form input.submit {
	padding: 0;
	margin: 0;
	width: 40px;
}
div#menusubscriptions div.navitem p a.more-link {
	display: none;
}

div#menusubscriptions div.left {
	width: 100%;
}
div#menusubscriptions div.right {
	position: absolute;
	bottom: 2px;
	right: 7px;
	background-color: transparent;
}

div#menusubscriptions div#facebook_like,
div#menusubscriptions div#twitter_share,
div#menusubscriptions div#google_plus_one {
	margin-left:20px;
	padding:5px 0 0;
}

div#menusubscriptions div#facebook_like {
	margin-left: 16px;
	padding: 10px 0 5px;
}

div#menusubscriptions div.right a img:hover h2 {
	background-color: #c53434;
}

/* 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;
}

/* 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;
}


/* Associations */
div.association {
  position: relative;
  padding-bottom: 5px;
  width: 150px;
}
div.association h3 {
	padding-top: 0;
	padding-bottom: 0;
}

div.association h3 a {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}
div.association h3 a:hover {
	color: #c53434;
}
div.association p {
	font-size: 0.8em;
}
div.association img {
	background-color: #4c4c4c;
}

div.association img:hover {
	background-color: #c53434;
}

/* Two Column Layout */
div.two-cols {
    margin-bottom: 20px;
	background-color: #5a5a5a;
}

div.two-cols div.column {
  float: left;
  width: 352px;
}
div.two-cols div.left {
  border-right: 26px solid #333;
	margin-right: -26px;
}
div.two-cols div.right {
  border-left: 26px solid #333;
}
div.two-cols div.navitem p {
	padding: 5px 8px;
	background-color: #4c4c4c;
}
div.two-cols div.navitem h2 {
	background: #575757 url(homepage_three_cols_top.png) no-repeat 0 0;
	padding: 30px 8px 5px 8px;
}
div.two-cols div.navitem h2 a {
	font-weight: normal;
	font-size: 1.4em;
}

div#mainsearch div.two-cols h5 {
	background: #575757 url(homepage_three_cols_top.png) no-repeat 0 0;
	padding: 30px 8px 5px 8px;
	border-top: 5px solid #333;
}
div#mainsearch div.two-cols h5 a {
	font-weight: normal;
	font-size: 1em;
}
div#mainsearch div.two-cols p {
	padding: 5px 8px;
	background-color: #4c4c4c;
}

div#sitemap {
	background-color: #333;
}

div.blog h3 {
	background-color: #4c4c4c;
	font-size: 1em;
}
div.two-cols div.blog  {
	background-color: #4c4c4c;
}
div.two-cols div.blog  span.date {
	font-size: 1.2em;
	color: #f90;
}

div.blog div.floatimages {
	float: left;
	padding-right: 20px;
}

/* Three Column Layout */
div.three-cols {
}
div.three-cols div.column {
  float: left;
  width: 226px;
  border-left: 26px solid #333;
}
div.three-cols div.middle {
	border-left: none;
}

div.three-cols div.left {
  border-left: none;
  border-right: 26px solid #333;
}
div.three-cols div.right {
}

div.three-cols div.navitem h2 {
	background-color: #575757;
	padding: 0 8px;
}
div.three-cols div.navitem h2 a {
	color: #fff;
	font-weight: normal;
}
div.three-cols div.navitem h2 a:hover {
	color: #cf0;
}

/* Four Column Layout */
div.four-cols div.column {
  float: left;
  width: 163px;
  margin: 0;
  padding-left: 26px;
}
div.four-cols div.left {
  padding-left: 0;
}
div.four-cols div.column p {
	display: none;
}

/* Pages */
div#pages {
	margin-top: 10px;
}
div#pages div.four-cols img {
	background-color: #4c4c4c;
	display: block;
}
div#pages div.four-cols div.column {
	position: relative;
	height: 125px;
}
div#pages div.four-cols img:hover {
	background-color: #cf0;
}
div#pages div.four-cols h3 {
	position: absolute;
	width: 150px;
	bottom: 10px;
	text-align: center;
	background: url(pixel_background.png) repeat 0 0;
}
div#pages div.four-cols h3 a {
	display: block;
	padding: 10px 0;
}
div#links div.four-cols div.pic a {
	background-color: #4c4c4c;
	display: block;
	position: relative;
	width: 150px;
	height: 150px;
}
div#links div.four-cols div.pic a:hover {
	background-color: #c53434;
}
div#links div.four-cols div.pic a img {
	position: absolute;
	left: 75px;
	top: 75px;
}

/* Gallery styles */

#gallery h5 a {
  color: #555;
  letter-spacing: 0px;
}
#gallery ul li p {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

/* 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: #fff;
}
form#contact input,
form#contact label,
form#contact select,
form#contact strong,
form#contact span.form_fieldmsg
{
  font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
}
form#contact textarea.form_textarea {
  height: 120px;
  font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
}

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: #333;
}
form#contact div.form_alert {
  background: #666 url(redarrow.png) no-repeat 4px 50%;
  clear: both;
  border-width: 0 4px;
  border-style: solid;
  border-color: #b72400;
}
* html div.form_ok, * html div.form_alert { height: 1px; }
form#contact span.form_fieldmsg {
  display: block;
  text-align: center;
  font-weight: bold;
}

/* subpage navigation */
div#subpageheader {
	background-color: #eee;
	margin: 10px -10px;
}
div#subpageheader ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
div#subpageheader li {
	margin: 0 8px;
	padding: 2px 20px;
	float: left;
	font-weight: bold;
}
div#subpageheader li.active {
	background-color: #ccc;
	border-style: solid;
	border-color: #2CA4A4;
	border-width: 0 1px;
}

/* User account and order history */
div.ordersummary {
	position: relative;
	margin: 10px -10px;
	padding: 5px 10px;
	background: #eee url(grad-v.png) repeat-x 0 0;
	border-bottom: 1px solid #ccc;
}
div.ordersummary span.code {
	position: absolute;
	right: 9px;
	top: 0;
	color: #eee;
	font-weight: bold;
	font-family: "Arial Black", "Gadget", sans-serif;
	font-size: 1.8em;
	line-height: 1em;
}
div.ordersummary div.itemisation a img {
	border: 1px solid #2CA4A4;
}
div.ordersummary div.itemisation a:hover img {
	border: 1px solid #F60;
}


