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

html {
  background: #fff url(images/html_bg_mountains.jpg) repeat-x 0 0;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(images/middle_drop_shadow.png) repeat-y 50% 0;
}
* html body {
	background-image: none;
}
a img {
  border: 0;
}


/*************************************** Main Containers *********************************/

div {
  margin: 0;
  padding: 0;
}
div#wrapper {
  background: #fff url(images/pagebackground.png) repeat-y 29px 0;
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
	padding-top: 37px;

}

* html div#wrapper {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
/************************************* Header *************************************/

div#header {
	background: url(images/barcode.png) no-repeat 0 -161px;
}

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;
	left: 61px;
	top: 100px;
	font-size: 0.6875em;
}
div#welcome span {
}
div#welcome a {
	padding-left: 2em;
}

/************************************* Banner *************************************/

div#banner {
	position: relative;
	margin: 0 29px 0 30px;
}
div#banner div.left {
	float: left;
	padding-top: 20px;
	padding-bottom: 5px;
}
div#banner h2 {
	font-size: 1.2em;
	float: right;
	margin: 50px 15px 0 0;
}

div#banner h2 a {
	color: #666;
	font-weight: normal;
	letter-spacing: 0;
}
div#banner a img {
	float: left;
	padding: 0;
	margin: 0;
}
div#bannerimage img {
	position: relative;
	right: 29px;
	margin-top: 0;
}

/*************************************** Section ******************************************/

div#section {
	position: relative;
	background: url(images/barcode.png) no-repeat 0 100%;
}

/*************************** Open Close Section elements *****************************/

div#section div.navitem h2 {
	font-size: 0.9em;
	line-height: 1.83em;
	background: #f0f0f0 url(images/generic_bars.png) no-repeat right 0;
}

div#section div.navitem h2 a {
	display: block;
	padding-left: 0;
	letter-spacing: 0;
}
div#section div.navitem h2 a:hover {
	color: #333;
}

div#section div.navitem {
	border-bottom: 1px solid #fff;
	padding: 0;
}
div#section div.navitem h2.opened {
	background-position: -1800px 0;
}
div#section div.navitem h2.opened:hover {
	background-position: -1800px 0;
}


div#section div.navitem h2.closed {
	background-position: 0 0;
}
div#section div.navitem h2.closed:hover {
	background-position: -1200px 0;
}



div#section div.navitem div.pic {
	padding: 0;
	margin: 0;
}
div#section div.navitem div.pic a {
	display: block;
	padding: 0;
	margin: 0;
}
div#section div.navitem div.pic a img {
	display: block;
	padding: 0 15px 0 0;
	margin: 0;
}
div.navitem a.more-link {
	display: block;
  text-align: right;
}

/************************************* content ***************************************/

div#content {
  float: right;
  width: 600px;
  padding-right: 29px;
}

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

/******************************************** article **********************************/

div#article {
  padding: 20px 0 30px 1px;
  margin: 0 0 0 0; /* fixes ie7 and safari issues */
  background: url(images/article_border_left.png) repeat-y 0 0;
  min-height: 300px;
}
* html div#article {
  height: 300px;
}
div#article h1,
div#article h2,
div#article h3,
div#article h4,
div#article h5,
div#article address,
div#article pre,
div#article h6 {
	padding: 0 25px;
}
div#article h1,
div#article h2,
div#article h3 {
	margin-bottom: 10px;
}
div#article p {
	padding: 0 25px 10px 25px;
}

div#article li {
	padding-right: 25px;
}

div#article ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
}

div#article ul li {
	margin-left: 40px;
}

div#article img#pic1 {
	position: relative;
	top: -20px;
}

/******************************** news article next previous stuff *************************/

div#nextprevious {
	position: relative;
    background: url(images/border_horizontal.png) repeat-x 0 0;
	padding-top: 1px;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
}
* 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;
	margin-left: 10px;
	margin-top: 33px;
}
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;
	margin-top: 33px;
	margin-right: 10px;
}
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: 60px;
	height: 75px;
	position: absolute;
	left: 270px;
	top: 20px;
	margin: 0;	
	
}
div#nextprevious a.top:hover {
	background-position: 0 -101px;
}
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 {
}

/********* New Main Navigation ***************/

div#nav {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
    padding: 0;
    margin: 0;
	height: 37px;
	width: 100%;
	background: #e3e3e3 url(images/nav_bg.png) repeat-x 0 100%;
}
div#nav ul {
	float: left;
	list-style: none;
    margin: 0 0 0 29px;
    padding: 0;
	border-right: 1px solid #bbb;
}
* html div#nav ul {
	margin-right: 14px;
}
div#nav ul ul {
	position: absolute;
	top: 37px;
	left: 0;
	padding: 0;
	margin: 0;
	height: auto;
	z-index: 1000;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background: transparent url(images/dropdown_bg.png) repeat 0 0;
}
* html div#nav ul ul {
	background-color: #fafafa;
	background-image: none;
}
div#nav li {
	float: left;
    margin: 0;
    padding: 0;
	position: relative;
}
div#nav li li {
	float: none;
}
div#nav li a {
	display: block;
	padding: 10px 10px 11px 10px;
    margin: 0;
    height: 16px;
	font-size: 1.05em;
	text-align: left;
	font-weight: normal;
	color: #555;
	cursor: pointer;
	border-left: 1px solid #bbb;
}
* html div#nav li a {
	float: left;
}
div#nav li li a {
	float: none;
    height: 22px;
	width: 270px;
	margin: 0;
	overflow: hidden;
	border-left: none;
	border-top: 1px dotted #ccc;
	padding: 6px 5px 3px 10px;
}

div#nav li:hover {
	background: #b5b5b5 url(images/nav_bg_active.png) repeat-x left 100%;
}
div#nav li:hover a {
	color: #fff;
}
div#nav li:hover li a {
	color: #666;
}
div#nav li li:hover a {
	color: #666;
}


div#nav li.active  {
	background: #ccc url(images/nav_bg_hover.png) repeat-x left 100%;
}
div#nav li.active a {
	color: #fff;
}
div#nav li.active li {
	background-image: none;
	background-color: transparent;
	color: #666;
}
div#nav li li:hover,
div#nav li li.active a {
	background: transparent url(images/dropdown_bg_hover.png) repeat 0 0;
	color: #454545;
}
* html div#nav li li:hover,
* html div#nav li li.active a {
	background-color: #e3e3e3;
	background-image: none;
}

div#nav li.H a span {
	display: none;
}
div#nav li.H a {
	width: 20px;
	background: #6a6a6a url(images/home_button_hover.png) no-repeat 50% 0;
}
div#nav li.H a:hover {
	background-position: 50% -63px;
}



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



/******************* Page menu *******************/

div#pagemenu {
	padding: 1px 0 0 0;
    background: url(images/border_horizontal.png) repeat-x 0 0;
}

div#pagemenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#pagemenu li {
	list-style: none;
	width: 300px;
}
div#pagemenu li a {
	display: block;
	padding: 5px 0 5px 30px;
	font-size: 1.1em;
	line-height: 1.4em;
	min-height: 19px;
	color: #666;
	margin: 0;
	list-style: none;
	background-color: #fafafa;
	border-bottom: 1px dotted #ccc;
}
* html div#pagemenu li a {
	height: 19px;
}

div#pagemenu li li a {
	padding-left: 50px;
	background-color: #fff;
}
div#pagemenu li li li a {
	padding-left: 70px;
	background-color: #fff;
}

div#pagemenu li a:hover {
	color: #333;
	background: #f1f1f1 url(images/pagemenu_nav_hover.png) no-repeat 0 50%;
}

div#pagemenu li.current a {
	background: #f1f1f1 url(images/pagemenu_nav_hover.png) no-repeat 0 50%;
}
div#pagemenu li.current li a {
	font-weight: normal;
	background-image: none;
	background-color: #fff;
	
}
div#pagemenu li.current li a:hover {
	background: #f1f1f1 url(images/pagemenu_nav_hover.png) no-repeat 0 50%;
}
div#pagemenu li li {
	display: none;
}

div#pagemenu li.active li {
	display: block;
	line-height: 1.4em;
	padding-left: 0;
}
div#pagemenu ul#backto {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 22px;
	text-transform: lowercase;
}
* html div#pagemenu ul#backto {
	display: none;
}

div#pagemenu ul#backto li a {
	width: 280px;
	display: block;
	border-bottom: none;
	background: url(images/back.png) no-repeat 7px 6px;
}

div#pagemenu ul#backto li a:hover {
	color: #f60;
	background-position: 7px -38px;
}


/*************************** breadcrumb trail ***************************/

div#breadcrumbs {
	text-align: right;
	margin: 0;
    background: url(images/border_horizontal.png) repeat-x 0 100%;
}
* html div#breadcrumbs {
	margin: 0 0 0 0;
}
div#breadcrumbs ul {
  margin: 0;
  padding: 4px 13px 4px 0;
}
div#breadcrumbs li {
  display: inline;
  list-style: none;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #666;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
}
div#breadcrumbs li a {
  color: #999;
  text-decoration: none;
}
div#breadcrumbs li a:hover {
  color: #333;
}

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

div#footer {
	background: #fafafa url(images/border_horizontal.png) repeat-x 0 0;
	padding: 10px 10px 20px 10px;
	margin: 0 29px 0 30px;
	text-align: right;
}

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 5px;
 	margin: 2px 0;
    font-size: 0.6875em;
	text-align: right;
}
div#footer address {
  	padding: 2px 8px 0 8px;
    font-size: 0.6875em;
    font-style: normal;
 	color: #666;
	text-align: right;
}

div#footer p#telephone,
div#footer p#fax,
div#footer p#mobile,
div#footer p#email {
	display: inline;
}

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: right;
    padding: 5px 10px 5px 8px;
    margin-top: 5px;
    font-size: 0.6875em;
}
div#footer p#designedby a img {
	margin-bottom: -10px;
}

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

div#FooterIncludes {
    background: url(images/border_horizontal.png) repeat-x 0 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}

div#Footer-1 {
	float: left;
	width: 251px;
	background: url(images/border_vertical.png) repeat-y 100% 0;
	margin: 0 0 15px -10px;
	text-align: left;
	padding: 10px 25px;
}

div#Footer-2 {
	float: left;
	width: 250px;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 10px 25px;
	background: url(images/border_vertical.png) repeat-y 100% 0;
}

div#Footer-3 {
	float: right;
	width: 250px;
	text-align: left;
	margin: 0 -10px 15px 0;
	padding: 10px 25px;
}
* html div#Footer-3 {
	width: 245px;
}
div#Footer-1 p,
div#Footer-2 p,
div#Footer-3 p {
	text-align: left;
	padding: 0;
}

div#Footer-1 h1,
div#Footer-2 h1,
div#Footer-3 h1 {
	font-size: 1.5em;
	text-transform: lowercase;
}

* html div#Footer-1 {
	margin-left: -5px;
	height: 200px;
}
* html div#FooterIncludes,
* html div#Footer-2,
* html div#Footer-3 {
}

/************ in-page Search ******************/

div#search {
  position: absolute;
  top: 0;
  right: 25px;
  width: 203px;
  padding-left: 2px;
  height: 37px;
  background: transparent url(images/searchbubble.png) no-repeat right 0;
}
div#search label { 
	display: block;
	float: left;
	width: 0;
	padding: 0 0 0 15px;
	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: 10px 0 0 0;
	padding: 2px 0 0 0;
	color: #666;
	border: 0;
	background-color: #fff;
	line-height: 15px;
  text-transform: capitalize;
}
div#search input#searchbox {
	width: 160px;
	height: 17px;
}
div#search input.pagesearchbutton {
	margin-top: 9px;
}


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


/********************************************* Specific Menu *********************************/

div#specificmenu {
	width: 100%;
	clear: both;
	height: 240px;
}

div#specificmenu h2 {
	text-align: right;
	color: #fff;
	background-color: transparent;
}
div#specificmenu h2 a {
	color: #fff;
}
div#specificmenu h1 {
	text-align: right;
	font-size: 1.8em;
	color: #fff;
}
div#specificmenu  b {
	color: #777;
}
div#specificmenu div.usesright {
	height: 240px;
}
div#specificmenu div.usesright div.left ul {
	list-style: none;
	font-size: 1.15em;
	margin: 0;
	padding: 20px 0 0 0;
}
div#specificmenu div.usesright div.left ul li a {
	color: #fff;
	line-height: 1.8em;
	padding: 1px 0;
	display: block;
}
* html div#specificmenu div.usesright div.left ul li a {
	height: 20px;
}
div#specificmenu div.usesright div.left ul li a:hover {
    background: url(images/menu_arrow.png) no-repeat 0 50%;
}

div#specificmenu div.usesright div.left {
	height: 120px;
	padding: 80px 15px 40px 0;
	float: left;
	width: 315px;
	text-align: right;
}

div#specificmenu div.usesright div.right {
	background-color: #fff;
	float: right;
	width: 630px;
}
* html div#specificmenu div.usesright div.left {
	margin-bottom: 0;
	padding-bottom: 0;
}
* html div#specificmenu div.usesright div.right img {
	margin: 0;
	padding: 0;
}


div#slideshow_plugin img {
	padding: 0;
	margin: 0;
	display: block;
}

div#specificmenu div.usesright div.left h3 {
	background-color: transparent;
	text-align: right;
}

div#specificmenu div.usesright div.left p {
	display: none;
}
div#specificmenu div.usesright div.left p:hover {
	display: block;
}
/********************************************* aside **********************************/

div#aside {
    float: left;
    width: 300px;
    padding: 0;
    margin: 26px 0 30px 30px;
	background-color: #fff;
	clear: left;
}
* html div#aside {
	margin-left: 15px;
}
div#aside div.inner {
	padding: 10px 30px;
}

div#aside p {
	line-height: 1.5em;
	padding: 0;
}

div#aside a.more-link {

}
div#aside h3, div#aside h2 {
    font-size: 0.875em;
    letter-spacing: 0px;
    line-height: 1em;
    color: #333;
}

/********************************************* menu sidebar **********************************/
div#aside ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
div#aside li {
	list-style: none;
	padding: 0;
	margin: 0;
	position: static;
}
div#aside h3 {
	background-color: transparent;
	line-height: 1.2em;
	font-size: 1.05em;
}
div#aside h3 a {
	background-color: transparent;
	font-weight: normal;
}
div#aside p.pubdate {
	padding-bottom: 4px;
}

div#aside h6 a {
	color: #808080;
}
div#aside div.navitem h1,
div#aside div.navitem h2 {
	font-size: 0.8em;
	line-height: 2em;
	color: #555;
	letter-spacing: 0;
	padding: 0 30px;
	background-color: #f1f1f1;
    font-weight: normal;
}
div#aside div.navitem h1 a,
div#aside div.navitem h2 a {
	display: block;
	padding-left: 0;
	letter-spacing: 0;
    cursor: pointer;
}
div#aside div.navitem h1 a:hover,
div#aside div.navitem h2 a:hover {
	color: #333;
}
div#aside div.navitem h1.opened,
div#aside div.navitem h2.opened,
div#aside div.navitem h1.closed,
div#aside div.navitem h2.closed {
	background: #f1f1f1 url(images/search_bar_new_v1.png) no-repeat 0 0;
    cursor: pointer;
}
div#aside div.navitem h1.opened,
div#aside div.navitem h2.opened {
	background-position: -900px 0;
}

div#aside div.navitem h1.opened:hover,
div#aside div.navitem h2.opened:hover {
	background-position: -900px 0;
}

div#aside div.navitem h1.closed,
div#aside div.navitem h2.closed {
	background-position: 0 0;
}
div#aside div.navitem h1.closed:hover,
div#aside div.navitem h2.closed:hover {
	background-position: -600px 0;
}
div#aside div.navitem h2 a.rss {
	margin-left: -17px;
	padding-left: 17px;
}
div#aside div.RSSdomain-twittercom h2 a.rss {
	margin-left: -21px;
	padding-left: 21px;
}
div#aside ul { 
}
div#aside div#menuSidebar { 
	overflow: visible;
}

div#aside div#menuSidebar h6 a:hover {
	color: #f60 !important;
}

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

div#pages {
	margin-top: 0;
}
div#pages h3 {
	background-color: #fff;
	font-size: 1.2em;
	padding-bottom: 10px;
}

div#pages div.pic {
	float: left;
}
div#pages div.pic a img {
	width: 166px;
}
div#pages div.six-cols h2 {
	display: none;
}

div#pages div.inner {
	display: none;
}
div.hoverTip,
div#pages div.column:hover div.inner {
	z-index: 1000;
	position: absolute;
	top: -100px;
	right: 25px;
	display: block;
	background: url(images/hammer_speech_bubble.png) no-repeat 0 0;
	width: 339px;
	height: 125px;
}
div.hoverTip,
div#pages div.six-cols div.column:hover div.inner {
	right: -20px;
	top: -100px;
}
div#pages div.six-cols div.column div.pic a img {
	width: 71px;
}
div.hoverTip a img,
div#pages div.column div.inner a img {
	width: 71px;
	height: 52px;
	margin-left: 20px;
}
div.hoverTip h3,
div#pages div.column div.inner h3 {
	font-size: 0.8em;
	background-color: #fafafa;
	width: 300px;
	margin-left: 20px;
	margin-top: 7px;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 0;
}
div.hoverTip h3 a,
div#pages div.column div.inner h3 a {
	color: #CC3300;
}
div.hoverTip p,
div#pages div.inner p {
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 0.75em;
	line-height: 1.1em;
}
div.hoverTip div.text,
div#pages div.inner div.text {
	height: 52px;
	overflow: hidden;
}

div#pages div.inner h3 {
	padding: 0;
	margin: 0;
}
div.hoverTip a img {
	float: left;
	margin-right: 15px;
}


/********************************************* Links **********************************/


div#links div.pic {
	float: left;
}
div#links div.pic img {
	padding-right: 0;
}
div#links div.usestext {
}
div#links div.usestext p {
	margin-left: 200px;
	padding-top: 5px;
}

div#links div.inner {
}
div#links div.inner p {
	margin-left: 0;
}


/**************************************** Files ****************************************/

div#files {
  margin-top: 8px;
}
div#files ul {
  margin: 0;
  padding: 5px 0;
}
div#files ul a {
  display: block;
  text-decoration: none;
}
div#files ul a:hover {
}
div#files li {
  list-style: 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 {
	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;
}

/********************************* Associations *********************************/

div.association {
	position: relative;
	padding: 0;
    background: url(images/border_horizontal.png) repeat-x 0 100%;
}
div.association p {
	line-height: 1.2em;
}

div.association h3 {
	text-align: left;
	background-color: #f0f0f0;
}
div.association h3 a {
  text-decoration: none;
	color: #666;
}
div.association h3 a:hover {
	color: #006699;
}


/************************************* Two Column Layout *************************/

div.two-cols {
}
div.two-cols div.column {
  float: left;
  width: 280px;
  margin: 0;
  padding-left: 10px;
}
div.two-cols div.column h3 {
  background-color: #00728b;
  color: #fff;
}
div.two-cols div.left {
  padding-left: 0;
}
div.two-cols div.right {

}

/************************************* Three Column Layout *************************************/

div.three-cols {
	width: 600px;
	padding-bottom: 23px;
}
div.three-cols div.column {
  float: left;
  width: 166px;
  margin: 0;
  padding-left: 34px;
  padding-right: 0;
}
div.three-cols div.left {
}
div.three-cols div.right {

}
div#article div.three-cols p {
	padding-left: 0;
}
div#article div.three-cols img {
	margin-left: -25px;
	display: block;
}
div#pages div.three-cols div.column {
    position: relative;
	padding-left: 22px;
}
div#pages div.three-cols div.left {
	padding-left: 25px;
}
div#pages div.three-cols h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 156px;
	padding: 3px 5px;
	text-align: center;
	line-height: 1.2em;
	font-size: 0.8em;
	height: 30px;
	cursor: pointer;
	margin-bottom: 0;
	background: url(images/pixel.png) repeat 0 0;
}
div#pages div.three-cols h2 a {
	color: #fff;
}
div#pages div.three-cols h2 a:hover {
	color: #fff;
}
* html div.three-cols div.column {
	margin: -10px -24px 0 -10px;
}
* html div#pages div.three-cols div.column {
	margin: 0 -11px 0 0;
}
* html div#article div.three-cols h2 {
	background-color: #666;
}

div#pages div.three-cols div.inner {
	width: 100px;
	height: 100px;
	background-color: red;
}

/************************************* Four Column Layout *************************************/
div.four-cols div.column {
  float: left;
  width: 140px;
  margin: 0;
  padding-left: 4px;
}
div.four-cols div.left {
  padding-left: 0;
}

/************************************* Four Column Layout *************************************/
div#pages div.six-cols div.column {
  float: left;
  width: 71px;
  margin: 0;
  padding-left: 23px;
  padding-bottom: 23px;
	position: relative;
}
div#pages div.six-cols div.left {
  padding-left: 25px;
}
* html div#pages div.six-cols div.column {
  padding-left: 10px;
}
* html div#pages div.six-cols div.left {
  padding-left: 25px;
}
/************************************************* Gallery styles *******************************/

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


/************************************* 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-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 span.checkboxes  {
	margin-right: 260px;
	float: right;
	padding-bottom: 5px;
}
* html form#contact span.checkboxes  {
	margin-right: 260px;
}
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: 160px;
  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 160px;
}

form#contact div.form_ok {
  clear: both;
}
form#contact div.form_alert {
  background: url(images/greenarrow.png) no-repeat 4px 50%;
  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;
}

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

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

