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

html {
  color: #666;
  background: url(images/grid.png) repeat 0 0;
}

body {
  margin: 0;
  padding: 0;
  background: url(images/html_bg_v2.jpg) repeat-x 50% 0;
  text-align: center;
}

a img {
  border: 0;
}


/* Main Containers */
div {
  margin: 0;
  padding: 0;
}
div#wrapper {
    background: url(images/html_shadow.png) repeat-y 50% 0;
  	width: 990px;
  	margin: 0 auto;
  	text-align: left;
  	position: relative;
  	padding: 0 13px;
}
* html div#wrapper {
	background-image: none;
	background-color: #333;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0;

}

/* Header */
div#header {
    background-color: #333;
	height: 105px;
}

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

div#welcome {
	position: absolute;
	left: 50px;
	top: 13px;
	font-size: 0.75em;
	z-index: 1000;
	color: #fafafa;
}
div#welcome span {
	font-weight: normal;
}
div#welcome a {
	font-weight: normal;
	color: #fafafa;
	padding-left: 20px;
	margin-left: 10px;
	background: url(images/square_bullet.png) no-repeat 0 50%;
}
div#welcome a:hover {
	color: #8dcd33;
}

div#NavHomepageHeader {
	position: relative;
    background-color: #333;
	height: 105px;
}
div#NavHomepageHeader a img {
  display: block;
  float: right;
  margin-right: 20px;
}
* html div#NavHomepageHeader a img {
	margin-right: 10px;
}
div#NavHomepageHeader img {
  display: block;

}
div#NavHomepageHeader div.ni,
div#homepage_slideshow {
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	width: 760px;
	height: 190px;
}

div#NavHeaderLogo {
	position: absolute;
	top: 2px;
	right: 32px;
}

/************** Story Viewer **************/
div#StoryViewer {
	position: relative;
	height: 310px;
	width: 990px;
	padding: 0;
	margin: 40px 0 -55px 0;
	overflow: auto;
	background-color: #424242;
}
div#StoryViewer div.navitem {
   	position: relative;
	height: 310px;
}

/**** text right *******/
div#StoryViewer div.usesleft div.left {
  	position: absolute;
  	left: 0;
}
div#StoryViewer div.usesleft div.right {
  	padding-right: 15px;
  	position: absolute;
 	right: 0;
  	bottom: 0;
  	width: 285px;
  	height: 135px;
  	padding-top: 115px;
  	background: url(images/pixel_bg.png) repeat 0 0;
}
* html div#StoryViewer div.usesleft div.right {
  	background-color: #fff;
}

div#StoryViewer div.usesleft div.right a.more-link:hover {
  	text-decoration: underline;
}
* html div#StoryViewer div.usesleft div.left {
  	height: 235px;
}

div#StoryViewer div.usesleft div.right a.more-link,
div#StoryViewer div.usesright div.left a.more-link {
  	display: none;
}

div#svcontrols span.previous {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35px;
	height: 310px;
	display: block;
	background: url(images/arrow_left.png) no-repeat 0 100%;
}
* html div#svcontrols span.previous {
	background: url(images/arrow_left_ie6.png) no-repeat 0 0;
}
* html div#svcontrols span.next {
	background: url(images/arrow_right_ie6.png) no-repeat 0 0;
}
div#svcontrols span.previous:hover {
	cursor: pointer;
}
div#svcontrols span.next {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35px;
	height: 310px;
	background: url(images/arrow_right.png) no-repeat 0 100%;
	display: block;
}
div#svcontrols span.next:hover {
	cursor: pointer;
}

div#svcontrols span.playpause {
	display: none;
}


/* Footer */
div#footer {
	width: 990px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #5b5b5b;
}
div#footer ul {
    margin: 0;
  padding: 0;
}
div#footer li {
  list-style-type: none;
  float: left;
  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;
    font-size: 0.9em;
    font-weight: bold;
}
div#AddressInfo p {
  clear: both;
  padding: 0 15px 0 0;
  margin: 2px 0;
  color: #666;
  text-align: left;
  display: block;
}
div#AddressInfo address {
  	padding: 4px 0;
    font-size: 0.7em;
    font-style: normal;
	clear: both;
    color: #666;
    display: block;
}
div#footer address span.postcode {
}
div#AddressInfo p#mobile,
div#AddressInfo p#telephone,
div#AddressInfo p#email,
div#AddressInfo p#fax {
	display: inline;
	font-size: 0.7em;
}
div#AddressInfo p#telephone { display: inline; }

div#AddressInfo p#designedby {
    padding: 2px 8px;
	background: none;
	font-size: 0.6em;
	text-align: right;
}
div#AddressInfo p#copyright {
	font-size: 0.7em;
}

/********************************** Footer SiteMap **********************************/

div#footer div.blocks {
	overflow: hidden;
	margin: 0 -13px -27px -13px;
	padding-bottom: 25px;
	background: url(images/footer_bottom.png) no-repeat 50% 100%;
}
* html div#footer div.blocks {
	height: 1%;
	margin-left: 0;
}

div#AddressInfo {
	margin: 28px auto 0 auto;
	width: 890px;
	padding: 0 50px;
}

div#NavFooterLeft {
	float: left;
	width: 277px;
	background-color: #666;
	margin: 0 5px 10px 13px;
	text-align: left;
	padding: 0 0 10px 50px;
}
* html div#NavFooterLeft {
	margin-left: 0;
}
div#NavFooterMiddle {
	float: left;
	width: 276px;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 50px;
	background-color: #666;
}

div#NavFooterRight {
	float: right;
	width: 277px;
	text-align: left;
	margin: 0 13px 10px 0;
	padding: 0 0 10px 50px;
	background-color: #666;
}
* html div#NavFooterRight {
	width: 277px;
	margin-right: 0;
}
div#NavFooterLeft p,
div#NavFooterMiddle p,
div#NavFooterRight p {
	text-align: left;
	padding: 0;
	font-size: 0.8em;
	color: #fff;
}

div#NavFooterLeft h1,
div#NavFooterMiddle h1,
div#NavFooterRight h1 {
	font-size: 1.1em;
	color: #fff;
	line-height: 36px;
	height: 36px;
	margin-left: -50px;
	padding-left: 50px;
	text-transform: lowercase;
	background: url(images/footer_h1_bg.png) repeat-x 0 bottom;
}
div#NavFooterLeft a,
div#NavFooterMiddle a,
div#NavFooterRight a {
	font-weight: normal;
	color: #fff;
}
div#NavFooterLeft a:hover,
div#NavFooterMiddle a:hover,
div#NavFooterRight a:hover {
	text-decoration: underline;
}

/* in-page Search */
div#search {
  position: absolute;
  top: 110px;
  right: 33px;
  width: 185px;
  padding-left: 2px;
  padding-top: 3px;
  height: 20px;
	border: 1px solid #919191;
}
div#search label { 
	display: block;
	float: left;
	width: 0;
	padding: 0 0 0 5px;
	height: 17px;
	overflow: hidden;
}
div#search form, div#search p {
	margin: 0;
	padding: 0;
}
div#search input {
	display: block;
	float: left;
	font-size: 0.9em;
	margin: 1px 0 0 0;
	padding: 0;
	font-weight: normal;
	color: #fff;
	border: 0;
	background-color: transparent;
	line-height: 15px;
	text-transform: capitalize;
}
div#search input#searchbox {
	width: 150px;
	height: 17px;
}
div#search input.pagesearchbutton {
	background: transparent url(images/search_button.png) no-repeat 0 0;
	margin-top: 0;
}
/* Section */
div#section {
}

/* content */
div#content {
}

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

/* article */
div#article {
  padding: 60px 50px 0px 50px;
  min-height: 400px;
}
* html div#article {
  height: 400px;
}
div#article #pic1 {
	margin-left: -50px;
	margin-top: -22px;
}
* html div#article #pic1 {
	margin-right: -50px;
}
/**
 *  Blog(calendar) listings
 */

div.blog {
 margin-top: 5px;
}
div.blog h3 {
  font-size: 1em;
  background: #f8f8f8;
  clear: both;
  padding: 3px 10px;
  margin-left: -10px;
  margin-right: -10px;
}
div.blog h3.head span {
  font-size: 1em;
  float: right;
  color: #999;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
div.previews {
	margin-top: 4px;
}
div.previews h3 {
  font-size: 0.8em;
  float: none;
  background: #f8f8f8;
  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;
}
div.blog a.more-link {
	display: inline-block;
}

/* breadcrumb trail */
div#breadcrumbs {
	padding: 10px 0;
	text-align: right;
}
div#pagemenu {
	display: none;
}
div#breadcrumbs ul {
  margin: 0;
  padding: 0;
}
div#breadcrumbs li {
  display: inline;
  list-style: none;
  font-size: 0.8em;
  line-height: 0.9em;
  color: #ccc;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
}
div#breadcrumbs li a {
  color: #ccc;
  text-decoration: none;
  font-weight: normal;
  padding: 0 15px 0 0;
  background: url(images/breadcrumb_block.png) no-repeat right 50%;
}
div#breadcrumbs li a:hover {
  color: #8dcd33;
}

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

/***** Navigation *********/

div#nav {
	position: absolute;
	top: 104px;
	left: 13px;
	width: 990px;
	height: 43px;
	float: none;
	padding: 0 0 10px 0;
	clear: both;
	background: url(images/menu_bg.png) repeat-x 0 0;
}
* html div#nav {
	left: 0;
	background: url(images/menu_bg_ie6.png) repeat-x 0 0;
}
div#nav ul {
    margin: 0;
    padding: 0 0 0 35px;
	list-style: none;
    height: 43px;
	position: relative;
	background: url(images/nav_bg.png) repeat-x 0 0;
}
div#nav ul ul {
	position: absolute;
	top: 40px;
	left: 0;
	padding: 0;
	margin: 0;
	height: auto;
	width: 225px;
	border-bottom: 5px solid #747473;
	background-image: url(images/drop_down_top.png) repeat-x 0 0;
}
* html div#nav ul ul {
	background-color: #333;
}
div#nav ul ul ul {
	position: absolute;
	top: 0;
	left: 220px;
}

div#nav li {
	float: left;
    margin: 0;
    padding: 0;
	position: relative;
}
div#nav li li {
	float: none;
	background: transparent url(images/pixel.png) repeat 0 0;
}
div#nav li a {
	position: relative;
	float: left;
	display: block;
	padding: 0 13px;
    margin: 0;
	font-size: 0.975em;
	line-height: 40px;
	height: 40px;
	font-weight: normal;
	color: #fff;
  	text-decoration: none;
}

div#nav li.T70 a {
	border-right: none;
}
div#nav li.active a,
div#nav li:hover {
    color: #fff;
	background: url(images/menu_hover.png) repeat-x 0 0;
}
div#nav li.active li a {
	background-image: none;
}
div#nav li li a {
	float: none;
	color: #fff;
    line-height: 30px;
    height: 30px;
	width: 201px;
	margin: 0;
	padding: 0 7px;
	border-right: 5px solid #747473;
	border-left: 5px solid #747473;
  	
}
* html div#nav li a {
	display: inline-block;
}
div#nav li li:hover {
	background-color: #29963d;
	background-image: none;
}
div#nav li li.haschildren:hover {
	background-image: url(images/menu_dropdown_hover.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}


div#nav ul ul,
div#nav ul li:hover ul ul,
div#nav ul ul li:hover ul ul {
	display: none;
}
div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul {
	display: block;
}

div#nav li.H a {
	width: 15px;
	background: url(images/home_button.png) no-repeat 0 0;
}
div#nav li.H a:hover {
	background-position: 0 -60px;
}

div#nav li.H a span {
	display: none;
}




/* aside */
div#specificmenu {
   border-top: 1px solid #666;
}
div#aside {
   padding: 0px 50px;
}

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

/* Pages */
div#pages {
	margin: 20px 0 0 0;
}

/* Files */
div#files {
	margin: 20px 0;
}
div#files h3 {
  color: #fafafa;
  font-weight: bold;
}
div#files ul {
  margin: 10px 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;
}
div#files .get_adobe_reader {
	font-size: 0.625em;
	line-height: 20px;
}
div#files .get_adobe_reader a {
	padding: 5px 30px 5px 0;
	margin-right: 5px;
	background: url(images/acrobat_20x20.jpg) no-repeat 100% 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;
}


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

div.association h3 a {
  color: #666;
  font-size: 0.9em;
  text-decoration: none;
}
div.association h3 a:hover {
	color: #2ca4a4;
}
div.association p {
	font-size: 0.8em;
}


/* Two Column Layout */
div.two-cols {
}
div.two-cols div.column {
  float: left;
  width: 420px;
  margin: 0;
  padding-left: 30px;
}
div.two-cols div.left {
  padding-left: 0;
}
div.two-cols div.right {

}

/* Three Column Layout */
div.three-cols {
}
div.three-cols div.column {
  float: left;
  width: 275px;
  margin: 0;
  padding-left: 20px;
}
div.three-cols div.left {
  padding-left: 0;
}
div.three-cols div.right {

}


/* Four Column Layout */

div#article div.four-cols {
	padding: 0 0 0 0;
	margin-left: -50px;
	margin-right: -50px;
	background-color: #27272b;
	border-top: 15px solid #424242;
	border-bottom: 15px solid #424242;
}

* html div#article div.four-cols {
	width: 990px;
}
div.four-cols div.column {
  float: left;
  width: 228px;
  margin: 0;
  border-left: 15px solid #424242;
  min-height: 210px;
}
* html div.four-cols div.column {
	height: 210px;
}
div.four-cols div.right {
  border-right: 17px solid #424242;
}
div.four-cols div.column p {
	padding: 2px 10px;
}
div.four-cols div.column h2,
div.four-cols div.column h3 {
	font-size: 1em;
	padding: 5px 10px;
	height: 22px;
	background: #666 url(images/four_cols_bg_h2.png) repeat-x 0 100%;
}
div.four-cols div.column h2 a ,
div.four-cols div.column h3 a {
	font-weight: normal;
}
div.four-cols div.left {
  padding-left: 0;
}

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

form#contact span.form_req { color: red; }
form#contact input.form_text, form#contact textarea.form_textarea {
  	width: 400px;
  	border: 2px solid #747473;
  	margin: 2px 0;
  	background-color: #454545;
}
form#contact label.form_fieldreq, form#contact label.form_field {
  	display: block;
  	float: left;
  	clear: both;
  	width: 170px;
  	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;
  	background-color: #454545;
  	border: 2px solid #747473;
}

form#contact input.form_submit {
  	margin: 8px 0 8px 175px;
  	color: #333;
}

form#contact div.form_ok {
  	clear: both;
}
form#contact div.form_alert {
  	background: #333 url(images/contact_arrow.png) no-repeat 585px 4px;
  	clear: both;
  	color: #8dcd33;
}

* html div.form_ok, * html div.form_alert { height: 1px; }
form#contact span.form_fieldmsg {
  	display: block;
  	text-align: center;
  	font-weight: bold;
}

form#contact span.checkboxes {
	float: left;
	width: 520px;
}



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

