html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before {
  content: '';
  content: none;
}
blockquote:after {
  content: '';
  content: none;
}
q:before {
  content: '';
  content: none;
}
q:after {
  content: '';
  content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: transparent url(images/bodybg.png) repeat top left;
  font-family: Verdana, "Helvetica Neue", sans-serif;
  font-size: 12pt;
  line-height: 1.4em;
}
.right, .alignright { float: right; }
.left, .alignleft { float: left; }
.clear { clear: both; }
#header {
  width: 100%;
  background: transparent url(images/headerbg.png) repeat-x top left;
  height: 150px;
}
#contentwrapper {
  min-height: 400px;
  width: 1024px;
  background: transparent url(images/contentbg.png) repeat-y top left;
}
#content { margin-left: 177px; }
#nav {
  float: left;
  width: 150px;
  border-right: solid 1px #dadada;
}
#nav li { margin: 0px 0px 30px 0px; }
#nav a {
  height: 23px;
  width: 150px;
  text-indent: -9999px;
  display: block;
}
#nav a.home { background: transparent url(images/navsprite.png) no-repeat 0px 0px; }
#nav a.homeSelected { background: transparent url(images/navsprite.png) no-repeat -159px 0px; }
#nav a.products { background: transparent url(images/navsprite.png) no-repeat 0px -51px; }
#nav a.productsSelected { background: transparent url(images/navsprite.png) no-repeat -159px -51px; }
#nav a.about { background: transparent url(images/navsprite.png) no-repeat 0px -102px; }
#nav a.aboutSelected { background: transparent url(images/navsprite.png) no-repeat -159px -102px; }
#nav a.contact { background: transparent url(images/navsprite.png) no-repeat 0px -153px; }
#nav a.contactSelected { background: transparent url(images/navsprite.png) no-repeat -159px -153px; }
#main {
  margin: 0px 0px 0px 30px;
  padding-bottom: 30px;
  width: 600px;
  float: left;
  font-size: 1em;
  color: #414141;
  font-weight: normal;
  font-size: 8pt;
}
#main h1 {
  font-family: "Geneva CY";
  color: #b83040;
  font-size: 200%;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
}
#main p {
  color: #414141;
  margin: 0px 0px 20px 0px;
  font-weight: normal;
  font-size: 8pt;
}
#main img { margin: 0px 0px 10px 10px; }
#footer {
  background: transparent url(images/footerbg.png) no-repeat bottom left;
  width: 1024px;
  height: 131px;
  clear: both;
  position: relative;
  font-size: 8pt;
}
#footer dl { position: absolute; }
#footer dl dt {
  color: #b83040;
  font-weight: bold;
}
#footer dl dd { color: #5f5f5f; }
#footer dl dd span { display: block; }
#footer dl.mailing {
  top: 8px;
  left: 135px;
}
#footer dl.phone {
  top: 8px;
  left: 350px;
}
#footer dl.fax {
  top: 8px;
  left: 565px;
}
#footer dl.email {
  top: 8px;
  left: 780px;
}
.cform label {
  display: block;
  margin-top: 20px;
}
.cform input { display: block; }
.cform textarea {
  width: 400px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}
.failure {
  color: red;
  font-weight: bold;
  margin-top: 20px;
}
.success {
  color: #5bb032;
  font-weight: bold;
  margin-top: 20px;
}
a {
  color: #b83040;
  text-decoration: none;
}
.linklove { visibility: hidden; }
img.bordered {
  padding: 3px;
  background-color: #f9f9f9;
  border: solid 1px #c6c6c6;
}
