body {
	text-align: center;
	font-family: Helvetica, "New Gothic Std", Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;
	background: #fff;
	color: #383838;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 800px;
	text-align: left;
}

#header {
	border-bottom: 1px solid #aeb0b2;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 176px;

}

h1 {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

h1 a:link, h1 a:visited {
	background: url('/images/header.gif');

	display: block;
	height: 172px;
	width: 800px;
	margin: 0;
	padding: 0;
}

div#nav {
	height: 15px;
	width: 400px;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}

div#nav ul {
	/* background: transparent url(/images/nav.gif) top left no-repeat; */
	margin: 0;
	padding: 0;
	position: relative;
	top: -22px;
	height: 15px;
}

div#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-left: 43px;
}

div#nav ul li, div#nav a {
	height: 15px;
	display: block;
}

div#nav ul li a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}

#nav-home {left: 0; width: 34px; background: transparent url(/images/nav.gif) 0 0 no-repeat;}
#nav-services {left: 0; width: 50px; background: transparent url(/images/nav.gif) -73px 0 no-repeat;}
#nav-equipment {left: 0; width: 60px; background: transparent url(/images/nav.gif) -163px 0 no-repeat;}
#nav-contact {left: 0; width: 41px; background: transparent url(/images/nav.gif) -351px 0 no-repeat;}

#nav-home a:hover {background: transparent url(/images/nav.gif) 0 -15px no-repeat;}
#nav-services a:hover {background: transparent url(/images/nav.gif) -73px -15px no-repeat;}
#nav-equipment a:hover {background: transparent url(/images/nav.gif) -163px -15px no-repeat;}
#nav-contact a:hover {background: transparent url(/images/nav.gif) -351px -15px no-repeat;}

li.current {overflow: hidden; text-indent: -9999px;}
#nav-home.current {background: transparent url(/images/nav.gif) 0 -15px no-repeat;}
#nav-services.current {background: transparent url(/images/nav.gif) -73px -15px no-repeat;}
#nav-equipment.current {background: transparent url(/images/nav.gif) -163px -15px no-repeat;}
#nav-contact.current {background: transparent url(/images/nav.gif) -351px -15px no-repeat;}


#content {clear: both; padding: 5px 20px 5px 20px; font-size: 1.4em;}

#content h4 {font-style: italic;}

#content h5 {font-size: 1.2em; margin-bottom: 0;}

#content h2 {margin-left: -15px;}

#content li {list-style-image: url('/images/bullet.gif'); margin-bottom: 3px;}

#secondary {
	height: 176px;
	border-bottom: 1px solid #aeb0b2;
	width: 800px;
	margin:0;
	padding:0;
}

* html #secondary {
	margin-top: -15px;
}


p#pullquote {
	overflow: hidden;
	text-indent: -9999px;
}

#footer {
	text-align: center;
	border-top: 1px solid #aeb0b2;
	font-size: 10px;
	padding-top: 5px;
	clear: both;
	color: #383838;
}

#footer p {
	display: inline;
	border-right: 1px solid #aeb0b2;
	padding-right: 4px;
	padding-left: 4px;
}

#footer p.last {
	border-right: none;
}

.left {float: left;}

.right {float: right;}

a:link {color: #ee1c23;}
a:visited {color: #bd161c;}
a:hover {color: #f45c61;}
a:active {color: #f00;}