body {
	padding: 0px;
	margin: 0px;
	
	font-size: 80%;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

#heading {
	bbackground-image: url(/images/gradient.gif);
	height: 100px;
	position: relative;
}

.homeSectionImage {
	text-align: center;
}

#logo {
	background-image: url(/images/ISBwhite.png);
	width: 400px;
	height: 100px;
	top: 0px;
	left: 10px;
	background-repeat: no-repeat;

	position: absolute;
}

#strapline {
	background-image: url(/images/strapline.gif);
	width: 295px;
	height: 38px;
	top: 40px;
	right: 0px;
	background-repeat: no-repeat;
	
	position: absolute;
}

#partner {
	background-image: url(/images/SAP.png);
	width: 180px;
	height: 89px;
	margin-top: 10px;
}

#navigation {
	margin-top: 0px;
	border-bottom: 2px solid #00c;

	height: 25px;
}

#menu {	
	float: left;
	margin-left: 1px;
}

#menu .link_level0 {
	position: relative;
	
	padding-top: 2px;
	
	float: left;
	width: 110px;
	margin: 0px;
	
	border-right: 1px solid white;
	z-index: 1000;
}

#menu .link_level0 .link_name {
	background-image: url(/images/button.gif);
	height: 15px;
	
	display: block;
	padding: 3px 1px 1px 3px;
	
	font-weight: bold;
	color: #333;
	
	text-shadow: white 1px 1px 2px;
	
	font-size: 10px;
	text-decoration: none;
	border: 1px solid #ccc;
}

#menu .link_level0 .link_name:hover {
	color: #fafaff;
	text-decoration: underline;
}

#menu .link_level1 .link_name {
	background-image: none;
	text-shadow: none;
	
	display: block;
	padding: 2px;
	
	height: 15px;
	
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	
	padding-top: 4px;
	background-color: white;
	
	border: none;
}

#menu .link_level1 .link_name:hover {
	color: #333;
	text-decoration: underline;
	
	background-color: #eee;
}

.initial {
	display: none;
}

#menu .link_level0 .children {
	top: 25px;
	width: 220px;
	
	position: absolute;
	
	background-color: #00c;
	padding: 0px 2px 2px 2px;
	
	z-index: 100;
}

#search {
	width: 160px;
	
	text-align: center;
	background-color: #4b6fb6;

	padding-top: 2px;
	height: 23px;
	
	margin: 0px;
}

#search form {
	display: inline;
}

#search input {
	font-size: 11px;
	padding: 0px;
	
	vertical-align: middle;
}

#content {
	position: relative;
	
	margin: 0px;
	margin-bottom: 40px;
}

#default_container {
	margin: 30px;
}

#footer {
	clear: both;
	
	text-align: right;
	left: 0px;
	right: 0px;
 	bottom: 0px;
	height: 22px;
	
	font-size: 11px;
	
	padding-right: 5px;
	padding-top: 5px;
	
	background-color: #afbdec;
	
	border-top: 1px solid #aaa;
}

#administrate {
	position: absolute;
	right: 0px;
	top: 0px;
	
	width: 200px;
	
	height: 20px;
	padding-top: 6px;
	padding-right: 2px;
	text-align: right;
	
	font-size: 10px;
}

#administrate a {
	color: #333;
}

img {
	border: none;
}

#details_sidebar {
	float: right;
	width: 180px;
	
	background-color: #4b6fb6;
	
	font-size: 11px;
}

#details_sidebar dl {
	color: white;

	padding: 2px;
	margin: 2px;
}

#details_sidebar dl a {
	color: #fff;
}

#details_sidebar dl a:hover {
	color: #bbf;
}

#details_sidebar dl dt {	
	border-bottom: 1px dashed white;

	height: 15px;

	display: block;
	padding: 2px 0px 2px 4px;

	font-weight: bold;

	text-shadow: #000860 2px 2px 2px;

	font-size: 14px;
	text-decoration: none;
}

#details_sidebar dl dd {
	color: #ddf;
	
	margin-left: 5px;
	padding: 4px;
}

#content_layout {
	margin-right: 180px;
}

dl#heading {
	bbackground-image: url(/images/keys.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 120px;
	
	padding: 0px;
	margin: 0px;
}

dl#heading dt {
	color: white;
	
	padding-left: 25px;
	text-transform: uppercase;
	
	font-size: 2em;
	
	height: 60px;
	background-color: #ccccfb;
	margin-left: 180px;
}

dl#heading dd {
	height: 60px;
	background-color: #eeeeff;
	margin-left: 180px;
	padding-left: 25px;
	
	font-weight: bold;
}

dl#heading .middle {
	padding-top: 20px;
}

#trail {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	background-color: #fafafa;
	
	font-size: 10px;
	padding: 4px;
}

#sidebar {
	border-right: 1px solid #ccc;
	
	width: 180px;
	float: left;
	
	margin: 0px;
	padding: 0px;
}

#sidebar a {
	display: block;
	
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	height: 25px;
	
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	
	padding-left: 25px;
	padding-top: 14px;
	
	color: #555;
	
	font-size: 12px;
}

#content_text {
	margin-left: 190px;
	margin-right: 10px;
}

#main_text {
	padding: 10px;
}

#main_columns {
	margin: 5px;
}

#main_columns img {
	border: 1px solid black;
}

#main_columns td {
	vertical-align: top;
}

#main_columns h2 {
	border-bottom: 1px solid #ccc;
	color: #888;
	
	padding: 5px;
}

#main_columns p {
	padding-left: 10px;
	padding-right: 10px;
}

#main_columns .bordered p {
	border-right: 1px dashed #aaa;
}

/* Main Heading */
.main_heading h1 {
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}

.main_heading {
	background-image: url(/images/HomePageGolf2009.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 120px;
	
	padding: 0px;
	margin: 0px;
	
	height: 200px;
	background-color: #ccccfb;
	padding-left: 310px;
	padding-right: 10px;

	color: #555;
}

#uk_office, #na_office, #sa_office, #au_office, #nz_office {
	height: 145px;
}

.main_heading {
	font-size: 105%;
}

#details_sidebar .date {
	text-align: right;
}

.details_services {
	width: 180px;
}

.service {
	text-align: center;
}

.service a {
	background-image: url(/images/button.gif);
	height: 15px;
	
	display: block;
	padding: 2px 0px 2px 0px;

	font-weight: bold;
	color: #333;
	
	text-shadow: white 1px 1px 2px;
	
	text-decoration: none;
	border: 1px solid #ccc;
		
	width: 83px;
	
	color: black;
	font-weight: bold;
}

.service a:hover {
	color: white;
}

.number {
	text-align: right;
}

.aboutus {
	background-image: url(/images/about_us.jpg);
}

.contactus {
	background-image: url(/images/contact_us.jpg);
}

.forclients {
	background-image: url(/images/for_clients.jpg);
}

.forconsultants {
	background-image: url(/images/for_consultants.jpg);
}

.sapbusinessone {
	background-image: url(/images/sbo.jpg);
}

.training {
	background-image: url(/images/training.jpg);
}

.successstories {
	background-image: url(/images/success_stories.jpg);
}

.ukwasteindustry, .wrwasterecyclingsolution {
	background-image: url(/images/waste.jpg);
}

.otherarticlescasestudies {
	background-image: url(/images/other_articles.jpg);
}

.supportservices {
	background-image: url(/images/support_services.png);
}
.news_article {
	background-color: white;
}

.news_page {
	background-image: url(/images/news.jpg);
	background-repeat: no-repeat;
	padding-left: 180px;
	background-color: #eee;
	margin-right: 180px;
}