/* Forces blocks to enclose their floated children */
  /*jb 7.04.06 ??? to refact*/
  .clearfix:after { /* This can be replaced by the alternative fix below if it doesn't kill CatFish */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  * html .clearfix { /* This should be moved to ie.css, as IE7 doesn't support * html */
    height: 1%;
  }
/* This alternative fix works fine, but it's disabled to troubleshoot CatFish */
/*.clearfix {
overflow: hidden;
}*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/design/background.gif);
	background-repeat: no-repeat;
}
.page {
	width: 984px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
}

.header {
	margin: 0px;
	padding: 0px;
}
.header h1 a {
	display: block;
	width: 344px;
	height: 0px;
	padding-top: 208px;
	overflow: hidden;
	background-image: url(../images/design/td.jpg);
	background-repeat: no-repeat;
}
.logoEnvelope { /* fixes IE5 overflow problem */
	display: block;
	width: 344px;
	height: 208px;
	overflow: hidden;
	float: left;
	padding-left:20px;
}
.header h2 { /*border:1px solid red;*/
	display: block;
	width: 544px;
	height: 0px;
	padding-top: 52px;
	margin-top:15px;
	overflow: hidden;
	background-image:url(../images/design/tagline.gif);
	background-repeat: no-repeat;
}
.taglineEnvelope { /* fixes IE5 overflow problem */
	display: block;
	width: 544px;
	height: 52px;
	overflow: hidden;
	padding-left:72px;
}
.header .stripEnvelope {
	float: left;
	display: block;
	width: 706px;
	height:40px;
}
.header h3 {
	font-size: 18px;
	line-height: 18px;
	float: left;
	display: block;
	padding-top: 12px;
	padding-left: 12px;
	height: 24px;
	width: 690px;
	font-weight: normal;
}
.header h4 {
	font-size: 12px;
	line-height: 18px;
	display: block;
	float: left;
	padding-left: 16px;
	height: 24px;
	width:965px;
	font-weight: normal;
}
.header h4 a:hover {
	color: #B36633;
}
.header h5 {
	font-size: 36px;
	line-height: 40px;
	color: #FFFFFF;
	display: block;
	float: right;
	font-weight: normal;
	width: 250px;
	text-align: right;
	padding-right: 16px;
	height: 40px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
#slideshowA, #slideshowB, #slideshowC {
	background-color: #FF6600;
	padding: 0px;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
.headerStrip {
	background-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 43px;
}
.columns {/*border:1px solid red;*/
	background-image: url(../images/design/columnBackground.gif);
	background-repeat: repeat-y;
	background-color: #000000;
}
.leftColumn {
	width: 221px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 134px; /* extra space used for avery/bfa/valid logos */
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: block;
	background-image: url(../images/design/gradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	margin: 0px;
	float: left;
}
.navigation {
	width: 218px;
}
.navigation ul {
	list-style-type: none;
	display: block;
}

.navigation li {
	padding-bottom:10px;
}

.navigation li a, .navigation li a:hover, .navigation li#quick a:hover {
	display: block;
	
	font-size: 16px;
	line-height: 26px;
	list-style-type: none;
	height: 26px;
	width: 210px;
	padding-left: 8px;
	/*margin-bottom: 10px;*/
}

.navigation li a {
	background-color: #666666;
}
.navigation li.navFocus a {
	background-color: #FF6600;
	color: #000000;
}
.navigation li a:hover, .navigation li#quick a:hover {
	background-color: #B36633;
	color: #000000;
}
.navigation li#gallery a {
	height: 160px;
	background-image: url(../images/design/gallery_background.jpg);
	background-position: 1px 27px;
	background-repeat: no-repeat;
	display: block;
	width: 210px;
}
.projects {
	font-size: 16px;
	line-height: 16px;
	display: block;
	margin-top: -37px;
	padding-bottom: 18px;
	padding-left: 8px;
	height: 19px;
	float: left;
	clear: both;
}
a:hover .projects {
	color: #FFFFFF;
}
.navigation li#quick a {
	color: #666666;
	background-color: #66FF00;
}
.centreColumn { /*border:1px solid red;*/
	float: left;
	width: 465px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 14px;
	background-image: url(../images/design/gradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}
.blackBackground {
	background-color: #000000;
	background-image: none;
}
.sitemapList li a {
	text-decoration: underline;
}
.sitemapList li a:hover {
	color: #B36633;
}
.sitemapList li a:visited {
	color: #999999;
}
.centreColumn h1 {
	font-size: 20px;
	line-height: 20px;
	color: #FF6600;
	padding-bottom: 8px;
	padding-right: 15px;
}
.centreColumn h2 {
	font-size: 17px;
	line-height: 17px;
	color: #FFFFFF;
	padding-bottom: 6px;
	padding-right: 15px;
}
.centreColumn h3 {
	font-size: 14px;
	line-height: 17px;
	color: #FF6600;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 15px;
}
.centreColumn p {
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	padding-bottom: 6px;
	padding-right: 15px;
}
.centreColumn p a {
	text-decoration: underline;
}
.centreColumn p a:visited {
	color: #999999;
}
.centreColumn ol, .centreColumn ul {
	padding-bottom: 6px;
	padding-top: 4px;
	padding-right: 15px;
}
.centreColumn li {
	padding-bottom: 6px;
	list-style-position: outside;
	margin-left: 16px;
	font-size: 12px;
	line-height: 16px;
}
.wrapper {
	width: 416px;
	margin-bottom: 20px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	background-image: url(../images/design/gradient.jpg);
	background-repeat: no-repeat;
	display: block;
}

#manageCaseStudiesForm { /*border:1px solid red;*/
	padding-bottom:20px;
}

.caseStudyListItemsRow {
	padding-bottom:10px;
}

.wrapperThumb {
	width: 120px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	background-image: url(../images/design/gradient.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	float: left;
	display: block;
	margin-right: 9px;
}

.wrapperThumbLast {
	margin-right:0;
}

.wrapperThumb img.wrapImg {
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 80px;
	width: 120px;
	margin: 0px;
	display: block;
}

.wrapperThumb img.recentCaseStudy {
	width:30px;
	height:30px;
	margin-bottom:-30px;
	float:right;
	z-index:1000;
	position:relative;
}

.wrapperThumb p.description {
	color: #FF6600;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	padding-bottom: 6px;
	display: block;
	width: 120px;
	padding-right: 0px;
}
.wrapperThumb p.description a {
	text-decoration: none;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
}
.wrapperThumb p.description a:visited {
	color: #999999;
}
.wrapperThumb p.client {
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 120px;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	text-transform: uppercase;
}
.wrapperThumb p.client a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.wrapperThumb p a:hover {
	color: #B36633;
}
.wrapperThumb p a:visited {
	color: #999999;
}
p {
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
}
p a {
	color: #FF6600;
}
p a:hover {
	color: #B36633;
}
.wrapper h3, .wrapper h3 a {
	font-size: 20px;
	line-height: 20px;
	color: #FF6600;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.wrapper h3 a:hover {
	color: #B36633;
	font-size: 20px;
	line-height: 20px;
}
.wrapper h4 {
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	font-style: italic;
}
.wrapper img {
	padding-top: 8px;
	padding-bottom: 12px;
	height: 270px;
	width: 416px;
}
.wrapper img.smallImageLeft {
	float: left;
	height: 130px;
	width: 200px;
}
.wrapper img.smallImageRight {
	float: right;
	height: 130px;
	width: 200px;
}
img.franchiseeSmallLeft {
	float: left;
	height: 143px;
	width: 220px;
	padding-bottom: 8px;
	padding-top: 4px;
}
img.franchiseeSmallRight {
	float: right;
	height: 143px;
	width: 220px;
	padding-bottom: 8px;
	padding-top: 4px;
}
.breaker {
	clear:both;
}

form#contactus input#ContactName, 
form#contactus input#Company, 
form#contactus input#ContactEmail, 
form#contactus input#Tel, 
form#contactus input#Vehicle, 
form#contactus textarea,
form#franchiseContactUs input#ContactName, 
form#franchiseContactUs input#ContactAddress, 
form#franchiseContactUs input#ContactPostcode, 
form#franchiseContactUs input#ContactTelephone, 
form#franchiseContactUs input#ContactEmail, 
form#franchiseContactUs input#ContactCurrentOccupation, 
form#franchiseContactUs input#ContactBased, 
form#franchiseContactUs input#ContactEmail, 
form#franchiseContactUs input#ContactEmail, 
form#franchiseContactUs input#Tel, 
form#franchiseContactUs input#Vehicle, 
form#franchiseContactUs textarea {
	width: 360px;
}
.asterisk {
	color: #FF6600;
	font-weight: bold;
}
.rightColumn {
	float: right;
	width: 251px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(../images/design/gradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.rightColumn h3 {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}
.rightColumn h3 a:hover {
	color: #B36633;
}
.rightColumn img {
	margin-top: 16px;
	margin-bottom: 16px;
}
.rightColumn p.smallText {
	font-size: 10px;
	line-height: 10px;
}
.wrapperMap {
	padding-left: 16px;
}

/*business centres map elements*/
#businessCentresMapContainer {
	float:left;
}

.businessCentresMapPoint {
	position:absolute;
	display:none;
	/*cursor:pointer;*/
	width:13px; height:13px;
}

.wrapperVideo {
	background-image: url(../images/design/gradient.jpg);
	background-repeat: no-repeat;
	padding-left: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.wrapperArticles {
	background-image: url(../images/design/gradient.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 16px;
}
.wrapperArticles ul {
	padding-top: 10px;
}
.wrapperArticles li {
	list-style-position: outside;
	font-size: 12px;
	line-height: 17px;
	list-style-type: square;
	margin-left: 15px;
	padding-right: 16px;
}
.wrapperArticles li a {
	color: #FF6600;
}
.wrapperArticles li a:hover {
	color: #B36633;
}
.wrapperArticles li a:visited {
	color: #999999;
}
.logos {
	display: block;
	margin-top: -116px;
	float: left;
	padding-bottom: 10px;
	padding-left: 16px;
}
.logos img {
	padding-right: 8px;
}
.footer {
	background-color: #222222;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.footer p, .footer p a {
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 11px;
	line-height: 16px;
}
.footer p a:hover {
	color: #B36633;
}
.copyright {
	display: block;
	float: left;
	padding-left: 16px;
}
.sitemap {
	text-align: right;
	display: block;
	float: right;
	padding-right: 16px;
}
.clearBoth {
	clear: both;
	font-size: 1px;
	display: block;
	line-height: 1px;
}
.hidden {
	display: none;
}

#footerLinks {
	width:984px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:10px;
}

.web-design-by-webiline {
	float:right;
}

.web-design-by-webiline .link {
	text-decoration:underline;
}