﻿/* CSS Document */
/************************
* Element defaults
************************/
body {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #444444;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #ebebeb;
}

hr {
  color: #055D9D;
  height: 1px;
  background: #055D9D;
  border: 0;
  margin: 10px 0;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 10px;
}

/* Table elements */
table {
  border-collapse: collapse;
  width: 100%;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #444444;
}

/*table th { font-size: 1em; color: #666666; text-align: left; background-color: #EBEBEB; font-family: "Lucida Sans" , "Lucida Sans Unicode" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif; }*/
table th a {
  color: #333333;
  text-decoration: none;
}

table th a:hover {
  text-decoration: underline;
}

table th {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  background: #000000 url("/images/bg_table_header.png") repeat-x;
  height: 36px;
  color: #333333;
  padding: 0 8px;
}

table tr, td {
  color: #666666;
}

table td a {
  color: #000000;
  text-decoration: underline;
}

table thead {
  display: table-header-group;
}

table tr.row {
  background-color: #EBEBEB;
}

table tr.rowOnline {
  background-color: #ADD8E6;
}

table tr.alternatingRow {
  background-color: #F7F7F7;
}

table tr.alternatingOnlineRow {
  background-color: #B0E0E6;
}

table tr td {
  padding: 10px 8px 10px 8px;
  color: #333333;
}

/* Form elements */
form {
  margin: 0;
  font-size: 1.2em;
}

fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

input, select, textarea {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000000;
  margin-bottom: 5px;
  resize: none;
}

legend {
  color: #000000;
  font-weight: bold;
}

label {
  font-size: 1em;
  color: #666666;
}

.LoginInput {
  border: 1px solid #CCC;
  height: 20px;
  width: 294px;
  font-size: 20px;
  padding: 10px;
  color: #CCC;
  background: #FFF;
}

#LoginBody {
  background: none;
}

/* Text elements */
p {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #666666;
  padding: 0 0 0px 0;
  margin: 0;
  line-height: 160%;
}

ol, ul, li {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #666666;
}

/* update h styles in "sifr.css" and in "sifr-config.js" when you update them here */
/* ------------------- */
h1 {
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 1.3em;
  color: #666666;
  font-weight: normal;
  line-height: 120%;
}

h2 {
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 1em;
  color: #333333;
  font-weight: normal;
  line-height: 150%;
}

h3 {
  padding: 12px 0 12px 0;
  margin: 0;
  font-size: 1.1em;
  color: #FFF;
  line-height: 100%;
  text-align: center;
  font-weight: bold;
}

h4 {
  padding: 8px 0;
  margin: 0;
  font-size: 1em;
  color: #666666;
  font-weight: normal;
}

h5 {
  padding: 10px 0;
  margin: 0;
  font-size: 1em;
  color: #666666;
  font-weight: normal;
}

h6 {
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 2.2em;
  color: #666666;
  font-weight: normal;
  line-height: 120%;
}

/* ------------------- */
/* Href elements */
a {
  color: #0F6FCF;
  text-decoration: underline;
  line-height: 160%;
}

a:hover {
  color: #0F6FCF;
  text-decoration: none;
  line-height: 160%;
}

/* Structure elements */
div#header {
  margin: 0 auto;
  width: 940px;
  height: 49px;
  position: relative;
  background-color: #009cdc;
}

div#logo {
  /*padding: 0;
  position: absolute;
  top: 11px;
  left: 3px;
  z-index: 1;*/
  width: 350px;
}
div#logo img {
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
}
div#logo > a {
  height: 49px;
  line-height: 49px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}
div#logo > a > span, div#logo > a > h1 {
  color: #fff;
  display: inline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12pt;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/*
ul#topNav { margin: 0; padding: 0; list-style: none; position: absolute; top: 18px; right: 0; z-index: 2; }
ul#topNav li { float: left; margin: 0 0 0 25px; padding: 0; }
ul#topNav li a { color: #FFFFFF; text-decoration: none; }
ul#topNav li a:hover { color: #CCCCCC; text-decoration: none; }
ul#topNav li a.selected { color: #FFFFFF; text-decoration: none; }
*/
ul#topNav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 2;
}
ul#topNav li {
  float: left;
  margin: 0 0 0 25px;
  padding: 0;
}
ul#topNav li a {
  color: #FFFFFF;
  text-decoration: none;
  line-height: 100%;
  font-size: 16pt;
}
ul#topNav li a .selected {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16pt;
}
ul#topNav li a:hover {
  color: #CCCCCC;
  text-decoration: none;
  line-height: 100%;
  font-size: 16pt;
}

/*div#featureContainer		{ margin:0 auto; width:940px; position:relative; }*/
img#titleMain {
  padding: 37px 0 18px 30px;
}

div#featureMain {
  width: 940px;
  height: 365px;
  background: #FFFFFF; /*padding-top: 5px;*/
  margin-bottom: 16px;
  position: relative;
}
div#featureMain div.container a {
  background-image: none !important;
  width: initial !important;
  height: initial !important;
  display: inline-block;
  margin: -10px 4px 0px 15px !important;
  font-size: 18px;
  background-color: #3f8eda !important;
}
div#featureMain div.container a:hover {
  background-color: #0156da !important;
}

div#featureMainLinks {
  width: 940px;
  height: 28px;
  padding: 8px 0 0 80px;
  margin: 0;
  float: left;
}

div#featureSub {
  position: relative;
  background: #FFFFFF;
  padding: 20px;
  margin-bottom: 16px;
}

img#titleAbout {
  position: absolute;
  top: 23px;
  left: 26px;
  z-index: 1;
}

img#titleContact {
  position: absolute;
  top: 23px;
  left: 632px;
  z-index: 2;
}

div#featureBorder {
  position: absolute;
  top: 23px;
  left: 612px;
  z-index: 2;
  width: 1px;
  height: 125px;
  border-right: solid #CCCCCC 1px;
}

div#featureSubOne {
  float: left;
  height: 98px;
  width: 570px;
  padding-right: 10px;
  margin-right: 27px;
  font-size: 11px;
}

div#featureSubTwo {
  float: left;
  height: 98px;
  width: 62px;
  padding-right: 10px;
}

div#featureSubThree {
  float: left;
  height: 98px;
  width: 156px;
}

div.featureSubDiv {
  float: left;
  margin-left: -15px;
  z-index: 2;
  width: 1px;
  display: none;
}

div#contentContainer div#featureMain div.container {
  position: absolute;
  right: 10px;
  margin-left: 5px;
  bottom: 3px;
}
div#contentContainer div#featureMain div.container p {
  float: left;
}
div#contentContainer div#featureMain div.container a {
  background: url("/images/orderbtn.png") no-repeat;
  width: 88px;
  height: 40px;
  display: inline-block;
  margin: -10px -4px 0px 2px;
  float: left;
}

div.featureSubOne,
div.featureSubTwo {
  border-right: solid #CCCCCC 1px;
  padding-right: 15px;
}

div.featureSubTwo,
div.featureSubThree {
  padding-left: 15px;
}

div.featureSubOne, div.featureSubTwo, div.featureSubThree {
  float: left;
  width: 266px;
  height: 200px;
  font-size: 11px;
  /*margin-right: 30px;*/
}
div.featureSubOne p, div.featureSubTwo p, div.featureSubThree p {
  line-height: 19px;
}
div.featureSubOne ul.LinksList, div.featureSubTwo ul.LinksList, div.featureSubThree ul.LinksList {
  padding-left: 0px;
  width: 300px;
  width: 275px;
  margin: 0;
  list-style: none;
}
div.featureSubOne ul.LinksList li, div.featureSubTwo ul.LinksList li, div.featureSubThree ul.LinksList li {
  background: url("/images/ListArrow.png") no-repeat 2px 7px;
  padding-left: 23px;
  padding-top: 7px;
  padding-bottom: 1px;
  min-height: 19px;
}
div.featureSubOne ul.LinksList li:hover, div.featureSubTwo ul.LinksList li:hover, div.featureSubThree ul.LinksList li:hover {
  background-image: url("/images/ListArrowHover.png");
  background-position-x: 3px;
  box-shadow: 0px 0px 11px -6px;
  text-decoration: underline;
}
div.featureSubOne ul.LinksList li a, div.featureSubTwo ul.LinksList li a, div.featureSubThree ul.LinksList li a {
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  display: block;
  /*&:hover
  {
  	text-decoration: underline;
  }*/
}
div.featureSubOne table tr, div.featureSubTwo table tr, div.featureSubThree table tr {
  height: 10px;
}
div.featureSubOne table tr td, div.featureSubTwo table tr td, div.featureSubThree table tr td {
  color: #666666;
  padding: 0;
  line-height: 20px;
}
div.featureSubOne table tr td a, div.featureSubOne table tr td a:hover, div.featureSubTwo table tr td a, div.featureSubTwo table tr td a:hover, div.featureSubThree table tr td a, div.featureSubThree table tr td a:hover {
  color: #0F6FCF;
  font-size: 12px;
}
div.featureSubOne table tr td.hpContactName strong, div.featureSubTwo table tr td.hpContactName strong, div.featureSubThree table tr td.hpContactName strong {
  font-size: 12px;
  line-height: 16px;
}
div.featureSubOne table tr td.hpContactLabel, div.featureSubTwo table tr td.hpContactLabel, div.featureSubThree table tr td.hpContactLabel {
  font-size: 11px;
  color: #999999;
  padding: 3px 20px 0px 0px;
  vertical-align: top;
}
div.featureSubOne table tr td.hpContactPhone strong, div.featureSubTwo table tr td.hpContactPhone strong, div.featureSubThree table tr td.hpContactPhone strong {
  font-size: 16px;
  color: #333333;
}
div.featureSubOne table tr td p.hpContactFontSmallGrey, div.featureSubTwo table tr td p.hpContactFontSmallGrey, div.featureSubThree table tr td p.hpContactFontSmallGrey {
  font-size: 10px;
  color: #666666;
  padding: 0 0 0px 0;
}
div.featureSubOne div.SubImgMask, div.featureSubTwo div.SubImgMask, div.featureSubThree div.SubImgMask {
  clear: both;
  margin-bottom: 10px;
  display: block;
  position: relative;
  width: 100%;
  height: 20px;
}

/*div.featureSubThree { float: left; height: 98px; width: 156px; }*/
.spanFontSmall {
  font-size: 0.8em;
  color: #666666;
  line-height: 120%;
  padding: 0 0 0px 0;
}

.spanFontSmallGrey {
  font-size: 0.9em;
  color: #999999;
  line-height: 170%;
  padding: 0 0 0px 0;
}

.spanFontLarger {
  font-size: 1.3em;
  color: #333333;
  line-height: 120%;
  padding: 0 0 0px 0;
}

/* New Nav */
p#navLinks {
  font-size: 12px;
  color: #000;
  margin: 0;
  padding: 13px 0 0 0;
  text-align: center;
}

a.servicesButton {
  background-color: #FFCC00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /*border-radius: 3px;*/
  color: #000;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 10px;
  margin: 0 0 0 3px;
}

a:hover.servicesButton {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

a.orderButton {
  background-color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /*border-radius: 3px;*/
  color: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 10px;
  margin: 0 0 0 3px;
}

a:hover.orderButton {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

a.timetableButton {
  background-color: #418DD9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /*border-radius: 3px;*/
  color: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 10px;
  margin: 0 0 0 3px;
}

a:hover.timetableButton {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

/* Cart Footer Styles */
div#Cartfooter {
  background-color: #333333;
  color: #999999;
  width: 630px;
  height: 41px;
  padding: 0;
  margin: 0;
  font-size: 1em;
  text-align: right;
  margin-top: 25px;
}

div#Cartfooter p {
  margin: 10px 0 0 0;
  float: right;
  line-height: 100%;
  padding-right: 20px;
}

div#Cartfooter p span#CartTotal {
  color: #FFF;
}

div#Cartfooter #Cartstep {
  float: left;
  margin: 15px 0 0 10px;
}

div#Cartfooter #Cartstep span {
  color: #FFFFFF;
}

/* footer */
div#footer {
  margin: 0 auto;
  padding: 35px 0;
  width: 940px;
  text-align: center;
}

div#footer p {
  color: #999999;
  font-weight: lighter;
}

.spanGrey {
  color: #666666;
}

/* pages */
div#contentContainer {
  margin: 0 auto;
  width: 940px;
  position: relative;
}

div#content {
  width: 920px;
  background: #FFFFFF;
  padding: 10px;
  margin: 0 0 16px 0;
}

#LoginContentContainer {
  margin: 330px auto;
  width: 415px;
}

#LoginHeading {
  margin: 0 auto 15px auto;
  display: block;
}

#LoginContainer {
  border: solid 1px #666;
  border-radius: 4px;
  background-color: #efefef;
  width: 325px;
  padding: 32px 45px 27px 45px;
}

ul#contentNavLeft {
  margin: 0 0 10px 0;
  list-style: none;
  float: left;
  padding: 20px 0 0px 0;
}

ul#contentNavLeft li {
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
}

ul#contentNavLeft li h1 {
  line-height: normal;
  padding: 0;
}

ul#contentNavLeft li span.seperator {
  margin-top: 5px;
  display: block;
}

ul#contentNavLeft li a {
  display: block;
  color: #666666;
  margin-top: 2px;
  text-decoration: none;
}

ul#contentNavLeft li a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

ul#contentNavLeft li a.selected {
  color: #999999;
  text-decoration: none;
}

ul#contentNavRight {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  padding: 20px 0px 0 0;
}

ul#contentNavRight li {
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
}

ul#contentNavRight li a {
  color: #666666;
  text-decoration: none;
}

ul#contentNavRight li a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

ul#contentNavRight li a.selected {
  color: #999999;
  text-decoration: none;
}

ul#contentNavRight a.orange {
  color: #ffffff;
}

ul#contentNavRight a:hover.orange {
  color: #ffffff;
}

div#ContentFooter {
  width: 100%;
  height: 30px;
  background-color: #333333;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
}

div#ContentFooter p {
  float: right;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 12px 0 0;
}

div#ContentFooter p {
  padding: 0px 12px 0 0;
}

/* Adam */
div#ContentFooter span.white {
  color: #FFFFFF;
  padding: 0 5px 0 5px;
}

/* Classes */
.clear {
  clear: both;
  padding: 0;
  margin: 0;
  height: 0px;
  line-height: 0%;
  border: 0;
  display: block;
}

.error {
  color: #FF0000;
}

.noJS p {
  color: white;
  background-color: Red;
  padding-left: 10px;
  font-weight: bold;
}

.required {
  color: #FF0000;
  margin: 10px;
}

div#updateStatus {
  z-index: 9999999;
  position: absolute;
  display: none;
  text-align: center;
  padding: 15px 0;
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
  height: 10px;
  width: 100%;
  background: #009933;
}

.HeaderBar {
  background-color: #009CDC;
  height: 49px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.NotificationBar {
  background-color: #faf6b6;
  height: 35px;
  position: absolute;
  top: 49px;
  left: 0px;
  width: 100%;
  z-index: -1;
}

span.underline {
  text-decoration: underline;
}

.ta-right {
  text-align: right;
}

.ta-center {
  text-align: center;
}
