/*Host Remedy CSS
  Code by Tom Duffy */
  
body {
  background: #000;
}

img { border: none; } 

#main {
  background: #000;
}

#container {
  width: 1000px;
  height: 1041px;
  margin: auto;
  background: #fff;
}

#header {
  width: 1000px;
  height: 128px;
  margin: auto;
  background-image: url(images/header_bg.png);
  background-repeat: repeat-x;
}

#clients {
  position: relative;
  bottom: 9px;
  right: 5px;
  float: right;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #999;
}

#clients input {
  background: #999999;
}

#logo {
  position: relative;
  top: 45px;
  left: 75px;
  width: 303px;
  height: 60px;
  background-image: url(images/logo_small.png);
  background-repeat: no-repeat;
}

#featured {
  position: relative;
  bottom: 13px;
  width: 1000px;
  height: 290px;
  background-image: url(images/featured_bg.jpg);
  background-repeat: repeat-x;
}

#featured_text {
  position: relative;
  top: 35px;
  left: 115px;
  width: 746px;
  height: 254px;
  background-image: url(images/featured.png);
  background-repeat: no-repeat;
}

#featured_entry {
  position: relative;
  top: 100px;
  left: 5px;
  width: 365px;
  height: 85px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #000;
}

#featured_entry a:link {
  color: #e2772f;
  text-decoration: none;
}

#featured_entry a:visited {
  color: #e2772f;
  text-decoration: none;
}

#featured_entry a:hover {
  color: #e2772f;
  font-style: bold;
  text-decoration: underline;
}

#navbar {
  position: relative;
  bottom: 13px;
  width: 1000px;
  height: 43px;
  background-image: url(images/navbar_bg.png);
  background-repeat: repeat-x;
}

#navbar ul {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15;
  font-weight: bold;
  text-indent: 20px;
  color: #25272a;
  line-height: 43px;
  white-space: nowrap;
}

#navbar li {
  list-style-type: none;
  display: inline;
  text-align: center;
  width: 131px;
  height: 32px;
}

#navbar li a {
  text-decoration: none;
  width: 131px;
  padding: 7px 10px;
  color: #25272a;
}

#navbar li a:link {
  color: #25272a;
}

#navbar li a:visited {
  color: #25272a;
}

#navbar li a:hover {
  font-weight: bold;
  color: #fff;
}

#content {
  position: relative;
  bottom: 13px;
  width: 1000px;
  height: 580px;
  background-image: url(images/content_bg.png);
  background-repeat: repeat-x;
}

#top_box {
  position: relative;
  top: 25px;
  width: 800px;
  height: 187px;
  margin: auto;
  background-image: url(images/top_box.png);
  background-repeat: no-repeat;
}

#packages {
  position: relative;
  top: 7px;
  left: 11px;
  width: 800px;
  height: 187px;
}

#footer {
  position: relative;
  top: 40px;
  width: 802px;
  height: 290px;
  margin: auto;
  background-image: url(images/footer_bg.png);
  background-repeat: no-repeat;
}

#servers {
  width: 750px;
  height 250px;
  padding-top: 5px;
  margin: auto;
}

#servers h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

#servers p {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 13px;
}

#hosting_features {
  width: 750px;
  height: 380px;
  padding-top: 5px;
  margin: auto;
}

#hosting_features h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

#hosting_features p {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 13px;
}

#hosting_features a {
  color: #ccc;
  text-decoration: none;
}

#hosting_features a:link {
  color: #ccc;
  text-decoration: none;
}

#hosting_features a:hover {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

#footer_left {
  float: left;
  width: 45%;
  margin-left: 90px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: white;
}

#footer_left h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #db742e;
}

#footer_right {
  float: right;
  width: 45%;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: -20px;
  font-size: 10px;
  color: white;
}

#footer_right h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #db742e;
}

#footer_data {
  position: relative;
  top: 45px;
  text-align: center;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
