/* --------------------------------------------------------------
   * Resets default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Site */
body {
  font: normal normal bold 0.83em/1.67em Arial, Helvetica, sans-serif;
  width: 947px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  background: #fff;
  color: rgb(118, 118, 118);
}

p {
  margin-top: 1.67em;
}

strong {
  color: rgb(66, 66, 66);
  
}

a {
  color: rgb(100, 184, 34);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

label {
  display: block;
  float: left;
  clear: both;
  width: 13em;
  text-align: right;
  padding-right: 1em;
}

input[type=text], input[type=textarea] {
  width: 15em;
}

input[type=submit] {
  margin-left: 24em;
  width: 6em;
}

hr {
  clear: both;
}

/* Pages */
#header {
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgb(118, 118, 118);
  float: left;
  clear: both;
  width: 947px;
}

#home_link {
  margin-left: 4.36em;
  float: left;
}

ul#nav {
  float: right;
  margin-top: 1.33em;
  margin-right: 4.36em;
  line-height: 0.74em;
}

ul#nav li {
  font-size: 0.83em;
  display: inline;
  margin-left: 1em;
}

ul#nav li a {
  color: rgb(118, 118, 118);
}

ul#nav li a.current {
  color: rgb(41, 80, 149);
}

h2 {
  color: rgb(41, 80, 149);
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
}

h3 {
  margin-top: 1.5em;
  color: rgb(41, 80, 149);
  font-size: 1.2em;
  font-weight: bold;
}

h2 a, h3 a {
  color: rgb(41, 80, 149);
}

h2 + p, h3 + p {
  margin-top: 0em;
}

p + h2 {
  margin-top: 3em;
}

#slide_placeholder {
  height: 283px;
  width: 947px;
  background-image: url(../images/slides/empty.png);
  clear: both;
}

.slide {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  height: 283px;
  width: 947px;
}

#slide_nav {
  position: relative;
  top: -32px;
  margin-left: 48px;
  width: 456px;
  vertical-align: top;
}

#slide_nav a {
  color: rgb(118, 118, 118);
  font-size: 1em;
}

#slide_nav #left_arrow {
  margin-left: 300px;
  position: relative;
  top: 4px;
}

#slide_nav #right_arrow {
  position: relative;
  top: 4px;
}

#content {
  margin-top: 1em;
  margin-left: 4.36em;
  margin-right: 4.36em;
  font-size: 0.83em;
}

.gift_certificates #content {
  font-size: 1.0em;
  font-weight: normal;
}

.homepage#content {
  margin-top: 0em;
}

.homepage p {
  font-size: 1.1em;
}

.homepage hr {
  margin-top: 1em;
}

#slide_nav + #content p {
  margin-top: 0em;
} 

/* products page primary/secondary content */  
sup, sub { position: relative;vertical-align: 0; }
sup { bottom: 0.4em; }
sub { top: 0.4em; }

.products #content {
  margin-left: 0;
  margin-right: 0;
}
#content #primary {
  float: left;
  width: 947px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 36px;
}
#content #primary .section {
  padding: 0;
  margin: 0;
  float: left;
  width: 305px;
  margin-right: 16px;
}

#content #primary .section h2 {
  line-height: 3.8em; 
  font-size: 1.5em;
}

/*#content #primary .section h2 sup {
  font-size: 0.7em
}*/

#content #primary .last {
  margin-right: 0px;
}
#content #secondary {
  clear: left;
  padding-top: 36px;
}

#content #secondary .other-products {
  list-style:none;
  padding: 0;
  margin: 0;
}
#content #secondary .other-products li {
  margin-bottom: 18px;
}

#footer {
  font-size: 0.83em;
  margin-top: 3em;
  margin-right: 4.36em;
  text-align: right;
}

.document {
  float: left;
}

table.screenshots {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

table.screenshots td {
  padding-right: 36px;
  padding-bottom: 40px;
  vertical-align: top;
  text-align: center;
}

table.screenshots td a {
  font-size: 14px;
  font-weight: bold;
} 

table.screenshots tr.title {
  font-size: 2.0em;
  font-weight: bold;
  
}
table.screenshots tr.title td {
  padding: 0 0 18px 0;
  margin: 0;
}

.screenshot {
  padding: 4px;
  border: 1px solid #999;
} 

p.screenshot {
  border: none;
  padding: 0;
  text-align: center;
}

.solution {
  font-size: 1em;
  margin: 2em;
  height: 126px;
  width: 380px;
  float: left;
}

.solution img {
  margin-right: 1em;
}

#contact_info {
  float: left;
}

#contact_photo {
  float: left;
  margin-right: 2em;
}

#contact_photo img {
  height: 64px;
}

#contact_info label {
  width: 3em;
}

.company p img {
  float: left;
  height: 106px;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
