body {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 1.8em;
	line-height: 1.3;
	color: #5f6062;
}

#bg-bar {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 528px;
	margin-top: -264px;
	top: 50%;
	background: transparent url(bg-bar.png) repeat-x top left;
}

#sb-wrapper {
	width: 928px;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	height: 728px;
	margin-top: -364px;
	margin-left: -464px;
}

#contact-details {
	margin-top: 20px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 0.8em;
	line-height: 1.4em;
}

	.contact-business {
		font-weight: bold;
	}

	.contact-phone {
		margin-top: 0.5em;
	}

	.contact-email a:link,
	.contact-email a:visited,
	.contact-email a:hover,
	.contact-email a:active
	{
		color: #5f6062;
	}

#main {
	position: relative;
	top: 128px;
	font-family: Verdana, Helvetica;
	font-size: 0.8em;
}

	#top-half {
		display: table;
		width: 100%;
		overflow: hidden;
	}

		#picture {
			float: left;
			margin-right: 3em;
		}

			#picture img {
				border: 1px solid #000;
			}

		#main-text {
			line-height: 1.4;
			display: table-cell;
			vertical-align: middle;
		}
 
		#ie-lt8  #main-text {
			*clear: expression(
				style.paddingTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"),
				style.paddingBottom = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight)) + "px" : "0"),
				style.clear = "none", 0
			);
		}

#bswitch-link {
	position: absolute;
	bottom: 64px;
	right: 64px;
}
	#bswitch-link img {
		border: 0;
	}













.sb {
	position: relative;
	z-index: 10;
	margin: 0px auto;
	min-width: 800px;
	max-width: 800px;
	width: 800px;
	margin-left: 128px;
	margin-bottom: 0.5em;
}

	.sb .sbi,
	.sb .sbt,
	.sb .sbb,
	.sb .sbb .sbbb {
		background: transparent url(bg-box-shadow.png) no-repeat top right;
	}

	.sb .sbi {
		position: relative;
		zoom: 1;
		_overflow-y: hidden;
		padding: 0px 128px 0px 0px;
		min-height: 600px;
		max-height: 600px;
		height: 600px;
	}

	.sb .sbt {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 128px;
		margin-left: -128px;
		height: 100%;
		_height: 1600px;
		background-position: top left;
	}

	.sb .sbb {
		position: relative;
		width: 100%;
	}

	.sb .sbb,
	.sb .sbb .sbbb {
		height: 128px;
		font-size: 1px;
	}

	.sb .sbb {
		background-position: bottom right;
	}

		.sb .sbb .sbbb {
			position: relative;
			width: 128px;
			margin-left: -128px;
			background-position: bottom left;
		}

	.sb h1,
	.sb p {
		margin: 0px;
		padding: 0px;
	}

	.sb h1 {
		padding-bottom: 0px;
	}

	.sb p {
		margin-top: 0.6em;
	}
