/************************************************/
/***************** RESET STYLES *****************/
/************************************************/

/* Colors:Orange #ff6600
Bright Orange #ff9933
Light Gray #f7f7f7
Dark Gray #e7e7e7
*/

/*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: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}*/

* {
margin: 0;
padding: 0;
}
body {
color: #595959;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
text-align: center;
background: #f0e9d4 url(../images/bg_boards1.jpg) 115% 0% scroll repeat-x;
position: relative;
}

#fencingproducts {background: #f0e9d4 url(../images/bg_boards2.jpg) 115% 0% scroll repeat-x;}
#edgingproducts {background: #f0e9d4 url(../images/bg_boards3.jpg) 115% 0% scroll repeat-x;}
#resources {background: #f0e9d4 url(../images/bg_boards4.jpg) 115% 0% scroll repeat-x;}


a {
color: #4c721d;
text-decoration: none;
}
a:hover {
color: #4c721d;
text-decoration: underline;
}
a:visited {
color: #4c721d;
}
a img {
border: 0;
}
:focus {
outline: 0;
}
.grn_arrow {
background: transparent url(../images/grn_arrow.gif) no-repeat scroll 36px -2px;
padding: 1px 10px 0 0;
}
.wht_arrow {
background: transparent url(../images/wht_arrow.gif) no-repeat scroll 36px -2px;
padding: 1px 10px 0 0;
}
.divider { border-bottom: 1px solid #fff; border-top: 1px solid #f0e9d4; height: 0px; padding: 0px; margin: 0px; font-size: 0px; clear: both; position: relative; line-height: 0px; }
.h4hdr {color: #996633;
margin-bottom: 1px;
font-size: 15px;
line-height: 14px;
font-weight: bold;}
/* Heading */
h1 {
color: #141414;
font-size: 21px;
line-height: normal;
letter-spacing: -.02em;
}
h2 {
color: #141414;
margin-bottom: 1px;
font-size: 18px;
line-height: normal;
letter-spacing: -.02em;
}
h3 {
color: #4c721d;
margin-bottom: 1px;
font-size: 16px;
line-height: normal;
letter-spacing: -.02em;
}
h4 {
color: #996633;
margin-bottom: 1px;
font-size: 14px;
line-height: normal;
font-weight: bold;
letter-spacing: -.02em;
}

h4.lrg {
	font-size: 16px;
	margin-bottom: 4px;
}

h5 {
color: #141414;
margin-bottom: 1px;
font-size: 13px;
line-height: normal;
font-weight: bold;
letter-spacing: -.02em;
}
h6 {
color: #141414;
margin-bottom: 1px;
font-size: 12px;
line-height: normal;
letter-spacing: -.02em;
}

/* Paragraph */
p {
margin-bottom: 10px;
}
address {
margin-bottom: .4em;
font-style: normal;
line-height: 1.4em;
}
cite {
font-style: normal;
font-size: 10px;
}
q:before,
q:after {
content: '';
}

/* Lists */
dt {
display: block;
font-weight: bold;
}
ul,
ol {
margin: 10px 5px;
list-style-type:none;
}
li {
	background:transparent url(../images/grn_bullet.gif) no-repeat scroll -23px -4px;
	font-weight:normal;
	padding:0 0 0 11px;
	margin: 0 0 5px 0;
}

/* Size */
small {
font-size: 85%;
}
big {
font-size: 110%;
}
hr {
height: 0;
margin: 8px 0;
overflow: hidden;
visibility: hidden;
}
sup {vertical-align:40%;font-size:90%;}
/* Clears */
.clear {
clear: both;
position: relative;
font-size: 0px;
height: 0px;
line-height: 0px;
visibility: hidden
}
.nowrap {
white-space: nowrap;
}

/* Form */
form {
display: inline;
}
fieldset {
border: none;
}
legend {
display: none;
}
label {
color: #555;
font-weight: bold;
}
input,
select,
button {
vertical-align: middle;
}

/* Form Elements */
.form-container .required {
color: #cc0000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px
}
.form-container .formHint {
font-size: 11px;
color: #999999
}
.form-container .buttonHolder {
text-align: left;
}
.form-container .errorField {
color: #cc0000;
font-weight: bold
}
.form-container #errorMsg {
background: #FFDFDF url(../images/uf_error.png) repeat scroll 0%;
border-color: #cc0000;
border-style: solid;
border-width: 1px 0pt;
margin: 0pt 0pt 1em;
padding: 1em;
}
.form-container #errorMsg dt,
.form-container #errorMsg h3 {
margin: 0 0 .5em 0;
font-size: 110%;
line-height: 100%;
font-weight: bold;
}
.form-container #errorMsg dd {
margin: 0;
padding: 0;
}
.form-container #errorMsg ol {
margin: 0;
padding: 0;
}
.form-container #errorMsg ol li {
margin: 0;
padding: 2px;
list-style-position: inside;
border-bottom: 1px dotted #cc0000;
position: relative;
background:transparent none repeat scroll 0 0;
}
.form-container #errorMsg ol li a:link,
.form-container #errorMsg ol li a:hover,
.form-container #errorMsg ol li a:visited {
color: #cc0000;
text-decoration: none;
}
.form-table {
border: none
}
.form-table td {
padding: 8px;
text-align: left;
}
.form-table .altrow {
background-color: #f0e9d4;
}
.form-table label {
}
.form-table .textInput, .form-table textarea {
	border:1px solid #666;
	padding:2px;
	color: #595959;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

/* Special Text */
.highlight {
color: #ff6600
}
.subdued {
color: #5e5e5e
}
.error {
color: #c00;
font-weight: bold
}
.success {
color: #390;
font-weight: bold
}
.caption {
color: #5e5e5e;
font-size: .85em
}
.date {
}

/* Special Links */
a.morelink:link,
a.morelink:visited,
a.morelink:hover,
a.morelink:active {
padding-left: 21px;
padding-bottom: 2px;
background: transparent url(../images/sprites.gif) no-repeat 5px 0px;
}
a.morelink:hover {
height: 30px;
background-color: transparent;
background-image: url(../images/sprites.gif);
background-position: 5px -50px;
}
.morelink span {
position: absolute;
left: -9999px;
width: 900px
}

/* Pagination */
.pagination {
position: relative;
background: #f2f2f2;
color: #5e5e5e;
border: 1px solid #ddd;
margin: 10px 0 1.5em 0;
padding: 5px;
}
.pagination .left {
width: 50%;
float: left;
text-align: left
}
.pagination .right {
width: 50%;
float: left;
text-align: right
}
.pagination a:link,
.pagination a:visited,
.pagination a:hover,
.pagination a:active {
text-decoration: none;
background: #fff;
padding: 2px 5px;
border: 1px solid #ccc
}

/* Table */
th {
vertical-align: top;
font-weight: normal;
text-align: left;
}
td {
vertical-align: top;
}
.table1 {
width: 100%;
padding: 0;
margin: 0;
}
.table1 caption {
width: 100%;
font-size: 11px;
font-style: italic;
padding: 0 0 5px 0;
text-align: right;
}
.table1 th {
font-size: 11px;
font-weight: bold;
color: #005030;
border-right: 1px solid #a1beb1;
border-bottom: 1px solid #a1beb1;
border-top: 1px solid #a1beb1;
text-transform: uppercase;
text-align: left;
padding: 6px 6px 6px 12px;
background: #CAE8EA url(../images/table1_headerbg.gif) no-repeat;
}
.table1 th.nobg {
border-right: 1px solid #a1beb1;
border-top: none;
background: none;
}
.table1 td {
border-right: 1px solid #a1beb1;
border-bottom: 1px solid #a1beb1;
background: #fff;
padding: 6px 6px 6px 12px;
color: #4f6b72;
}
.table1 td.alt {
background: #eff4f2;
color: #797268;
}
.table1 td.tw, .table1 th.tw {
color: #996633;
font-weight: bold;
font-size:110%;
}
.table1 th.spec {
border-left: 1px solid #a1beb1;
border-top: 0;
background: #fff url(../images/table1_bullet1.gif) no-repeat;
font-weight: bold;
font-size: 10px;
}
.table1 th.specalt {
border-left: 1px solid #a1beb1;
border-top: 0;
background: #f5fafa url(../images/table1_bullet2.gif) no-repeat;
font-weight: bold;
font-size: 10px;
color: #797268;
}
