﻿/* Resets browser defaults and styles XHTML elements */

/* = Global Reset 
------------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, 
a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

/* = Default (X)HTML Styling
------------------------------------------------- */

body
{
    color: #6D6F71;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 75%;
    background: url(/images/bg.gif) repeat-y #c2c2c0 top center;
    text-align: center;
}
h1, h2, h3, h4, h5, h6{color: #A4B839; font-size: 160%; font-weight: normal; margin: 5px 0 0 0;}
h2{font-family: 'Arial'; font-size: 220%; font-weight: bold; letter-spacing: -1px; margin: 0; clear: both;}
h2 b{font-size: 40%; color: #ccc; letter-spacing: normal; margin-left: 5px;}
h3{}
h4{}
h5{}
h6{}
/* alternative heading style */
.alt{color: #aac31f;}

h1.springrockers, h1.trimfitnesstrails, h1.thermomarkers, h1.playequipment, h1.benches, h1.spares,
h1.about, h1.home, h1.artificialgrass, h1.commspares, h1.contact, h1.domestic, h1.fitnesstrails,
h1.trimtrails, h1.furniture
{
    padding: 47px 0 0 0;
    overflow: hidden;
    background-image: url(/images/headings/springrockers.gif);
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/: 47px;
    margin: 10px 0 0 0;
}
h1.trimfitnesstrails{background-image: url(/images/headings/trails.gif);}
h1.thermomarkers{background-image: url(/images/headings/thermomarkers.gif);}
h1.playequipment{background-image: url(/images/headings/playgroundequipment.gif);}
h1.benches{background-image: url(/images/headings/benches.gif);}
h1.spares{background-image: url(/images/headings/spares.gif);}
h1.about{background-image: url(/images/headings/about.gif);}
h1.home{background-image: url(/images/headings/welcome.gif);}
h1.artificialgrass{background-image: url(/images/headings/artificialgrass.gif);}
h1.commspares{background-image: url(/images/headings/commercialspares.gif);}
h1.contact{background-image: url(/images/headings/contact.gif);}
h1.domestic{background-image: url(/images/headings/domesticspares.gif);}
h1.fitnesstrails{background-image: url(/images/headings/fitnesstrails.gif);}
h1.trimtrails{background-image: url(/images/headings/trimtrails.gif);}
h1.furniture{background-image: url(/images/headings/furniture.gif);}

p{margin: 12px 0;}
blockquote{margin: 20px;}

ul{margin: 10px 0 10px 20px; list-style-type: disc;}
ol{margin: 10px 0 10px 25px; list-style-type: decimal;}
li{}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{border-collapse: collapse;}
th{background: #C0D62F; border-bottom: 1px #000 solid; padding: 3px; color: #fff; font-weight: bold;}
tr{}
td{padding: 5px 3px; border-bottom: 1px #f3f3f3 solid;}

form{margin: 10px 0;}
input{margin-bottom: 2px;}
textarea{margin-bottom: 2px;}
select{}
label{vertical-align: top;}
fieldset{}
legend{}
.btn{border: 0; border: solid 1px #eee;background: #fff;color: #336699; padding: 2px;}

em{}

/* The below provides a default hr style along with a cross browser method with consideration for disabled styles */
hr{border: 0;border-top: solid 1px #ccc; height: 1px; margin: 5px 0;}
div.hr{margin: 5px 0px; border: none; border-top: 1px solid #ccc;}
div.hr hr{display:none;}

a{color: #4c5f6a;}
a:hover{text-decoration: none;}

img{vertical-align: bottom;}

/* = Independent Styles
------------------------------------------------- */

.floatLeft{float: left;}
.floatRight{float: right;}
.clr{clear: both;}
.standoutText{color: #3366cc;}