@charset "utf-8";

/*
Author: Glynn Johnson
Project: Timberlink
Title: Inner Pages
*/

div#content{padding: 30px}

div#content h1{
  color: #008457;
  font-size: 2.6em;
  margin-bottom: 15px;
  line-height: 0.8em;
  }
  
div#content div.level-3-left-column h1{
  line-height: 1.1em;
  margin-top: -3px;
  }

div#content h2{
  color: #000;
  font-size: 1.8em;
  margin: 20px 0px 5px 0;
  font-weight: normal;
  display: block;
  }
  
div#content h2 span{
  display: inline;
  padding: 5px 0;
  display: inline;
  }
  
div.left-text{width: 600px}
div.left-text p a:link,
div.left-text p a:visited,
div.left-text p a:focus,
div.left-text p a:active,
div.quick-note p a:link,
div.quick-note p a:visited,
div.quick-note p a:focus,
div.quick-note p a:active{text-decoration: underline; color: #008457}

div.left-text p a:hover,
div.quick-note p a:hover{color: #b11f46}

#oneAlert,
#twoAlert,
#threeAlert {
  position: relative;
  margin-top: 10px;
  background: url(corners/alert_tl.gif) no-repeat top left;
  display: none;
  }
  
#oneAlert img {
  position: absolute;
  top: -23px;
  left: 80px;
  }
  
#twoAlert img {
  position: absolute;
  top: -23px;
  left: 320px;
  }
  
#threeAlert img {
  position: absolute;
  top: -23px;
  right: 80px;
  }
  
.alertActive{display: block !important}

.alertTop {background: url(corners/alert_tr.gif) no-repeat top right}

.alertBottom {background: url(corners/alert_bl.gif) no-repeat bottom left}

.alertBottom div {background: url(corners/alert_br.gif) no-repeat bottom right}

.alertContent {background: url(corners/alert_r.gif) top right repeat-y}

.alertTop div, 
.alertTop,
.alertBottom div, 
.alertBottom{
  width: 100%;
  height: 30px;
  font-size: 1px;
  }

.alertContent,
.alertBottom {
  margin-top: -19px;
  }

.alertContent {padding: 0 20px}


div#animationContainer{
  margin: 20px auto;
  display: block;
  width: 540px;
  height: 525px;
  }


dl#treatmentSteps{
  width: 100%;
  }

dl#treatmentSteps dt, dl#treatmentSteps dd{float: left}

dl#treatmentSteps dt img{
  width: 100px;
  height: 100px;
  }

dl#treatmentSteps p{
  display: block;
  width: 100%;
  clear: both;
  padding-bottom: 10px;
  }
  
dl#treatmentSteps dd{
  width: 155px;
  font-size: 1.3em;
  padding-left: 15px;
  }
  
dl#treatmentSteps dt.right{margin-left: 20px}
  
/*-----------------------------------------*/
/*---------------Size Charts---------------*/
/*-----------------------------------------*/


table#sizeChart{
  margin: 0 0 20px 0;
  width: 600px;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #d9eac1;
  float: right;
  /*table-layout: fixed;*/
  }

table#sizeChart th{
  font-size: 1.2em;
  color: #000;
  background: #FFF;
  border: 1px solid #e1eecd;
  font-weight: bold;
  }

table#sizeChart td{font-size: 1.2em}

table#sizeChart td.unitsStrong{font-weight: bold; width:100px !important}

th.thLeft{border-left: none !important}
th.thRight{border-right: none; line-height: 25px;}
  
table#sizeChart th.thRight a{
  float: right;
  font-size: 0.9em;
  background: transparent url(/images/size-charts/met-imp-buttons.gif) 0 0 no-repeat;
  display: block;
  width: 50px;
  height: 14px;
  color: #000;
  padding: 0px 0px 6px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 3px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  line-height: 20px;
  }

table#sizeChart th.thRight a:hover, table#sizeChart th.thRight a.units-button-active{
  background-position: 0 100%;
  }
  
table#sizeChart th.thRight a:active,
table#sizeChart th.thRight a:focus{
  text-decoration: underline;
  }

table#sizeChart tr.alt{
  background: #e6f3d5;
  }

table#sizeChart td,
table#sizeChart th{padding: 1px 0}

table#sizeChart tr.divider{
  border-bottom: 5px solid #d9eac1;        /* e1eecd */
  }
  
table#sizeChart tr.darker{
  border-color: #008457;
  border-width: 2px;
  }

table#sizeChart tr.legend span{
  margin-right: 30px;
  }

table#sizeChart tr.legend span img{
  margin-right: 5px;
  }

table#sizeChart tr.pleaseNote td, table#sizeChart tr.legend td{text-align: left; padding: 5px 10px}

table#sizeChart tr.pleaseNote td.adNote, table#sizeChart tr.legend td.legendNote{text-align: center; border-right: 1px solid #d9eac1}

table#sizeChart th.size-title{background: #008457; color: #fff; padding: 5px 10px; text-align: left}

/*------------------------------------------*/
/*-------------------Tabs-------------------*/
/*------------------------------------------*/

/* div#tabs{height: 100% !important} */

div#tabs ul li a{font-size: 1em}

div#content p{
  font-size: 1.4em;
  line-height: 1.3em;
  text-align: left;
  }

p + p{margin-top: 10px}
  
div#tabs ul li.brown a{color: #766626}
div#tabs h3.brown{border-color: #f0ebd6}


/*---------------------------------------------------*/
/*--------------------Link Boxes---------------------*/
/*---------------------------------------------------*/


/*
div#content ul{
  margin: 20px 20px;
  padding-left: 15px;
  }  */

div#content ul li{
  font-size: 1.3em;
  line-height: 1.9em;
  }

div#content .link-box{
  display: block;
  float: left;
  margin-top: 30px;
  margin-right: 24px;
  position: relative;
  border: 1px solid #DDD;
  }

div#content .right{
  margin-right: 0px;
  }

div#content .link-box img{
  position: relative;
  display: block;
  z-index: 0;
  }
 
div#content .link-box a:link,
div#content .link-box a:visited,
div#content .link-box a:hover,
div#content .link-box a:focus,
div#content .link-box a:active{text-decoration: none}

div#content .link-box a h3{
  text-decoration: none;
  font-size: 1.7em;
  line-height: 1em;
  text-align: left;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0pc;
  padding: 5px 5px 5px 35px;
  color: #FFF;
  background-color: #008457;
  background-image: url(/images/layout/link-box-arrow.gif);
  background-repeat: no-repeat;
  background-position: 15px 7px;
  font-weight: normal;
  }

div#content .link-box:hover h3{
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  }

table.deliverytable td,
table.deliverytable th{
  padding: 10px 5px !important;
}

img.crosscut{float: right; margin-left: 20px; margin-top: 20px;}


/*---------------------------------------*/
/*----------Notes and Stamps-------------*/
/*---------------------------------------*/


p.customer-service,
div.quick-note,
img.bulk-bag{
  float: right;
  display: block;
  }
  
div.quick-note{margin: 0px 0px 20px 30px;}
  
p.customer-service{
  height: 140px;
  width: 160px;
  margin-top: -35px;
  margin-right: 10px;
  text-align: center !important;
  background: transparent url(/images/announcements/customer-service-back2.png) 0 0 no-repeat;
  font-weight: bold;
  font-size: 1.5em !important;
  line-height: 1.6em !important;
  color: #FFF;
  }
  
img.bulk-bag{
  height: 210px;
  width: 210px;
  margin-right: 10px;
  margin-top: -50px;
  }

p.customer-service span{font-size: 1.8em}

p.fsc{background-image: url(/images/announcements/customer-service-fsc-back.png)}

div.quick-note{
  width: 250px;
  padding: 15px;
  background: #fff url(/images/layout/quick-hint.gif) 0 0 repeat-x;
  margin-bottom: 0px;
  margin-top: 20px;
  color: #333;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  }

div.quick-note h4{
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 10px;
  }

div#content div.quick-note ul{
  padding-left: 0px;
  }
  
div.machined{margin-top: -60px}
  
/*--------------------------------------------------------*/
/*--------------------Staff-------------------------------*/
/*--------------------------------------------------------*/

dl#staff{
  font-size: 1.3em;
  line-height: 1.5 em;
  margin: 20px 0;
}

dl#staff dt{
  padding-bottom: 3px;
  margin: 10px 0;
  border-bottom: 1px solid #CCC;
  display: block;
  width: 30%;
  font-weight: bold;
  color: #0A8013;
  }

dl#staff dd{
  margin-bottom: 30px;
  padding-left: 10px;
  }
  
div#inner-banner{
  width: 920px;
  position: relative;
  display: block;
  height: 280px;
  border: 0px solid #F1F1F1;
}

div#inner-banner h1, div#inner-banner div{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  background: #008457;
  color: #FFF;
  font-size: 2.6em;
  line-height: 1em;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  }
  

/*-----------------------------------*/
/*-----------Since Cumbria-----------*/
/*-----------------------------------*/

p.level-2-p{width: 683px}

p.level-2-p a:link,
p.level-2-p a:visited,
p.level-2-p a:active,
p.level-2-p a:focus,
div#content div.level-3-left-column p a:link,
div#content div.level-3-left-column p a:visited,
div#content div.level-3-left-column p a:active,
div#content div.level-3-left-column p a:focus{color: #008457; text-decoration: underline}

p.level-2-p a:hover,
div#content div.level-3-left-column p a:hover{color: #b11f46}

div.level-3-left-column{
  float: left;
  width: 290px;
  display: block;
  }
  
div#content div.level-3-left-column p{
  font-size: 1.3em;
  }
  
div#content img.level-3-banner{
  width: 600px;
  height: 240px;
  display: block;
  float: right;
  margin-bottom: 20px;
  }

/*-----------------------------------*/
/*----------Stamp Paddings-----------*/
/*-----------------------------------*/

p.sawn-padding,
p.roundwood-padding,
p.fencing-padding,
p.bark-padding,
p.treatment-padding,
p.gate-join-padding{padding: 30px 15px 20px}

p.gates-padding,
p.service-padding{padding: 50px 15px 0px}

p.sheet-padding{padding: 40px 15px 10px}

/*------------------------------------*/
/*---------------Tabs-----------------*/
/*------------------------------------*/

div#tabs{
  float: right;
  width: 600px;
  }
  
table.why-treat{text-align: left !important}

table.why-treat td,
table.why-treat th{padding: 5px 5px !important}


/*------------------------------------*/
/*---------------Gates----------------*/
/*------------------------------------*/

div.gate-box-container{
  float: right;
  display: block;
  width: 600px;
  }

div.gate-box{
  float: left;
  display: block;
  width: 185px;
  margin-right: 20px;
  margin-top: 30px;
 }
 
div.gate-box img{width: 185px}
 
div.right-gate-box{
  margin-right: 0px;
}

div.gate-box h4{
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
}


/*------------------------------------*/
/*------------Calculators-------------*/
/*------------------------------------*/

.calculator{
  margin: 0 0 20px 0;
  width: 600px;
  text-align: center;
  float: right;
  display: block;
  border: 1px solid #008457;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.enter-data {
  display: block;
  float: left;
  width: 200px;
  padding: 10px;
  margin-right: 20px;
  background: #D3F2C7;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.results-block{
  display: block;
  float: left;
  width: 360px;
  padding-top: 10px;
}

.calculator .form-item{
  display: block;
}
  
.form-item label{ display; block; float: left; width: 75px; }
.form-item input{ display: block; width: 50px; }
.form-item input.submit{ display: block; width: auto; }
.form-item select{ display: block; width: 100px; }
  
div#content p.results{
 text-align: center;
 float: left;
 width: 100px;
 margin-right: 20px;
 font-size: 12px;
 height: 75px;
 margin-top: 10px;
}

p.calc-note{
 margin-bottom: 10px;
}

.calc-note-split{
  border: 1px solid #D3F2C7;
  width: 340px;
  margin: 5px 0;
}


#result-loose-both,
#result-bagged-both,
#result-litbag-both{
  display: block;
  margin: 0 auto;
  height: 75px;
  width: 100px;
  color: #008457;
  font-size: 20px;
  line-height: 75px;
  text-align: center;
  float: left;
  margin-right: 10px;
}

#result-loose-both { background: transparent url(/images/calculator/loose.png) 50% 0 no-repeat; }

#result-bagged-both { background: transparent url(/images/calculator/bag.png) 50% 0 no-repeat; }  

#result-litbag-both { background: transparent url(/images/calculator/litbags.png) 50% 0 no-repeat; } 



/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider {
    display: block;
    float: left;
    margin-left: 30px;
    margin-bottom: 20px;
	position:relative;
    width:600px;
    height:240px;
	background:url(/images/slider/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right: 0px;
	bottom: 0px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:60px;
	background:url(/images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
    position: absolute;
    top: 95px;
	background-position:-27px 0;
	right:0px !important;
}
a.nivo-prevNav {
    position: absolute;
	top: 95px;
	left:0px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


/*====================*/
/*=== Right Column ===*/
/*====================*/

div.right-column-text{
 line-height: 1.3em;
 width: 560px;
 float: right;
 padding: 20px;
 background: #D3F2C7;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}

div.right-column-text h2 { 
 margin-top: 0px !important; 
 margin-bottom: 15px !important;
 display: block;
 font-weight: bold !important;
 }

div.right-column-text a:link,
div.right-column-text a:visited,
div.right-column-text a:focus,
div.right-column-text a:active {text-decoration: underline; color: #008457}

div.right-column-text a:hover {color: #b11f46}
 
/*------------------------------------*/
/*---------Birkdale Page List---------*/
/*------------------------------------*/
 
table.birkdale-list { width: 616px !important; }

table.birkdale-list thead tr th {
  padding: 5px 10px !important; 
  text-align: left;
}

table.birkdale-list td {
  padding: 5px 10px !important;
  text-align: left !important;
}

.birkdale-quick-note { 
  float: left !important; 
  margin-left: 0px !important; 
  margin-right: 0px !important; 
  margin-top: 0px !important;
  }

.image-rounded {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}



