
body {
  background: url('images/bg.gif') repeat-y center #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #333;
}

a {
  text-decoration: none;
}

a img {
  border: 0 none;
}

h1 {
  font-weight: normal;
  font-size: 26px;
  color: #0069ae;
}

h2 {
  font-size: 26px;
  margin-top: 0;
  color: #0069ae;
}

h3 {
  font-size: 22px;
  margin-top: 0;
  color: #51b8e4;
}

h4 {
  font-size: 14px;
  color: #0069ae;
}

p {
  margin: 18px 0;
}

table {
  border-spacing: 0;
  padding: 0;
  width: 100%;
}

table td {
  vertical-align: top;
}

.bullet {
  background: url('images/bullet.png') no-repeat 0 0;
  display: block;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 10px;
}

#wrapper {
  display: block;
  margin: 20px auto 50px auto;
  width: 900px;
}

#header {
  display: block;
  padding-bottom: 15px;
}

#header-left {
  display: block;
  width: 335px;
  text-align: left;
  float: left;
}

#header-right {
  display: block;
  width: 565px;
  text-align: right;
  float: right;
}

#navbar {
  background: url('images/navbar-bg.gif') repeat-x bottom #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #999;
  border-left: 1px solid #ccc;
  margin-bottom: 15px;
  display: block;
  height: 30px;
  width: 900px;
  float: left;
}

#navbar ul {
  margin: 0;
  padding: 0;
}

#navbar ul li {
  list-style-type: none;
  position: relative;
  float: left;
}

#navbar ul li a {
  display: block;
  font-weight: bold;
  margin-right: 5px;
  padding: 7px 9px;
  color: #666;
}

#navbar ul li a:hover, #navbar ul li a.selected {
  color: #222;
}

#navbar ul li:hover > ul {
  display: block;
}

#navbar ul ul {
  -moz-box-shadow: 0 3px 7px #bbb;
  -webkit-box-shadow: 0 3px 7px #bbb;
  box-shadow: 0 3px 7px #bbb;
  background-color: #fff;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  position: absolute;
  display: none;
  padding: 0 0 10px 0;
  width: 190px;
  z-index: 2;
}

#navbar ul ul li {
  border-bottom: 1px solid #ccc;
}

#navbar ul ul li a {
  margin: 0;
  width: 172px;
}

#main {
  float: right;
  display: block;
  padding: 15px 0;
  width: 660px;
}

#sidebar {
  float: left;
  display: block;
  border-right: 1px solid #ccc;
  padding: 15px 20px 15px 0;
  width: 200px;
}

.box {
  display: block;
  border: 1px solid #ccc;
  background: url('images/box-bg.gif') repeat-x bottom #fff;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  position: relative;
  padding: 20px;
}

#payment input[type="submit"] {
  -moz-border-radius: 16px 16px 16px 16px;
  -webkit-border-radius: 16px 16px 16px 16px;
  border-radius: 16px 16px 16px 16px;
  background: url('images/lock.png') no-repeat 13px 5px #fafafa;
  border: 2px solid #999;
  margin-top: 20px;
  padding: 5px 10px 5px 33px;
  cursor: pointer;
}

#footer {
  display: block;
  padding-top: 15px;
  margin-top: 25px;
  border-top: 3px solid #ccc;
  text-align: center;
  font-size: 12px;
  color: #666;
}

#footer-left {
  display: block;
  width: 450px;
  text-align: left;
  float: left;
}

#footer-right {
  display: block;
  width: 450px;
  text-align: right;
  float: right;
}

#medialink {
  padding-left: 72px;
  background: url('images/medialink.gif') no-repeat 0 1px;
}

#medialink:hover {
  text-decoration: none !important;
}
