@charset "utf-8";
/* CSS Document */

body {
  margin: 0; padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 22px;
  background-color: #F4EDD3;
}

a:link, a:visited { color: #666666; text-decoration: underline; }
a:hover { color: #333333; }

h1 { font-weight: normal; margin: 0; }
h2 { font-weight: bold; margin-left: 43px; font-size: 12px; }

#top {
  width: 100%;
  height: 102px;
}

#top-container {
  margin: 0;
  width: 900px;
}

.logo-eh {
  float: left;
  width: 253px;
  height: 102px;
  padding-left: 35px;
  display: inline;
}

.top-box {
  float: left;
  display: inline;
  width: 282px;
  height: 88px;
  background-image: url(../images/top-box.png);
  margin-left: 317px;
}

.top-content {
  padding-left: 5px;
  margin-top: 10px;
  padding-right: 5px;
  font-size: 11px;
  color: #FFFFFF;
  float: left;
  display: inline;
}

.top-content p {
  margin: 0;	/* Fixes spacing from top in Mozilla */
}

#nav-bg {
  width: 100%;
  height: 50px;
  background-image: url(../images/nav-bg.jpg);
}

.nav-container {
  margin: 0;
  width: 900px;
}

#main {
  width: 100%;
}

#main-container {
  margin: 0;
  width: 900px;
}

.left-main {
  float: left;
  width: 605px;
  display: inline;
}

.header {
  width: 573px;
  padding-left: 35px;
}

.right-main {
  float: right;
  display: inline;
  width: 295px;
}

.vert-bor {
  margin-left: 2px;
  float: left;
  display: inline;
  width: 1px;
  height: 700px;
  background-color: #CCCCCC;
}

.right-content {
  padding-left: 11px;
}

.spacer {
  width: 281px;
  height: 1px;
  background-color: #CCCCCC;
  overflow: hidden;
}

.logos-eh img {
  padding-left: 10px;
  margin-top: 11px;
  margin-bottom: 12px;
  float: left;
  display: inline;
}

*html .logos-eh img {
  height: 1%;
}

.pics {
  padding-left: 35px;
  width: 570px;
  clear: both;
  height: 308px;
}

.left-content {
  padding-left: 43px;
  padding-right: 20px;
  margin-top: 10px;
  float: left;
  clear: both;
}

.left-content-contact {
  float: left;
  display: inline;
  padding-left: 43px;
  margin-top: 10px;
  width: 200px;
}


.left-right-content {
  float: right;
  display: inline;
  width: 300px;
  padding-left: 0px;
}

.thumbs {
  float: left;
  display: inline;
}

.thumbs p {
  margin-top: 0;
  text-align: center;
}

#footer {
  margin: 0px;
  width: 900px;
  border-top: 1px solid #CCCCCC;
  overflow: hidden;
}

.footer-content {
  padding-left: 40px;
  margin-top: 10px;
  word-spacing: 3px;
  color: #666666;
  font-size: 11px;
}

input, textarea, select {
  background-color:#FFFFFF;
  border: 1px solid #CCCCCC;
  font-family:Calibri, Arial, Helvetica;
  font-size: 13px;
  color: #000000;
}

/* Project Gallery Page */

.left-thumb {
  float: left;
  display: inline;
  width: 200px;
  padding-left: 43px;
}

#large-pic {
  float: left;
  display: inline;
  width: 500px;
  overflow: hidden;
  margin-left: 44px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	float: right;
	clear: both;
}

h3 p {
	color: #000000;
}

#largeImg {
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 9px;
	float: left;
	display: inline;
	width: 450px;
}

.thumbspic img {
	border: 2px solid #999999;
	width: 80px;
	height: 80px;
}

.ba { clear: both; }

/* Maintenance button */

.ma {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  height: 161px;
  width: 174px;
  background-image: url(../images/buttons/maintenance.gif);
  background-position: 0 0;
}

.ma:hover {
  background-position: 0 -161px;
  list-style: none;
}

/* NAV Classes */

#nav a:link, #nav a:visited {
  text-decoration: none;
  list-style: none;
  background-position: 0 0;
}

#nav li a:hover {
  list-style: none;
  background-position: 0 -35px;
  display:block;
	height: 35px;
}

#nav li a {
  display:block;
	height: 35px;
}

#nav {
  margin: 0 0 0 0; padding: 0;
  list-style: none;
  text-indent: -5000px;
}

#nav li {
  margin: 7px 0 0 0;
  background: none;
  margin-right: 0;
  text-align: center;
  float: left;
  list-style: none;
  padding-left: 19px;
}

#nav li #home {
  background-image: url(../images/buttons/home.png);
  width: 47px;
  padding-right: -19px;
  margin-left: 14px;
}

#nav li #project {
  background-image: url(../images/buttons/project.png);
	width: 106px;
}

#nav li #downloads {
  background-image: url(../images/buttons/downloads.png);
  width: 79px;
}

#nav li #specialty-surfaces {
    background-image: url(../images/buttons/specialty-surfaces.png);
	width: 126px;
}

#nav li #epoxy {
    background-image: url(../images/buttons/epoxy.jpg);
	width: 121px;
}

#nav li #contact {
    background-image: url(../images/buttons/contact.png);
	width: 77px;
}