
body {
  margin: 0;
  padding: 0;
  background: #000;
  font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6,p,div {
  margin: 0;
  padding: 0;
}

div#container {
  margin-left: auto;
  margin-right: auto;
  background: #000;
  width: 926px;
}

div#header {
  background: #000;
  color: #848484;
  padding-top: 12px;
}
div#header table {
  width: 100%;
}
div#header table td {
  vertical-align: bottom;
  height: 40px;
}
div#header table td h1 {
  margin: 0;
  padding: 0;
}
div#header table td.right {
  text-align: right;
  color: #848484;
  font-weight: bold;
  font-size: 13px;
  vertical-align: middle;
  font-family: sans-serif;
}
div#header a:link, div#header a:visited, div#header a:active {
  text-decoration: none;
  color: #848484;
}
div#header a:hover {
  text-decoration: underline;
  color: #848484;
}

div#nav {
  margin-top: 6px;
}
div#nav > table {
  width: 100%;
}
div#nav > table td {
  background: url("../images/navbg_middle.png") repeat-x;
  text-align: center;
  vertical-align: middle;
}
div#nav > table td.left {
  background: url("../images/navbg_left.png") no-repeat;
  width: 23px;
  height: 47px;
}
div#nav > table td.right {
  background: url("../images/navbg_right.png") no-repeat;
  width: 23px;
  height: 47px;
}
div#nav > table td.first {
  padding-left: 18px;
}
div#nav > table td.last {
  padding-right: 18px;
}
div#nav a:link, div#nav a:visited, div#nav a:active {
  color: #d1d1d1;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
div#nav a:hover {
  text-decoration: underline;
  color: #d1d1d1;
  font-weight: bold;
  font-size: 16px;
}

div#content {
  background: #131313;
  margin: 20px 3px 0px 3px;
}
div#content > table {
  width: 100%;
}
/* Corners of the box */
div#content > table td.top {
  background: url("../images/1px_303030.png") left top repeat-x;  
}
div#content > table td.right {
  background: url("../images/1px_303030.png") right top repeat-y;  
}
div#content > table td.bottom {
  background: url("../images/1px_303030.png") left bottom repeat-x;  
}
div#content > table td.left {
  background: url("../images/1px_303030.png") left top repeat-y;  
}
div#content > table td.top.left {
  height: 14px;
  width: 14px;
  background: url("../images/corner_131313_border_top-left.png");
}
div#content > table td.top.right {
  height: 14px;
  width: 14px;
  background: url("../images/corner_131313_border_top-right.png");
}
div#content > table td.bottom.right {
  height: 14px;
  width: 14px;
  background: url("../images/corner_131313_border_bottom-right.png");
}
div#content > table td.bottom.left {
  height: 14px;
  width: 14px;
  background: url("../images/corner_131313_border_bottom-left.png");
}
div#page_content {
  margin: 10px 10px 10px 10px;
  color: #fff;
}
div#page_content > table {
  width: 100%;
}
div#page_content > table td {
  vertical-align: top;
}
div#page_content ul.check_list {
  margin: 14px 0 18px 0;
  padding: 0;
}
div#page_content ul.check_list li {
  color: #707070;
  list-style-position: outside;
  list-style-image: url("../images/orange_check.png");
  font-size: 15px;
  line-height: 22px;
  margin-left: 32px;
  padding-left: 6px;
  font-weight: bold;
}
html>/**/body div#page_content ul.check_list li {
  margin-left: 38px;
  padding-left: 0;
}
div#page_content ul.check_list li.odd {
  color: #adadad;
}
div#page_content h1 {
  color: #e2e2e2;
  font-size: 28px;
  margin-bottom: 0.1em;
}
div#page_content h2 {
  color: #929292;
  font-size: 18px;
  font-weight: normal;
}

div#page_content h3 {
  color: #d2d2d2;
  font-size: 18px;
  font-weight: normal;
}
div#page_content h3.gallery_subtext {
  text-align: center;
  margin-top: 0.5em;
}

h2.button {
  display: inline;
  margin: 0;
  padding: 0;
}
h2.button.green {
}
h2.button.orange {
}


div#footer {
  background: #000;
  margin: 20px 1px 0 1px;
  font-family: Arial, Helvetica, sans-serif;
}

div#footer > table, div#footer_content > table {
  width: 100%;
}
/* Corners of the box */
div#footer > table td.top {
  background: url("../images/1px_303030.png") left top repeat-x;
  line-height: 4px;
}
div#footer > table td.top.left {
  height: 10px;
  width: 14px;
  background: url("../images/corner_000_border_303030_top-left.png") center top no-repeat;
}
div#footer > table td.top.middle {
  border-bottom: 1px solid #303030;
}
div#footer > table td.top.right {
  height: 10px;
  width: 14px;
  background: url("../images/corner_000_border_303030_top-right.png") center top no-repeat;
}
div#footer > table td.bottom {
  background: url("../images/1px_303030.png") left bottom repeat-x;
  line-height: 4px;
}
div#footer > table td.bottom.left {
  height: 10px;
  width: 14px;
  background: url("../images/corner_000_border_303030_bottom-left.png") center bottom no-repeat;
}
div#footer > table td.bottom.right {
  height: 10px;
  width: 14px;
  background: url("../images/corner_000_border_303030_bottom-right.png") center bottom no-repeat;
}
div#footer > table td.center {
  height: 80px;
}
html>/**/body div#footer > table td.center {
/*  height: auto; */
  height: 113px;
}
html>/**/body div#footer > table td.top.left, html>/**/body div#footer > table td.top.right html>/**/body div#footer > table td.bottom.left, html>/**/body div#footer > table td.bottom.right {
  height: 14px;
}
div#footer > table td.center.left {
  background: url("../images/1px_303030.png") left top repeat-y;
}
div#footer > table td.center.right {
  background: url("../images/1px_303030.png") right top repeat-y;
}

div#footer_content {
  margin: 8px auto 8px auto; 
  width: 96%;
  line-height: 1em;
}
div#footer_content > table td {
  vertical-align: top;
}
div#footer_content > table td h4 {
  color: #6c6c6c;
  z-index: 3;
}
div#footer_content > table td.right {
  width: 50%;
  font-size: 12px;
  color: #696969;
}
div#footer_content > table td.right h5 {
  color: #9d9d9d;
  font-size: 14px;
  padding-bottom: 6px;
}

div#copyright {
  background: #000;
  color: #515151;
  text-align: center;
  font-size: 11px;
  padding-top: 0.8em;
}

/* Home page only */
div#page_content.home {
  
}
div#page_content.home h1 {
  color: #fff;
}
table#footer_mavric_features {
  width: 100%; 
  color: #808080;
  font-size: 12px;
  font-weight: bolder;
  margin-top: 0.5em;
}
table#footer_mavric_features td {
  width: 50%;
}

/* login page */
div#login_page_content { 
  margin: 1em auto 0 auto;
}
div#login_page_content div.login_error {
  color: #f83838;
  text-align: center;
  padding: 0 0 6px 0;
}
div#login_page_content form>table {
  margin: 0 auto 0 auto;
}
div#login_page_content form>table td {
  line-height: 2em;
}
div#login_page_content form>table td input {
  width: 180px;
}
div#login_page_content form>table td.label {
  width: 100px;
}
div#login_page_content form>table td.submit {
  text-align: center;
  padding-top: 1em;
}
div#login_page_content form>table td.submit input {
  width: auto;
}

/* Domain pages */
div#domain_reg_new_content table td {font-size:12px;}
div#domain_reg_new_content table td input {height:15px;color:#333;font-size:12px;}
div#domain_reg_new_content table td select {color:#333;font-size:12px;}

table#register_table {
  padding: 0 16px 0 16px;
  color: #f0f0f0;
}
table#register_table tr.stepinfo h3 {
  margin: 0;
  padding: 0 0 1em 0;
  font-size: 22px;
}
table#register_table tr.stepinfo td.breadcrumbs {
  color: #484848;
  font-size: 18px;
  text-align: right;

}
table#register_table tr.stepinfo td.breadcrumbs span {
  padding: 0 6px 0 6px;
}
table#register_table tr.stepinfo td.breadcrumbs span.active {
  color: #f0f0f0;
}
table#register_table tr.go_back td {
  padding: 0 0 0.5em 0;
}
table#register_table tr.error td {
  padding: 1em 0 1em 0;
}
table#register_table tr.description h3 {
  color: #b0b0b0;
  padding: 0 0 0.5em 0;
  font-weight: normal;
  font-size: 20px;

}
table#register_table td.tip {
  color: #d0d0d0;
  font-size: 14px;
  text-align: right;
  padding-top: 1.5em;
}
table#register_table span.recommended {
  color: #fafafa;
}
table#register_table a {
  color: #c0c0f0;
}
form#register_form_0 {
  color: #d0d0d0;
  font-size: 17px;
  line-height: 2em;
}
form#register_form_0 > div {
  margin: 0 0 1px 0;
}
form#register_form_0 div.register_type {
  background: #202020;
  padding: 8px 12px 8px 12px;
  
}
form#register_form_0 div.register_more {
  display: none;
  background: #2a2a2a;
  padding: 18px 16px 18px 42px;
}

form#register_form_0 div#register_more_promo_code input[type=text] {
  width: 140px;
}

div#page_content div#domain_reg_new_content table td {
  vertical-align: middle;
  
}
