/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	line-height: 1.6em;
	background: url(art/body-bg.jpg) top left repeat;
}

#outer-page {
	width: 100%;
	padding: 50px 0px;
	margin: 0px;
	background: url(art/outer-page-bg.jpg) top left repeat-x;
	text-align: center; /* ie fix */
}

#page {
	width: 760px;
	padding: 0px;
	margin: 0px auto;
	background: url(art/page-bg.jpg) top left repeat-y;
	text-align: left; /* ie fix */
	overflow: hidden;
}

#header {
	width: 728px;
	height: 204px;
	padding: 16px 16px 0px 16px;
	margin: 0px;
	background: url(art/header-bg.jpg) top left no-repeat;
}

#header div {
	float: left;
	width: 478px;
	height: 204px;
	padding: 0px;
	margin: 0px;
}

#header h1 {
	float: left;
	padding: 97px 0px 0px 0px;
	margin: 0px;
	width: 250px;
	line-height: 2.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

#content {
	width: 728px;
	padding: 0px;
	margin: 0px 16px 0px 16px;
	border-top: 3px solid white;
}

ul#navigation {
	float: left;
	width: 250px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 5px solid #ffffff;
}

ul#navigation li {
	width: 250px;
	height: 75px;
	background: url(art/button-bg.jpg) top left no-repeat;
	border-top: 2px solid #ffffff;
}

ul#navigation li a {
	display: block;
	width: 185px;
	height: 55px;
	padding: 20px 50px 0px 15px;
	margin: 0px;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

ul#navigation li a strong {
	font-size: 12px;
	font-variant: normal;
	color: #333333;
}

ul#navigation li a:hover {
	color: #000000;
}

ul#navigation li a:hover strong {
	color: #be423f;
}

#text {
	float: left;
	width: 458px;
	padding: 0px;
	margin: 0px;
}

#text h1 {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #637e96;
	font-variant: small-caps;
}

#text img {
	margin: 0px;
	padding: 1px;
	border: 1px solid #637e96;
}

#text img.gallery {
	float: left;
	margin: 5px 5px 0px 0px;
	width: 143px;
	height: 86px;
}

#text img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

#text img.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

#text .section {
	float: left;
	width: 208px;
	padding: 0px 10px;
	margin: 20px 0px 0px 0px;
}

#text .section img {
	width: 204px;
	height: 107px;
}

#text h2 {
	margin: 0px;
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #637e96;
	text-align: center;
}

#text a {
	color: #666666	;
	text-decoration: none;
}

#text a:hover {
	color: #be423f;
}

#footer {
	float: left;
	width: 728px;
	line-height: 80px;
	padding: 6px 16px 0px 16px;
	margin: 0px;
	text-align: right;
	color: #999999;
	background: url(art/footer-bg.jpg) top left no-repeat #637e96;
}

#footer a {
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover {
	color: #be423f;
}

.large {
	font-size: 14px;
	font-weight: bold;
}

.automation {
	width: 458px;
	float: left;
	clear: left;
}

#text .automation img {
	float: right;
	margin: 0px 0px 10px 10px;
}
.stevebeaton {
	width: 78px;
	height: 65px;
	background: url('images/tunstall-darts-button.jpg') no-repeat 0 -65px;
	position: absolute;
	right: 1001px;
	top: 1119px;
	}
.stevebeaton a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-decoration: none;
	background: url('images/tunstall-darts-button.jpg') no-repeat top left;
	text-indent: -9999px;
	}
.stevebeaton a:hover {
	background-image: url(none);
	background-color: transparent;
	}
