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

html {
  	color: #666;
  	background: #eee url(images/html_bg.png) repeat-x 0 140px;
}

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

a img {
  	border: 0;
  	display: block;
  	margin: 0;
  	padding: 0;
}

table.zebrastripes tr.oddrow {
	background-color: #fff;
}
table.zebrastripes tr.evenrow {
	background-color: #F7FCF4;
}

/* Main Containers */
div {
 	margin: 0;
  	padding: 0;
}
div#wrapper {
  	width: 1000px;
  	margin: 0 auto 15px auto;
 	text-align: left;
  	position: relative;
  	padding: 0;
  	background-color: #fff;
}
* html div#wrapper {
}

/* Header */
div#NavHeader {
	height: 140px;
}
div#NavHeader a img {
	position: absolute;
	top: 15px;
	left: 40px;
	z-index: 1000;
}

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(images/morearrow.png) no-repeat 5px -38px;
}
div#firstcontact a:hover {
	color: #f60;
	background-position: 5px 1px;
}

div#welcome {
	position: absolute;
	right: 45px;
	top: 13px;
	font-size: 0.75em;
	font-weight: bold;
}
div#welcome span {
	font-weight: normal;
}
div#welcome a {
	color: #999;
	margin-left: 10px;
	font-weight: normal;
}
div#welcome a:hover {
	color: #1e486a;
}


/* Footer */
div#wrapperfooter {
}
div#footer {
	position: relative;
	padding: 0;
	min-height: 60px;
  	margin: 0;
  	background-color: #60bd0e; 
}
* html div#footer {
	height: 60px;
}
div#footer ul {
    margin: 0;
  	padding: 0;
}
div#footer li {
  	list-style-type: none;
  	padding: 0;
  	margin: 0;
}

div#footer li.mainpages { display: none; } 
div#footer li a {
  	display: block;
  	text-decoration: underline;
    padding: 2px 20px;
    font-weight: normal;
  	color: #ccc;
	background: url(images/footer_li.png) no-repeat 0 5px;
}
* html div#footer li a {
	padding-top: 0;
	padding-bottom: 0;
	height: 15px;
}
div#footer li a:hover {
	color: #ccc;
	text-decoration: none;
}
div#footer p {
  	clear: both;
  	padding: 0;
  	margin: 2px 0;
    font-size: 0.9em;
	color: #fff;
}
div#footer a {
}
div#footer a:hover {
  	text-decoration: underline;
}

div#footer address {
	position: absolute;
	left: 35px;
	top: -150px;
    font-size: 0.8em;
	font-style: normal;
	color: #666;
}
div#footer address span.postcode {
	display: block;
}
div#footer p#telephone {
	position: absolute;
	left: 35px;
	top: -42px;
	font-weight: bold;
    font-size: 0.75em;
	color: #666;
}
div#footer p#fax {
	position: absolute;
	left: 35px;
	top: -40px;
	color: #666;
}

div#footer p#email {
	position: absolute;
	left: 35px;
	top: -60px;
	font-weight: bold;
    font-size: 0.75em;
	color: #666;
}
div#footer p#designedby {
    position: absolute;
    bottom: 10px;
    right: 35px;
    font-size: 0.75em;
}
div#footer p#designedby a {
	color: #fff;
}
div#footer p#copyright {
    position: absolute;
    bottom: 25px;
	right: 35px;
    font-size: 0.75em;
}
div#NavFooter {
	position: absolute;
	left: 20px;
	bottom: 10px;
}
div#NavFooter div.navitem {
	float: left;
}

div#NavFooter h2 {
}
div#NavFooter h2 a {
	font-size: 0.575em;
	color: #fff;
	padding-left: 15px;
}



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

/* in-page Search */
div#search {
	position: absolute;
	top: 205px;
	left: 37px;
  	width: 190px;
	height: 35px;
  	background: url(images/search_bg.png) no-repeat 0 0;
  	z-index: 1100;
}

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: 11px 0 0 12px;
	padding: 0;
	color: #666;
	border: 0;
	line-height: 18px;
	background-color: transparent;
	text-transform: capitalize;
}
* html div#search input {
	margin-left: 22px;
}
div#search input#searchbox {
	width: 85px;
	height: 18px;
	line-height: 18px;
	padding-left: 20px;
	margin-right: 0;
	background: url(images/search_magnifying_glass.png) no-repeat 0 1px;
}
div#search input.pagesearchbutton {
	display: none;
	
}


/* Section */
div#section {
	border-top: 155px solid #60bd0e;
	background: url(images/content_bg.jpg) no-repeat 100% 100%;
}

/* content */
div#content {
	float: left;
	width: 1000px;
	margin-top: -14px;
	background: url(images/nav_strips.jpg) no-repeat 0 0;

}

div#content ul {
	margin-left: 1em;
	padding-left: 0;
}
div#topimg {
	position: absolute;
	top: 140px;
	left: 330px;
	padding: 0;
	margin: 0;
	width: 625px;
	height: 155px;
	background: url(images/test_tubes.jpg) no-repeat 100% 0;
}
div#topimg img {
}
/* article */
div#article {
	float: right;
  	width: 625px;
  	padding: 50px 45px 50px 0;
  	margin: 0;
}
* html div#article {
  	height: 700px;
}
div#article p {
}
div#article ul {
	padding: 0 0 0 15px;
	margin: 0 0 0 10px;
}
div#article ul li {
	padding: 0;
	margin: 0;
}
div#pagecopy {
}
div#nextprevious {
	display: none;
}
/**
 *  Blog(calendar) listings
 */

div.blog {
 	margin-top: 5px;
}
div.blog h3 {
  	font-size: 1em;
  	background: #f8f8f8;
  	clear: both;
  	padding: 3px 10px;
  	margin: 0;
}
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;
  	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;
}


/* breadcrumb trail */
div#breadcrumbs {
	padding-bottom: 12px;
	padding-top: 10px;
	padding-left: 0;
	text-align: right;
	position: absolute;
	top: 300px;
	right: 45px;
}

div#breadcrumbs ul {
  	margin: 0;
  	padding: 0;
}
div#breadcrumbs li {
  	display: inline;
  	list-style: none;
  	font-size: 0.725em;
  	line-height: 0.6em;
  	color: #333;
  	margin: 0;
  	padding: 0 5px 0 0;
}
div#breadcrumbs li a {
  	color: #999;
  	text-decoration: none;
  	padding-right: 5px;
	font-weight: normal;
}
div#breadcrumbs li a:hover {
  	color: #1e486a;
}
div#breadcrumbs li span.thispage,
div#breadcrumbs li a span {
}
div#aside div#pagemenu h3 {
	font-size: 1.15em;
	letter-spacing: 0;
	color: #006699;
	font-weight: bold;
}

div#pagemenu {
	width: 275px;
	margin: 0 0 200px 0;
	padding: 0;
}

div#pagemenu ul {
	margin: 0;
	padding: 0;
}
div#pagemenu ul ul {
	background: url(images/menu_green.png) repeat-y 10px 0;
}
div#pagemenu ul ul ul {
	background: url(images/menu_light_green.png) repeat-y 10px 0;
}
div#pagemenu li {
	list-style: none;
	padding: 0;
}
div#pagemenu li li {
	padding: 0;
}

div#pagemenu li a {
	display: block;
	padding-left: 28px;
	line-height: 28px;
	height: 28px;
	width: 265px;
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
}
div#pagemenu li li a {
	padding: 0 0 0 35px;
	width: 250px;
	line-height: 28px;
	height: 28px;
	border-top: none;
	font-weight: normal;
	color: #666;
}
div#pagemenu li li li a {
	padding: 0 0 0 45px;
	width: 235px;
	font-size: 0.95em;
}
div#pagemenu li.active li a {
	color: #666;
}
div#pagemenu li li.active a {
	color: #fff;
}
div#pagemenu li li.active li a {
	color: #666;
}
div#pagemenu li li li.active a {
	color: #fff;
}
div#aside div#pagemenu li.active,
div#aside div#pagemenu li a:hover {
	color: #fff;
	background: url(images/pagemenu_bg_current.png) no-repeat 0 2px;
}
div#aside div#pagemenu li.current a,
div#aside div#pagemenu li.current a:hover {
	color: #fff;
	background: url(images/pagemenu_bg.png) no-repeat 0 2px;
}
div#aside div#pagemenu li.current a:hover {
	color: #fff;
	background: url(images/pagemenu_bg.png) no-repeat 0 2px;
}
div#aside div#pagemenu li.current li a {
	background-image: none;
	color: #666;
}

div#pagemenu li.current li a {
	background-image: none;
	font-weight: normal;
}
div#pagemenu li.active a {
	color: #fff;
}

div#pagemenu li li,
div#pagemenu li.active li li,
div#pagemenu li.active li.active li li {
    display: none;
}
div#pagemenu li.active li,
div#pagemenu li.active li.active li,
div#pagemenu li.active li.active li.active li {
    display: block;
}

div#pagemenu ul#backto {
	display: none;
}
/* 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: 112px;
	right: 0;
    width: 670px;
    z-index: 1000;
	height: 28px;
}

* html div#nav {
	position: relative;		
	top: -100%;
	right: 0;
	left: 330px;
	margin-top: -183px;
}

div#nav ul {
    margin: 0;
    padding: 0 9px 0 0;
	list-style: none;
    height: 28px;
	position: relative;
	float: left;
	background: url(images/menu_right_shadow.png) no-repeat 100% 0;
}

div#nav li {
	float: left;
    margin: 0;
    padding: 0;
	position: relative;
}
* html div#nav li { 
}

div#nav li a {
	position: relative;
	float: left;
	display: block;
	padding: 0 18px 0 0;
    margin: 0;
	font-size: 1.1em;
	font-weight: normal;
    color: #fff;
    line-height: 28px;
	height: 28px;
  	text-decoration: none;
  	background: url(images/menu_right.png) no-repeat 100% 0;
}
div#nav li a span {
	display: block;
    line-height: 28px;
	height: 28px;
	background: url(images/menu_left_shadow.png) no-repeat 0 1px;
	padding: 0 0 0 18px;
}
* html div#nav li a,
* html div#nav li a span {
	display: inline-block; 
}
div#nav li.active a,
div#nav li a:hover {
    color: #1e486a;
}
* html div#nav li.active a,
* html div#nav li a:hover {
}
div#nav li.active li a {
	color: #333;
	background-image: none;
}

div#nav li.H a {
	width: 20px;
  	background: url(images/menu_right_home.png) no-repeat 100% 0;
}
* html div#nav li.H a {
}

div#nav li.H a:hover {
	background-position: 100% -71px;
}

div#nav li.H {
	padding-left: 0;
}

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

* html div#nav li.H a:hover {
}

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


/* aside */
div#aside {
	float: left;
  	width: 305px;
  	padding: 35px 0 0 25px;
  	min-height: 400px;
}
* html div#aside { height: 80px; }
div#aside h3 a,
div#topsearches h3 {
    display: block;
    margin: 0;
    color: #333;
    padding: 0;
    line-height: 1em;
}
div#aside h3 a:hover {
  	color: #666;
}
div#aside p {}
div#aside a.more-link {}

div#aside h3 {
    letter-spacing: 0px;
    color: #333;
}
div#aside div.navitem {
    padding: 0 0 8px 0;
}
div#aside h2 {
	padding-left: 15px;
	font-size: 1.1em;
}
div#aside h2 a {
	color: #006699;
}
div#aside div#NavSidebar {
	clear: both;
}
div#aside div.rssimport h3 {
	padding: 0 0 0 6px;
	margin: 0;
	font-size: 1em;
}
div#aside div.rssimport p.pubdate {
	padding: 0 0 0 27px;
}
div#aside div.rssimport ul {
	padding: 0;
	margin: 0;
}
div#aside li {
	list-style: none;
}
div#aside li a {
}
div#aside li a:hover {
}

/* Pages */
div#pages {
	margin-top: 10px;
}
div#pages div.two-cols {
	background-color: #fff;
}
div#links h2,
div#pages h2 {
	background-color: #f7f8f4;
	font-size: 0.9em;
	height: 30px;
	margin: 0 0 5px 0;
	padding: 0;
	overflow: hidden;
}
div#links h2 a {
	display: block;
	background-color: #f7f8f4;
	height: 30px;
	padding: 0 0 0 10px;
	margin: 0;
	color: #333;
	font-weight: bold;
}

div#pages h2 a {
	display: block;
	background-color: #f7f8f4;
	line-height: 30px;
	padding: 0 0 0 5px;
	margin: 0;
	color: #666;
	font-weight: bold;
}
div#links h2 a:hover,
div#pages h2 a:hover {
	background-color: #60bd0e;
	color: #fff;
}
div#links h2:hover,
div#pages h2:hover {
	background-color: #60bd0e;
}
div#pages p {
	display: none;
}
div#links a.more-link,
div#pages a.more-link {
	display: none;
}

/*** Hover tips for links ***/

div#pages div.inner {
	display: none;
}
div.hoverTip,
div#pages div.column:hover div.inner {
	z-index: 1000;
	position: absolute;
	top: -80px;
	left: 25px;
	display: block;
	background: url(images/hover_bubble.png) no-repeat 0 0;
	width: 305px;
	height: 110px;
}


div.hoverTip a img,
div#pages div.column div.inner a img {
	width: 60px;
	height: 60px;
	margin-left: 20px;
}
div.hoverTip h3,
div#pages div.column div.inner h3 {
	font-size: 0.85em;
	background-color: #fafafa;
	width: 250px;
	margin-left: 20px;
	margin-top: 7px;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 0;
	font-style: normal;
	padding-bottom: 5px;
	text-decoration: none;
}
div.hoverTip h3 a,
div#pages div.column div.inner h3 a {
	color: #1e486a;
	text-decoration: none;
}
div.hoverTip p,
div#pages div.inner p {
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 0.75em;
	line-height: 1.1em;
	color: #777;
}
div.hoverTip div.text,
div#pages div.inner div.text {
	height: 52px;
	overflow: hidden;
}

div#pages div.inner h3 {
	padding: 0;
	margin: 0;
}
div.nopic {
	float: left;
	width: 60px;
	height: 60px;
	margin-left: 20px;
	margin-right: 10px;
	background-color: #ecf7e2;
}
div.hoverTip a img {
	float: left;
	margin-right: 10px;
}

div#pages div.preview {
	padding: 0;
	margin: 0 0 0 -5px;
}


/* Files */
div#files {
  margin-top: 8px;
}
div#files ul {
  margin: 0;
  padding: 0;
}
div#files ul a {
  display: block;
  text-decoration: none;
}
div#files ul a:hover {
}
div#files li {
  list-style-type: none;
  margin: 0;
  padding: 8px 0;
}
div#files li.docfile a {
	padding-left: 40px;
	padding-top: 5px;
}

div#files li.docfile {
	height: 30px;
	background: url(images/word-icon.png) no-repeat 0 0;
}

div#files li.pdffile a {
	padding-left: 40px;
	padding-top: 5px;
}

div#files li.pdffile {
	height: 30px;
	padding-bottom: 7px;
	background: url(images/pdf-icon.png) no-repeat 0 0;
}

div#files p {
	color: #808080;
}
div#files a.get_adobe_reader {
	padding-left: 170px;
	padding-top: 23px;
	text-decoration: none;
	display: block;
	background: url(images/get_adobe_reader.png) no-repeat 0 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: 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: 330px;
  	margin: 0;
  	padding-left: 20px;
}
div.two-cols div.column p {
	padding-left: 10px;
	padding-right: 10px;
}
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: 200px;
  	margin: 0;
  	padding-left: 10px;
}
div.three-cols div.left {
  	padding-left: 0;
}
div.three-cols div.right {

}


/* Four Column Layout */
div.four-cols div.column {
  	float: left;
  	width: 162px;
  	margin: 0;
  	padding: 0;
}
div.four-cols div.left {
  	padding-left: 0;
}
/* Five Column Layout */
div.five-cols div.column {
  	float: left;
  	width: 125px;
  	margin: 0;
  	padding: 0;
}
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 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;
    color: #666;
}
form#contact textarea.form_textarea {
  	height: 120px;
    font-size: 0.75em;
    color: #666;
}

form#contact span.form_req { color: red; }
form#contact input.form_text, form#contact textarea.form_textarea {
  	width: 300px;
  	border: 1px solid #c7c4bb;
  	margin: 2px 0;
  	background-color: #fafafa;
}
form#contact label.form_fieldreq, form#contact label.form_field {
  	display: block;
  	float: left;
  	clear: both;
  	width: 100px;
  	text-align: right;
  	padding: 4px 4px 0 0;
}
form#contact div.form_alert select, 
form#contact div.form_alert textarea.form_textarea, 
form#contact div.form_alert input.form_text {
	background-color:#dcf0cd;
}

/* 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 75px;
  	color: #333;
}

form#contact div.form_ok {
  	clear: both;
}
form#contact div.form_alert {
  	background: url(images/contact_arrow.png) no-repeat 415px 2px;
  	clear: both;
}

* 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: 320px;
}


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

