@import url("/css/reset.css");
@import url("/css/base-styles.css");
/* `Grid
----------------------------------------------------------------------------------------------------*/
body {
  min-width: 960px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* `Grid Columns
----------------------------------------------------------------------------------------------------*/
.grid-col {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
/* `Prefix
----------------------------------------------------------------------------------------------------*/
/* `Suffix
----------------------------------------------------------------------------------------------------*/
/* `Push
----------------------------------------------------------------------------------------------------*/
/* `Pull
----------------------------------------------------------------------------------------------------*/
/* `Clearing
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
/* Colours */
/* Border Style - default colour is #333333 - to overwrite this then call this class like this: .border1pxSolid(#000000 #333333 #bbbbbb #333333) */
/* Round Corners  - default radius is 6px - to overwrite this then call this class like this: .rounded_corners(10px) */
.formbutton {
  border: none;
  color: #fff;
  text-align: center;
  font-size: 110%;
  height: 33px;
  width: 270px;
  padding-left: 150px;
  color: #333;
  text-shadow: 0px 1px 1px #fff;
  cursor: pointer;
}
/* Page head styles
----------------------------------------------------------------------------------------------------*/
#masthead {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  height: 52px;
  position: relative;
  padding-top: 30px;
  z-index: 1000;
}
#masthead #logo {
  width: 94px;
  height: 79px;
  background: url(images/masthead/logo.png) no-repeat 0 0;
  position: absolute;
  top: 15px;
  left: 5px;
  text-indent: -9999em;
  margin: 0;
  z-index: 1001;
}
#masthead #logo a {
  display: block;
  width: 79px;
  height: 79px;
  position: absolute;
  top: 0;
  left: 24px;
}
#masthead ul {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 950px;
  height: 53px;
  position: relative;
  background: transparent url(images/nav/navBg.png) no-repeat right 0;
}
#masthead ul li {
  display: inline;
  float: left;
}
#masthead ul li a {
  padding: 13px 3px 0 3px;
  float: left;
  display: block;
  text-align: center;
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 400;
}
#masthead ul li a:hover {
  color: #ccc;
}
#masthead ul li .selected {
  border-bottom: 1px #fff solid;
  padding-bottom: 2px;
  color: #ccc;
}
#masthead ul li .subNav {
  display: none;
  position: absolute;
  top: 53px;
  border-top: none;
  z-index: 10;
}
#masthead ul li .subNav .modInner {
  height: auto;
}
#masthead ul li .subNav .modInner ul {
  background: none;
  height: auto;
  float: none;
}
#masthead ul li .subNav .modInner ul li {
  width: 273px;
  padding-left: 25px;
  background: transparent url(images/nav/link.png) no-repeat left 15px;
  margin: 0;
}
#masthead ul li .subNav .modInner ul li a {
  text-align: left;
  font-weight: 700;
  color: #333333;
  text-shadow: 0px 1px 1px #ffffff;
}
#masthead ul li .subNav .modInner ul li a:hover {
  color: #000;
}
#masthead ul li .subNav .modInner ul li .selected {
  border-bottom-width: 0;
  color: #000;
  padding-bottom: 0;
}
#masthead ul li .single {
  width: 253px;
  left: inherit;
}
#masthead ul li .single .modInner ul li {
  width: 200px;
}
#masthead ul li .fullWidth {
  width: 940px;
  left: 0;
}
#masthead ul .first-child {
  margin-left: 120px;
}
#masthead ul .trigger:hover {
  background: transparent url(images/nav/subNavIndicator.png) no-repeat center 43px;
  height: 53px;
}
#masthead ul .trigger:hover .subNav {
  display: block;
}
/* Footer styles
----------------------------------------------------------------------------------------------------*/
#footerOuter {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding-top: 20px;
  margin-top: 30px;
  background-color: #000;
}
#footerOuter #footerInner {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
#footerOuter #footerInner:before, #footerOuter #footerInner:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#footerOuter #footerInner:after {
  clear: both;
}
#footerOuter #footerInner ul {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  margin-top: 3px;
}
#footerOuter #footerInner ul li {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
}
#footerOuter #footerInner ul li a {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  border-left: 1px solid #fff;
  color: #fff;
  line-height: 90%;
  margin-right: 0;
  padding-left: 15px;
  padding-bottom: 2px;
  text-align: center;
}
#footerOuter #footerInner ul li a:hover {
  color: #3e80bd;
}
#footerOuter #footerInner ul .first-child a {
  border-left-width: 0;
  padding-left: 0;
}
#footerOuter #footerInner small {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 310px;
  color: #fff;
  text-align: right;
}
/* Module styles */
.featureLinks {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
}
.featureLinks .modOuter .modInner {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  height: 278px;
  overflow: hidden;
  padding: 0;
}
.featureLinks .modOuter .modInner h2 {
  left: 14px;
  position: absolute;
  top: 14px;
  z-index: 2;
}
.featureLinks .modOuter .modInner img {
  position: absolute;
  width: 100%;
  height: 278px;
  top: 0;
  left: 0;
  z-index: 1;
}
.featureLinks .button {
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.modOuter {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px #333333 solid;
  border-color: #000000 #333333 #bbbbbb #333333;
  border-color: black #333333 #bbbbbb #333333;
  background-color: #464951;
  padding: 4px 4px 5px 4px;
}
.modOuter .modInner {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px #333333 solid;
  border-color: #000000 #333333 #bbbbbb #333333;
  border-color: #464951;
  height: 250px;
  position: relative;
  background: #c0c1c5 url(images/page/modInner.jpg) repeat-x 0 0;
  padding: 14px;
}
.modOuter .modInner h2 {
  color: #333;
  text-shadow: 0px 1px 1px #fff;
}
.modOuter .modInner .whiteHeader {
  color: #fff;
  text-shadow: 0px 1px 1px #919191;
}
.modOuter .modInner .button {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px #333333 solid;
  border-color: #000000 #333333 #bbbbbb #333333;
  border-color: #cccccc #333333 black #333333;
  position: absolute;
  height: 24px;
  padding: 7px 10px 0 10px;
  background: black url(images/content/button.jpg) repeat-x 0 0;
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.modOuter .modInner .button:hover {
  background-position: 0 -31px;
  border: 1px #333333 solid;
  border-color: #000000 #333333 #bbbbbb #333333;
  border-color: white #666666 #333333 #666666;
}
.loadingScreen {
  background: #807f7f url(images/content/ajax-loader.gif) no-repeat center 30px;
  color: #333333;
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
  padding: 72px 0 10px;
  position: absolute;
  text-align: center;
  text-shadow: 0px 1px 1px #fff;
  z-index: 10;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  opacity: .95;
}
/* Page containment styles
----------------------------------------------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background: #807f7f url(images/page/bodyBg.jpg) no-repeat top center;
}
#page {
  position: relative;
  min-height: 100%;
}
#page:before, #page:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#page:after {
  clear: both;
}
/* Page body styles
----------------------------------------------------------------------------------------------------*/
#content {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  padding-bottom: 90px;
  z-index: 500;
}
#content:before, #content:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#content:after {
  clear: both;
}
#breadcrumb {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
#breadcrumb:before, #breadcrumb:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#breadcrumb:after {
  clear: both;
}
#breadcrumb ul {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 950px;
}
#breadcrumb ul li {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  color: #666;
  line-height: 90%;
  margin-right: 7px;
  margin-left: 10px;
}
#breadcrumb ul li a {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  border-right: 1px solid #666;
  color: #666;
  margin: 0;
  padding: 0 16px 0 0;
  text-align: center;
}
#breadcrumb ul li a:hover {
  color: #fff;
}
.divider {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 950px;
  clear: both;
  display: block;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: transparent url(images/content/divider.png) no-repeat center center;
}
.divider:before, .divider:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.divider:after {
  clear: both;
}
/* C - Common to multiple pages
----------------------------------------------------------------------------------------------------*/
/* Basic Page layout */
#CPageBanner, #CBrandPageBanner {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 950px;
  margin-bottom: 30px;
}
#CPageBanner .modOuter .modInner, #CBrandPageBanner .modOuter .modInner {
  height: 286px;
  padding: 0;
  position: relative;
}
#CPageBanner .modOuter .modInner h2, #CBrandPageBanner .modOuter .modInner h2 {
  color: #333333;
  left: 14px;
  position: absolute;
  text-shadow: 0px 1px 1px #ffffff;
  top: 14px;
  z-index: 2;
}
#CPageBanner .modOuter .modInner .whiteHeader, #CBrandPageBanner .modOuter .modInner .whiteHeader {
  color: #ffffff;
  text-shadow: 0px 1px 1px #919191;
}
#CPageContent {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 590px;
}
#CPageContent h2 {
  color: #333;
  text-shadow: 0px 1px 1px #fff;
  margin-bottom: 30px;
}
#CPageContent h4 {
  color: #fff;
  margin-bottom: 30px;
}
#CPageContent p, #CPageContent li, #CPageContent a {
  color: #fff;
  font-size: 14px;
}
#CPageContent a {
  text-decoration: underline;
}
#CPageContent a:hover {
  color: #464951;
}
#SharePrice {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 950px;
  color: #434242;
}
#SharePrice .modOuter .modInner {
  height: 30px;
}
#SharePrice .modOuter .modInner h2 {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 190px;
}
#SharePrice .modOuter .modInner p {
  margin-top: 10px;
}
#SharePrice .modOuter .modInner ul {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 550px;
  list-style: none;
}
#SharePrice .modOuter .modInner ul li {
  float: left;
  font-size: 150%;
  margin: 3px 10px 0 0;
  text-shadow: 0px 1px 1px #ffffff;
}
#SharePrice .modOuter .modInner ul .price {
  background: url(images/content/sharePriceChangeIndicator.png) no-repeat 0 -86px;
  padding-left: 50px;
}
#SharePrice .modOuter .modInner .sharePriceUp .price {
  background-position: 0 -19px;
}
#SharePrice .modOuter .modInner .sharePriceUp .change {
  color: #196f02;
}
#SharePrice .modOuter .modInner .sharePriceDown .price {
  background-position: 0 -150px;
}
#SharePrice .modOuter .modInner .sharePriceDown .change {
  color: #bd0404;
}
#SharePrice .modOuter .modInner .button {
  bottom: 10px;
  right: 10px;
}
/* NA - News and Alerts Styles
----------------------------------------------------------------------------------------------------*/
#CNewsAlerts .modOuter .modInner {
  padding: 14px 9px;
}
#CNewsAlerts .modOuter .modInner p {
  margin: 20px;
}
#CNewsAlerts .modOuter .modInner p#invalidFeed {
  margin-top: 16px;
  margin-left: 1px;
}
#CNewsAlerts .modOuter .modInner ul {
  list-style: none;
  margin: 0;
}
#CNewsAlerts .modOuter .modInner ul li {
  background: #d0d1d3;
  margin: 0 0 10px 0;
}
#CNewsAlerts .modOuter .modInner ul li a {
  display: block;
  padding: 3px 5px;
}
#CNewsAlerts .modOuter .modInner ul li a span {
  display: block;
}
#CNewsAlerts .modOuter .modInner ul li a span.published {
  color: #666666;
  font-size: 90%;
}
#CNewsAlerts .modOuter .modInner ul li a span.entry-title {
  font-weight: bold;
  text-shadow: 0px 1px 1px #fff;
}
#CNewsAlerts .modOuter .modInner ul li:hover {
  background: #a0a1a3;
}
#CNewsAlerts .modOuter .modInner ul li.alt {
  background: #e5e6e9;
}
#CNewsAlerts .modOuter .modInner ul li:hover, #CNewsAlerts .modOuter .modInner ul li.alt:hover {
  background: #a0a1a3;
}
.NAMod {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 310px;
}
.NAMod .button {
  bottom: 10px;
  right: 10px;
}
/* Plain Content Styles
----------------------------------------------------------------------------------------------------*/
.PlainContent h2 {
  color: #fff;
  text-shadow: 0px 1px 1px #000;
}
.PlainContent p {
  color: #fff;
}

