/* Global Styles */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  background: url('../images/header.png') repeat-x;
  background-color: #c7beba;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.metaprobold {
  font-family: MetaPro-Bold;
}

.metaprobolditalic {
  font-family: MetaPro-BoldItalic;
}

.metaprobolditalic {
  font-family: MetaPro-MediumItalic;
}

.metapromedium {
  font-family: MetaPro-Medium;
}

#header {
  position: relative;
  margin: 0 auto 30px auto;
  width: 1066px;
  height: 173px;
  left: 14px;
}

#logo {
  position: absolute;
  left: -94px;
  top: 0px;
  width: 406px;
  height: 205px;
  background: url('../images/logo.png');
}

#logo a {
  display: block;
  position: absolute;
  left: 152px;
  width: 160px;
  height: 195px;
  text-indent: -9999px;
}

#topnav {
  position: absolute;
  top: 0px;
  right: 100px;
  height: 28px;
}

#topnav ul {
  margin-top: 5px;
  list-style-type: none;
}

#topnav ul li {
  float: left;
  padding: 0 4px;
  text-align: center;
}

#topnav a {
  height: 15px;
  display: block;
  background: transparent;
  color: #504741;
  font-size: 11px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  padding: 2px 6px 0px 6px;
}

#topnav li a {
  text-decoration: none;
  overflow: hidden;
}

#topnav li a span {
  background: transparent;
  display: block;
}

#topnav li a:hover {
  color: #f4f0ef;
  background: #f26e3a;
  text-decoration: none;
}
  
#topnav li a:active {
  color: #f4f0ef;
  background: #f26e3a;
  text-decoration: none;
}

#navmenu {
  position: absolute;
  left: 312px;
  top: 29px;
  background: url('../images/nav-sprite.png');
  width: 660px;
  height: 140px;
  overflow: hidden;
}

#navmenu ul {
  list-style-type: none;
}

#navmenu ul li{
  float: left;
}

#navmenu a {
  display: block;
  height: 140px;
  background: transparent url('../images/nav-sprite.png') no-repeat 0 0;
}

#navShared a {
  background-position: 0 0px;
  width: 110px;
  overflow: hidden;
}

#navShared a span {
  padding: 140px 0 0 0;
  display: block;
  opacity: 0;
}

#navShared a:hover {
  background-position: 0 -140px;
}

#navShared a:active {
  background-position: 0 -280px;
}

#navReseller a {
  background-position: -110px 0;
  width: 110px;
  overflow: hidden;
}

#navReseller a span {
  padding: 140px 0 0 0;
  display: block;
  opacity: 0;
}

#navReseller a:hover {
  background-position: -110px -140px;
}

#navReseller a:active {
  background-position: -110px -280px;
}

#navShoutcast a {
  background-position: -220px 0;
  width: 110px;
  overflow: hidden;
}

#navShoutcast a span {
  padding: 140px 0 0 0;
  display: block;
  opacity: 0;
}

#navShoutcast a:hover {
  background-position: -220px -140px;
}

#navShoutcast a:active {
  background-position: -220px -280px;
}

#navSecurity a {
  background-position: -330px 0;
  width: 110px;
  overflow: hidden;
}

#navSecurity a span {
  padding: 140px 0 0 0;
  display: block;
  opacity: 0;
}

#navSecurity a:hover {
  background-position: -330px -140px;
}

#navSecurity a:active {
  background-position: -330px -280px;
}

#navAbout a {
  background-position: -440px 0;
  width: 110px;
  overflow: hidden;
}

#navAbout a span {
  padding: 140px 0 0 0;
  display: block;
  opacity: 0;
}

#navAbout a:hover {
  background-position: -440px -140px;
}

#navAbout a:active {
  background-position: -440px -280px;
}

#navSupport a {
  background-position: -550px 0;
  width: 110px;
  overflow: hidden;
}

#navSupport a span {
  padding: 140px 0 0 0;
  display: block;
  opacity: 0;
}

#navSupport a:hover {
  background-position: -550px -140px;
}

#navSupport a:active {
  background-position: -550px -280px;
}

#page-shared #navShared a {
  background-position: 0 -280px;
}

#page-reseller #navReseller a {
  background-position: -110px -280px;
}

#page-shoutcast #navShoutcast a {
  background-position: -220px -280px;
}

#page-ssl #navSecurity a,#page-security #navSecurity a {
  background-position: -330px -280px;
}

#page-about #navAbout a {
  background-position: -440px -280px;
}

#page-support #navSupport a {
  background-position: -550px -280px;
}

/* END HEADER */

#contentwrapper {
  position: relative;
}

#isthisnecessary {
  position: relative;
  margin: 0px auto;
  padding-top: 30px;
  width: 962px;
}

#content {
  margin: 0px auto;
  width: 962px;
  background: transparent;
  overflow: hidden;
}


#footer {
  background-color: #332e2b;
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}

#footerarea {
  margin: 0 auto;
  height: 32px;
  width: 920px;
  background: url('../images/footer-bg1.png') no-repeat;
}

#page-clientarea #footerarea {
  background: url('../images/footer-bg2.png') no-repeat;
}

#page-clientarea #footerarea.cart,#page-support #footerarea.cart {
  background: none;
}

#page-support #footerarea {
  background: url('../images/footer-bg2.png') no-repeat;
}

#footercontent {
  margin: 30px auto 0px auto;
  width: 920px;
  background: transparent;
  overflow: hidden;
}

#subfootercontentleft {
  width: 310px;
  float: left;
  padding: 34px 30px 0px 30px;
}

#subfootercontentleft h3, #subfootercontentright h3 {
  padding-bottom: 14px;
  color: #f59b73;
  font-size: 22px;
  font-family: 'MetaPro-Book';
}

.subfootercontentinput {
  width: 300px;
  padding: 7px 0px 5px 6px;
  color: #5c5530;
  color: #827470;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: url('../images/bg-input.png');
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
}

.miniformsubmit {
  background:url('../images/footer-submit-button-sprite.png') no-repeat 0 0;
  cursor:pointer;
  width: 92px;
  height: 27px;
  border: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: transparent;
}

.miniformsubmit:hover {
  background:url('../images/footer-submit-button-sprite.png') no-repeat -92px 0;
}

.miniformsubmit:active {
  background:url('../images/footer-submit-button-sprite.png') no-repeat -184px 0;
}

.domaininput {
  width: 294px;
  padding: 7px 0px 5px 6px;
  color: #5c5530;
  color: #827470;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: url('../images/bg-input.png');
  margin-bottom: 20px;
  margin-top: 2px;
  border: 1px solid #e2e2e2;
  float: left;
}

.clearboth {
  clear: both;
}

input.error, textarea.error {
  color: #3b3532;
  background-color: #fe935b;
  background: url('../images/bg-input-error.png');
}

label.error {
  float: left;
  margin-left: -14px;
  margin-top: 5px;
  background: url('../images/labelerror.png') no-repeat 0 0;
  display: block;
  height: 21px;
  width: 6px;
  color: transparent;
}

.domainButton {
  background:url('../images/footer-search-sprite.png') no-repeat -1px 0;
  cursor:pointer;
  width: 112px;
  height: 34px;
  border: none;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  margin-left: 4px;
}

.domainButton:hover {
  background:url('../images/footer-search-sprite.png') no-repeat -115px 0;
}

.domainButton:active {
  background:url('../images/footer-search-sprite.png') no-repeat -229px 0;
}

#subfootercontentleft p, #subfootercontentright p {
  color: #ffece2;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  line-height: 18px;
  font-size: 12px;
  padding-bottom: 18px;
}

#subfootercontentright {
  width: 420px;
  float: left;
  padding: 34px 30px 0px 100px;
  overflow: hidden;
}

.quickNav {
  float:left;
  overflow: hidden;
  list-style-type: none;
  padding-right: 17px;
}

.quickNav li {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #9fe1f3;
  line-height: 18px;
  padding-top: 3px;
  width: 90px;
}

.quickNav li a {
  display: block;
  border-bottom: 1px solid #47403c;
  text-decoration: none;
  color: #9fe1f3;
}

.quickNav li a:hover {
  text-decoration: none;
  color: #9fe1f3;
  border-bottom: 1px dotted #9fe1f3;
}

.quickNav.quickNavlast {
  padding-right: 0px;
}

.quickNav.quickNavlast li {
  width: 98px;
}

.footerline {
  float: right;
  margin-top: 14px;
  margin-right: 20px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #ffece2;
}

.footerline a {
  color: #9fe1f3;
  text-decoration: none;
}

.footerline a:hover {
  text-decoration: none;
}

.contentheader {
  margin: 0px auto;
  background-color: #f4f0ef;
  width: 918px;
  height: 119px;
  border: 1px solid #b9aca5;
  overflow: hidden;
}

.contentheader h1 {
  position: absolute;
  top: 44px;
  left: 0px;
}

.contentheader h2 {
  font-family: 'MetaPro-Medium';
  font-size: 18px;
  color: #1a3a46;
  float: left;
  padding-top: 82px;
  padding-left: 30px;
}

#contenttopnav {
  position: absolute;
  right: 24px;
  top: 29px;
  height: 121px;
  overflow: hidden;
}

#contenttopnav ul {
  list-style-type: none;
}

#contenttopnav ul li{
  float: left;
  padding-right: 10px;
}

#contenttopnav a {
  display: block;
  height: 122px;
  background: transparent url('../images/about-nav-sprite.png') no-repeat -110px 0;
}

#contenttopnav_overview a, #contenttopnav_overview .inactivetab {
  background-position: 0px 0px;
  width: 100px;
  overflow: hidden;
}

#contenttopnav_overview a span {
  padding: 140px 0 0 0;
  display: block;
  opacity: 0;
}

#contenttopnav_overview a:hover {
  background-position: 0px -122px;
}

#contenttopnav_overview .activetab:hover {
  background-position: 0px -244px;
}

#contenttopnav_overview a:active, #contenttopnav_overview .activetab {
  background-position: 0px -244px;
}

#contenttopnav_testimonials a, #contenttopnav_testimonials .inactivetab {
  background-position: -110px 0px;
  width: 100px;
  overflow: hidden;
}

#contenttopnav_testimonials a span {
  padding: 140px 0 0 0;
  display: block;
  opacity: 0;
}

#contenttopnav_testimonials a:hover {
  background-position: -110px -122px;
}

#contenttopnav_testimonials .activetab:hover {
  background-position: -110px -244px;
}

#contenttopnav_testimonials a:active, #contenttopnav_testimonials .activetab {
  background-position: -110px -244px;
}

#contenttopnav_affiliates a, #contenttopnav_affiliates .inactivetab {
  background-position: -220px 0px;
  width: 100px;
  overflow: hidden;
}

#contenttopnav_affiliates a span {
  padding: 140px 0 0 0;
  display: block;
  opacity: 0;
}

#contenttopnav_affiliates a:hover {
  background-position: -220px -122px;
}

#contenttopnav_affiliates a:active, #contenttopnav_affiliates .activetab {
  background-position: -220px -244px;
}

#contenttopnav_affiliates .activetab:hover {
  background-position: -220px -244px;
}

#contenttopnav_features a, #contenttopnav_features .inactivetab {
  background-position: -330px 0px;
  width: 100px;
  overflow: hidden;
}

#contenttopnav_features a span {
  padding: 140px 0 0 0;
  display: block;
  opacity: 0;
}

#contenttopnav_features a:hover {
  background-position: -330px -122px;
}

#contenttopnav_features a:active, #contenttopnav_features .activetab {
  background-position: -330px -244px;
}

#contenttopnav_features .activetab:hover {
  background-position: -330px -244px;
}

#contenttopnav_shared a, #contenttopnav_shared .inactivetab {
  background-position: -440px 0px;
  width: 100px;
  overflow: hidden;
}

#contenttopnav_shared a span {
  padding: 140px 0 0 0;
  display: block;
  opacity: 0;
}

#contenttopnav_shared a:hover {
  background-position: -440px -122px;
}

#contenttopnav_shared a:active, #contenttopnav_shared .activetab {
  background-position: -440px -244px;
}

#contenttopnav_shared .activetab:hover {
  background-position: -440px -244px;
}

#contenttopnav_reseller a, #contenttopnav_reseller .inactivetab {
  background-position: -550px 0px;
  width: 100px;
  overflow: hidden;
}

#contenttopnav_reseller a span {
  padding: 140px 0 0 0;
  display: block;
  opacity: 0;
}

#contenttopnav_reseller a:hover {
  background-position: -550px -122px;
}

#contenttopnav_reseller a:active, #contenttopnav_reseller .activetab {
  background-position: -550px -244px;
}

#contenttopnav_reseller .activetab:hover {
  background-position: -550px -244px;
}

#contenttopnav_compare a, #contenttopnav_compare .inactivetab {
  background-position: -660px 0px;
  width: 100px;
  overflow: hidden;
}

#contenttopnav_compare a span {
  padding: 140px 0 0 0;
  display: block;
  opacity: 0;
}

#contenttopnav_compare a:hover {
  background-position: -660px -122px;
}

#contenttopnav_compare a:active, #contenttopnav_compare .activetab {
  background-position: -660px -244px;
}

#contenttopnav_compare .activetab:hover {
  background-position: -660px -244px;
}

.contentbody {
  margin: 0px auto;
  width: 918px;
  background-color: #fff;
  border-left: 1px solid #b9aca5;
  border-right: 1px solid #b9aca5;
  overflow: hidden;
}

.lh-tooltip {
  color: #296e7f;
  border-bottom: 2px solid #c0bdbd;
  cursor: pointer;
}

.lh-tooltip:hover {
  border-bottom: 2px dotted #c0bdbd;
}

.normaltooltip {
  background-color: #555;
  max-width: 300px;
  opacity: 0.85;
}

.SSLtooltip {
  background-color: #FFF;
  border: 1px solid #CCC;
}

#content_overview {
  overflow: hidden;
}

#content_features {
  overflow: hidden;
  display: none;
}

#content_compare {
  overflow: hidden;
  display: none;
}

.contentleft {
  width: 419px;
  float: left;
  padding: 20px 0px 0px 30px;
  background: transparent;
  overflow: hidden;
}

.contentright {
  float: left;
  padding: 20px 30px 0px 20px;
  width: 419px;
  overflow: hidden;
}

.contentleft p {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  color: #504741;
  line-height: 18px;
  font-size: 12px;
  padding-bottom: 18px;
}

.contentleft a {
  color: #296e7f;
  text-decoration: none;
  border-bottom: 1px solid #296e7f;
}

.contentright ul {
  float: right;
  overflow: hidden;
  list-style-type: none;
}

.contentright ul li {
  float: left;
  width: 92px;
  height: 109px;
  padding-left: 17px;
}

.contentright ul li.last {
  padding-left: 0px;
}

.contentleftleft {
  float: left;
  width: 200px;
}

.contentleftright {
  float: left;
  width: 199px;
  padding-left: 20px;
}

.contentleft p.ultop {
  font-size: 14px;
  font-weight: bold;
  padding: 0px 0px 4px 0px;
}

.contentleft ul {
  float: left;
  padding-left: 0px;
  padding-bottom: 10px;
  list-style-image: url('../images/li-arrow-2.png');
}

.contentleft ul li {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  color: #504741;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 10px;
}

.content-middle {
  position: relative;
  margin: 30px auto;
  overflow: hidden;
  background: transparent;
  width: 962px;
}

.content-middle-body {
  margin: 0px auto;
  padding: 30px 30px 0px 30px;
  overflow: visible;
  background: white;
  width: 858px;
  border: 1px solid #B9ACA5;
}

.content-middle-body h1 {
  font-family: MetaPro-Bold;
  font-size: 30px;
  color: #de803f;
  padding-bottom: 30px;
}

#content-bottom {
  margin: 30px auto 0px auto;
  padding: 30px 30px 0px 30px;
  overflow: hidden;
  background: white;
  width: 858px;
  border-left: 1px solid #B9ACA5;
  border-right: 1px solid #B9ACA5;
  border-top: 1px solid #B9ACA5;
}

#content-bottom h1 {
  font-family: MetaPro-Bold;
  font-size: 30px;
  color: #de803f;
  padding-bottom: 30px;
}

#content-bottom h3 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #7b6659;
  padding-left: 110px;
  padding-bottom: 20px;
}

#content-bottom p {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #332e2b;
  padding-left: 110px;
}

#content-bottom .bottom-left {
  float: left;
  width: 419px;
}

#content-bottom .bottom-right {
  float: left;
  width: 419px;
  padding-left: 20px;
}

.addon-divider {
  margin: 20px 0px;
  display: block;
  height: 10px;
  width: 419px;
  background: url('../images/shadow-hrule2.png') no-repeat 0 0;
}

.addon-content {
  position: relative;
  overflow: hidden;
}

.addon-price {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  padding-top: 10px;
}

.addon-price .setupprice {
  float: left;
  color: #2e2e2e;
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px;
}

.setupprice .small {
  font-size: 14px;
  color: #676767;
}

.productextrasmall {
  padding: 0px 0 20px 30px;
  font-size: 9px;
  color: #ccc;
}

.addon-price .recurringprice {
  float: left;
  padding-top: 10px;
  padding-left: 50px;
  color: #2e2e2e;
  font-size: 24px;
  font-weight: bold;
}

.recurringprice .small {
  font-size: 14px;
  color: #676767;
}

#content-bottom p.sslcerts {
  padding-left: 66px;
}

.viewallbutton {
  float: right;
  padding-top: 4px;
  padding-right: 0px;
  width: 133px;
  height: 35px;
}

.bottom-icon {
  position: absolute;
  width: 90px;
  top: 26px;
}

.moreinfo {
  position: absolute;
  top: 120px;
  display: block;
  height: 20px;
  width: 90px;
}

.bottom-icon.padlockicon {
  top: 10px;
}

.bottom-icon.ipicon {
  height: 108px;
  top: 10px;
}

.bottom-icon.addonsicon {
  top: 20px;
}

.bottom-icon.customnameservers {
  top: 20px;
}

.planprice {
  height: 229px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.planprice ul {
  float: left;
  list-style-image: url("../images/li-arrow-2.png");
  padding: 40px 0 15px 38px;
}

.planprice ul li {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  color: #504741;
  font-size: 12px;
  line-height: 22px;
  text-indent: -2px;
}

.plantext {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  color: #504741;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 22px;
  clear: both;
}

.planpricetext {
  float: left;
  padding-left: 20px;
  font-size: 24px;
  color: #545454;
  font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
}

.planpricetext2 {
  font-size: 26px;
  color:#fef3dd;
  padding-left: 10px;
  padding-top: 10px;
  font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
}

.planpricebg {
  width: 117px;
  height: 45px;
  background: url('../images/shared-price-box.png') no-repeat 0 0;
  bottom: 12px;
  position: absolute;
  right: 0;
}

.termscontent {
  margin: 0px auto 0px auto;
  padding: 30px 30px 0px 30px;
  overflow: hidden;
  background: white;
}

.termscontent p.heading3 {
  border-bottom:1px solid #C0BDBD;
  font-size:12px;
  font-weight:bold;
  margin: 0 0 12px 0px;
  padding: 0 0 6px 0px;
  width:100%;
}

.termscontent a {
  border-bottom:1px solid #296E7F;
  color:#296E7F;
  text-decoration:none;
}

.termscontent a:hover {
  border-bottom: 1px dotted #c0bdbd;
}

#page-terms .dataTable {
  width:100%;
  background: transparent;
}

#page-terms .dataTable td {
  padding: 6px 4px 6px 4px;
}

#page-terms .dataTable tr.dataTableheading {
  background-color:#F4F0EF;
  font-weight:bold;
  text-align:left;
  font-size: 14px;
  height: 32px;
}
#page-terms .dataTable tr.dataTableNoheading {
  font-weight:bold;
  font-size: 14px;
  height: 32px;
}
#page-terms .dataTable tr.dataTableactive {
  background-color:#ffffff;
  border-bottom: 1px solid #C0BDBD;
}

.rounded-corners {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
