/* Generic, all page */
body
{
  background: url(../img/all/body_stripe.gif) repeat-x;
  font-family: Verdana, Helvetica;
  margin: 0em;
  padding: 0em;
  font-size: medium;
  background-color: white;
}

ul
{
  padding: 0em;
  margin: 0 0 0 2.5em;
  list-style: none;
}
/* Links */

a
{
  color: #2a679f;
  text-decoration: none;
}

a:visited
{
  color: purple;
  text-decoration: none;
}

a:active
{
  color: #FF5C01;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}
/* no border for images in links */

a img
{
  border: none;
}

a.image-link
{
  border-bottom: none;
}

a.image-link:hover
{
  text-decoration: none;
}
/* Main */

#main
{
  margin: 0 auto;
  width:100%;
  text-align: left;
  width: 955px;
}

table.header
{
  background: url(../img/all/back_top.jpg) no-repeat;
  height: 82px;
  width: 100%;
  border-collapse: collapse;
}

#logo
{
  padding-left: 0.3em;
  text-align: left;
}
/* Rss icon */

#rss
{
  text-align: right;
  padding-top: 8px;
  width: 1%;
}
/* Right Upper Navigation */

#rightnav
{
  text-align: right;
  padding-right: 0.4em;
  width: 1%;
}

#rightnav a
{
  color: #cccccc;
  font-size: 0.6em;
  text-decoration: none;
  padding-left: 1.8em;
}

#rightnav a:hover
{
  color: white;
}
/* Navigation */

table.navbar
{
  background: url(../img/nav/bg_menu.png) repeat-x;
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  height: 33px;
}

#navbar-right
{
  background: url(../img/nav/bg_menu_right.png) no-repeat;
  width: 10px;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

#nav
{
  font-size: 0.7em;
  line-height: 1.2em;
  background: url(../img/nav/bg_menu_left.png) no-repeat;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

#nav ul
{
  padding: 0em;
  margin: 0em;
  list-style: none;
}

#nav ul li
{
  background: url(../img/nav/bg_menu_divider.png) no-repeat right;
  float: left;
  height: 33px;
}

#nav ul li a
{
  color: #eaeaea;
  float: left;
  padding: 10px 15px 10px 15px;
  text-decoration:none;
}

#nav ul li a:hover
{
  background: url(../img/nav/bg_menu_sprites.png) no-repeat 0 -66px;
}

#nav ul li.map-current
{
  background: url(../img/nav/bg_menu_sprites.png) no-repeat 0 -99px;
}

#nav ul li.map-first-current
{
  background: url(../img/nav/bg_menu_sprites.png) no-repeat 0 -33px;
}

#nav ul li.map-last a
{
  text-transform: uppercase;
  color: #ec8749;
  font-weight: bold;
}

#nav ul li.map-last a:hover
{
  color: white;
}

#nav ul li.map-last-current
{
  background: url(../img/nav/bg_menu_sprites.png) no-repeat 0 -99px;
}

#nav ul li.map-first a:hover
{
  background: url(../img/nav/bg_menu_sprites.png) no-repeat 0 0px;
}

#nav ul li.map-first-current a:hover
{
  background: url(../img/nav/bg_menu_sprites.png) no-repeat 0 0px;
}

#nav ul li.map-parent
{
  background: url(../img/nav/bg_menu_sprites.png) no-repeat 0 -99px;
}

#nav ul li.map-first-parent
{
  background: url(../img/nav/bg_menu_sprites.png) no-repeat 0 -33px;
}

#nav ul li.map-first-parent a:hover
{
  background: url(../img/nav/bg_menu_sprites.png) no-repeat 0 0px;
}

#nav ul li.map-last-parent
{
  background: url(../img/nav/bg_menu_sprites.png) no-repeat 0 -99px;
}
/* Search Box */

#alm-searchbox
{
  text-align: right;
  color: #eaeaea;
  font-size: 0.7em;
}

#alm-searchbox form,input,label
{
  margin: 0em;
  padding: 0em;
}

#alm-searchbox input
{
  color:#eaeaea;
  background-color: #323232;
  border: 1px solid #777777;
  font-size: 13px;
  cursor: text;
  width: 118px;
}
/* Table pagehead */

#pagehead
{
  margin-top: 20px;
  width: 100%;
  height: 100px;
  border-collapse: collapse;
  background: url(../img/all/head.gif) no-repeat;
}

#pagehead td
{
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  padding: 0;
}

#pagehead td#productlogo
{
  text-align: left;
  padding-left: 9px;
  padding-top: 10px;
  width: 9%;
}

td#buy, td#download
{
  text-align: right;
  padding: 0;
  width: 200px;
}

span.rightbuttons
{
  text-decoration: none;
  color: #eaeaea;
  margin: 0;
  font-size: 0.8em;
  font-weight: bold;
}

#buy a
{
  display: block;
  line-height: 50px;
  height: 50px;
  padding-right: 3.5em;
  background: url(../img/all/rbsprites.gif) no-repeat 0 -150px;
}

#buy a:hover
{
  background: url(../img/all/rbsprites.gif) no-repeat 0 -100px;
  text-decoration: none;
}

#download a
{
  display: block;
  line-height: 50px;
  height: 50px;
  padding-right: 3.5em;
  background: url(../img/all/rbsprites.gif) no-repeat 0 -50px;
}

#download a:hover
{
  background: url(../img/all/rbsprites.gif) no-repeat 0 0px;
  text-decoration: none;
}

td#title
{
  vertical-align: bottom;
  font-size: 0.8em;
  color: #b36516;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
}

td#description
{
  height: 50px;
}

td#description h1
{
  color: #eaeaea;
  font-size: 1.1em;
  margin: 0;
}
/* Footer */

#container-footer
{
  border-top: 1px solid #eaeaea;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 0.5em 0 0.5em 0;
  font-size: 0.7em;
  background: url(../img/all/footer_back.jpg) no-repeat top center;
}

#footer a
{
  color: #777777;
}

#footer a:hover
{
  color: #5095cc;
}

#copynote
{
  padding-top:1em;
  color: #777777;
}
/* General Styles */

#page
{
  background: url(../img/all/page.gif) no-repeat;
  padding: 1em;
  text-align:justify;
  font-size: small;
  color: #454545;
  line-height: 1.5em;
}

#page ul li
{
  list-style-image: url(../images/b.png);
}

#page ul li p
{
  margin: 0;
}

#page ul li ul li
{
  list-style-image: none;
  list-style-type: disc;
}

#page h1, #page h2, #page h3, #page h4, #page h5, #page h6
{
  color : #365A7D;
  font-family: Arial,Verdana;
  margin: 10px 0;
}

#page h1
{
  font-size: 22px;
}

#page h2
{
  font-size: 18px;
}

#page h3
{
  font-size: 14px;
}

#page h4
{
  font-size: small;
}

#page div.note,#page div.important, #page div.warning
{
  background: url(../images/all/back.gif) repeat-x;
  padding: 10px;
  margin: 10px 0 10px 0;
}

#page div.note img,#page div.important img , #page div.warning img
{
  padding-right: 10px;
}

#page div.note p,#page div.important p , #page div.warning p
{
  margin-top: 0;
}

#page div.informaltable table td
{
  padding: 10px;
  vertical-align: top;
}

#page div.toc dl dt span.chapter
{
  font-weight: bold;
}

#page div.legalnotice p
{
  margin: 0;
  padding:0 0 10px 0;
}

pre,tt
{
  font-family: monospace;
  font-size: small;
  color: maroon;
  background:#efefef;
  padding: 5px;
}

dt,dl,dd
{
  margin: 0;
}

dd
{
  margin: 0 0 0 50px;
}

dt
{
  margin: 2px 0;
}

dd dd
{
  margin-bottom: 0;
}

dl dt
{
  background: url(../images/book.png) left center no-repeat;
  padding: 0 0 0 20px;
}

dd dl dt
{
  background: url(../images/page.png) left center no-repeat;
  padding: 0 0 0 20px;
}

dd dd dl dt
{
  background: none;
  padding: 0;
}