@import url(reset.css);

body {
  background: #16589c url(../img/bg.jpg) repeat-x top left;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 180px;
  padding: 36px 50px;
}

p,li,td,th,pre,blockquote {
  line-height: 18px;
}

h1,h2,h3,h4,h5,h6,ul,ol,table,p,blockquote,pre { margin-bottom: 18px; }

strong { font-weight: bold; }

em { font-style: italic; }

a { color: yellow; }
a:hover { text-decoration: underline; }

h1 {
  text-indent: -9999px;
  display: block;
  position: absolute;
  width: 355px;
  height: 101px;
  background: white url(../img/logo.gif) no-repeat top left;
  top: 30px;
  right: 30px;
}

#main { width: 640px; }

#nav {
  position: absolute;
  top: 156px;
  left: 0;
  height: 24px;
}

#nav li {
  float: left;
}

#nav li a {
  display: block;
  width: 80px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  padding: 0 5px;
  color: white;
}

#nav li a:hover {
  background-color: #fbb76e;
  text-decoration: none;
}

h2,h3,h4,h5,h6 { font-weight: bold; letter-spacing: -0.05em; }

h2 { font-size: 20px; margin-top: 16px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; margin-top: 2px; }
h5 { font-size: 14px; margin-top: 4px; }
h6 { font-size: 12px; margin-top: 6px; }

.newsitem { padding-left: 20px; border-left: 1px dotted white; margin-bottom: 18px; }
.newsitem h3 { margin-bottom: 0; }

.niceform label {
  display: block;
  float: left;
  width: 150px;
}

.niceform input, .niceform textarea {
  border: 0;
  width: 350px;
}

.niceform #i_submit {
  width: auto;
  color: white;
  border: 1px solid white;
  background-color: #ff9000;
  padding: 0 10px;
  margin-left: 150px;
}

#hosting_overview td, #hosting_overview th { padding: 0 3px; }
#hosting_overview thead th { border-bottom: 1px solid white; height: 17px; line-height: 17px; }
#hosting_overview tbody tr:hover td { color: #16589c; background-color: white; }

p.info {
  background-color: #ff9000;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-weight: bold;
}
