/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
ul.circle {
  list-style: circle
}
ul.circle li {
  margin-left: 30px;
}


blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* end css reset */

body {
/*  background: #fff; */
/*  padding: 0; */
/*  text-align: center; */
/*  margin: 0 auto; */
/*  font: 62.5% verdana, arial, helvetica, sans-serif; */
  /* font-family: verdana, arial, helvetica, sans-serif; */
  /* color: #282828; */
  font-family: helvetica;
  color: #7d7e83;
  font-size: 95%;
  margin: 10px 10px 0 0;
}

.floatRight
{
  float: right;
}
.floatLeft
{
  float: left;
}

.pushRight20
{
  margin-right: -10px;
}

ul.content li
{
  list-style: disc;
  margin-left: 2.5em;
}

a span,
a.small
{
  font-size: 11px;
  line-height: 1.25em;
}

a:link, a:visited
{
  color: #7d7e83;
  text-decoration: none;
}
a:hover
{
  color: #f7ae40;
  text-decoration: underline;
}
a:active
{
  color: #f7ae40;
  text-decoration: none;
}

a.img:hover
{
  text-decoration: none;
}

a.img:hover span
{
  text-decoration: underline;
}
a.button
{
  font-size:11px;
  font-family:helvetica;
  font-weight:bold;
  color:#888888;
  width:200px;
  background-color:#EEEEEE;
  border: 1px solid #BBBBBB;
  padding: 2px 20px;
  text-decoration: none;
  margin: 0 10px;
}

sup
{
  font-size: 75%;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  bottom: 1ex;
}

h1
{
  font-size: 190%;
  font-weight: normal;
}

h2
{
  font-size: 150%;
  font-weight: normal;
  margin-bottom: .75em;
}

p
{
  margin: 1em 0;
}

.smallText
{
  font-size: 11px;
  line-height: 1.25em;
}

div.productInfo p
{
  font-size: 11px;
  line-height: 1.25em;
}

div.optionBox
{
  width: 140px;
  float: right;
  color: #f7ae40;
  margin: 40px 0 0 10px;
}
div.optionBox ul
{
  list-style: none;
  margin-bottom: 20px;
}


div.optionBox h3
{
  font-weight: normal;
  margin: 0 0 5px 0;
}
div.optionBox a
{
  color: #f7ae40;
  font-size: 11px;
}
div.optionBox p
{
  margin: 0 0 20px 0;
}
div.companyInfoLinks
{
  width: 185px;
  text-align: center;
  font-weight: bold;
  float: left;
}

