
/* areas */

body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  background-image: url('images/zipcreator_background.gif');
  background-repeat: no-repeat;
  color: #000000;
}

div#header {
  position: absolute;
  top: 16px;
  left: 120px;
  width: 728px;
} 

div#main {
  position: absolute;
  top: 80px;
  left: 120px;
  width: 728px;
  padding-bottom: 60px;
}

div#side {
  position: absolute;
  top: 119px;
  left: 908px;
  width: 200px;
  height: 600px;
}

img {
  border: 0px;
}

/* textual elements */

h1 {
  margin-top: 6px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: -2px;
  color: #444444;
}

h2 {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 12px;
}

h3 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 12px;
  border-bottom: 1px #999999 solid;
}

p, th, td, li {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}

div#header h4 { 
  margin: 0px;
  padding: 0px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: -1px;
}

div#side p, div#side li {
  line-height: 1em;
}

p.sectionHeading {
  padding-top: 10px;
  font-style: italic;
  color: #666666;
}

ul {
  margin-left: 15px;
  padding-left: 1px;
}

div#side p {
  font-size: 11px;
}

p.introduction {
  color: #666666;
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
}

p.footer {
  color: #666666;
  font-size: 11px;
  padding-top: 20px;
}

table#downloadTable td.iconCell {
  padding-top: 4px;
  text-align: right;
  vertical-align: top;
}

table#downloadTable td.linkCell {
  text-align: left;
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 20px;
}


pre, code {
  color: #336699;
}

.tip {
  color: #666666;
}

.path {
  font-style: italic;
  color: #cc6633;
}

.tip code {
  color: #557799;
}

pre span.comment, code span.comment {
  color: #339966;
}

/* hyperlinks */

a {
  font-weight: normal;
  color: #669900;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #999999;
  text-decoration: underline;
}

a.current:hover {
  text-decoration: none;
}

a.important {
  font-weight: bold;
}

div#header a {
  color: #99cc00;
}

div#header a span.suffix{
  color: #cce580;
}

div#header a:hover {
  text-decoration: none;
}