/* CSS */
#overlay {
	width:100%;
	top:0;
	left:0;
	background:#000;
	opacity:0.4;
	z-index:10000;
	display: none;
	filter: alpha(opacity=40);
}

div#overlay {
  position: absolute;
  left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  height: expression( document.viewport.getHeight() + 'px' );
 }
body > div#overlay { position: fixed; left: 0px; top: 0px; height:100%; }

body, html {
  text-align: center;
  margin: 0;
  padding: 0;
}

body {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 13px;  
}

body * {
	text-align: left;
}

#wrapper a {
  color: #569d27;
  text-decoration: underline;
}

#wrapper a:hover {
  text-decoration: underline;
}

#wrapper {
	color: #666666;  
  width: 960px;  
  margin: 0 auto;
}

#container {
  width: 100%;
  text-align: left;  
}

/* HEADER */
#header {
  height: 130px;
  position: relative;
  z-index: 1000;
}

#client-area-button {
	position: absolute;
	top: 0;
	right: 12px;
}

#header .h3 {
  display: block;
  height: 41px;
  width: 500px;
  position: absolute;
  top: 15px;
	left: 16px;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.1em;	
}

#header .h3 a {
  background: url('/images/logo.gif') left top no-repeat;
  display: block;
  height: 41px;
  width: 359px;
  text-indent: -10000px;
  overflow: hidden;
	margin-bottom: -5px;
}

#header .helpline {
  position: absolute;
  right: 12px;
  top: 30px;
  color: #8c8c8c;
  font-size: 1.2em;
	font-style: italic;
	text-align: right;
}

#header .helpline .number {
  font-weight: bold;
  font-size: 30px;
	color: #74b744;
}

/* BANNER */
#banner, #subpageBanner {
  width: 699px;
}

/* NAVIGATION */
#navbar {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
	background: #74b744;
	width: 100%;
	height: 28px;
	line-height: 28px;
}

#nav {
  list-style-type: none;
  font-size: 16px;
  margin: 0;
}

#nav ol {
  margin: 0;
}

html>body #nav {
  bottom: 0px;
}

#nav li {
  display: block;
  float: left;
	border-right: 1px solid #66a13c;
	margin-top: 2px;
}

#nav li ol {
  position: absolute;
  top: 24px;
	background: #74b744;
  padding: 4px 0;
  margin-left: 1px;
  z-index: 20;
  display: none;
  clear: both;
}

#nav li ol li {
	border-top: 1px solid #66a13c;
	border-right: none;
}

.top-flash {
  color: #fff;
  position: absolute;
  bottom: 14px;
  left: 0;
  float: left;
  font-size: 32px;
  overflow: hidden;
  zoom: 1;
  margin-left: 1px;
}

.top-flash .flashBg {
  background: #ff3300;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  zoom: 1;
  -moz-border-radius-topright: 8px;
  -webkit-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-radius-bottomright: 8px;
}

.top-flash > .flashBg {
  padding-bottom: 0;
}

.top-flash h1 {
  font-weight: normal;
  position:relative;
  padding: 10px 56px 10px 10px;
  width: 400px;
}

#nav li:hover ol, #nav li.sfhover ol {
  display: block;
}

#nav li:hover ol ol, #nav li.sfhover ol ol {
  display: none;
}

#nav li ol li:hover ol, #nav li ol li.sfhover ol {
  display: block;
}

#nav li ol li {
  overflow: visible;
}

#nav li ol ol {
  position: absolute;
  opacity: 1;
  margin-left: 11em;
  top: auto;
  margin-top: -5px;
  zoom: 1;
  left: 0;
  display: block;
}

#nav > li ol ol {
  margin-top: -32px !important;
}

#nav li ol li {
  display: block;
  float: none;
  width: 11em;
}

#nav li a {
  padding: 0 0 0 12px;    
  color: #dcedd0;
  text-decoration: none;
  font-size: 14px;
  height: 24px;
  display: block;  
  float: left;
  cursor: pointer;
}

#nav li ol li a {
  display: inline;
  height: auto;
  color: #dcedd0;
  background: none;
  padding: 0 10px; 
  font-size: 12px;
  float: none;
}

#nav li a span {
  height: 24px;
  display: block;
  line-height: 24px;
  padding: 0px 12px 0 0;  
  float: left;
}

html>body #header ul li a span {
  height: 22px;  
  padding: 2px 12px 0 0; 
  line-height: 22px;
}

#header ul li ol li a span {
  display: inline;
  height: auto;
  color: #dcedd0;
  background: none;
  padding: 0;
  float: none; 
}

#header ul li:hover a, #header ul li.sfhover a, #header ul li.active a {
  color: #dcedd0;
}

#header ul li:hover ol li a, #header ul li.sfhover ol li a {
  background: none;
}

#header ul li:hover ol li a span, #header ul li.sfhover ol li a span {
  background: none;
}

#header .shop a {
  background: url('/images/buttons/shop-left.gif') left bottom no-repeat;   
  color: #fff;
  font-weight: bold;   
}

#header .shop a span {
  background: url('/images/buttons/shop-right.gif') right bottom no-repeat;    
}

#header .contact-us {
  position: absolute;
  right: -1px;
  top: -52px;
  float: none;
}

#header .contact-us a {
  background: url('/images/buttons/contact-us-left.gif') left bottom no-repeat;
  height: 20px;
}

#header .contact-us a:hover {
  background: url('/images/buttons/contact-us-left.gif') left bottom no-repeat;  
  text-decoration: underline;
  color: #999;  
}

#header .contact-us-active a {
  background: url('/images/buttons/contact-us-left.gif') left bottom no-repeat !important;  
  text-decoration: underline !important;
  color: #999 !important;
}

html>body #header .contact-us {
  top: -52px;
}

#header .contact-us a span {
  background: url('/images/buttons/contact-us-middle.gif') right bottom no-repeat;  
  height: 20px;
  display: block;
  line-height: 20px;
  padding: 0 12px 0 0;
}

#header .contact-us a:hover span {
  background: url('/images/buttons/contact-us-middle.gif') right bottom no-repeat;    
}

#header .contact-us-active a span, #header .contact-us-active a:hover span {
  background: url('/images/buttons/contact-us-middle.gif') right bottom no-repeat !important;    
}

html>body #header .contact-us a span {
  height: 20px;
  line-height: 20px;
}

/* END NAVIGATION */

#subpageBanner {
  background: none;
	height: 114px;	
	margin-bottom: -4px;
}

#subpageBanner h1 {
  color: #94c83d;
  font-size: 36px;
  font-weight: normal;
	font-style: italic;
	margin-left: 28px;
	margin-bottom: 0;
	line-height: 104px;
}

#banner h2 {
  color: #ff3300;
  font-size: 18px;
  font-weight: normal;
  width: 205px;
  margin-top: 15px;
  float: right;
}

#banner .search {
  position: absolute;
  right: 30px;
  bottom: 60px;
}

/* FOOTER */
#footer {
  height: 61px;
  border-top: 1px solid #cbcbcb;
  color: #777;
  font-size: 12px;
  line-height: 61px;
  padding: 0 5px;
	margin-top: 8px;
	background: url(/images/footer.gif) right top no-repeat;
}

#footer img {
  vertical-align: middle;
}

#footer a {
  color: #999999;
  text-decoration: none;
	margin: 0 5px;  
}

#footer a:hover {
  text-decoration: underline;
}

#footer .copy {
  color: #ff3300;
  font-size: 10px;
  margin-right: 5px;
}

/* BOTTOM LINKS */
#links {
  background: url('/images/links.gif') left bottom repeat-x;
  margin-top: 10px;
  padding: 0px 10px 15px;
  font-size: 11px;  
}

#links ul {
  zoom: 1;
  list-style-type: none;
  color: #999999;
}

#links li {
  margin-top: 10px;
  float: left;
  width: 20%;
  line-height: 16px;
}

#links li.last {
  clear: both;
}

.blue a {
  color: #000f47;
  font-weight: bold;  
}

.section a {
  color: #ff3300;
  font-size: 12px;
  font-weight: bold;
}

/* LOGOS */
#logos {
  margin-top: 5px;
  padding-bottom: 40px;
}

#links .section a {
  color: #ff3300;
}

#logos .bglogo {
  float: right;
  display: block;
  width: 105px;
  height: 28px;
  background: url('/images/bglogo.gif') left top no-repeat;
  overflow: hidden;
  text-indent: -10000px;
}

#logos .sglogo {
  float: right;
  display: block;
  width: 124px;
  height: 28px;
  background: url('/images/sglogo.gif') left top no-repeat;
  overflow: hidden;
  text-indent: -10000px;
}

#logos .irl {
  background: url('/images/irl.gif') left bottom no-repeat;
  padding-left: 26px;
  height: 28px;
  line-height: 40px;
}

#logos .irl a {
  color: #999;
  text-decoration: none;
  font-size: 12px;
}

/* BREADCRUMBS */
#breadcrumbs {
  height: 32px;
  line-height: 32px;
  padding-left: 18px;
  color: #74b744;
}

#breadcrumbs a {
  text-decoration: none;
  color: #74b744;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

#breadcrumbs span {
  color: #569d27;
}

#breadcrumbs .resizer {
	margin-right: 22px;
}

#breadcrumbs .resizer a, #footer .resizer a {
  color: #74b744 !important;
  margin-left: 4px;
  font-weight: bold;
} 

.small-switch {
  font-size: 80%;
}

.medium-switch {
  font-size: 100%;
}

.big-switch {
  font-size: 120%;
}

#separator {
	border-top: 1px solid #d0d0d0;
  height: 1px;
  overflow: hidden;
  margin: 10px 8px;
  clear: both;
}

#content {
  width: 703px;
}

.page-body {
	line-height: 1.2em;
	width: 699px;
	background: url(/images/main-top.gif) left top no-repeat;
	padding: 0;
}

#page-content-inner {
	padding: 22px;
}

#content p {
  margin-bottom: 10px;
  line-height: 1.6em;
}

#content ul, #content ol {
  margin-left: 1em;
}

#content li {
  padding: 5px 0;
}

#content #sitemap {
  font-size: 12px;
  margin-top: 20px;
}

#sitemap li {
  float: left;
  width: 15em;
}

#sitemap li li {
  float: none;
}

#right-widgets {
  float: right;
	margin-right: 6px;  

}

#main-content > #right-widgets {
	margin-right: 12px;
}

.hr {
	display: none;
}


/* IE FIXES */
.pngimage {
  behavior: url(/css/pngbehavior.htc);
}

.search .pngimage {
  width: 79px;
  height: 27px;
}


#lightbox-form {
	text-align: left;
	background: #fff;
	font: 9.5pt Arial, sans-serif;
	display: none;
	width: 566px;
	z-index:10001;
	border:1px solid #444;
	-moz-box-shadow:0px 0px 30px #222;
	opacity:1;
	left:400px;
	top:120px;
}

div#lightbox-form {
  position: absolute;
  left: expression( ( 400 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( 120 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
 }
body > div#lightbox-form { position: fixed; left:400px; top:120px; }

#footer-widgets .widget {
  width: auto;
}

#main-content {
	background: #d9d9d9 url(/images/bg.gif) left bottom repeat-x;
	padding-bottom: 10px;
}

/* NEWS BIT */
.newsbit, .newstitle {
	background: #f0f7f5;
	color: #838383;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	margin-bottom: 7px;
}

.newsbit a, .newstitle {
  color: #74b744 !important;  
}

.newstitle {
	font-size: 17px;
	margin-bottom: 15px;
}

.newsbit .date, .newsbit .date a {
  color: #838383 !important;
}

.smalltext {
  font-size: 100%;
}

.mediumtext {
  font-size: 120%;
}

.bigtext {
  font-size: 140%;
}

.pagination {
  color: #000f47;  
  padding: 10px 0;
}

.pagination span {
  text-decoration: underline;
}

.pagination a {
  color: #ff3300;
}

.page-body h2 {
  color: #569d27;
  font-size: 120%;
  margin-bottom: 5px;
}

.page-body a {
  text-decoration: none !important;
}

.page-body a:hover {
  text-decoration: underline !important;
}

h2.page-title {
  font-size: 42px;
  color: #000f47;
  font-weight: normal;
  margin-bottom: 6px;
}
h3.page-strapline {
  margin-top: 15px;
  font-size: 18px;
  color: #569d27;
  font-weight: normal;
  line-height: 1.3;
}
.release-title {
  padding-bottom: 8px;
  padding-left: 3px;
}

.bullet-block {
  zoom: 1;
}

.bullet-inner {
  zoom: 1;
}

.bullet-content {
  padding: 0 10px 10px;
  float: left;
}

.bullet-block h2 {
  color: #569d27;
  font-size: 110%;
  background: url(/images/breadcrumbs.gif) -4px bottom no-repeat;
  padding-bottom: 6px;
}

.bullet-block ul {
  color: #666666;
  font-size: 100%;
  list-style-type: none;
  margin: 0 !important;
  padding-bottom: 15px;
  background: url(/images/breadcrumbs.gif) -4px bottom no-repeat;  
}

.bullet-block li {
  background: url(/images/green-bullet.gif) left 8px no-repeat;
  padding-left: 20px !important;
  padding-bottom: 0 !important;
}

.nofloat {
  float: none;
}

h3.title {
  font-size: 12px !important;
  font-weight: normal;
  margin-bottom: 5px;
}

.widget h3 {
	color: #94c83d;
	font-size: 18px;
	font-style: italic;
}

#costsummary {
  width: 415px;
  border-collapse: separate;
  background: #cbcbcb;
  border-spacing: 1px;
  border: 0;
  color: #666;
  margin-top: 5px;  
}

#costsummary .col1 {
  width: 274px;
}

#costsummary .col2 {
  width: 61px;
}

#costsummary .col3 {
  width: 73px;
}

#costsummary tbody td {
  background: #fff; 
  vertical-align: top;  
  padding: 5px; 
}

#costsummary tbody th {
  background: #fff; 
  vertical-align: top;
  font-weight: bold;   
  padding: 5px;
}


#costsummary tfoot td {
  background: #e8f4d5; 
  vertical-align: top;  
  padding: 5px; 
  text-align: right;
  font-size: 11px;
}

#costsummary tfoot th {
  background: #006f51; 
  color: #fff;
  vertical-align: top;
  font-weight: bold;   
  padding: 5px;
  font-size: 11px;
}

#costsummary tfoot h3 {
  font-size: 14px;
}

#costsummary tfoot td h3 {
  text-align: right;
}

#calendarpicker table {
  width: 289px;
  border-collapse: separate;
  background: #cbcbcb;
  border-spacing: 1px;
  border: 0;
  color: #666;
  margin-top: 5px;
}

#calendarpicker td {
  background: #fff;
  width: 31px;
  height: 34px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

#calendarpicker td.clicked {
  background: #fff url(/images/cal-tick.png) center center no-repeat;
}

#calendarpicker td.past {
  background: #f8f5f5;
  cursor: default;
}

#calendarpicker th {
  background: #eeeeee;
  width: 31px;
  height: 34px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}









/*==================================
Hide lists on page load
====================================*/

.stylish-select ul.newList {left:-9999px;}

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;}
ul.newList a {color: #000; text-decoration:none; display:block;}
ul.newList {
  margin:0;
  padding:0;
  list-style:none;
  color:#000;
  width:296px;
  background:#fff;
  position:absolute;
  border: 1px solid #cbcbcb;
  top:22px;
  left:0;
  overflow:auto;
  z-index:9999;
  height:auto;
  font-size: 0.85em;
  text-align:left!important;
}
ul.newList li {padding:2px 5px!important; border-bottom: 1px solid #cccccc;}
.newListSelected {
  width: 296px;
  color: #7b7b7b;
  height:20px;
  margin: 8px 0 0 0;
  padding:0;
  float:left;
  background: #FFF url(/images/buttons/dropdown-arrow.png) no-repeat scroll 278px 1px;
  border:1px solid #cacbcb;
  z-index:9998;
}
.newListSelected div {display:block; font-size:13px; font-family: Calibri; padding:4px 21px 4px 4px; text-align:left !important; width:263px;}
.newListSelected span {width:284px; display:block;}
ul.newList li a {padding:3px 8px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:258px; overflow:hidden; height:16px; padding:0 23px 0 0;}
.hiLite {background:#316ac5!important; color:#fff!important;}
.hiLite a {background:#650101!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position: auto; cursor:default;}
.newListSelHover div, .newListSelFocus div {color: #569d27;}
.newListOptionTitle {color: #569d27;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

hr {
  margin: 0;
}

.postcodeInput {
  height: 20px;
  width: 171px;
  border:1px solid #cacbcb;
  padding: 0 4px;
  font-size:13px;
  font-family: Calibri;
  color: #7b7b7b;  
}

ul.radio_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  width: 140px;
}

ul.radio_list li {
  padding: 0;
  margin: 0;
  float: left;
  width: 50%;
  height: 13px;
  line-height: 13px;
}

ul.radio_list li input {
  margin-top: -4px;
}










#calendar_tabs {
  margin-left: 32px; width: 255px; height: 25px; background: #cbcbcb; padding: 0 1px 1px 1px;
}

#calendar_tabs a {
  display: block; width: 127px; background: #efefef; line-height: 25px; height: 25px; text-align: center; float: left;
  color: #7b7b7b;  
  text-decoration: none;
  font-style: italic;
  cursor: pointer;
}

#calendar_tabs a.inactive {
  background: #cbe4af;
}

#calendar_tabs a:hover {
  background: #efefef;
  text-decoration: none;
}

#tab_out {
 margin-right: 1px;  
}

#alternatives {
  color: #666;
  margin-top: 15px;  
}

#alternatives thead th {
  color: #fff;
  text-align: center;
  padding: 5px;
  font-weight: normal;
  width: 190px;
  text-transform: uppercase;  
}

#alternatives thead td {
  color: #fff;
  text-align: center;
  padding: 5px;
}

#alternatives tbody th {
  background: #eeeeee;
  font-size: 18px;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  border-color: #cdcdcd;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  padding: 5px;
}

#alternatives tbody td {
  text-align: center;
  background: #fff;
  border-color: #cdcdcd;
  border-style: solid;
  vertical-align: middle;  
  border-width: 0 1px 1px 1px;
  padding: 5px;
  width: 56px;
  height: 56px;
}

#alternatives tbody td.short {
  height: auto;
}

#alternatives tbody td.ratecell {
  background: #c5e1b2;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

#alternatives tbody td.currentrate {
  background: #6eb43f;
}

#alternatives tbody td.newrate, #alternatives tbody td.hover {
  background: #006f51;
  text-decoration: underline;
}