/*--------------------------------------------------------------
 Basic CSS Document 

Version:	1.1
Author:		James Roberts
Email:		info@method.org.uk
Website: 	http://www.method.org.uk
--------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C867B;
	margin: 0px;
	text-align: left;
}
a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#wrapper {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}
/*HEADER*/
#navigation h1 {
	display: none;
}
#intro h1 {
	display: none;
}
#intro h2 {
	display: none;
}
#header {
	width: 100%;
	height: 48px;
	background: url(images/background_nav.gif) repeat-x center;
	text-align: center;
}

/*FOOTER*/
#footer {
	text-align: center;
	padding-top: 20px;

}
.footer {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.footer a:link {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.footer a:visited {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}
.footer a:active {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

/*CONTENT*/
p {
	text-align: left;
}

.leader {
	padding-bottom: 10px;
}
.title {
	font-size: 18px;
	color: #263326;
	font-weight: bold;
}
h1 {
	text-align: left;
	font-size: 18px;
	color: #263326;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h2 {
	text-align: left;
	font-size: 14px;
	color: #263326;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h3 {
	text-align: left;
	font-size: 12px;
	color: #263326;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
ul {
	text-align: left;
}
#content {
	text-align: left;
}
#content_header {
	margin-left: 60px;
}
#content_body {
	margin-left: 100px;
}
.home_bg{
	background: url(images/home_background.jpg) no-repeat top;
}
.subhead {
	font-size: 14px;
	color: #263326;
	font-weight: bold;
}
.about_bg {
	background-image: url(images/about_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.service_bg {
	background-image: url(images/service_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.spares_bg {
	background-image: url(images/spares_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.hire_bg {
	background-image: url(images/hire_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.contact_bg {
	background-image: url(images/contact_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.product {
	font-size: 14px;
	color: #263326;
	font-weight: bold;
}
.product_list {
	font-size: 14px;
	color: #263326;
	font-weight: bold;
	text-decoration: none;
}
.product_list a:link {
	font-size: 14px;
	color: #263326;
	font-weight: bold;
	text-decoration: none;
}
.product_list a:visited {
	font-size: 14px;
	color: #263326;
	font-weight: bold;
	text-decoration: none;
}
.product_list a:hover {
	font-size: 14px;
	color: #263326;
	font-weight: bold;
	text-decoration: underline;
}
.product_list a:active {
	font-size: 14px;
	color: #263326;
	font-weight: bold;
	text-decoration: none;
}
