body {
background-color:#bcbdbc;
}

#under {
background-image:url(/images/home_under.jpg);
background-repeat:no-repeat;
height:419px;
clear:left;
width:988px;
margin:0;
padding:0;
}

#wrapper {
position:relative;
}

#home_content {
width:950px;
height:410px;
}

#story {
background-image:url(../images/home_block_bg.jpg);
background-repeat:no-repeat;
height:160px;
width:298px;
float:left;
margin:10px 15px 10px 10px;
}

#bottom_nav a {
font-family:Arial, Helvetica, sans-serif;
color:#999;
text-decoration:none;
font-size:10px;
}

#bottom_nav a:hover {
font-family:Arial, Helvetica, sans-serif;
color:#666;
text-decoration:underline;
}

#bottom_nav {
width:100%;
text-align:center;
color:#666;
height:15px;
}

h4 {
font-family:Arial, Helvetica, sans-serif;
color:#060;
font-weight:lighter;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
color:#060;
}

.table_div {
width:298px;
height:160px;
color:#060;
font-size:11px;
}

.table_div td {
font-family:Arial, Helvetica, sans-serif;
color:#060;
font-size:11px;
}

.table_div td a {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
color:#039;
padding-right:5px;
}

.table_div td a:hover {
text-decoration:none;
}

.table_div td h3 {
font-family:Arial, Helvetica, sans-serif;
color:#003FB1;
font-weight:700;
font-size:18px;
padding-left:10px;
padding-top:5px;
padding-bottom:0;
}

.table_div p {
padding:0 5px 5px 10px;
}

.table_div h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#060;
font-weight:lighter;
}

.table_div h2 {
font-family:Arial, Helvetica, sans-serif;
color:#060;
font-size:16px;
}

*,#sidenav,#header {
margin:0;
padding:0;
}

ol {
list-style-type:none;
padding-left:0;
margin-left:0;
}

fieldset {
border:none;
padding-left:0;
margin-left:0;
}

/* New top nav, added Jan. 26, 2010 */
/*
div#header_sub {
width:989px;
height:142px;
background-image:url(/images/dh-header-bg.png);
background-repeat:no-repeat;
position:relative;
}*/

div#header-full {
width:989px;
margin:0 auto;
}

div#header_sub {
width:989px;
height:142px;
background-image:url(/images/dh-header-bg.png);
background-repeat:no-repeat;
position:relative;
/*margin-left:10px!important;*/
float:left;

}

div#top-links {
width:370px;
float:right;
}

div#top-links ul {
list-style:none;
padding:13px 0 0 0;
margin:0;
}

div#top-links ul li {
float:left;
font-family:"Century Gothic", Helvetica, Arial, sans-serif;
font-weight:700;
font-size:14px;
color:#0b6d0b;
padding:0 5px;
}

div#top-links ul li a {
color:#0b6d0b;
font-family:"Century Gothic", Helvetica, Arial, sans-serif;
font-weight:700;
font-size:14px;
text-decoration:none;
}

img a, a img, img {
border:none;
}

div#top-links ul li.flag {
padding:0!important;
}

div#top-links ul li a:hover {
color:#12b212;
}

div#logo {
position:absolute;
left:41px;
top:30px;
}

img.tagline {
position:absolute;
top:90px;
left:227px;
}

div#nav {
width:747px;
height:32px;
float:left;
position:absolute;
top:115px;
left:242px;
}

ul#navUl {
padding:0;
margin:0;
list-style:none;
}

ul#navUl li {
float:left;
}

ul#navUl li a {
color:#0b6d0b;
font-family:"Century Gothic", Helvetica, Arial, sans-serif;
font-weight:700;
font-size:14px;
text-decoration:none;
text-transform:uppercase;
}

ul#navUl li.menuDivider {
width:20px;
height:20px;
}

ul#navUl li a:hover {
color:#12b212;
}










#overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	z-index: 99;
}

#facebox .b {
  background:url(/images/b.png);
}

#facebox .tl {
  background:url(/images/tl.png);
}

#facebox .tr {
  background:url(/images/tr.png);
}

#facebox .bl {
  background:url(/images/bl.png);
}

#facebox .br {
  background:url(/images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 470px;
}

#facebox .content {
	background-color: #CFCDC7;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


body {
min-height:100%;
background-color:#bdbdbd;
}

html {
min-height:100%;
}

#leftcol {
width:202px;
position:relative;
float:left;
margin:0;
padding:0;
}
/*
#header_sub {
width:969px;
margin-left:18px!important;
padding:0;
}
*/
#maintext {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#060;
width:748px;
float:left;
}

#maintext p {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#060;
z-index:10;
text-align:justify;
padding:10px;
}

#rightcol {
position:relative;
width:747px;
z-index:2;
height:100%;
float:left;
}

#title_bar_vps {
background-image:url(/images/title_bar_vps2.jpg);
background-repeat:no-repeat;
position:relative;
height:39px;
width:747px;
z-index:2;
float:left;
}

#price {
position:absolute;
float:right;
left:509px;
top:99px;
}

h4 {
font-family:Arial, Helvetica, sans-serif;
color:#060;
font-weight:lighter;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
color:#060;
}

h1 {
font-size:12px;
}

#table_holder {
position:relative;
width:100%;
float:left;
}

#table_holder2 {
position:relative;
height:100%;
}

#table_holder {
font-size:11px;
}

#bottom_nav a {
font-family:Arial, Helvetica, sans-serif;
color:#999;
text-decoration:none;
font-size:10px;
}

#bottom_nav a:hover {
font-family:Arial, Helvetica, sans-serif;
color:#666;
text-decoration:underline;
}

#bottom_nav {
color:#666;
height:15px;
width:739px;
padding-top:25px;
padding-bottom:25px;
float:left;
clear:left;
}

td {
font-family:Arial, Helvetica, sans-serif;
color:#000;
}

#links_services {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFF;
}

#text_block {
width:600px;
}

#leftMenu li.menuItem {
font-family:Arial, Helvetica, sans-serif;
text-align:left;
line-height:18px;
}

#leftMenu li.menuItem a:hover {
color:#FFF;
font-size:11px;
text-decoration:underline;
}

#leftMenu li.topLevel h5 {
font-family:Arial, Helvetica, sans-serif;
padding-left:5px;
color:#FFF;
font-size:18px;
text-align:left;
}

#leftMenu {
list-style:none;
float:left;
}

#table_holder table.inner_table td.regular {
border:1px solid #CCC;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#6C0;
text-align:center;
font-weight:700;
}

#table_holder table.inner_table td.regular_left {
border:1px solid #CCC;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#090;
font-weight:700;
text-align:left;
padding-left:5px;
vertical-align:top;
}

#table_holder table.inner_table td.regular_left a {
font-size: 12px;
text-decoration: none;
}

#table_holder table.inner_table td.regular_left a:hover {
cursor: pointer;
}

#table_holder table.inner_table td.regular_left div.itemOpts {
padding-left:15px;
}

#table_holder table.inner_table td.regular_left div.itemOpts a {
font-size:10px;
}

#table_holder table.inner_table td.heading {
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
font-weight:bolder;
font-size:16px;
border-style:none;
border-width:0;
}

#table_holder table.inner_table td.heading img {
border:none;
}

#table_holder table.inner_table td.regular a {
color:#090;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
text-align:center;
}

#table_holder table.inner_table td.regular a:hover {
color:#6C0;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:underline;
}

#table_holder table.inner_table td.heading2 {
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
font-weight:bolder;
font-size:12px;
border-style:none;
border-width:0;
padding:1px;
}

#main_wrapper {
width:969px;
height:100%;
padding:0;
margin:0 auto;
}

#main_wrapper_content {
width:957px;
height:100%;
margin:0 0 0 10px;
padding:0 0 0 10px;
background-image:url(/images/body_bg_new_sc.jpg);
float:left;
background-repeat:repeat-y;
background-position:-18px 0;
}

* html #main_wrapper_content {
margin-left:0!important;
}

#type {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#060;
z-index:10;
text-align:justify;
width:600px;
float:left;
padding:10px 10px 25px;
}

.type_long {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#060;
z-index:10;
text-align:justify;
float:left;
padding:10px 10px 25px;
}

#table_holder div.ded_heading {
font-size:14px;
font-weight:bolder;
color:#090;
text-align:center;
padding:10px;
}

#table_holder div.ded_regular {
font-size:11px;
color:#060;
text-align:left;
padding-left:2px;
}

#table_holder div.img {
padding-left:8px;
}

#table_holder h3 {
text-align:center;
font-size:20px;
margin:0;
padding:0;
}

#table_holder p {
text-align:center;
font-size:12px;
color:#060;
padding:2px 0 0;
}

#table_holder div.ded_buy {
text-align:center;
}

#table_holder a {
color:#060;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
}

#table_holder a:hover {
color:#090;
text-decoration:underline;
}

#table_holder div.ded_buy p {
text-align:center;
font-size:10px;
color:#060;
}

#table_holder div.main_top_img {
margin:0;
padding:0;
}

#table_holder div.host_choose img {
border:none;
margin:0;
padding:0;
}

#table_holder td.host_choose img {
border:none;
margin:0;
padding:0;
}

#title_bar_green {
background-image:url(/images/title_bar_green.jpg);
background-repeat:no-repeat;
width:747px;
height:39px;
float:left;
margin-top:30px;
}

*,#sidenav,#header {
margin:0;
padding:0;
}

h3,#title_bar_green h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:700;
color:#FFF;
text-align:left;
padding:7px;
}

#table_holder tr#header,td#header {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFF;
font-weight:700;
}

#leftMenu li.menuItem a {
color:#FFF;
font-size:11px;
text-decoration:none;
}

#leftMenu li.menuItem a:visited {
color:#FFF;
font-size:11px;
}

a {
outline:none;
cursor: pointer;
}

div#type ul,div.type_long ul {
padding-left: 40px;
}

div#type a,div.type_long a {
color:#66CC00;
}

div#type a:hover,div.type_long a:hover {
color:#006600;
}

img.clam {
padding-bottom:15px;
padding-left:20px;
padding-right:25px;
}

ol.sla {
padding-left:40px;
}

#wrap {
width: 800px;
text-align: left;
}

#menu {
background:#000;
padding:22px 0;
width:100%;
color: #FFF;
text-align: center;
}

#menu a {
padding: 4px 3px;
text-decoration:none;
color:#FFF;
font-size: 0.9em!important;
line-height: 13px;
font-family: Verdana;
}

#menu a.hover, #menu a:hover {
background:#8B6800!important;
}

#menu span {
display:none;
}

#img {
vertical-align:bottom;
}

#subnav {
font-size:10px;
margin-bottom:2em;
}

#subnav a {
color:#000;
margin-right:1em;
}

#subnav span {
color:silver;
margin-right:1em;
}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
position:absolute;
overflow:hidden;
left:-1000px;
top:-1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
position:absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
position:relative;
left:0px; top:0px;
z-index:2;
text-align: left;
}

.transMenu.top .items {
  border-top:none;
}

/* each TR.item is one menu item */
.transMenu .item {
color:#FFF;
font-size:12px;
font-family:sans-serif;
text-decoration:none;
/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
border:none;
cursor:pointer;
cursor:hand;
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
position:absolute;
left:0px; top:0px;
z-index:1;
-moz-opacity:.65;
filter:alpha(opacity=65);
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
position:absolute;
z-index:3;
top:0px; width:0px;
-moz-opacity:0;
filter:alpha(opacity=00);
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
position:absolute;
z-index:1;
left:0px; height:0px;
-moz-opacity:0;
filter:alpha(opacity=0);
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
background:#fdfdfd;
color: #8B6800;
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
margin-left:10px;
}

fieldset.hidden {
border:none;
}

fieldset.hidden ol {
list-style: none;
border: none;
}

#table_holder.compare table.inner_table td.regular_left {
width:249px;
}

#table_holder.domainReg table.inner_table td.regular_left {
width:181px;
}

ol {
ist-style-type: none;
padding-left: 0px;
margin-left: 0px;
}

fieldset {
border: none;
padding-left: 0px;
margin-left: 0px;
}

/* New top nav, added Jan. 26, 2010 */
/*
div#header_sub {
width:989px;
height:142px;
background-image:url(/images/dh-header-bg.png);
background-repeat:no-repeat;
position:relative;
margin-left: 18px!important;
}*/
div#header-full {
width:989px;
margin:0 auto;
}

div#header_sub {
width:989px;
height:142px;
background-image:url(/images/dh-header-bg.png);
background-repeat:no-repeat;
position:relative;
margin-left:10px!important;
float:left;

}

div#top-links {
width:370px;
float:right;
}

div#top-links ul {
list-style:none;
padding:13px 0 0 0;
margin:0;
}

div#top-links ul li {
float:left;
font-family:"Century Gothic", Helvetica, Arial, sans-serif;
font-weight:700;
font-size:14px;
color:#0b6d0b;
padding:0 5px;
}

div#top-links ul li a {
color:#0b6d0b;
font-family:"Century Gothic", Helvetica, Arial, sans-serif;
font-weight:700;
font-size:14px;
text-decoration:none;
}

img a, a img, img {
border:none;
}

div#top-links ul li.flag {
padding:0!important;
}

div#top-links ul li a:hover {
color:#12b212;
}

div#logo {
position:absolute;
left:41px;
top:30px;
}

img.tagline {
position:absolute;
top:90px;
left:227px;
}

div#nav {
width:747px;
height:32px;
float:left;
position:absolute;
top:115px;
left:242px;
}

ul#navUl {
padding:0;
margin:0;
list-style:none;
}

ul#navUl li {
float:left;
}

ul#navUl li a {
color:#0b6d0b;
font-family:"Century Gothic", Helvetica, Arial, sans-serif;
font-weight:700;
font-size:14px;
text-decoration:none;
text-transform:uppercase;
}

ul#navUl li.menuDivider {
width:20px;
height:20px;
}

ul#navUl li a:hover {
color:#12b212;
}




