
/*
// B N  Greenwood Fencing
// Dark Colour // Highlight Colour // Midtone // Green */



html{
min-height: 101%;
overflow-x: hidden;
}

*{
padding: 0;
margin: 0;
border: 0;
font-size: 100%;
}

body{
position: relative;
padding: 0px;
border: 0;
margin: 0;
text-align: center;
font: 0.8em Arial,Verdana,Tahoma,sans-serif;
background: url("../images/page-bg.jpg") repeat-y scroll center top #FFFFFF;
color: #102f09;
overflow-x: hidden;
overflow-y: hidden;
}

a{
text-decoration: none;
color: #cccccc;
}

a:hover{
color: #ffffff;
}

h1{
margin: 0;
padding-top: 0;
font-size: 18px;
color: #1a4d0f;
letter-spacing: 0px;
border-bottom: 1px dotted #878181;
padding-bottom: 3px;
}

h2{
margin: 4px 0px;
font-size: 16px;
letter-spacing: 1px;
color: #1a4d0f;
font-weight: bold;
}

img{
border: none;
}

#content-wrapper ul{
padding-left: 35px;
margin-bottom: 12px;
}

#content ul{
list-style-image: url(../images/bullet.jpg);
}



#container{
width: 970px;
text-align: left;
margin: 0px auto;
background-color: #ffffff;
overflow: hidden;

}

#content-wrapper{
clear: both;
overflow: hidden;
margin: 2px 10px;
}



#column-left{
float: left;
width: 225px;
overflow: hidden;
padding-top: 10px;
}

#column-right{
float: left;
width: 725px;
height: auto;
overflow: hidden;
}



#header{
width: 100%;
overflow: hidden;
text-align: left;
background-color: #1a4d0f;
border-bottom: 4px solid #cccccc;
}

#header-inner{
width: 970px;
height: 130px;
margin: 0px auto;
overflow: hidden;
position: relative;
}

#header-left {
  float: left;
  margin-top: 10px;
}

#header-right {
  color: #ffffff;
  float: right;
  font-size: 1.5em;
  margin: 10px 10px 0 0;
  text-align: right;
  line-height: 20px;
}

#header-right a{
color: #ffffff;
}

#header-right a:hover{
color: #878181;
}

#header-right span{
font-weight: normal;
color: #cccccc;
}

#header-right span.spaced{
margin-left: 20px;
}



#navigation{

height: 35px;
z-index: 99;
margin: 0;
overflow: hidden;
position: absolute;
bottom: 7px;
right: 0px;
}

#navigation li{
list-style-type: none;
float: left;
}

#navigation a {
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 10px 0 white inset;
  color: #111111;
  display: inline-block;
  float: left;
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing: 0;
  margin-right: 4px;
  padding: 6px 13px;
  text-align: left;
  text-decoration: none;
}

#navigation a:hover,#navigation a.current{
color: #f2f2f2;
background-color: #878181;
}

#navigation a.current:hover{
color: #666666;
}

#navigation a.first{
}

#navigation a.last{
}




#content{
margin: 10px;
margin-right: 20px;
text-align: justify;
font-size: 14px;
color: #content;
}

#content p{
margin: 5px 0px 22px 0px;
line-height: 18px;
}



#footer{
clear: both;
width: 100%;
overflow: hidden;
background-color: #1a4d0f;
color: #ccc;
font: normal 10px "Trebuchet MS", Tahoma, Verdana;
border-top: 4px solid #cccccc;
}

#footer-inner{
width: 970px;
overflow: hidden;
margin: 0px auto;
}

#footer a{
color: #ccc;
font-size: 10px;
}

#footer a:hover{
color: #fff;
}

#footer-left{
float: left;
text-align: left;
padding: 7px;
}

#footer-right{
float: right;
text-align: right;
padding: 7px;
}



#contact-left{
float: left;
width: 300px;
margin: 10px 0px 20px 40px;
text-align: center;
}

#contact-right{
float: right;
width: 300px;
margin: 10px 40px 20px 0px;
}




form.contact-form label{
clear: both;
text-align: left;
font-weight: bold;
display: block;
margin-top: 7px;
}

form.contact-form input,form.contact-form textarea,form.contact-form select{
display: block;
width: 100%;
margin-top: 2px;
font: 9pt verdana,arial,tahoma,sans-serif;
border: 1px solid #cccccc;
padding: 3px;
}

form.contact-form input:hover,form.contact-form textarea:hover,form.contact-form select:hover{
border-color: #999;
}

form.contact-form textarea{
overflow: auto;
height: 100px;
}

form.contact-form button.contact-sent{
clear: both;
float: right;
width: auto;
margin-right: 2px;
padding: 4px 6px;
border: 0;
background-color: #111111;
text-transform: uppercase;
color: #ffffff;
font-size: 0.8em;
font-weight: bold;
cursor: pointer;
}

.captcha-container{
width: 100%;
display: block;
clear: both;
float: left;
text-align: center;
padding: 5px;
margin-top: 7px;
border: 1px solid #cccccc;
}

form.contact-form div.captcha-container input{
width: 96%;
}

div.captcha-container small{
display: block;
}



#panel{
width: 1000px;
margin: 6px auto;
border: 1px solid #2ecc1e;
background-color: #b7e5b0;
color: #218416;
padding: 15px;
font-weight: bold;
}



#side-tab-container{
position: absolute;
top: 40px;
left: 0px;
width: 25px;
}

.side-tab{
display: block;
margin-bottom: 10px;
font-size: 11px;
}


.side-tab img{
border: 0;
text-decoration: none;
}

a.side-tab:hover{
color: #888888;
}




.clear{
clear: both;
height: 0px;
width: 1px;
line-height: 0px;
}


.rounded{
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
behavior: url(includes/border-radius.htc);
}




#slideshow-holder {
  height: 236px;
  margin: 10px 0 0;
  overflow: hidden;
  width: 970px;
}

#slideshow-left{
width: 725px;
float: left;
}

#slideshow-right{
width: 210px;
float: left;
}

#slideshow{
width: 700px;
height: 230px;
overflow: hidden;
border: 3px solid #cccccc;
background-color: #ffffff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#slideshow img{
width: 700px;
height: 230px;
}

.features a {
  background-color: #878181;
  border: 3px solid #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  display: block;
  height: 60px;
  margin-bottom: 16px;
  position: relative;
  width: 210px;
}

.features a:hover{
border-color: #1a4d0f;
}

.features a.last{
margin-bottom: 0px;
}

.features a span {
 
  bottom: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.7em;
  font-weight: bold;
  left: 0;
  padding-left: 10px;
  position: absolute;
  width: 200px;

  
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#40000000',GradientType=0 ); /* IE6-8 */

}

.features a span:hover{
color: #cccccc;
}

div.gallery a{
display: block;
float: left;
width: 200px;
height: 133px;
border: 3px solid #cccccc;
margin: 7px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

div.gallery a:hover{
border-color: #1a4d0f;
}




