/*********************************** BTD MAIN Layout v1. 00 ***********************************
DESCRIPTION:
This Style sheet is the main bulk of styles needed.
*/
/*********************************** 0. CONTENTS ***********************************

		0. CONTENTS

		1. DEFAULT CSS

		2. UTILITIES

		3. FORM OBJECTS

		4. MAIN LAYOUT

		5. DIV LAYOUT

		6. BOXES ETC

		7. TABLES

		8. BUTTONS

		9. MENUS

		10. ICONS

		11. TEXT STYLES

		12. PAGE HEADER CSS
		
		13. WIDGETS AND COMPONENTS


*********************************** 0. END CONTENTS ***********************************/
/*
@font-face {  
	  font-family: "HelveticaLT55Roman";  
	  src: url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/styling/brand/fonts/helvetica_lt_55_roman.eot); 
	  src: local("HelveticaLT55Roman"),local("Helvetica LT 55 Roman"),local("HelveticaNeueLT-Roman"), url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/styling/brand/fonts/HelveticaLT55Roman.ttf) format("truetype"); 
	}
	*/
	/*
@font-face {  
	  font-family: "HelveticaLT65Medium";  
	  src: url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/styling/brand/fonts/helvetica_lt_65_medium.eot);   
	  src: local("HelveticaLT65Medium"),local("Helvetica LT 65 Medium"),local("HelveticaNeueLT-Medium"), url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/styling/brand/fonts/HelveticaLT65Medium.ttf) format("truetype"); 
	} 
	*/
	/*
@font-face {  
	  font-family: "HelveticaLT75Bold";  
	  src: url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/styling/brand/fonts/helvetica_lt_75_bold.eot); 
	  src: local("HelveticaLT75Bold"),local("Helvetica LT 75 Bold"),local("HelveticaNeueLT-Bold"), url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/styling/brand/fonts/HelveticaLT75Bold.ttf) format("truetype"); 
	} 
	*/
/*********************************** 1. DEFAULT CSS ***********************************/
* {
	margin:0px;
	padding:0px
}
body {
	FONT-family: "HelveticaLT55Roman",tahoma,arial,"sans serif";
	HEIGHT: 100%;
}
HTML {
	HEIGHT: 100%;
	background:inherit;
}
IMG{
	border:none
}
TEXTAREA{
	/*font-size:1.1em;*/
}
H2{
	padding:0;
	margin-bottom:10px;
	color:#0c3c2c;
	font-size:1.3em
}
H3{
	padding:0;
	margin-bottom:10px;
	color:#0c3c2c;
	font-size:1.2em
}
P {
	margin-bottom:1em;
	line-height:1.4em;
	FONT-SIZE: 1em;
}
BLOCKQUOTE{
	margin-bottom:1em;
	margin-left:1em;
	color:#555555
}
BLOCKQUOTE P,BLOCKQUOTE STRONG{
	color:#555555
}
a {
	color:#004731;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#000000;
	text-decoration:none;
	cursor:pointer;
}
UL{
	list-style:none outside none;
	padding-left:1em;
	text-indent:0em;
	margin-left:10px;
	margin-bottom:10px
}
UL LI{
	line-height: 1.4em;
	list-style-image: url("/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/template01/bullet01.gif");
	margin-bottom: 5px;
}
/*********************************** 2. UTILITIES ***********************************/
.innerTube{
	padding:10px
}
.contentFull, .innerTubeLeftRight{
margin-left:10px;
margin-right:10px
}
.contentFullRight, .innerTubeRight{
margin-right:10px
}
.clearer {
	clear:both
}
.clearerFooter {
	height:56px;
	margin:auto
}
.centerAlign{
	text-align:center
}
.rightAlign{
	text-align:right
}
.leftFloat {
	float:left;
	display:inline
}
.rightFloat {
	float:right;
	display:inline
}
.displayNone, .invisible{
	display:none
}
.displayBlock{
	display:block
}
.smallSpacer, .spacer {
	clear:both;
	height:2px;
	line-height:2px;
}
.largeSpacer  {
	clear:both;
	height:10px;
	line-height:10px;
}
.mainCol20 {
	display:inline;
	float:left;
	width:19.9%;
}
.mainCol30 {
	display:inline;
	float:left;
	width:29.9%;
}
.mainCol50 {
	display:inline;
	float:left;
	width:49.9%;
}
.mainCol70 {
	display:inline;
	float:left;
	width:69.9%;
}
.mainCol80 {
	display:inline;
	float:left;
	width:79.9%;
}

/*********************************** 3. FORMS ***********************************/
input[type="text"], input[type="password"], textarea {
	border:1px solid #777777;
	color:#777777;
	font-weight:normal;
	height:17px;
	padding-left:2px;
	width:12.25em;
}
select {
	border:1px solid #777777;
	color:#777777;
	font-weight:normal;
	height:20px;
	padding-left:2px;
	width:12.25em;
}
select.specialist{
	width:400px
}
#formContact{
clear:both
}
#formContact label.label {
	height:22px;
	width:160px;
	display:inline;
	float:left;
}
#formContact #formArea div.fullDiv{
	width:100%;
	min-height:20px;
	height:auto !important;
	height:20px;
	
}
#formContact #formArea div.fullDiv,#formContact #formArea div.fullDiv div.form{
	display:inline;
	float:left;
}
#formContact #formArea #comments{
	height:63px;
	width:388px
}
#formContact #formArea  #mode{
	width:388px
}
#formContact #formArea #bigInputs input {
	width:388px;
}
#formContact #formArea select.title {
	width:75px;
}
INPUT.button {
	border:medium none;
	color:#0C3C2C;
	cursor:pointer;
	font-size:0.85em;
	font-weight:bold;
	height:20px;
	line-height:20px;
	border:1px solid #B9B9B9;
	padding-right:15px;
	background:url("/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/template01/btn_navigation_horizontal.gif") no-repeat scroll right 0px #FFFFFF;
	padding-left:5px
}

/*********************************** 4. MAIN LAYOUT ***********************************/
DIV#container {
	height:auto !important;
	margin:0 auto -88px;
	min-height:100%;
	width: 996px;
	background: url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/template01/container_bg.png) transparent repeat-y;

}
* HTML DIV#container { /* hack for non-ie6*/
	height:auto;
}
DIV#header{
	height:80px;
	width: 958px;
	margin: 10px 18px 10px 18px;
	display:inline;
	float:left;
	background: url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/template01/header.jpg) transparent repeat-x;
	border: 1px solid #B9B9B9
}
DIV#subHeader{
}
DIV#content{
	height:auto;
	margin:0 18px 0 18px;
}
DIV#footer{
	height:56px;
	margin:30px auto 0px auto;
	width: 996px;
	text-align:center;
	background: url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/template01/container_bg.png) transparent repeat-y;
	clear:both;

}
DIV#footer DIV#copyright{
	height:50px;
	margin:0 auto;
	width: 996px;
	text-align:center;
	background: url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/template01/footer_copyright-bg.gif) transparent no-repeat 50% -7px;
	padding-top:6px
}
* HTML #footer { /* hack for non-ie6*/

}
DIV#header DIV#brandTitle, DIV#header DIV#websiteTitle{
	display:inline;
	float:left
}
DIV#header DIV#brandTitle A{
	height:80px;
	width:400px;
	display:inline;
	float:left;
	border:none
}
DIV#header DIV#brandTitle SPAN, DIV#header DIV#websiteTitle SPAN{
	display:none
}
DIV#header DIV#brandTitle {
	background: url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/template01/header_tpplc-logo.gif) transparent no-repeat 10px 15px;
	height:80px;
	width:50%
}

DIV#header DIV#websiteTitle{
	background: url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/template01/header_selfbuild-logo.gif) transparent no-repeat 280px 15px;
	height:80px;
	width:50%
}
DIV#leftColumn {
	width:218px;
	float:left;
	display:inline
}
DIV#centreColumn {
	width:742px;
	float:left;
	display:inline;
	
}



/*********************************** 5. DIV LAYOUT ***********************************/


/*contact page*/
#companyAddress .companyName {
	font-weight:bold;
}

/*costing form*/
.costMain {
	margin-left:10px;
	margin-right:10px
}
div.costLeft {
	float:left;
	width:50%;
}
div.costRight {
	float: left;
	width: 49.9%;
}
div.costRight input[type="text"], div.costRight select{
	width:75px
}
div.costLeft label{
	padding-left:5px
}
div.costLeft input, div.costRight input{
	margin-left:5px
}
div.costLeft span,div.costRight span{
	font-weight:bold;
}
div#results{
	margin-left:10px;
	margin-right:10px;
	display:none
}
div#results div.costLeft{
	font-weight:bold;
	width:35%;
	display:inline
}
div.costform{

}
div.costform div.costfulldiv, div.costform .costlabel{
	float:left;
	display:inline
}
div.costform div.costfulldiv{
	width:50%;

}
div.costform .costlabel{
	font-weight:bold;
	height:22px;
	width:160px;
	margin-left:10px
}
div.costform ol.notes{
	margin-left:20px
}
div.costform div.outlineBox{
	border: solid 1px black;
	width:60%;
	margin-left:10px
}

div#results .button-m{
float:left;
margin:10px 10px 10px 10px 
}
div.estimateMain .button-m{
	margin-left:10px;
	margin-bottom:10px
	
}

DIV.pageHeader DIV.box1 DIV.title{
	height:120px
}

DIV.pageHeader DIV.box1 DIV.websiteLink DIV.title,DIV.pageHeader DIV.box1 DIV.brouchureLink DIV.title{
	height:auto
}

div.estimateMain label{
	font-weight:bold;
}
div.estimateMain div.costRight{
	width:50%
}
div.estimateMain div.costRight input{
	margin-bottom:3px;
	width:12.25em
}
div.estimateMain div.costLeft input{
	margin-bottom:3px
}
div.estimateMain div.costLeft div input, div.estimateMain div.costLeft div select, div.estimateMain div.costRight div input{
	float:right;
	clear:both;
	margin-right:20%
}
div.estimateMain div.costLeft div#leftInputs {
	float:right;
	margin-right:20%
}

/* branch finder form*/
div.branchFinderForm label{
	width:160px;
	display:inline;
	float:left;
}
/*********************************** 6. BOXES ***********************************/

DIV.box1{
	border:1px solid #B9B9B9;
	margin-right:10px;
	margin-bottom:10px;
}
DIV.box1 P,DIV.box1 li{
	margin-left:8px;
	margin-right:8px
}
DIV.box1 li{
	/*font-size:0.8em*/
}
.box1FrontPage { width:390px; }

DIV.box1FrontPage DIV.box1, DIV.box1FrontPage DIV.box1 DIV.box1Internal{
	height:140px
}
/* front page box images */
DIV.box1-costYourProject DIV.box1 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/frontpage/box1-costYourProject.jpg) top left no-repeat
}
DIV.box1-toolhire DIV.box1{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/frontpage/box1-toolhire.jpg) top left no-repeat
}
DIV.box1-finishingTouches DIV.box1 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/frontpage/box1-finishingtouches.jpg) top left no-repeat
}
DIV.box1-sustainableHomes DIV.box1 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/frontpage/box1-sustainableHomes.jpg) top left no-repeat
}
DIV.box1-branchfinder DIV.box1{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/frontpage/box1-branchFinder.jpg) top left no-repeat
}
DIV.box1-buildingMaterials DIV.box1 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/frontpage/box1-buildingmaterials.jpg) top left no-repeat
}
/* front page carousel images */
DIV.box1 .carousel-image-1 DIV.carouselIntroInternal{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/jcarousel/JCAROUSEL_introPicture1.jpg) top left no-repeat
}
DIV.box1 .carousel-image-2 DIV.carouselIntroInternal{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/jcarousel/JCAROUSEL_introPicture2.jpg) top left no-repeat
}
DIV.box1 .carousel-image-3 DIV.carouselIntroInternal{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/jcarousel/JCAROUSEL_introPicture3.jpg) top left no-repeat
}
DIV.box1 .carousel-image-4 DIV.carouselIntroInternal{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/jcarousel/JCAROUSEL_introPicture4.jpg) top left no-repeat
}
DIV.box1 .carousel-image-5 DIV.carouselIntroInternal{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/jcarousel/JCAROUSEL_introPicture5.jpg) top left no-repeat
}
/*website link boxes*/
DIV.rightColumn .websiteLink{
	margin-right:10px
}
DIV.websiteLink{
	/*height:170px;*/
	height:109px;
	border:1px solid #B9B9B9;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px
}
DIV.brouchureLink{
	height:170px;
	border:1px solid #B9B9B9;
	margin-bottom:10px;
	margin-left:10px;
}

DIV.contactCard{
	border:1px solid #B9B9B9;
	margin-bottom:10px;
	margin-left:10px;
	height:109px
}
DIV.contactCardImg{
	width:50%;
	height:100%;
	float:left;
	Display:inline;
}
DIV.contactCardText{
	width:45%;
	float:left;
	Display:inline;
	padding:2%
}
DIV.contactCardText a{
	line-height:1.5em;
	margin-left:10px
}
DIV.contactCardImgCP{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/contactCardImgCP.jpg) top left no-repeat #182d58;
}
DIV.contactCardImgBX{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/contactCardImgBX.jpg) top left no-repeat #ededed;
}
DIV.contactCardImgTG{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/contactCardImgTG.jpg) top left no-repeat #ededed;
}
DIV.contactCardImgTP{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/contactCardImgTP.jpg) top left no-repeat #04251e;
}
DIV.contactCardImgKY{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/contactCardImgKY.jpg) top left no-repeat #0274b2;
}
DIV.contactCardImgW{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/contactCardImgW.jpg) top left no-repeat #ededed;	
}
DIV.websiteLinkCP{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/websiteLinkCP.jpg) top left no-repeat #182d58;
}
DIV.websiteLinkBX{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/websiteLinkBX.jpg) top left no-repeat #ededed;
}
DIV.websiteLinkTG{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/websiteLinkTG.jpg) top left no-repeat #ededed;
}
DIV.websiteLinkTP{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/websiteLinkTP.jpg) top left no-repeat #04251e;
}
DIV.websiteLinkKY{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/websiteLinkKY.jpg) top left no-repeat #0274b2;
}
DIV.websiteLinkW{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/websiteLinkW.jpg) top left no-repeat #ededed;	
}
DIV.websiteLinkCPbig{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/websiteLinkCPbig.jpg) top left no-repeat #182d58;
}
DIV.websiteLinkBXbig{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/websiteLinkBXbig.jpg) top left no-repeat #ededed;
}
DIV.websiteLinkTGbig{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/websiteLinkTGbig.jpg) top left no-repeat #ededed;
}
DIV.websiteLinkTPbig{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/websiteLinkTPbig.jpg) top left no-repeat #04251e;
}
DIV.websiteLinkKYbig{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/websiteLinkKYbig.jpg) top left no-repeat #0274b2;
}
DIV.websiteLinkWbig{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/websiteLinkWbig.jpg) top left no-repeat #ededed;	
}
DIV.websiteLinkWT{
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/websiteLinks/websiteLinkWT.jpg) top left no-repeat;
}

DIV.websiteLink P, DIV.brochureLink P{
	clear:both;
	float:right;
	display:inline;
	margin: 10px 10px 10px 250px;
	/*height:75px*/
	height:60px
}
DIV.websiteLinkCP P, DIV.websiteLinkTP P{
	color:#ffffff;
}


DIV.box1FrontPage DIV.box1 DIV.box1Internal P{
	width:80%;
	float:right;
	display:inline;
	margin:0px 0 2px 0;
	height:75px;
	clear:both;
	text-align:right;
	padding-right:5px;
	font-size:12px;
	line-height:1.4em;
	color:#444444
}
DIV.box1-branchfinder DIV.box1 DIV.box1Internal P{
	width:70%
}
DIV.box1-sustainableHomes DIV.box1 DIV.box1Internal P, DIV.box1-finishingTouches DIV.box1 DIV.box1Internal P{
	width:56%
}

DIV.box1 A.interestLink{
	background:#ffffff url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/template01/btn_navigation_horizontal.gif) no-repeat right 2px ;
	padding:4px 18px 4px 7px;
	float:right;
	display:inline;
	clear:both;
	text-decoration:none;
	color:#0c3c2c;
	border-bottom: none;
	margin-bottom:4px;
}
DIV.box1FrontPage DIV.box1 A.interestLink:hover{
	text-decoration:underline;
	color:#0c3c2c
}

DIV.box1 h1,DIV.box1FrontPage DIV.box1 h1,DIV.box1 h2,DIV.box1FrontPage DIV.box1 h2,DIV.box1 h3,DIV.box1FrontPage DIV.box1 h4,DIV.box1 h4,DIV.box1FrontPage DIV.box1 h4{
	background-color:#ffffff;
	padding:4px 7px 4px 7px;
	margin-top:4px;
	margin-bottom:4px;
	font-family:"HelveticaLT75Bold",tahoma,arial,"sans serif";
	font-size:14px;
}
.carouselIntro UL LI{
	margin:0px
}

.carouselIntro DIV.box1 h3{
	background-color:#ffffff;
	padding:4px 7px 4px 7px;
	margin-top:8px;

}
DIV.box1FrontPage DIV.box1 h3, .carouselIntro DIV.box1 h3{
	clear:both;
	float:left;
	display:inline;
	
}
.carouselIntro DIV.box1  li.carousel-image-5  DIV.text, .carouselIntro DIV.box1  li.carousel-image-3  DIV.text{

	color:#ffffff
}
.carouselIntro { width:780px; }
.carouselIntro .box1 { padding:10px; background:#FFFFFF; margin-bottom:10px; }

.carouselIntro DIV.box1 DIV.title{
	min-height:40px;
	height:auto !important;
	height:40px;
}
.carouselIntro DIV.box1 DIV.text{
	width:50%;
	margin:8px 8px 12px 8px;
	height:60px;
	clear:both;
	text-align:left;
	padding-left:35px;
	line-height:1.7em;
	color:#000000
}
.carouselIntro DIV.box1  li.carousel-image-4  DIV.text{

	width:60%;
}
.carouselIntro DIV.box1 A.interestLink{
	background:#ffffff url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/template01/btn_navigation_horizontal.gif) no-repeat right 2px ;
	padding:4px 18px 4px 7px;
	float:right;
	display:inline;
	clear:both;
	text-decoration:none;
	color:#0c3c2c;
	border-bottom: none;
}
.carouselIntro DIV.box1 A.interestLink:hover{
	text-decoration:underline;
	color:#0c3c2c
}

.contactRequestSubmitted{
	border:1px solid #000000;
	color:#ff0000
}

/*********************************** 7. Table ***********************************/
TABLE.generalTable {
	border: 1px solid #B9B9B9;
	width:99.8%;
}
TABLE.generalTable  THEAD{
	background:url("/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/template01/menu_head_bg.jpg") repeat-x scroll 0 0 #0c3c2c;
	color:#EFB400;
	height:28px;
	text-align:left
}
TABLE.generalTable  THEAD TR TH{
	padding-left:4px;
	text-align:left;
}
TABLE.generalTable  TBODY TR.Row1{
	background-color:#eeeeee
}
TABLE.generalTable  TBODY TR.Row2{
	background-color:#ffffff
}
TABLE.generalTable  TBODY TR TD{
	padding:4px;
}
TABLE.generalTable  TBODY TR TD.cellLeft, TABLE.generalTable  TBODY TR TD.cellMid{
	border-right: 1px #dcdcdc solid
}
TABLE.generalTable  THEAD TR TH.cellLeft, TABLE.generalTable  THEAD TR TH.cellMid{
	border-right: 1px #28493e solid
}
/*********************************** 8. BUTTONS ***********************************/


.button-m {
	background:url("/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/template01/btn_navigation_horizontal.gif") no-repeat scroll right 0 #FFFFFF;
	border:1px solid #B9B9B9;
	color:#0C3C2C;
	cursor:pointer;
	font-size:0.85em;
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding-right:15px;
	padding-left:5px;
	float:left;
	display:inline
}
/*********************************** 9. MENUS ***********************************/
DIV#leftColumn UL.menu{
	list-style-type:none;
	width:218px;
	padding:0px;
	margin:0px;
	text-indent:0em;
}
DIV#leftColumn UL.menu LI{
	display:inline;
	float:left;
	width:218px;
	padding:0px;
	margin:0 0 8px 0;
	background:none
}
DIV#leftColumn UL.menu LI A{
	display:inline;
	float:left;
	color:#efb400;
	font-size:.9em;
	text-decoration:none;
	height:25px;
	width:218px;
	background: url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/template01/menu_head_bg.jpg) transparent repeat-x;
	font-weight:bold;
	border-bottom: none
}
DIV#leftColumn UL.menu LI A:hover{
	color:#c59400;
	text-decoration:none
}
DIV#leftColumn UL.menu LI A SPAN{
	display:inline;
	float:left;	
	padding:3px 0 0 7px;
	font-size:1.1em
}
DIV#leftColumn UL.menu LI.active A SPAN{
	text-decoration:underline
}
DIV#leftColumn UL.menu LI UL{
	background: url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/template01/menu_bg.jpg) #e8e8e8 no-repeat top left;
	border-left:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
	border-bottom:1px solid #b9b9b9;
	display:inline;
	float:left;
	width:216px;
	padding:0px;
	margin:0px;
	text-indent:0em;	
}
DIV#leftColumn UL.menu LI UL LI{
	margin:0px;
	width:216px;
	min-height:15px;
	height:auto !important;
	height:15px;
	background:none
}
DIV#leftColumn UL.menu LI UL LI A{
	background:none;
	color:#444444;
	width:216px;
	min-height:15px;
	height:auto !important;
	height:15px;
	font-weight:normal
}
DIV#leftColumn UL.menu LI UL LI A SPAN{
	padding:1px 0 0 5px;
	font-size:.99em
}
DIV#leftColumn UL.menu LI.active UL LI A SPAN{
	text-decoration:none	
}
DIV#leftColumn UL.menu LI UL LI.active A SPAN{
	text-decoration:underline
}
DIV#leftColumn UL.menu LI UL LI A:hover{
	color:#999999
}
/*********************************** 11. TEXT STYLES ***********************************/

DIV.pageHeader DIV.box1 h2,DIV.pageHeader DIV.box1 h3, DIV.websiteLink  h3, DIV.brouchureLink  h3{

	margin-bottom:8px;
	margin-top:8px
}
div.pageHeader div.box1 div.title h2,DIV.pageHeader DIV.box1 div.title h3, .websiteLink div.title h3, .brouchureLink div.title h3{
	clear:both;
	float:left;
	display:inline;
}
DIV.pageHeader DIV.box1 div.websiteLink h3,DIV.pageHeader DIV.box1 div.brochureLink h3{
	margin-bottom:8px;
}
.bold{font-weight:bold}

.error{color:#ff0000}
/*********************************** 12. Page Headers ***********************************/

DIV.pageHeader DIV.box1 P,DIV.pageHeader DIV.box1 UL{
	clear:both;
}

.pageHeader-2 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-2.jpg) top left no-repeat
}
.pageHeader-3 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-3.jpg) top left no-repeat
}
.pageHeader-4 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-4.jpg) top left no-repeat
}
.pageHeader-5 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-5.jpg) top left no-repeat
}
.pageHeader-6 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-6.jpg);
}
.pageHeader-8 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-8.jpg) top left no-repeat
}
.pageHeader-9 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-9.jpg) top left no-repeat
}
.pageHeader-10 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-10.jpg) top left no-repeat
}
.pageHeader-11 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-11.jpg) top left no-repeat
}
.pageHeader-12 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-12.jpg) top left no-repeat
}
.pageHeader-13 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-13.jpg) top left no-repeat
}
.pageHeader-14 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-14.jpg) top left no-repeat
}
.pageHeader-15 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-15.jpg) top left no-repeat
}
.pageHeader-16 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-16.jpg) top left no-repeat
}
.pageHeader-17 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-17.jpg) top left no-repeat
}
.pageHeader-18 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-18.jpg) top left no-repeat
}
.pageHeader-19 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-19.jpg) top left no-repeat
}
.pageHeader-20 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-20.jpg) top left no-repeat
}
.pageHeader-21 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-21.jpg) top left no-repeat
}
.pageHeader-22 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-22.jpg) top left no-repeat
}
.pageHeader-23 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-23.jpg) top left no-repeat
}
.pageHeader-24 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-24.jpg) top left no-repeat
}
.pageHeader-25 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-25.jpg) top left no-repeat
}
.pageHeader-27 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-27.jpg) top left no-repeat
}
.pageHeader-28 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-28.jpg) top left no-repeat
}
.pageHeader-29 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-29.jpg) top left no-repeat
}
.pageHeader-30 {
	background:url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/pageHeaders/pageHeader-30.jpg) top left no-repeat
}
/*****************13. widgets ***********************************/
#map {
	border:1px solid black;
	height:390px;
	width:100%;
}
/**accordian*/
.basicAccordian  {
	width: 80%;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom:10px
}
.basicAccordian div {
	background-color: #eee;
	border-bottom: 1px solid #cccccc;
}

.basicAccordian p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 10px;
}
.basicAccordian a.title, .basicAccordian a.selected {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #cccccc;
	padding-left:20px;
	background: transparent url(/web/20180905001546im_/http://www.timberdirect.co.uk/wrms/images/website/selfbuild/template01/bullet01.gif) no-repeat 3px 10px ;
}
.basicAccordian a.title :hover {
	background-color: white;
}
.basicAccordian a.selected {
	background-color: #cccccc;
}
/*
     FILE ARCHIVED ON 00:15:46 Sep 05, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:08:51 Feb 08, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 87.076
  exclusion.robots: 0.103
  exclusion.robots.policy: 0.095
  RedisCDXSource: 0.637
  esindex: 0.009
  LoadShardBlock: 63.364 (3)
  PetaboxLoader3.datanode: 83.364 (5)
  CDXLines.iter: 19.766 (3)
  load_resource: 117.063 (2)
  PetaboxLoader3.resolve: 66.556 (2)
*/