﻿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,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

body 
{
  /* Font-Size 62.5% makes 1.0em equal 10px making it easier to change font sizes in other elements ie. 1.2em = 12px, 2em = 20px etc.    */
  font-size: 62.5%;
  font-family: Arial, Verdana, Sans-Serif;
}

.clear
{
  clear: both;
  line-height: 0;
}

h1
{
  font-weight: bold;
  font-size: 1.8em;
}

h2
{
  font-weight: bold;  
  font-size: 1.5em;
}

h3
{
  font-weight: bold;
  font-size: 1.2em;
}

p, a, span, li
{
  font-size: 1.1em;
}

ul
{
  list-style-type: disc;
  list-style-position: inside;
}

hr
{
  color: #0093D1;
}

ol
{
  padding-left: 25px;
  list-style-type: decimal;
}

a
{
  color: #0093D1;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

textarea
{
  resize: none;
}

#PageWrapper, #Cloud9PageWrapper
{
  background-color: #fff;
  width: 960px;
  margin: 0 auto;
}

#Cloud9PageWrapper
{
  background-color: #93A7B0;
  color: #ffffff;
}

/* HEADER SECTION */

#Header, #Cloud9Header
{
  width: 960px;
  margin-top: 20px;
  border-top: 1px solid #0093D1;
  border-bottom: 1px solid #0093D1;
}

#Cloud9Header
{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#LanguageMenu
{
  margin-top: 10px;
  float: right;  
}

#LanguageMenu a, #LanguageMenu a:hover, #LanguageMenu a:visited
{
  color: #0093D1;
  text-decoration: none;
  margin-right: 30px;
}

#Cloud9Header #LanguageMenu a
{
  color: #fff;
}

#Header img#Logo
{
  float: left;
  padding: 30px 0 30px 30px;
}

/* END HEADER SECTION */
/* FOOTER SECTION */

#Footer, #Cloud9Footer
{
  width: 930px;
  border-top: 1px solid #0093D1;
  color: #0093D1;
  padding: 10px 0 0 30px;
}

#Cloud9Footer
{
  color: #fff;
  border-top: 1px solid #fff;
}

#Footer a, #Footer a:hover, #Footer a:visited
{
  color: #0093D1;
}

#Cloud9Footer a, #Cloud9Footer a:hover, #Cloud9Footer a:visited
{
  color: #fff;
}

/* END FOOTER SECTION */

.ProductList
{
  font-size: 10px;
}

#LeftContent
{
  font-size: 1.2em;
}

tr.listitem1 td, tr.listitem0 td
{
vertical-align: top;
}

