@charset "utf-8";
/**
 * General page and element styling
 */
html {
	font-size: 62.5%;
}

/* Negate inheritance on em font sizes - not used!
html * {
	font-size: 1em;
}
*/

body {
	background-image: url('/furniture/page_background.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #f5f6f7;
	
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	color: #606060;
}

.orange {
  color: #FF9200;
}

.left {
	float: left;
}

form.large fieldset {
	float: left;
}

fieldset.left {
  margin-right: 8px;	
}

.right {
	float: right;
}

.center {
  text-align: center;	
}

strong {
	color: #006cac;
}

#top strong {
	color: #ffffff;
	font-weight: bold;
}

em {
  font-style: italic;	
}

sup {
	vertical-align: super;
	font-size: 0.8em;
}

sub {
	vertical-align: sub;
	font-size: 0.8em;
}

strike {
	text-decoration: line-through;
}

hr {
  height: 1px;

  margin: 18px 0px 18px 0px;

  border: none;
  border-top: 1px solid #a0a0a0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
	color: #006cac;
	text-decoration: none;
}

p a:hover, li a:hover {
	text-decoration: underline;
}

p, address {
	font-size: 1.2em;
}

#content p, #footer p, blockquote {
	margin-bottom: 9px;
}

#content p, #footer p, address, blockquote {
	margin-top: 5px;
	line-height: 18px;
}

#enquiry_form p {
	font-size: 1.3em;
	margin-right: 40px;
}

#content p.more {
	margin-bottom: 0px;
	
	color: #aaaaaa;
	text-align: right;
}

	#content p.more a {
	  float: left;
	  
		text-decoration: underline;
	}
	
	#content p.more a:hover {
		text-decoration: none;
	}
	
span.open_quote,
span.close_quote {
	float: left;
	
	width: 28px;
	height: 22px;
	
	margin-top: 4px;
	margin-right: 6px;
	
	background-image: url('/furniture/open_quote.png');
	background-position: left top;
	background-repeat: no-repeat;
	
	text-indent: -9999px;
}

span.close_quote {
  display: none;
}

h1 {
	float: left;
	
	width: 391px;
	height: 75px;
	
	margin-top: 28px;
	margin-left: 6px;
	
	background-image: url('/images/logo.png');
	background-position: top left;
	background-repeat: no-repeat;
}

	h1 a {
		display: block;
		
		width: 100%;
		height: 100%;
		
		text-indent: -9999px;
		font-size: 6.0em;	
	}

#content ol li,
#content ul li {
	font-size: 1.3em;
}

#content li {
  margin-bottom: 5px;	
}

	#content li li {
	  font-size: 1.0em; 
	}

	#content li ul {
	  margin-left: 14px;	
	}

ul.dashed,
ol.dashed {
	padding-left: 20px;
	
	list-style-type: disc;
	list-style-position: outside;
}

ul.dashed li,
ol.dashed li {
	padding-left: 0px;
  
  line-height: 1.25em;
}

li span.title {
	display: inline-block;

	width: 200px;
}

ol.list li,
#content ol.list li,
ul.list li,
#content ul.list li {
	margin-bottom: 6px;
	padding-left: 18px;
	
	background-image: url('/furniture/list_arrow.gif');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	
	font-size: 1.4em;
}

ol.list li ul,
#content ol.list li ul,
ul.list li ul,
#content ul.list li ul {
  margin-top: 4px;
  margin-bottom: 8px;
}

ol.list li li,
#content ol.list li li,
ul.list li li,
#content ul.list li li {
	padding-left: 0px;
	background: none;
	font-size: 1.0em;
}
	
#content ol.features li,
#content ul.features li {
	padding-top: 7px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	
	background-position: 0px 9px;

	color: #006cac;
}

label {
	display: block;
	
	font-size: 1.4em;
	color: #006cac;
}

#content li label {
  font-size: 1.0em;
}

select {
  display: block;
  
  margin-top: 3px;
  margin-bottom: 7px;	
}

input {
	display: block;
	
	width: 248px;
	height: 19px;
	
	margin-top: 3px;
	margin-bottom: 7px;
	
	padding-top: 3px;
	padding-left: 3px;
	
	border: none;
	
	background-image: url('/furniture/input.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

form.large input {
	width: 325px;
	
	background-image: url('/furniture/input_large.gif');
}

input.checkbox {
	width: auto;
}

textarea {
	display: block;
	
	width: 322px;
	height: 112px;
	
	margin-top: 3px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	
	border: none;
	
	background-image: url('/furniture/textarea.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.4em;
	
	/* prevent safari from allowing text area resizing because, well, it's annoying in a fixed layout website */
	resize: none;
}

form.large textarea {
	height: 160px;
	
	background-image: url('/furniture/textarea_large.gif');
}

span.button,
#content .boxContent h2 span.button {
	display: inline-block;

	padding-left: 5px;
	
	background-image: url('/furniture/button.png');
	background-position: top left;
	background-repeat: no-repeat;
	
	font-size: 1.4em;
	line-height: 28px;
}
#content .boxContent h2 span.button {
	font-size: 0.9em;
}
	span.button a {
		display: inline-block;
		
		padding-left: 8px; 
		padding-right: 13px;
		
		background-image: url('/furniture/button_end.png');
		background-position: top right;
		background-repeat: no-repeat;
		
		color: #ffffff;
	}

	span.button button {
		display: block;
		
		height: 28px;
	
		padding: 0px 13px 0px 6px;
		
		background-image: url('/furniture/button_end.png');
		background-position: top right;
		background-repeat: no-repeat;
		background-color: transparent;
		
		border: none;
	
		font-family: "Trebuchet MS", Verdana, sans-serif;
		font-size: 1.02em;
		color: #ffffff;
	}

p span.button {
  font-size: 1.1em;	
}

ul.error_list {
	float: right;
}
.inlineErrors ul.error_list {
  float: none;	
}
	ul.error_list li {
		font-size: 1.4em;
		color: #CC3333;
		
		line-height: 20px;
	}

#page, #top, #footer {
	width: 988px;
	margin: auto;
}

br.clear {
	clear: both;
}

table {
  width: 100%;
  
  background-color: #e5f0f7;
  
  font-size: 1.4em;
  color: #0079c1;
  
  line-height: 26px;
  
  vertical-align: middle;
}

table tbody th strong,
table tbody td strong {
  color: #606060; 
}

table tr.even {
	background-color: #f7fbfd;
}
  table tr.even td {
  	border-top: 1px solid #c9e2f1;
  	border-bottom: 1px solid #c9e2f1;
  }

table td, table th {
  padding: 0px 6px;	
}

table thead th {	
  padding-right: 0px;
  
  background-image: url('/furniture/table_th.gif');
  background-position: top left;
  background-repeat: no-repeat;
	background-color: #0166a3;
	
  border-bottom: 2px solid #e5f0f7;
  
  font-size: 1.14em;
  color: #ffffff;
}

  table thead th span {
    display: block;
    
    padding-right: 6px;
    padding-bottom: 2px;
    
    background-image: url('/furniture/table_th_end.gif');
    background-position: top right;
    background-repeat: no-repeat;
    
    line-height: 27px;
  }

table thead th,
table thead td {
	border-left: 2px solid #e5f0f7;
	
	text-align: center;
}

table thead tr.header th,
table thead tr.header td,
table tbody th {  
  border-top: 2px solid #e5f0f7;
  border-bottom: 2px solid #e5f0f7;
  
  color: #ffffff;
  
  line-height: 25px;
}

table thead tr.header th {
	border-left: none;
	
	font-size: 0.97em;
	text-align: left;
}

table thead tr.header th,
table thead tr.header td {
  padding-right: 0px;
  
  background-image: url('/furniture/table_head_th.gif');
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #022841;
}

  table thead tr.header th span,
  table thead tr.header td span {
    display: block;
    
    padding-right: 6px;
    padding-bottom: 0px;
    
    background-image: url('/furniture/table_head_th_end.gif');
    background-position: top right;
    background-repeat: no-repeat;
    
    line-height: 25px;
  }

table tbody th {
	padding-right: 0px;
	
	background-image: url('/furniture/table_body_th.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #5ca7d5;
}

	table tbody th span {
	  display: block;
	  
	  padding-right: 6px;
	  
	  background-image: url('/furniture/table_body_th_end.gif');
	  background-position: top right;
	  background-repeat: no-repeat;
	}

table span.yes,
table span.no {
	display: block;
	
  background-image: url('/furniture/table_yes_no.gif');
  background-position: 50% 0px;
  background-repeat: no-repeat;
	
	text-indent: -9999px;
}

table span.no {
	background-position: 50% -23px;
}

table tr.even span.yes {
	background-position: 50% -50px;
}

table tr.even span.no {
	background-position: 50% -73px;
}



/**
 * Header styling
 */
#header {
	position: relative;

	height: 185px;
}

	#header a {
		color: #ffffff;
	}

	#top {		
		height: 29px;
	}
	
		#top li {
			float: right;
			
			margin-right: 4px;
			
			font-size: 1.4em;
			line-height: 27px;
			color: #ffffff;
		}
	
	#header .cta {
		float: right;
		
		width: 364px;
		height: 56px;
		
		margin-top: 18px;
		
		background-image: url('/furniture/header_cta.png');
		background-position: top left;
		background-repeat: no-repeat;
	}
		#header .cta p {
			margin-top: 12px;
			
			text-align: center;
			font-size: 1.9em;
			font-weight: bold;
			color: #0078c0;
		}
			#header .cta p a {
				padding-bottom: 3px;
				padding-left: 10px;
				
				font-size: 1.58em;
				font-weight: normal;
				vertical-align: middle;
			}
	
	#primary_navigation {
		position: absolute;
		
		right: 0px;
		bottom: 31px;

		height: 28px;
	}
		#primary_navigation li {
			float: left;
			
			height: 28px;
			
			margin-right: 2px;
			padding-left: 5px;
			
			background-image: url('/furniture/primary_navigation.png');
			background-position: top left;
			background-repeat: no-repeat;
			
			font-size: 1.6em;
			line-height: 28px;
		}
		
		#primary_navigation li.active {
		  margin-left: 2px;
		  margin-right: 4px;
		
		  background-image: url('/furniture/primary_navigation_active.png');
		}
		#primary_navigation li.last {
		  margin-right: 2px;
		}
		
			#primary_navigation li a {
				display: block;
				
				padding-left: 8px; 
				padding-right: 13px;
				
				background-image: url('/furniture/primary_navigation_end.png');
				background-position: top right;
				background-repeat: no-repeat;
			}

			#primary_navigation li.active a {
				background-image: url('/furniture/primary_navigation_end_active.png');
				
				color: #0173b8;
			}
			
	#breadcrumb {
		clear: both;
		
		height: 31px;
	}
	
		#breadcrumb li {
			float: left;
		}


/**
 * Page content styling
 */

#content {
	clear: both;
}

	#content .column {
		float: left;
		
		width: 281px;
		
		margin-bottom: 12px;
	}
	
	#content div.left {	
		width: 692px;
		
		margin-right: 12px;
	}
	
  #content .full {  
    width: 100%;
  }
	
	#content .column .tabs {
	  height: 28px;
	}
	
	#content .column .tabs ul {
	  z-index: 10;
	  
	  position: absolute;
    
    height: 28px;
    
    margin-top: 12px;
    margin-left: 12px;
    margin-bottom: 0px;
  }
    #content .column .tabs li {
      float: left;
      
      height: 28px;
      
      margin-right: 2px;
      padding-left: 5px;
      
      background-image: url('/furniture/primary_navigation.png');
      background-position: top left;
      background-repeat: no-repeat;
      
      font-size: 1.6em;
      line-height: 28px;
    }
    
    #content .column .tabs li.active {      
      height: 29px;
      
      background-image: url('/furniture/tab.gif');
      
      line-height: 29px;
    }
    
      #content .column .tabs li a {
        display: block;
        
        padding-left: 8px; 
        padding-right: 13px;
        
        background-image: url('/furniture/primary_navigation_end.png');
        background-position: top right;
        background-repeat: no-repeat;
        
        color: #ffffff;
      }

      #content .column .tabs li.active a {
        background-image: url('/furniture/tab_end.gif');
        
        color: #0173b8;
      }

	#content .column .cta {
		width: 281px;
		height: 85px;
		
		margin-top: 12px;
		padding-top: 74px;
		
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	#content .column .ctaOffice {
		background-image: url('/furniture/cta_office.png');
	}
	
	#content .column .ctaHome {
		background-image: url('/furniture/cta_home.png');
	}
	
		#content .column .cta h2 span {
			display: none;
		}
		
		#content .column .cta h2,
		#content .column .cta p {
			font-size: 1.6em;
			text-align: center;
			color: #ffffff;
		}
		
		#content .column .cta span.button {
			padding-left: 8px;
			margin-top: 12px;
						
			background-image: url('/furniture/cta_button.png');
			
			font-size: 0.88em;
			line-height: 34px;
		}			
			#content .column .cta span.button a {			
				padding-left: 8px; 
				padding-right: 18px;
				
				background-image: url('/furniture/cta_button_end.png');
			}
			#content .column .cta span.button a:hover {
				text-decoration: none;
			}
	
	#content .column .box .column,
	#content .column .box div.left {
		float: left;
		
		width: 327px;
		
		margin-bottom: 0px;
	}
	
	#content .column .box {
		position: relative;
		z-index: 1;
		
		margin-top: 12px;
		
		background-color: #ffffff;

		border: 1px solid #b6d5e9;
	}
		#content .column .box .boxContent {
			overflow: hidden;
			position: relative;
			z-index: 3;
			
			margin: 7px 12px 7px 12px;
		}
		
		#content .box blockquote,
		#content .box p {
			font-size: 1.3em;
		}
		
		#content .column .box .tl,
		#content .column .box .tr,
		#content .column .box .bl,
		#content .column .box .br {
			position: relative;
			clear: both;
			
			height: 5px;
			
			background-image: url('/furniture/box.gif');
			background-repeat: no-repeat;		
		}
		
		#content .column .box .tr,
		#content .column .box .br {
			width: 100%;
			right: -1px;
		}
		
		#content .column .box .tl,
		#content .column .box .bl {
			width: 3px;
			left: -2px;
		}

		#content .column .box .tl {
			background-position: 0px -10px;
		}
		
		#content .column .box .tr {
			top: -1px;
			
			background-position: 100% 0%;
		}
		
		#content .column .box .bl {
			background-position: 0px -15px;
		}
		
		#content .column .box .br {			
			bottom: -1px;
			
			background-position: 100% -5px;
		}
		
		#content .column .box .box {
			margin-top: 12px;
		}
			#content .column .box .box .tl,
			#content .column .box .box .tr,
			#content .column .box .box .bl,
			#content .column .box .box .br {
				background-image: url('/furniture/box_box.gif');
			}
	
	#content .boxContent h2 {
		height: 29px;
		
		background-image: url('/furniture/box_title_end.gif');
		background-position: top right;
		background-repeat: no-repeat;
		background-color: #006CAC;
		
		font-size: 1.5em;
		color: #ffffff;
	}
		#content .boxContent h2 span {
			display: block;
		
			height: 100%;
		
			padding-left: 10px;
			
			background-image: url('/furniture/box_title.gif');
			background-position: top left;
			background-repeat: no-repeat;
			
			line-height: 26px;
		}
		
		#content .boxContent h4,
		#content .boxContent h3 {
			margin-top: 5px;
			margin-bottom: 10px;
			
			font-size: 1.6em;
			color: #006cac;
		}
		
		#content #sidebar .boxContent h4 {
	    font-size: 1.5em;
	    line-height: 1.1em;
	    color: #606060;
		}
		
		#content #sidebar .boxContent .testimonial {
		  display: none;
		}
		
		#content #sidebar .testimonials .visible {
		  display: block !important;
		}

    #content #sidebar .testimonials img {
      margin-top: 8px;
    }
		
		#content #sidebar .boxContent .testimonial .author {
		  margin-right: 10px;
		  text-align: right;
		  font-style: italic;
		}
		
    #content .boxContent h3.big,
    #content .boxContent .boxContent h3 {
      margin-top: 0px;
      margin-bottom: 0px;
      
      font-size: 2.2em;
      letter-spacing: -1px;
      color: #022840;
    }

    #content .boxContent .boxContent h3 a {
      color: #022840;
    }


    
    #content .boxContent h3.big {
      margin-top: 10px;
    }
    
    #content .boxContent h3.medium {
      margin-top: 16px;
      margin-bottom: 0px;
      
      font-size: 1.6em;
      font-weight: bold;
    }
    
		#content .boxContent li h3 {
		  margin-top: 8px;
		  margin-bottom: 4px;
		  
		  font-size: 1.2em;
		}
		
		#content .boxContent img {
			margin-bottom: 10px;
		}
	
  #content .column .box div.table {  
    margin-top: 12px;
    
    background-color: #e5f0f7;
  }
  
  #content .column .box div.center {
    margin-left: auto;
    margin-right: auto;
  }  
  
  #content .column .box div.table table {
    padding: 0px 6px;
  }
    
    #content .column .box div.table .tl,
    #content .column .box div.table .tr,
    #content .column .box div.table .bl,
    #content .column .box div.table .br {
      position: relative;
      
      height: 6px;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      
      background-image: url('/furniture/table.gif');
      background-repeat: no-repeat;
      
      text-indent: -9999px;
    }
    
    #content .column .box div.table .tr,
    #content .column .box div.table .br {
      width: 100%;
    }
    
    #content .column .box div.table .tl,
    #content .column .box div.table .bl {
      width: 4px;
    }

    #content .column .box div.table .tl {
      background-position: 0px -8px;
    }
    
    #content .column .box div.table .tr {
      background-position: 100% 0%;
    }
    
    #content .column .box div.table .bl {
      background-position: 0px -10px;
    }
    
    #content .column .box div.table .br {     
      background-position: 100% -2px;
    }
	
	
	
	
	#content .furtherInfo {
		clear: both;
		overflow: auto;
		
		margin-top: 11px;
		margin-bottom: 11px;
		
		background-image: url('/furniture/further_info_background.gif');
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	
		#content .furtherInfo h2 {
			height: 4px;
			
			background-image: url('/furniture/further_info_background_top.gif');
			background-position: bottom left;
			background-repeat: no-repeat;
			
			text-indent:-9999px;
		}

		#content .furtherInfo .box {
			float: left;
			
			width: 281px;
			padding: 20px 24px;
		}
		
		#content .furtherInfo h3 {
			font-size: 1.4em;
			font-weight: bold;
			color: #006cac;
		}
			#content .furtherInfo h3 span.large {
				display: block;
				
				font-size: 1.65em;
				font-weight: normal;
				color: #022840;
			}
			
		#content .furtherInfo p {
			color: #006cac;
		}

.star {
  position: relative;
}

.star div {
  position: absolute;

  top: -95px;
  right: -40px;
  
  width: 92px;
  height: 68px;
  padding-top: 24px;

	background-image: url('/furniture/star.png');
	background-position: top left;
	background-repeat: no-repeat;

  color: #fff;
  font-size: 18px;
  text-align: center;

}

/**
 * Footer styling
 */		
#footer_wrapper {
	clear: both;
	
	margin-top: 12px;
	
	background-image: url('/furniture/footer_background.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #024975;
}

#footer {
  height: 50px;
}

#footer .box {
	width: 237px;
	height: 219px;
	
	padding-left: 26px;
	
	background-image: url('/furniture/footer_box_background.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#footer div.right {
	width: 691px;
	
	background-image: url('/furniture/footer_box_right_background.png');
}

	#footer .box h2 {
		padding-top: 18px;
		padding-bottom: 18px;
		
		font-size: 2.6em;
		color: #022840;
	}

	#footer .box fieldset {
		float: left;
		margin-right: 12px;
	}
	
	#footer .box span.button {		
		margin-top: 105px;
	}

#footer .copyright {
	clear: left;
	
	padding-top: 14px;
	padding-left: 24px;
	
	color: #ffffff;
}

#footer .ancillary {
  float: right;
  
  padding-top: 14px;
  padding-right: 24px;
  
  color: #ffffff;
}
	#footer .ancillary a {
		color: #ffffff;
	}

.hidden {
  display: none !important;
}

.error {
  color: #CC3333 !important;
}

/* Twitter */
#twtr-widget-1 .twtr-tweet p {
  font-size: 13px;
}

#twtr-widget-1 .twtr-hd {
  display: none;
}

#twtr-widget-1 .twtr-timeline {
  height: auto;
}

#twtr-widget-1 .twtr-tweet-wrap {
  padding: 6px 0px;
}

#twtr-widget-1 .twtr-ft div {
  padding-bottom: 0px;
}

