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

html {
  color: #666;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #fbfaf7;
}

a img {
  border: 0;
}


/* Main Containers */
div {
  margin: 0;
  padding: 0;
}

div#wrapper {
    background: url(images/wrapper_bg.png) repeat-y 0 0;
  	width: 925px;
  	padding: 0 16px;
  	margin: 0 auto;
  	text-align: left;
  	position: relative;
}


/* Header */
div#header {
    background-color: #fff;
    padding-top: 80px;
}


div#NavHeader {
	position: absolute;
	top: 12px;
	left: 50px;
	width: 200px;
}
	div#NavHeader h2 {
		float: left;
		position: relative;
		font-size: 0.825em;
		padding-left: 7px;
		letter-spacing: 0;
	}
		div#NavHeader h2 a {
			text-decoration: none;
			color: #999;
		}
			div#NavHeader a img {
			}
			
			div#NavHeader div.usesleft {
				float: left;
			}
			
					div#NavHeader div.usesleft div.left {
						float: left;
					}
					
					div#NavHeader div.usesleft div.right {
						float: right;
					}
			
	div#NavHeader div.navitem {
		float: left;
		margin-right: 10px;
	}
div#firstcontact {
	position: absolute;
	left: 22px;
	top: 13px;
	font-size: 0.75em;
	font-weight: bold;
	color: #2CA4A4;
}
div#firstcontact a {
	padding-left: 20px;
}
div#firstcontact a:hover {
}

div#welcome {
	display: none;
  	font-family: 'Trebuchet MS',Arial,sans-serif;
	position: absolute;
	right: 250px;
	top: 13px;
	font-size: 0.75em;
	color: #999;
}
	div#welcome span {
	}
	div#welcome a {
		padding-left: 10px;
		margin-left: 10px;
		text-decoration: none;
		color: #999;
	}

	div#welcome a:hover {
		text-decoration: underline;
	}

div#banner {
	position: relative;
    background-color: #fff;
	padding-bottom: 16px;
}
	div#banner a {
	  display: block;
	  float: left;
	}
	div#banner img {
	  display: block;
	  float: left;
	}
div#bannerimage,
div#homepage_slideshow {
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	width: 760px;
	height: 190px;
}
/************** Story Viewer **************/
div#StoryViewer {
	position: relative;
	height: 250px;
	width: 925px;
	padding: 0;
	margin: 0;
	overflow: auto;
}
div#StoryViewer div.navitem {
   	position: relative;
   	height: 250px;
}
div#StoryViewer div.navitem h3 a {
  	text-decoration: none;
}
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: 90px;
  	padding-top: 160px;
  	background: url(images/storyviewer_bg.png) no-repeat 0 0;
}
* html div#StoryViewer div.usesleft div.right {
}

div#StoryViewer div.usesleft div.right p {
  	color: #fff;
  	text-align: left;
  	padding: 0 40px 0 25px;
	font-size: 1.2em;
	line-height: 0.9em;
	letter-spacing: 0;
}
div#StoryViewer div.usesleft div.right a {
  	color: #d85214;
  	text-decoration: none;
}
div#StoryViewer div.usesleft div.right a:hover {
  	color: #877a36;
}
div#StoryViewer div.usesleft div.right h1 {
  	color: #fff;
  	text-align: left;
  	font-size: 1em;
  	padding: 20px 20px 0 20px;
}
div#StoryViewer div.usesleft div.right h2 {
  	text-align: left;
  	font-size: 1em;
  	padding: 20px 20px 0 40px;
  	border-bottom: 0;
}
div#StoryViewer div.usesleft div.right h2 a {
  	color: #fff;
  	text-decoration: none;
}
* html div#StoryViewer div.usesleft div.left {
  	height: 235px;
}

/***** text left *****/

div#StoryViewer div.usesright div.left {
  	padding-left: 20px;
  	position: absolute;
 	left: 0;
  	bottom: 0;
  	width: 285px;
  	height: 90px;
  	padding-top: 160px;
  	background: url(images/storyviewer_bg_left.png) no-repeat 0 0;
}
* html div#StoryViewer div.usesright div.left {
  	background: url(images/storyviewer_bg_left_ie6.png) no-repeat 0 0;
}

div#StoryViewer div.usesright div.left p {
  	color: #fff;
  	text-align: left;
  	padding: 0 25px 0 40px;
	font-size: 1.2em;
	line-height: 0.9em;
	letter-spacing: 0;
}
div#StoryViewer div.usesright div.left a {
  	color: #d85214;
  	text-decoration: none;
}
div#StoryViewer div.usesright div.left a:hover {
  	color: #877a36;
}
div#StoryViewer div.usesright div.left h1 {
  	color: #fff;
  	text-align: left;
  	font-size: 1em;
  	padding: 20px 20px 0 40px;
}
div#StoryViewer div.usesright div.left h2 {
  	text-align: left;
  	font-size: 1em;
  	padding: 20px 20px 0 40px;
  	border-bottom: 0;
  	color: #fff;
}
div#StoryViewer div.usesright div.left h2 a {
  	color: #fff;
  	text-align: left;
  	text-decoration: none;
}
div#StoryViewer div.usesright div.left h2 a:hover {
  	color: #fff;
  	text-decoration: underline;
}
* html div#StoryViewer div.usesright div.right {
  	height: 235px;
}
div#StoryViewer div.usesright div.left a.more-link {
  	color: #fff;
  	float: right;
  	text-align: left;
  	text-decoration: none;
  	background-image: none;
  	padding-left: 0;
}
div#StoryViewer div.usesright div.left a.more-link:hover {
  	text-decoration: underline;
}


div#svcontrols span.previous {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35px;
	height: 250px;
	display: block;
	background: url(images/arrow_left.png) no-repeat 0 0;
}
* 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: 250px;
	background: url(images/arrow_right.png) no-repeat 0 0;
	display: block;
}
div#svcontrols span.next:hover {
	cursor: pointer;
}

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


/************************************* Footer *************************************/

div#footer {
  	font-family: 'Trebuchet MS',Arial,sans-serif;
	padding: 0 0 20px 0;
	margin: 0 -16px;
	text-align: right;
    background: #f2f1eb url(images/footer_top_new.png) no-repeat 0 0;
    position: relative;
}

div#footer ul {
    margin: 0;
    padding: 0 15px;
}

div#footer li {
	padding: 0;
	margin: 0;
}

div#footer li a {
  	display: block;
 	text-decoration: none;
    font-weight: bold;
}
* html div#footer li {
	height: 20px;
}
div#footer p {
  	clear: both;
 	padding: 0 60px;
 	margin: 2px 0;
    font-size: 0.6875em;
	text-align: right;
}
div#footer address {
	clear: both;
  	padding: 0 60px;
    font-size: 0.6875em;
    font-style: normal;
 	color: #666;
	text-align: right;
}

div#footer p#telephone,
div#footer p#fax,
div#footer p#mobile {
	display: inline;
	padding-left: 0;
	padding-right: 60px;
}
div#footer p#fax {
	padding-right: 60px;
}
div#footer p#email {
	display: none;
}
div#footer ul#FooterMenu {
	position: absolute;
	bottom: 0;
	left: 50px;
	list-style: none;
}
div#footer li.ftr0 img {
	display: block;
}

div#footer address span.postcode {
}

div#footer p#designedby {
    text-align: left;
    padding: 5px 60px 5px 60px;
    margin-top: 5px;
    font-size: 0.65em;
}
div#footer p#designedby a img {
	margin-bottom: -10px;
}

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

div#footer div.blocks {
	overflow: hidden;
	margin: 0 0 10px 0;
	height: 29px;
	padding: 10px 60px 10px 70px;
}
div#footer div.blocks p {
	font-size: 0.75em;
}
div#footer div.blocks a {
	text-decoration: none;
	color: #666;
}
div#footer div.blocks a:hover {
	color: #957f5d;
	text-decoration: underline;
}



div#NavFooterMiddle {
	position: absolute;
	left: 50%;
	top: 60px;
}
* html div#NavFooterMiddle {
	margin-left: 50px;
}
div#NavFooterMiddle p {
	text-align: left;
	padding: 0;
}

div#NavFooterMiddle h1 {
	font-size: 1.5em;
	color: #8c7450;
}

div#NavFooterMiddle li {
	list-style: none;
	padding: 3px 0;
}
div#NavFooterMiddle li a {
	font-weight: normal;
	color: #666;
}
div#NavFooterMiddle li a:hover {
	color: #aa4949;
	text-decoration: underline;
}
div#NavFooterMiddle ul {
	padding-left: 0;
}

div#NavFooterCharity {
	position: absolute;
	bottom: 16px;
	right: 60px;
	padding: 0;
	margin: 0;
	width: 450px;
}
div#NavFooterCharity p {
	padding: 0;
    font-size: 0.6875em;
}

/* in-page Search */
div#search {
  	position: absolute;
  	top: 8px;
  	right: 24px;
  	width: 191px;
  	padding-left: 2px;
  	padding-top: 3px;
  	height: 24px;
  	background: transparent url(images/search_bg.png) no-repeat 0 0;
}
div#search label {
	display: block;
	float: left;
	width: 0;
	padding: 0 0 0 30px;
	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 7px;
	padding: 0;
	color: #8C7450;
	border: 0;
	background-color: #fff;
	line-height: 15px;
	text-transform: capitalize;
}
div#search input#searchbox {
	width: 125px;
	height: 15px;
}
div#search input.pagesearchbutton {
	background-color: transparent;
	margin-top: 0;
}
/* Section */
div#section {

}

/* content */
div#content {
	float: left;
	border-left: 15px solid #ebe8d9;
	width: 910px;
	background: url(images/content_bg_2.png) repeat-y 100% 0;
}

div#content ul {
	margin-left: 1em;
	padding-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#article li {
	padding-bottom: 4px;
}
/* article */
div#article {
	float: left;
  	width: 540px;
  	padding: 10px 20px 80px 35px;
  	min-height: 400px;
}
* html div#article {
  	height: 400px;
}
div#article tr td {
	padding-top: 5px;
}
div#article tr.evenrow {
	background-color: #fafafa;
}
div#article tr a {
	text-decoration: none;
}
/******************************** news article next previous stuff *************************/

div#nextprevious {
	display: none;
	position: relative;
	padding-top: 1px;
	margin-left: -5px;
	margin-top: 20px;
	margin-bottom: 0;
	overflow: hidden;
	border-top: 1px solid #f2f1eb;
	border-bottom: 1px solid #f2f1eb;
}
* html div#nextprevious {
	height: 108px;
}
div#nextprevious a.previouspage {
	background: url(images/previous_news.png) no-repeat 0 0;
	width: 170px;
	height: 75px;
	float: left;
}
div#nextprevious a.previouspage:hover {
	background-position: 0 -78px;
}

div#nextprevious a.previouspage span {
	display: none;
}

div#nextprevious a.nextpage {
	background: url(images/next_news.png) no-repeat 0 0;
	width: 170px;
	height: 75px;
	float: right;
}
div#nextprevious a.nextpage:hover {
	background-position: 0 -78px;
}
div#nextprevious a.nextpage span {
	display: none;
}

div#nextprevious a.top {
	background: url(images/top_of_page.png) no-repeat 0 0;
	width: 170px;
	height: 75px;
	position: absolute;
	left: 190px;
	top: 0;
	margin: 0;

}
div#nextprevious a.top:hover {
	background-position: 0 -78px;
}
div#nextprevious a.top span {
	display: none;
}

div#content a.back {
	display: block;
	text-align: left;
	background: url(images/back.png) no-repeat left 0;
	padding: 2px 0 10px 20px;
	margin-top: 10px;
	margin-left: 25px;
	font-weight: bold;
	color: #777;
	font-size: 0.8em;
	line-height: 1.2em;
}
div#content a.back:hover {
	background-position: left -44px;
	color: #f60;
}
div#content a.back span {
}


/* breadcrumb trail */
div#breadcrumbs {
	font-family: 'Trebuchet MS',Arial,sans-serif;
	padding-bottom: 20px;
}
div#breadcrumbs p { float: left; color: #98893b; margin: 2px 10px 0 0; }


div#pagemenu {
	display: none;
}
div#breadcrumbs ul {
  	margin: 0;
  	padding: 0;
}
div#breadcrumbs li {
  	display: inline;
  	list-style: none;
  	font-size: 0.75em;
  	line-height: 0.9em;
  	color: #98893B;
  	margin: 0;
  	padding: 0;
}
div#breadcrumbs li a {
  	color: #cec8ae;
  	text-decoration: none;
}
div#breadcrumbs li a:hover {
  	color: #98893B;
  	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 {
  	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 {
  	font-family: 'Trebuchet MS',Arial,sans-serif;
	position: absolute;
	top: 40px;
	left: 16px;
    width: 925px;
    z-index: 1000;
	height: 43px;
}
* html div#nav {
	position: relative;
	top: -100%;
	left: 0;
	right: 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: 43px;
	left: 0;
	padding: 0;
	margin: 0;
	height: auto;
	background: url(images/pixel_menu.png) repeat 0 0;
    border-left: 1px solid #dbd7c4;
    border-right: 1px solid #dbd7c4;
}
* html div#nav ul ul {
	background-color: #fff;
}
div#nav ul ul ul {
	position: absolute;
	top: 0;
	left: 250px;
}

div#nav li {
	float: left;
    margin: 0;
    padding: 0;
	position: relative;
}
div#nav li li {
	float: none;
}
div#nav li a {
	position: relative;
	float: left;
	display: block;
	padding: 0 15px;
    margin: 0;
	font-size: 1.25em;
    color: #AA4949;
    line-height: 43px;
	height: 43px;
  	text-decoration: none;
  	border-right: 1px solid #ccc;
}

div#nav li.T70 a {
	border-right: none;
}
div#nav li.active,
div#nav li:hover {
    color: #fff;
    background: url(images/nav_bg_hover_2.png) repeat-x 0 0;
}
div#nav li.active a,
div#nav li:hover a {
    color: #fff;
}
div#nav li.active li {
	color: #666;
	background-image: none;
}
div#nav li li.active a {
    background-color: #f7f6f1;
}
div#nav li li a {
	float: none;
	color: #63553B;
	font-size: 1em;
    line-height: 26px;
    height: 26px;
	width: 220px;
	margin: 0;
  	border-right: none;
}
* html div#nav li a {
	display: inline-block;
}
div#nav li:hover li a {
	color: #63553B;
}
div#nav li li li a {
    line-height: 26px;
    height: 26px;
}

div#nav li li:hover {
    background-image: none;
    background-color: #f7f6f1;
}
div#nav li li.haschildren:hover {
	background: #f7f6f1 url(images/menu_hover_arrow.png) no-repeat 225px 50%;
}

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;
}
/* aside */
div#aside {
	float: right;
  	width: 275px;
  	padding: 30px 0 0 25px;
  	min-height: 80px;
  	background-color: #fbfaf7;
}
* 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;
}

/******** NavSidebar styles ************/

div#NavSidebar img {
	padding-bottom: 20px;
}
div#NavSidebar div.hasSlideshowPlugin {
	display: none;
	background: url(images/sidebar_bg.jpg) no-repeat 0 0;
	width: 257px;
	height: 248px;
}
div#NavSidebar div.hasSlideshowPlugin img {
	display: block;
	padding-bottom: 0;
}
div#NavSidebar div.hasSlideshowPlugin p {
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
	width: 249px;
}
div#NavSidebar div.hasSlideshowPlugin h2 {
	font-size: 0.9em;
	text-align: center;
	width: 249px;
	padding: 5px 0 0 0;
}
div#NavSidebar div.hasSlideshowPlugin h2 a {
	color: #ac4d4d;
	text-decoration: none;
}
div#NavSidebar div.hasSlideshowPlugin h2 a:hover {
	text-decoration: underline;
}
div#NavSidebar div.hasSlideshowPlugin a.more-link {
	display: none;
}
div#NavSidebar div.usesright {
	background: url(images/sidebar_bg_small.png) no-repeat 0 0;
	width: 257px;
	min-height: 123px;
	margin-bottom: 5px;
}

* html div#NavSidebar div.usesright {
	height: 123px;
}
div#NavSidebar div.usesright h2 a {
	text-decoration: none;
	color: #aa4949;
	padding: 0;

}
div#NavSidebar div.usesright a.more-link {
	padding-top: 3px;
	background-image: url(images/morearrow_sidebar.png);
	margin-left: 110px;
	height: 25px;
}
div#NavSidebar div.usesright a.more-link {
	margin-left: 0;
}
div#NavSidebar div.usesright p {
	line-height: 1.3em;
	font-size: 0.7em;
	padding-bottom: 5px;
}
div#NavSidebar div.left {
	float: left;
	width: 140px;
	padding: 7px 0 0 7px;
}

div#NavSidebar div.right  {
	padding-left: 0;
	padding-right: 13px;
	padding-top: 7px;
	padding-bottom: 0;
	float: right;
}

* html div#NavSidebar div.right img {
	margin-top: 0;
}

div#NavSidebar div.usesimage {
background: url("images/sidebar_bg_small.png") no-repeat scroll 0 100% transparent;
margin-bottom: 12px;
height: 65px;
width: 248px;
padding:0 9px 8px 0;
}
div#NavSidebar div.usesimage img {
	padding:0;
}
div#NavSidebar div.ni127 h2 {
	background: url(images/sidebar_bg_small_blog_top.png) no-repeat 0 0;
	font-size: 1.2em;
	padding: 10px 5px 5px 5px;
}
div#NavSidebar div.ni127 h2 a {
	text-decoration: none;
}
div#NavSidebar div.inner {
	background: url(images/sidebar_bg_small_blog.png) no-repeat 0 100%;
}

div#NavSidebar div.previews {
	margin-top: 0;
}
div#NavSidebar div.blog {
	margin-bottom: 0;
	min-height: 100%;
	background-color: transparent;
	padding-right: 35px;
	padding-bottom: 5px;
}
div#NavSidebar div.previewimage img {
	display: none;
}
div#NavSidebar div.blog p {
	text-align: left;
	color: #666;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 1px;
}
div#NavSidebar div.blog h3 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: transparent;
}
div#NavSidebar div.blog h3 a {
	color: #aa4949;
}


div#NavSidebar div.latest {
	background: url(images/sidebar_bg_small_blog_top.png) no-repeat 0 0;
	font-size: 1.2em;
	padding: 40px 5px 5px;
	background-repeat: no-repeat;
}
div#NavSidebar div.usestext.style-pages {
	position: relative;
}
div#NavSidebar div.usestext.style-pages h2 {
	font-size: 1.2em;
	padding: 10px 5px 5px;
	position: absolute;
	top: 5px;
	left: 5px;
}

div#NavSidebar div.fxobj17 h2 a {
	text-decoration: none;
}
div#NavSidebar div.inner {
	background: url(images/sidebar_bg_small_blog.png) no-repeat 0 100%;
	padding-bottom: 10px;
}
div#NavSidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	div#NavSidebar ul li.blog {
		margin-bottom: 0;
		min-height: 100%;
		background-color: transparent;
		padding-right: 35px;
	}


		div#NavSidebar li.blog p {
			text-align: left;
			color: #666;
			padding-left: 5px;
			padding-right: 5px;
			margin-top: 1px;
		}

			div#NavSidebar li.blog h3 {
				padding-left: 5px;
				padding-right: 5px;
				padding-top: 5px;
			}
				div#NavSidebar li.blog h3 a {
					color: #aa4949;
				}
				div#NavSidebar div.latest ul  li.blog a.more-link,
				div#NavSidebar div.latest ul  li.blog div.previewimage {
					display: none;
				}

/* Files */
div#files {
  margin-top: 8px;
  clear: both;
}
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: 3px 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;
	background: url(images/pdf-icon.png) no-repeat 0 0;
}

div#files p {
}
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;
}

/********************************************* Pages **********************************/

div#pages {
	margin-top: 20px;
}
div#pages h3 {
	background-color: #fff;
	font-size: 1.2em;
}

div#pages div.pic {
	position: absolute;
	top: 5px;
	left: 5px;
}

div#pages div.pic a img {
	width: 25px;
	height: 25px;
	background-color: #ebe8d9;
}
div#pages div.three-cols h2,
div#pages div.four-cols h2 {
	font-size: 0.9em;
	line-height: 35px;
	height: 35px;
	padding-right: 15px;
	padding-left: 5px;
}
div#pages div.three-cols h2 a,
div#pages div.four-cols h2 a {
	text-decoration: none;
}
div#pages div.pic {
	display: none;
}
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 h2,
div#pages div.column div.inner h2 {
	font-size: 0.9em;
	background-color: #fbfaf7;
	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 h2 a,
div#pages div.column div.inner h2 a {
	color: #b72a26;
	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  h2 a.txt,
div#pages  h2 a.thm,
div#pages  div.pic  {
	float: left;
}

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

div#pages div.preview {
	border-top: 1px solid #f2f1eb;
	border-bottom: 1px solid #f2f1eb;
	background: #fbfaf7 url(images/menu_hover_arrow.png) no-repeat 95% 50%;
	margin-bottom: 5px;
	margin-left: -5px;
}



/* 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: 225px;
  	margin: 0;
  	padding-left: 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: 170px;
  	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: 125px;
  	margin: 0;
  	margin-left: 8px;
	overflow: hidden;
}
div.four-cols div.left {
  	margin-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 {
  	padding: 5px 0;
  	color: #666;
}
div#associated_form form input,
div#associated_form  form label,
div#associated_form  form select,
div#associated_form  form strong,
div#associated_form form span.form_fieldmsg {
  	font-family: 'Trebuchet MS',Arial,sans-serif;
    font-size: 0.75em;
  	color: #666;
}
div#associated_form  form textarea.form_textarea {
  	height: 120px;
  	font-family: 'Trebuchet MS',Arial,sans-serif;
    font-size: 0.75em;
  	color: #666;
 	background-color: #fbfaf7;
}

div#associated_form  form span.form_req { color: #aa4949; }
div#associated_form form input.form_text, div#associated_form  form textarea.form_textarea {
  	width: 250px;
 	margin: 2px 0;
    border: 1px solid #ccc;
 	background-color: #fbfaf7;
}
div#associated_form  form label.form_fieldreq, div#associated_form  form 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 div#associated_form  form label.form_fieldreq, * html div#associated_form  form label.form_field {
  display: inline;
}
/* end IE < 7 */

div#associated_form  form select {
  margin: 2px 0;
}

div#associated_form  form input.form_submit {
  margin: 8px 0 8px 124px;
}

div#associated_form  form div.form_ok {
  clear: both;
  border-width: 0 4px;
  border-style: solid;
  border-color: #fff;
}
div#associated_form  form div.form_alert {
  background-color: #ebe8d9;
  clear: both;
  border-width: 0 4px;
  border-style: solid;
  border-color: #9a8b3e;
}
* html div.form_ok, * html div.form_alert { height: 1px; }
form 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(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;
}

/*Search*/
ul#searchresults {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	ul#searchresults dt.result_image {
		display: none;
	}
/*END SEARCH*/

/*HOVER TIPS*/
	div.hoverTip div.tip-text {
		float: left;
	}
		div.hoverTip div.tip-text div.pic {
			float: left;
		}
			div.hoverTip div.tip-text div.pic a.thm,
			div.hoverTip div.tip-text div.pic a.txt
			{
				float: left;
				
			}
		
		div.hoverTip div.tip-text div.text {
			display: none;
		}
/*END HOVERTIPS*/

/*Gallery*/
/* GALLERY */

div#gallery {
	margin: 10px 0 0 0;
	padding: 0;
}
div#gallery div.column {
	position: relative;
}
div#gallery a.image {
	background-color: #fbfaf7;
	display: block;
	float: left;
	position: relative;
	width: 160px !important;
	height: 160px !important;
	margin-bottom: 5px;
}
div#gallery a.image:hover {
	background-color: #ebe8d9;
}
div#gallery img {
	position: absolute;
	top: 80px;
	left: 80px;
}
div#gallery h5 {
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 0 7px 7px 7px;
}
div#gallery h5 a {
	font-style: italic;
	color: #666;
	text-decoration: none;
}
div#article div#gallery p {
	display: none;
	background: url(images/morearrow_plus.png) no-repeat 0 0;
	position: absolute;
	top: 120px;
	right: 10px;
	padding: 0;
	margin: 0;
	line-height: 0;
}
div#article div#gallery div.column:hover p {
	display: block;
}

div#article div#gallery a.more-link {
	display: block;
	overflow: hidden;
	height: 30px;
	padding: 0 0 0 30px;
	width: 0;
	background-image: none;
	margin: 0;
}/*End Gallery*/

/* Products */
div#products {
    margin: 0 -10px -10px -10px;
    padding: 0 10px 10px 10px;
}
* html div#products { /* IE needs some help */
    width: 560px;
}

div#products div.productpreview {
    font-size: 0.9em;
    margin-top: 10px;
}
div#products div.productpreview a.thumbnail {
    position: relative;
    display: block;
    margin-bottom: 4px;
    width: 134px;
    height: 134px;
}
div#products div.productpreview a.thumbnail:hover {
    background-color: #ebe8d9;
}
div#products div.productpreview a.thumbnail img {
    position: absolute;
    display: block;
    left: 67px;
    top: 67px;
}
div#products div.productpreview p {
    
    margin: 2px 0;
    padding: 0;
    line-height: 1.3em;
  text-align: center;
}
div#products div.productpreview h6 {
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
  
}
div#products div.productpreview h6 a {
    color: #666;
    text-decoration: none;
}
div#products div.productpreview h6 a:hover {
    color: #aa4949;
}
div#products div.productpreview span.price {
  font-weight: bold;
}
div#products div.productpreview a.more-link {
  display: none;
}