#header {
	float: left;
	height: 110px;
	width: 100%;
}

#header #logo {
	float: left;
	width: 200px;	
	padding-top:10px;
}

#header #strapline p {
  line-height: 1em;
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
	margin: 10px 5px 0 0;
}

/* Tabs */
#tabs {
	float: left;
	width: 720px;
	margin: 5px 0 0 0;
	font-size: 1.2em;
}

#tabs ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0pt;
	float: right;
}

#tabs li {
  background:transparent url(../images/tabOffLeft.png) no-repeat scroll left bottom;
  float:left;
  margin:0 0 0 10px;
  padding:0 0 0 15px;
}

#tabs a:link, #tabs a:hover, #tabs a:visited  {
  background:transparent url(../images/tabOffRight.png) no-repeat scroll right bottom;
  color:#f30;
  float:left;
  font-weight:bold;
  padding:8px 20px 8px 4px;
  text-decoration:none;
}

#tabs a {
	float:none;
}

#tabs #current {
  background-image:url(../images/tabOnLeft.png);
}

#tabs #current a {
  background-image:url(../images/tabOnRight.png);
  color:#fff;
  padding:8px 20px 8px 4px;
	text-decoration: underline;
}
/* End of tabs */

.tel {
	color: #1919B3;	 
}

#header #strapline #serviceinfo {
	font-size: 1.6em;
	color: #f30;				 
}

.tel .value {
	font-size: 1.4em;	 
}