/*  HTML5 Boilerplate  */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

html {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:12px sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; overflow-x: hidden; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


 /* Primary Styles
    Author:
 */

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {


  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


/***********************************************************************************************************************
* Pole Star Global Styles
***********************************************************************************************************************/


/* Element ************************************************************************************************************/

body {
	background: #fff;
	font: 0.75em/1.5 Arial, sans-serif;
	color: #777;
}
a, a:visited, a:active {
	text-decoration: none;
	color: #1b8bda;
}
a:hover {
	text-decoration: underline;
	color: #035FC6;
}
a:link {
	-webkit-tap-highlight-color: #035FC6;
}
h1, h2, h3, h4, h5, h6 {
	color: #525151;
}
h1 {
	font-size: 2em; /* 24px */
	margin: 0.75em 0; /* 18px */
}
h2 {
	font-size: 1.667em; /* 20px */
	margin: 0.9em 0; /* 18px */
}
h3 {
	font-size: 1.333em; /* 16px */
	margin: 1.125em 0; /* 18px */
}
h4, h5, h6 {
	font-size: 1.167em; /* 14px */
	margin: 1.286em 0; /* 18px */
}
p, ul, ol, dl {
	margin: 1.5em 0; /* 18px */
}
ul, ol, dl {
	list-style-position: outside;
	padding-left: 40px;
}
nav ul {
	padding-left: 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, ul:first-child, ol:first-child, dl:first-child {
	margin-top: 0;
}
figcaption {
	font-size: 0.833em;
	padding: 0 0.6em;
}
hr {
	height: 1px;
	background: url(/media/images/hr-dot.gif) repeat-x scroll 0 0;
	border: 0;
	margin: 1.5em 0;
	clear: both;
}

/* Class **************************************************************************************************************/

.alignleft {
	float: left;
	margin: 0 1.5em 0.75em 0;
}
.alignright {
	float: right;
	margin: 0 0 0.75em 1.5em;
	max-width: 50%;
}
/**
* List where item full details can be toggled visible or not
*/
.toggle-list {
	list-style-type: none;
	padding: 0;
	border: 1px solid #bcbcbc;
	border-top: 0;
}
.toggle-list > li {
	background: #f7f7f7;
	-moz-transition: background-color 0.25s linear;
	-ms-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	-webkit-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}
.toggle-list > li.open {
	background: #fff;
}
.toggle-list > li > h2 {
	background: transparent url(../images/icon-arrow-d.gif) no-repeat scroll 97% center;
	border-top: 1px solid #bcbcbc;
	margin: 0;
	font-size: 1.167em;
	padding: 0.643em;
	cursor: pointer;
}
.toggle-list > li.open > h2 {
	background-image: url(../images/icon-arrow-u.gif);
}
.toggle-list > li > div {
	padding: 0.75em;
	overflow: hidden;
}
.js .toggle-list > li > div {
	/* Visibility managed by JS */
	display: none;
}
/**
* PPT presentations
*/
.presenter .download {
	display: inline-block;
	padding: 0.5em 0.5em 0.5em 1.5em;
	background: transparent url(../images/carrot.gif) no-repeat scroll 0.5em center;
}
.presenter .movie {
	width: 804px;
	height: 587px;
}
.presenter .movie object {
	display: block;
}

/* Structure **********************************************************************************************************/

#body {
	position: relative;
	width: 962px;
	min-height: 640px;
	margin: 0 auto;
}
#wrap {
	overflow: hidden;
	margin: 0 30px;
	padding-bottom: 1em;
}
#wrap > header .logo {
	float: left;
	margin: 1.5em 0 1.5em 0.75em;
}
#wrap > header .logo img {
	width: 17.917em;
	height: 4.167em;
}
#wrap > header > div {
	float: right;
	margin: 3em 0.75em 0 0;
}
#wrap > header .social {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding-left: 1.5em;
}
#wrap > header .social li {
	display: inline-block;
}
.ie7 #wrap > header .social li {
	display: inline;
}
#wrap > header .social img {
	width: 16px;
	height: 16px;
}

#top-nav {
	display: inline-block;
	vertical-align: middle;
}
.ie7 #top-nav {
	position: relative;
	z-index: 1;
	display: inline;
}
#top-nav .item {
	position: relative;
	float: left;
}
#top-nav .tab {
	background: #fff;
	color: #666;
	display: block;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-left-color: #bcbcbc;
	padding: 0.250em 1.5em;
}
#top-nav .item:first-child .tab {
	border-left-color: #fff;
}
#top-nav .tab:hover {
	text-decoration: none;
	color: #333;
}
#top-nav .tab:focus {
	outline: none;
}
#top-nav .item.active .tab {
	border: 1px solid #bcbcbc;
	color: #333;
	border-bottom: 0;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-bottom-left-radius: 0;
	-o-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-o-border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
	z-index: 501;
	margin: 0 -0.250em;
	padding: 0.250em 1.750em 0.333em;
}
#top-nav .dd {
	position: absolute;
	top: 25px;
	left: 0;
	width: 250px;
	overflow: hidden;
	padding: 0.75em;
	background: #fff;
	border: 1px solid #bcbcbc;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #444;
	display: none;
	z-index: 500;
}
#top-nav .item.active .dd {
	display: block;
}
#top-nav .dd a {
	color: #1B8BDA;
}
#top-nav .dd a:hover {
	color: #0066b3;
}
#top-nav .dd ul {
	padding: 0;
	list-style: none;
}

#top-nav-item-products .dd {
	width: 656px;
	left: -233px;
	padding: 0;
}
#top-nav-item-products .dd .top {
	overflow: hidden;
}
#top-nav-item-products .dd .top div {
	width: 27%;
	min-height: 114px;
	padding: 1.5em 1.5em 55px 1.5em;
	border-left: 1px solid #ddd;
	float: left;
}
#top-nav-item-products .dd .top div:first-child {
	border-left: 0;
}
#top-nav-item-products .dd .top div.lrit {
	background: transparent url(../images/logo-lrit-top-nav.gif) no-repeat scroll bottom center;
}
#top-nav-item-products .dd .top div.purplefinder {
	background: transparent url(../images/logo-purplefinder-top-nav.gif) no-repeat scroll bottom center;
}
#top-nav-item-products .dd .top div.purpletrac {
	background: transparent url(../images/logo-purpletrac-top-nav-resized.png) no-repeat scroll bottom center;
}
#top-nav-item-products .dd .top div.fisheries {
	background: transparent url(../images/logo-absolute-top-nav.gif) no-repeat scroll bottom center;
}
#top-nav-item-products .dd .bottom {
	border-top: 1px solid #ddd;
	padding: 1.5em;
	overflow: hidden;
}
#top-nav-item-products .dd .bottom ul {
	float: left;
	width: 47%;
}
#top-nav-item-products .dd h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 1em;
}
#top-nav-item-products .dd h3, #top-nav-item-products .dd h3 a {
	color: #006ab6;
}
#top-nav-item-products .dd ul {
	list-style-type: square;
	margin: 0;
	padding-left: 1.5em;
}
#top-nav-item-products .dd ul a, #top-nav-item-products .dd ul a:visited, #top-nav-item-products .dd ul a:active {
	color: #333;
}
#top-nav-item-products .dd ul a:hover {
	color: #1B8BDA;
}
#top-nav-item-contact .dd {
	left: -80px;
}
#top-nav-item-contact .dd li.support {
	border-bottom: 1px solid #bcbcbc;
	border-left: 0;
	border-right: 0;
	margin: 0.45em 0;
	padding: 0.45em 0;
}
#top-nav-item-contact .dd li span, #top-nav-item-contact .dd li a {
	display: inline-block;
}
#top-nav-item-contact .dd li .region {
	width: 36%;
}
#top-nav-item-contact .dd li .tel {
	width: 51%;
}
#top-nav-item-contact .dd li.support .tel {
	width: 49%;
}
#top-nav-item-contact .dd li .map {
	width: 10%;
}
#top-nav-item-contact .dd p {
	margin: 0;
}
#top-nav-item-where-to-buy .dd {
	left: -65px;
}
#top-nav-item-where-to-buy .dd .map {
	margin: 0 auto;
	width: 212px;
}

#main {
	border: 1px solid #cfcfcf;
	border-top: 0;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 1px 3px #cfcfcf;
}

#top-bar {
	overflow: hidden;
	background: #085494;
	padding-top: 2px;
}
.site-purplefinder #top-bar {
	background: #51346d;
}
.site-lrit #top-bar {
	background: #961a1a;
}
.site-fisheries #top-bar {
	background: #0d9ac8;
}
.site-purpletrac  #top-bar{
	background: #455971;
}
#top-bar .left, #top-bar .right {
	float: left;
}
#top-bar .left {
	width: 74.2%;
}
#top-bar .right {
	width: 25.8%;
}
#top-bar img {
	width: 100%;
	display: block;
}
#breadcrumbs {
	background: #085494;
	margin: 0 0 1.5em;
	padding:0;
	-webkit-box-shadow: 0 2px 3px #bcbcbc;
	-moz-box-shadow: 0 2px 3px #bcbcbc;
	-o-box-shadow: 0 2px 3px #bcbcbc;
	box-shadow: 0 2px 3px #bcbcbc;
}
.site-purplefinder #breadcrumbs {
	background: #51346d;
}
.site-lrit #breadcrumbs {
	background: #961a1a;
}
.site-fisheries #breadcrumbs {
	background: #0d9ac8;
}
.site-purpletrac #breadcrumbs{
	background: #455971;
}
#breadcrumbs li {
	display: inline-block;
	color: #fff;
}
.ie7 #breadcrumbs li {
	display: inline;
}
#breadcrumbs li:before {
	content: ' > ';
}
#breadcrumbs li:first-child:before {
	content: none;
}
#breadcrumbs a {
	display: inline-block;
	font-size: 0.917em;
	color: #fff;
	padding: 0.75em;
}
.ie7 #breadcrumbs a {
	display: inline;
}
#breadcrumbs li:first-child a {
	padding-left: 1.5em;
}

/**
* Main content
*/
#content {
	float: left;
	width: 70.25%;
	margin: 0 -1px 1.5em 0;
	padding: 0 1.875%;
	border-right: 1px solid ;
}

/**
* Where to buy map
*/
#wheretobuyimg {
	display: inline-block;
	width: 212px;
	height: 118px;
	background: transparent url(../images/where-to-buy-map.gif) no-repeat scroll 0 0;
}
#wheretobuyimg.africa {
	background-position: 0 -118px;
}
#wheretobuyimg.asia-pacific {
	background-position: 0 -236px;
}
#wheretobuyimg.europe {
	background-position: 0 -354px;
}
#wheretobuyimg.middle-east {
	background-position: 0 -472px;
}
#wheretobuyimg.north-america {
	background-position: 0 -590px;
}
#wheretobuyimg.south-america {
	background-position: 0 -708px;
}

/**
* Sidebar
*/
#sb {
	float: left;
	width: 22.25%;
	margin: 0 1.875%;
}
#sb aside {
	margin: 1.5em 0;
}
#sb aside:first-child {
	margin-top: 0;
}
#sb aside h1 {
	font-size: 1.333em; /* 16px */
	margin: 0.563em 0; /* 9px */
}
#sb aside h1:first-child {
	margin-top: 0;
}
#sb aside.link, #sb aside.thumbnail {
	margin: 0.75em 0;
	padding: 0 0 0.75em 0;
	border-bottom: 1px solid #cfcfcf;
}
#sb aside.link:first-child, #sb aside.thumbnail:first-child {
	margin-top: 0;
}
#sb aside.link.first, #sb aside.thumbnail.first {
	border-top: 1px solid #cfcfcf;
	padding-top: 0.75em;
}
#sb aside.link * {
	vertical-align: middle;
}
#sb aside.thumbnail img {
	max-width: 100%;
}
#sb aside.thumbnail p:last-child {
	margin-bottom: 0;
}
/* Contact */
#sb aside.contact {
	padding-bottom: 70px;
}
#sb aside.contact ul {
	margin: 0;
	padding: 0;
}
#sb aside.contact li {
	list-style-type: none;
}
#sb aside.contact li:last-child {
	margin-top: 1em;
}
#sb aside.contact a {
	float: right;
}

/**
* Footer
*/
#body > footer {
	text-align: center;
	color: #a5a5a5;
}
#body > footer a, #body > footer a:hover, #body > footer a:visited {
	color: #a5a5a5;
}
#body > footer ul {
	margin: 0 0 0.25em;
	padding: 0;
	list-style-type: none;
}
#body > footer li {
	display: inline-block;
	font-size: 0.833em;
}
.ie7 #body > footer li {
	display: inline;
}
#body > footer li:before {
	content: " | ";
}
#body > footer li:first-child:before {
	content: none;
}


/* Page Specific ******************************************************************************************************/


/**
* Home page
*/
.page-home #main {
	border: 0;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.page-home #main-nav {
	float: left;
	width: 229px;
}

/**
* Billboard pages
*/
.page-billboard #news_styling {
	width: 74.375%;
	float: left;
}
.page-billboard #news_styling a {
	color:#333;
}
.page-billboard #ticker_main {
	color: #333;
	border: 1px solid #bcbcbc;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 3px #eee;
	-moz-box-shadow: 0 2px 3px #eee;
	-o-box-shadow: 0 2px 3px #eee;
	box-shadow: 0 2px 3px #eee;
	background: url(/media/images/icon-rss.png) no-repeat scroll 0.75em center;
	line-height: 30px;
	list-style: none;
	margin:0;
	padding: 0 0 0 36px;
}
.page-billboard #ticker_main li {
	display: inline;
}
/* Lightbox */
.page-billboard #news {
	width:804px;
	height:494px;
	padding:10px 40px;
	line-height: 1.4;
}
.page-billboard #news h2 {
	margin:6px 0;
	padding: 0 0 0 24px;
	background: transparent url(/media/images/icon-rss.png) left center no-repeat;
}
.page-billboard #news .items {
	border-bottom:solid 1px #bcbcbc;
}
.page-billboard #news article {
	border:solid 1px #bcbcbc;
	border-bottom:none 0;
	overflow-x: auto;
	padding: 1em 1.5em;
	background: #f5f5f5;
}
.page-billboard #news .open {
	height: 230px;
	background: transparent;
	-moz-box-shadow: 0 -5px 5px -5px #666 inset;
	-webkit-box-shadow: 0 -5px 5px -5px #666 inset;
	box-shadow: 0 -5px 5px -5px #AAA inset;
}
.page-billboard #news p {
	display: none;
	font-size: 1.0em;
	line-height: 1.4;
}
.page-billboard #news .open p {
	display: block;
}
.page-billboard #news h3 {
	margin: 0;
}
.page-billboard #news article.open:hover h3 {
	text-decoration: none;
}
.page-billboard #news article:hover h3 {
	text-decoration: underline;
	cursor: pointer;
}
.page-billboard #news .meta{
	font-style: italic;
	color: #666666;
}
.page-billboard #news .more {
	margin-top: 20px;
}
.page-billboard #billboard {
	margin: 0 0 2em;
}
.page-billboard #billboard .tabs {
	overflow: hidden;
}
.page-billboard #billboard .tab {
	float: left;
	width: 25%;
}
.page-billboard #billboard .tab h2 {
	font-size: 1em;
	margin: 0;
}
.page-billboard #billboard .tab a {
	display: block;
	font-size: 1.333em;
	font-weight: normal;
	line-height: 3.2em;
	color: #333;
	text-align: center;
	background: #f8f8f8;
	border: 1px solid #bcbcbc;
	border-left: 0;
}
.page-billboard #billboard .tab a:hover {
	background: #f2f2f2;
	text-decoration: none;
}
.page-billboard #billboard .tab:first-child a {
	border-left: 1px solid #bcbcbc;
}
.page-billboard #billboard .tab.selected a {
	color: #0067bd;
}
.site-purplefinder.page-billboard #billboard .tab.selected a {
	color: #601490;
}
.site-lrit.page-billboard #billboard .tab.selected a {
	color: #b70101;
}
.site-fisheries.page-billboard #billboard .tab.selected a {
	color: #0d9ac8;
}
.site-purpletrac.page-billboard #billboard .tab.selected a {
	color: #455971;;
}
.page-billboard #billboard .container {
	position: relative;
	overflow: hidden; /* Don't let disproportional slides overflow onto the content below */
}
/**
* The proportionator graphic keeps the proportional height of the billboard. The slides don't do this as they are
* positioned absolutely (not in document flow).
*/
.page-billboard #billboard .proportionator {
	width: 100%;
}
.page-billboard #billboard .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	-ms-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.page-billboard #billboard .slide.selected {
	opacity: 1;
	z-index: 1;
}
.page-billboard #billboard .copy {
	position: absolute;
	top: 2em;
	left: 2em;
	width: 28.333em;
	background: #085494;
}
.site-purplefinder.page-billboard #billboard .copy {
	background: #51346d;
}
.site-lrit.page-billboard #billboard .copy {
	background: #961a1a;
}
.site-fisheries.page-billboard #billboard .copy {
	background: #0d9ac8;
}
.site-purpletrac.page-billboard #billboard .copy {
	background: #455971;
}
.page-billboard #billboard .selected .copy {
	z-index: 2;
}
.page-billboard #billboard .copy .content {
	font-size: 1.167em;
	color: #fff;
	padding: 1.5em;
}
.page-billboard #billboard .copy h3 {
	font-size: 1.286em;
	margin: 0 0 1em;
}
.page-billboard #billboard .copy h3, .page-billboard #billboard .copy a {
	font-weight: bold;
	color: #fff;
}
.page-billboard #billboard .copy p:last-child {
	margin-bottom: 0;
}
.page-billboard #billboard .media {
	min-height: 25.417em;
}
/* Image slide */
.page-billboard #billboard .media.img img {
	width: 100%;
}
/* Text slide */
/*
.page-billboard #billboard .media.txt {
	background: #fff;
	border: 1px solid #d7d7d7;
	border-left: 0;
	height: 25.250em; / Minus 2px for top/bottom border /
}
.page-billboard #billboard .media.txt .content {
	padding: 1.5em;
}
.page-billboard #billboard .media.txt ul {
	list-style-type: none;
	padding: 0;
}
.page-billboard #billboard .media.txt li {
	margin: 1.5em 0;
	overflow: hidden;
}
.page-billboard #billboard .media.txt li:first-child {
	margin-top: 0;
}
.page-billboard #billboard .media.txt img {
	float: left;
	margin: 0 1.25em 0 0;
}
*/
.page-billboard #billboard .selecting .media, .page-billboard #billboard .selected .media {
	z-index: 1;
}
.no-js .page-billboard #billboard .play, .no-js .page-billboard #billboard .pause {
	display: none;
}
.page-billboard #billboard .play, .page-billboard #billboard .pause {
	float: right;
	width: 2.583em;
	height: 2.583em;
	background: transparent url(/media/images/icon-play-pause.png) no-repeat scroll 0 0;
	background-size: 5.167em 5.167em;
	text-indent: -999em;
	margin: -3.5em 1.5em 0 0;
	position: relative;
	z-index: 2;
}
.page-billboard #billboard .play:hover {
	background-position: -2.583em 0;
}
.page-billboard #billboard .pause {
	background-position: 0 -2.583em;
}
.page-billboard #billboard .pause:hover {
	background-position: -2.583em -2.583em;
}
.page-billboard #product-panes {
	margin: 2em 0;
	position: relative;
}
.page-billboard #product-panes .group {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.page-billboard #product-panes .group.selected {
	/* Bring the selected group to the top so the panes can receive hover events */
	z-index: 2;
}
.page-billboard #product-panes article {
	position: relative;
	float: left;
	width: 25%;
	height: 147px; /* Proportional height is set by javascript */
}
.page-billboard #product-panes article:first-child {
	margin-left: 0;
}
.ie7 .page-billboard #product-panes article:hover {
	zoom: 1;
	z-index: 4001;
}
.page-billboard #product-panes article > div {
	position: absolute;
	bottom: 0;
	/* Explicit width and height for transition */
	width: 100%;
	height: 100%;
	background: #fff;
	border-left: 1px solid #bcbcbc;
	-moz-transition: width .25s ease-out, height .25s ease-out, z-index .25s ease-out, border-left-color .25s ease-out;
	-ms-transition: width .25s ease-out, height .25s ease-out, z-index .25s ease-out, border-left-color .25s ease-out;
	-o-transition: width .25s ease-out, height .25s ease-out, z-index .25s ease-out, border-left-color .25s ease-out;
	-webkit-transition: width .25s ease-out, height .25s ease-out, z-index .25s ease-out, border-left-color .25s ease-out;
	transition: width .25s ease-out, height .25s ease-out, z-index .25s ease-out, border-left-color .25s ease-out;
	overflow: hidden;
	z-index: 0;
}
.page-billboard #product-panes article:first-child > div {
	border-left: 0;
}
.page-billboard #product-panes article:hover > div {
	width: 200%;
	/*height: 302px;*/
	height: 200%;
	border-left-color: transparent;
	/* Big z-index keeps this pane above other panes until shrink transition has finished */
	z-index: 10;
	-moz-transition-delay: .5s;
	-ms-transition-delay: .5s;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}
.page-billboard #product-panes article:hover > div.expand-none {
	/* No dimension change for expand-none panes */
	width: 100%;
	height: 100%;
	border-left-color: #bcbcbc;
}
.page-billboard #product-panes article > div.expand-left {
	right: 0;
}
.page-billboard #product-panes article > div.expand-right {
	left: 0;
}
.page-billboard #product-panes article img.product {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.page-billboard #product-panes article .minimised, .page-billboard #product-panes article .maximised {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}
.page-billboard #product-panes article:hover .minimised, .page-billboard #product-panes article:hover .maximised {
	/* Wait until box is expanded before fading in the text */
	-moz-transition-delay: .75s;
	-ms-transition-delay: .75s;
	-webkit-transition-delay: .75s;
	-o-transition-delay: .75s;
	transition-delay: .75s;
}
.page-billboard #product-panes article .minimised {
	opacity: 1;
}
.ie7 .page-billboard #product-panes article .minimised, .ie8 .page-billboard #product-panes article .minimised {
	visibility: visible;
}
.page-billboard #product-panes article .maximised {
	opacity: 0;
}
.ie7 .page-billboard #product-panes article .maximised, .ie8 .page-billboard #product-panes article .maximised {
	visibility: hidden;
}
.page-billboard #product-panes article:hover .minimised {
	opacity: 0;
}
.ie7 .page-billboard #product-panes article:hover .minimised, .ie8 .page-billboard #product-panes article:hover .minimised {
	visibility: hidden;
}
.page-billboard #product-panes article:hover .maximised {
	opacity: 1;
}
.ie7 .page-billboard #product-panes article:hover .maximised, .ie8 .page-billboard #product-panes article:hover .maximised {
	visibility: visible;
}
.page-billboard #product-panes article .minimised .container {
	padding: 0.75em 0.75em 0 0.75em;
}
.page-billboard #product-panes article .maximised .container {
	padding: 1.5em 1.5em 0 1.5em;
}
.page-billboard #product-panes article h1 {
	font-size: 1.167em; /* 14px */
	margin: 0 0 0.643em; /* 9px */
}
.page-billboard #product-panes article .maximised h1 {
	font-size: 1.833em;
	margin-bottom: 0.818em;
}
.page-billboard #product-panes article .content {
	width: 47%;
}
/*
.page-billboard #product-panes article .maximised .content {
	width: 230px;
}
*/
.page-billboard #product-panes article .minimised p, .page-billboard #product-panes article .minimised ul, .page-billboard #product-panes article .minimised ol {
	font-size: 0.917em;
	margin: 0.818em 0;
}
.page-billboard #product-panes article .minimised p:first-child, .page-billboard #product-panes article .minimised ul:first-child, .page-billboard #product-panes article .minimised ol:first-child {
	margin-top: 0;
}
.page-billboard #product-panes article .brochure {
	color: #333;
}
.page-billboard #product-panes article .brochure * {
	vertical-align: text-bottom;
}

/**
* Polestar Billboard page
*/
.site-polestar.page-billboard #billboard .media.txt ul {
	text-align: center;
}
.site-polestar.page-billboard #billboard .media.txt li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 0 0 3.5em;
	width: 165px;
	padding: 0 1em;
}
.ie7 .site-polestar.page-billboard #billboard .media.txt li {
	display: inline;
}
.site-polestar.page-billboard #billboard .media.txt li:first-child {
	margin: 0;
}
.site-polestar.page-billboard #billboard .media.txt li:nth-child(2) {
	text-align: center;
}
.site-polestar.page-billboard #billboard .media.txt img {
	float: none;
	margin: 0 -1em -3.5em;
	display: block;
}

/**
* Offering pages
*/
.page-offering figcaption {
	text-align: left;
}
/* Offerings recommended hardware */
.page-offering #recommended {
	margin: 1.5em 0;
	padding-top: 1.5em;
	border-top: 1px solid #CFCFCF;
}
.page-offering #recommended > ul {
	padding: 0;
}
.page-offering #recommended > ul > li {
	position: relative;
	list-style-type: none;
	overflow: hidden;
	margin: 1.5em 0;
	padding: 1.5em 6.667em 0;
	min-height: 63px;
	background: url(/media/images/hr-dot.gif) repeat-x scroll 0 0;
}
.page-offering #recommended > ul > li:first-child {
	margin-top: 0;
	padding-top: 0;
	background: none;
}
.page-offering #recommended .logo {
	position: absolute;
	top: 1.5em;
	left: 0;
	width: 5.250em;
	text-align: center;
}
.page-offering #recommended > ul > li:first-child .logo {
	top: 0;
}
.page-offering #recommended .logo a {
	display: block;
	background: #1b8bda;
	color: #fff;
}
.page-offering #recommended .logo img {
	display: block;
	width: 100%;
	border-bottom: 2px solid #fff;
}
.page-offering #recommended .brochure {
	position: absolute;
	top: 1.5em;
	right: 0;
}
.page-offering #recommended > ul > li:first-child .brochure {
	top: 0;
}
.page-offering #recommended .brochure * {
	vertical-align: text-bottom;
}

/**
* Contact page
*/
.page-about-contact address {
	float: left;
	width: 50%;
	min-height: 200px;
	font-style: normal;
}
.page-about-contact address h2 {
	font-size: 1.333em;
	margin: 0 0 1.125em;
}
.page-about-contact address .adr {
	margin-bottom: 0.75em;
}

/**
* About page
*/
.page-about-company .full-copy ul {
	list-style-type: none;
	padding: 0;
}
.page-about-company .full-copy li {
	position: relative;
	padding-left: 126px;
	margin: 1.5em 0;
	min-height: 74px;
}
.page-about-company .full-copy li:first-child {
	margin-top: 0;
}
.page-about-company .full-copy img {
	position: absolute;
	top: 0;
	left: 0;
}

/**
* Where to buy page
*/
.page-about-where-to-buy #content {
	min-height: 50em;
}
.page-about-where-to-buy #retailer-filter select {
	margin-right: 1.5em;
}
.js .page-about-where-to-buy #retailers > li {
	display: none;
}
.page-about-where-to-buy #retailers li h2 .country-name {
	font-size: 0.786em;
	font-weight: normal;
}
/* Columns in retailer details */
.page-about-where-to-buy #retailers li > div > div {
	float: left;
	width: 36%;
	margin: 0 0 0 2%;
	white-space: nowrap;
}
.page-about-where-to-buy #retailers li > div > div:first-child {
	margin-left: 0;
}
/* Map column not as wide as the others! */
.page-about-where-to-buy #retailers li > div > div.last {
	width: 24%;
}
.page-about-where-to-buy #retailers li > div ul {
	padding-left: 1.5em;
}
.page-about-where-to-buy #retailers .fn, .page-about-where-to-buy #retailers .adr {
	margin-bottom: 0.75em;
}
.page-about-where-to-buy #retailers .label {
	display: inline-block;
	min-width: 3.5em;
}

/**
* News page
*/
.page-news #content article {
	margin: 1.5em 0;
	padding-top: 1.5em;
	background: url(/media/images/hr-dot.gif) repeat-x scroll 0 0;
}
.page-news #content article:first-child {
	margin-top: 0;
	padding-top: 0;
	background: none;
}
.page-news #content article h1 a, .page-news #content article h1 a:visited {
	color: #525151;
}
.page-news #content article h1 a:hover, .page-news #content article h1 a:active {
	color: #035FC6;
}
.page-news #content article .byline {
	font-size: 0.917em;
	margin: -1.5em 0 1.5em;
}
.page-news #sb .contact {
	padding-top: 1.5em;
	border-top: 1px solid #cfcfcf;
}

/**
* Board of Directors page
*/
.page-about-board .toggle-list h2 span {
	font-size: 0.786em;
	font-weight: normal;
}
.page-about-board .toggle-list img {
	float: left;
	margin: 0 1.5em 0.75em 0;
}

/**
* Error pages
*/
.page-404, .page-500 {
	padding-top: 1.5em;
	text-align: center;
}


/* used for a right side, in within page content sub menu */
.page_menu {padding: 1em; margin: 0 0 0.75em 1.5em; float: right; width: 20%; max-width: 200px; border: 1px solid #bcbcbc; -moz-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; box-shadow: 2px 2px 2px #444; alignright }
.page_menu ul { list-style-type: none; margin: 0; padding: 0; }
.page_menu li { font-size: 14px; line-height: 24px }
.page_menu li:last-child { border: none; padding-bottom: 2px;}
.page_menu a { display: block; width: 200px; }
.page_menu li .selected {color: #993333; font-size: 1em; }

/* Third level page headings */
.thirdlevel_heading { vertical-align:bottom; }
.thirdlevel_heading span { margin-top: 4px; display:inline-block; vertical-align:top; }

/* PurpleFINDER and PurpleTRAC login boxes  */
.service_login {
	float: left;
	margin-left: 1.25%;
	width: 24.375%;
}
.service_login a {
	display: block;
	line-height: 30px;
	color: #333;
	border: 1px solid #bcbcbc;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 3px #eee;
	-moz-box-shadow: 0 2px 3px #eee;
	-o-box-shadow: 0 2px 3px #eee;
	box-shadow: 0 2px 3px #eee;
	text-align: center;
	text-indent: 150px;
}
.purpletrac_login
{
	background: url(../images/btn-purpletrac-login.png) no-repeat scroll 0 center;
}
.purplefinder_login
{
	background: url(../images/btn-purplefinder-login.gif) no-repeat scroll 0 center;
}

a.next_button, a.next_button:hover, a.next_button:visited
{
	font-size: 1.333em;;
	background-color: #1C8BDC;
	padding-left: 65px;
	padding-right: 65px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	text-decoration: none;
}


/* For Requesting notification by email for product release */
.register_interest{
}

/* Notification & warnings for email signup forms */
.register_interest span
{
	font-size: 1.667em; /* 20px */
	margin: 0.9em 0; /* 18px */
	color: #b70101;
}

.register_interest_success, .register_interest_error {
	display: none;
}

.register_interest_error{
	padding: 5px;
	margin: 10px;
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
