*
{
  margin: 0px;
  padding: 0px;
}
html
{
  height: 100%;
  font-size: 62.5%; /* Makes 0.8em = 8px, 1em = 10px, 1.6em = 16px, etc */
  overflow-x: hidden;
}
body
{
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background: #aeaeff url(../Images/bg.gif) repeat top;
}
form
{
}
img
{
  border: none;
}
h1, h2, h3
{
  color: #000;
  margin-bottom: 0.6em;
  font-weight: lighter;
}
h1
{
  font-size: 1.8em;
}
#content h1
{
  background-color: #e0e0e0;
  padding: 4px 6px;
  -moz-border-radius: 0.5ex;
  -webkit-border-radius: 0.5ex;
  margin: -4px -8px 10px -8px;
  -moz-box-shadow: 1px 1px 1px #aaa;
  -webkit-box-shadow: 1px 1px 1px #aaa;
}
h2
{
  font-size: 1.3em;
}
h3
{
  margin-top: 2em;
  font-size: 1.2em;
}
#content p, #content ul
{
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1.5em;
}
#content ul
{
  margin-left: 20px;
  line-height: 1.5em;
}
a
{
  text-decoration: none;
  color: #009;
  outline: 0;
}
a:hover
{
  color: #00f;
}
hr
{
  margin: 40px 0;
}

/* Divs */
#ctl00_container
{
  width: 902px;
  border: solid 4px #999;
  -moz-box-shadow: 0 1px 3px #aaa;
  -webkit-box-shadow: 0 1px 3px #aaa;
  margin: 10px auto;
  background: url(../Images/bg_content.gif) repeat 18px 21px;
}
#layout
{
  width: 898px;
}
#layout td
{
  vertical-align: top;
}
#header
{
  background: url(../Images/header.gif) no-repeat center center;
  padding: 10px 20px 10px 36px;
  border-color: #eee #666 #666 #eee;
  border-style: solid;
  border-width: 1px;
  color: #222;
  height: 118px;
  text-shadow: 0 1px 1px #eee;
  -moz-box-shadow: 0 1px 3px #555;
  -webkit-box-shadow: 0 1px 3px #555;
}
#header p
{
  margin-bottom: 0;
}
.icon
{
  margin-top: 24px;
  margin-right: 56px;
  font-size: 1.2em;
  float: left;
}
#header img
{
  position: relative;
}
#header
{
  display: block;
  text-align: right;
}
#nav
{
  float: left;
  width: 183px;
  text-shadow: 0 1px 1px #eee;
}
#nav ul
{
  font-size: 13px;
  text-shadow: 0 1px 1px #fff;
  -moz-box-shadow: 0 1px 3px #555;
  -webkit-box-shadow: 0 1px 3px #555;
}
#nav ul li
{
  list-style-type: none;
}
#nav ul a
{
  display: block;
  vertical-align: middle;
  color: #000;
  height: 28px;
  padding-top: 11px;
  font-size: 1em;
  padding-left: 20px;
  border-color: #eee #666 #666 #eee;
  border-style: solid;
  border-width: 1px;
  background-color: #afafaf;
}
#nav ul a:hover
{
  background-color: #bfbfbf;
  color: #000;
}
#nav ul ul a
{
  border-color: #fff #777 #777 #fff;
  background-color: #ddd;
  color: #000;
  height: 22px;
  padding-top: 5px;
}
#nav ul ul a:hover
{
  background-color: #eee;
  color: #222;
}
#content
{
  float: right;
  padding: 10px;
  position: relative;
  font-size: 1.4em;
  color: #333;
}
#contact
{
  position: absolute;
  top: 100px;
  right: -370px;
  width: 380px;
  height: 360px;
  background-image: url(../Images/contact.png);
  padding: 20px 20px 20px 0;
  color: #222;
  font-size: 12px;
  z-index: 9999;
}
#contact p, #contact h4
{
  padding: 11px;
  margin: 0 0 5px 48px;
  font-size: 12px;
}
#contact input, #contact textarea
{
  width: 290px;
  padding: 3px;
}
#handle
{
  float: left;
  height: 360px;
  margin: 0;
  width: 30px;
  cursor: pointer;
}
#handle:hover
{
  background-color: Transparent;
}
#flag
{
  float: right;
  clear: left;
  background-color: #fff;
  margin: 20px 1px 0;
  padding: 0 11px;
  -moz-box-shadow: 1px 1px 4px #333;
  -webkit-box-shadow: 1px 1px 4px #333;
}
#footer
{
  clear: both;
  padding: 10px;
  height: 20px;
  position: relative;
  font-size: 1.1em;
  border-color: #eee #666 #666 #eee;
  border-style: solid;
  border-width: 1px;
  background-color: #afafaf;
  color: #222;
  -moz-box-shadow: 0 1px 3px #555;
  -webkit-box-shadow: 0 1px 3px #555;
  text-shadow: 0 1px 1px #eee;
}

/* Classes */
.panel
{
  width: 660px;
  border: solid 1px #888;
  background-color: #fff;
  padding: 14px 18px 6px 18px;
  -moz-border-radius: 1ex;
  -webkit-border-radius: 1ex;
  -moz-box-shadow: 0 1px 3px #aaa;
  -webkit-box-shadow: 0 1px 3px #aaa;
  margin-bottom: 10px;
}
.panel:last-child
{
  margin-bottom: 6px;
}
.contentTable
{
  background-color: #ddd;
  border: 2px solid #333;
  border-collapse: collapse;
  margin-bottom: 1em;
  color: #000;
}
.contentTable th, .contentTable td
{
  border: 2px solid #333;
  padding: 6px;
}
.contentTable th
{
  text-align: left;
  background-color: #ccc;
  font-weight: normal;
}
.amazon
{
  text-align: center;
  background-color: #fff;
}
.transparent
{
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
.frame
{
  display: inline-block;
  background-color: #666;
  background-image: url(../../Images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 2px;
  margin: 0 10px 10px 0;
}
.frame img
{
  display: block;
}
.frame span
{
  display: block;
  clear: left;
  margin: 2px 0 0 0;
  padding: 1px 2px 1px 2px;
  text-align: center;
  color: #EEE;
  background-color: #555;
}

.rounded
{
  -moz-border-radius: 2ex;
  -webkit-border-radius: 2ex;
}
.roundedTop
{
  -moz-border-radius-topleft: 1ex;
  -webkit-border-top-left-radius: 1ex;
  -moz-border-radius-topright: 1ex;
  -webkit-border-top-right-radius: 1ex;
}
.roundedBot
{
  -moz-border-radius-bottomleft: 1ex;
  -webkit-border-bottom-left-radius: 1ex;
  -moz-border-radius-bottomright: 1ex;
  -webkit-border-bottom-right-radius: 1ex;
}
.smallRounded
{
  -moz-border-radius: 0.6ex;
  -webkit-border-radius: 0.6ex;
}
#content .quote
{
  font-size: 1.1em;
}
.button
{
  float: left;
  width: 24px;
  height: 24px;
}
.clickhere
{
  font-size: 18px;
  font-weight: bold;
  color: #999;
  text-shadow: 1px 1px #333;
  cursor: pointer;
  text-transform: uppercase;
}
.clickhere:hover
{
  color: #ccc;
}
.new
{
  padding-right: 40px;
  display: inline-block;
  background: url(../Images/new.gif) no-repeat center right;
  overflow: visible;
}
.price
{
  margin: 6px 0;
  border: solid 1px #DDD;
  padding: 6px;
  background: url(../Images/orange.gif) repeat-x;
  color: #fff;
}
.paypalHolder
{
  float: right;
  width: 200px;
  text-align: right;
  margin-top: 36px;
}
.paypalHolder table
{
  float: right;
  clear: right;
}

