@charset "UTF-8";
/* CSS Document */
body {
	border:0;
	margin:0;
	padding:0;
	font: 12px Tahoma, Geneva, sans-serif;
}

a:link, a:visited {
	color: #007a28;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #007a28;
	text-decoration: underline;
}

/* @override 
	http://reclaim.demo.netstart.net/index.php?css=templates/reclaim_css.v.1246434395
	http://reclaim.demo.netstart.net/index.php?css=templates/reclaim_css.v.1246474404
*/

#wrapper {
	display:block;
	position:relative;
	width:900px;
	height:auto;
	margin:0 auto 0 auto;
}
#header {
	display:block;
	position:relative;
	width:900px;
	height:170px;
	
	background-image:url(img/imgheader.png);
	background-attachment:scroll;
	background-position:0 5px;
	background-repeat:no-repeat;

	margin:0 auto 20px auto;
}
#navigation {
	display:block;
	position:absolute;
	width:900px;
	height:40px;
	bottom:0px;
	left:0px;
}
#navigation a{
	display:block;
	position:relative;
	width:150px;
	height:40px;
	border:0;
	margin:0;
	float:left;
	background-attachment:scroll;
	background-position:0 0;
	background-repeat:no-repeat;
}
#navigation a:hover{
		background-position:0 -40px;
}
.home {
	background-image:url(img/imgBhome.png);
}
.company {
	background-image:url(img/imgBcompany.png);
}
.solutions {
	background-image:url(img/imgBsolutions.png);
}
.products {
	background-image:url(img/imgBprducts.png);
}
.environment {
	background-image:url(img/imgBenvironment.png);
}
.contact {
	background-image:url(img/imgBcontact.png);
}
#flashHook {
	display:block;
	position:relative;
	width:900px;
	height:370px;
	margin:0 auto 20px auto;
}
#hooks {
	display:block;
	position:relative;
	width:900px;
	height:95px;
	margin:0 auto 8px auto;
}
a.hook {
	display:block;
	position:relative;
	width:173px;
	height:92px;
	float:left;
	margin:auto 8px auto 0;
	background-color:#f00;
	background-attachment:scroll;
	background-position:0 0;
	background-repeat:no-repeat;
}
img.hook{
	display:block;
	position:relative;
	width:260px;
	height:80px;
	margin:0 auto 0 auto;
}
.equine {
	background-image:url(img/imghook01.gif);
}
.playground {
	background-image:url(img/imghook02.gif);
}
.tyres {
	background-image:url(img/imghook03.gif);
}
.rubber {
	background-image:url(img/imghook04.gif);
}
.announce {
	background-image:url(img/imghook05.gif);
}
#subnav {
	display:block;
	position:relative;
	width:900px;
	height:160px;
	margin:0 auto 20px auto;
	clear:both;
}
.subCol {
	display:block;
	position:relative;
	width:300px;
	height:150px;
	float:left;
	margin:auto;
}
.subCol a{
	text-indent:25px;
	text-decoration:none;
	font-weight:normal;
	font-size:x-small;
	display:block;
	position:relative;
	width:280px;
	line-height:2em;
	margin:15px auto 15px auto;
	color:#000;
}
#footer{
	display:block;
	position:relative;
	width:900px;
	height:30px;
	border-top:1px solid #000;
	margin:0 auto 0 auto;
	text-align:center;
	padding-top:20px;
	float: left;
}
#footer a{
	color:#00792b;
	text-decoration:none;
}
#footer a:hover{
	color:#a9d700;
	text-decoration:underline;
}
/*content page styles */
#content {
	display:block;
	position:relative;
	width:600px;
	height:auto;
	float:right;
	margin:0 auto 20px auto;
}
#content h1 {
	font-size:small;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1em;
	color: #057a28;
}
#content h2 {
	font-size:small;
	font-weight:bold;
	line-height: 2em;
	color: #a9d700;
}
#content h3 {
	font-size:small;
	font-weight:bold;
	line-height:2em;
	color:#999;
}
#content a {
	line-height: 1.5em;
}

#content ul, ol, p{
	line-height:2em;
	width:95%;
	margin:0 auto 2em auto;
	text-align:justify;
}

#subMenu {
	display:block;
	position:relative;
	width:260px;
	height:auto;
	float:left;
	margin:0 auto 20px auto;
	background-image:url(img/img-subMenu.gif);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top center;
	padding:10px 20px 0 20px;
}
#subMenu.hook{
	display:block;
	position:relative;
	width:250px;
	height:80px;
	margin:5px auto 5px auto;
}
a.major{
	text-decoration:none;
	font-weight:bold;
	text-indent:15px;
	color:#360;
	text-transform:uppercase;
	line-height:2em;
}
a.minor{
	text-decoration:none;
	display:block;
	position:relative;
	width:250px;
	height:2em;
	line-height:1.5em;
	margin:5px auto 20px auto;
	
	font-weight:bold;
	color:#000;
}
a:hover.minor{
	color:#060;
}

/* @group nav */

ul#nav-sub {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 30px;
	font-size: 12px;
}

ul#nav-sub li a:link, ul#nav-sub li a:visited {
	color: #000;
	font-weight: bold;
}

ul#nav-sub li a:hover, ul#nav-sub li a:focus, ul#nav-sub li a:active {
	color: #007a28;
}

ul#nav-sub li {
	margin-bottom: 10px;
}

#subMenu h1 {
	font-size:small;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1em;
	color: #007a28;
	margin: 20px 15px 20px 14px;
}

#contactForm {
width: 100%;
}
#contactForm input {
width: 100%;
}
#contactForm textarea {
width:100%;
height: 100px;
}
#galleryEntries {
text-align:center;
width:100%;
}
.galleryImg {
margin: 0;
margin-top: 25px;
padding: 0;
border-style: solid;
border-width: 1px;
border-color: #000000;
}
.galleryDiv {
text-align: center;
padding: 0;
margin: 20px;
border-style: solid;
border-width: 1px;
border-color: #C0C0C0;
background-color: #E0E0E0;
width: 150px;
height: 125px;
display: block;
float: left;
}

/* @end */
