@charset "utf-8";
/* CSS Document */

body {
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
background-image: url(images/page_bg.gif);
background-position: top;
background-repeat: repeat-x;
background-color: #ccd6de;
line-height: 1.4em;
}

img {
border: 0;
display: block;
position: relative;
}

form {
margin: 0;
padding: 0;
}

h1 {
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
padding: 0;
margin: 3px 0 3px 0;
}

p {
margin: 0 0 5px 0;
padding: 0;
}

a {
color: #365e85;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

from p {
margin: 0;
padding: 0;
}

hr {
margin: 2px 0 2px 0;
padding: 0;
border: 0;
background-color: #CCCCCC;
color: #CCCCCC;
height: 1px;
}

ul {
margin: 0 0 3px 20px;
padding: 0;
}

h2 {
font-size: 14px;
font-weight: bold;
margin: 0 0 3px 0;
}

#header {
width: 740px;
margin: 0 auto;
background-image: url(images/header_bg.gif);
background-position: top left;
background-repeat: no-repeat;
height: 125px;
position: relative;
}

#header_suspend {
width: 740px;
margin: 0 auto;
background-image: url(images/header_no_logo.jpg);
background-position: top left;
background-repeat: no-repeat;
height: 125px;
position: relative;
}

#contact_us {
float: right;
padding-top: 10px;
}

#page_wrapper {
width: 740px;
margin: 0 auto;
background-image: url(images/inner_page_bg.gif);
}

#page_footer {
background-image: url(images/inner_page_bottom.gif);
background-position: bottom;
background-repeat: no-repeat;
padding-bottom: 5px;
}

#inner_page {
width: 740px;
background-image: url(images/inner_page_top.gif);
background-position: top;
background-repeat: no-repeat;
margin: 0 auto;
}

/** Start Navigation **/
#nav {
 position: absolute;
 bottom: 18px;
 left: 15px;
}
html>body #nav {
	position: absolute;
	bottom: 35px;
	left: 15px;
	height: 30px;
}
#nav ul {
	margin:0;
	padding:10px 0 10px 0;
	list-style:none;
}
#nav li {
	float:left;
	background:url("images/tab_left.gif") no-repeat left top;
	margin:0;
	padding:0 2px 0 15px;
}
#nav a {
	display:block;
	background:url("images/tab_right.gif") no-repeat right top;
	padding:5px 14px 6px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
}

#nav a:hover {
	color:#333;
	text-decoration: underline;
}
#nav #current {
	background-image:url("images/tab_left_on.gif");
	padding: 0 2px 4px 15px;
}

html>body #nav #current {
padding: 0 2px 5px 15px;
}

#nav #current a {
	background-image:url("images/tab_right_on.gif");
	color:#333333;
	padding: 5px 14px 12px 0;
}

#under_nav {
position: absolute;
bottom: 0;
left: 20px;
}

#under_nav p {
margin: 0;
padding: 0;
line-height: 25px;
font-size: 14px;
}

#under_nav_c {
position: absolute;
bottom: 0;
left: 220px;
margin: 0;
font-size: 14px;
}

/** End Navigation **/

#main {
width: 730px;
height: 175px;
margin: 0 auto;
padding-top: 5px;
padding-bottom: 5px;
}

#main_top {
width: 730px;
height: 145px;
background-image: url(images/main_top.jpg);
position: relative;
}

#main_left {
position: absolute;
left: 210px;
top: 40px;
}

#main_left ul {
list-style: none;
padding: 0;
margin: 0;
}

#main_left li {
font-size: 18px;
color: #FFFFFF;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
line-height: 25px;
}

#main_right {
position: absolute;
left: 420px;
top: 40px;
}

#main_right ul {
list-style: none;
padding: 0;
margin: 0;
}

#main_right li {
font-size: 18px;
color: #FFFFFF;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
line-height: 25px;
}

#main_bottom {
width: 730px;
height: 30px;
background-image: url(images/main_bottom.jpg);
position: relative;
background-repeat: no-repeat;
}

#inner_page_left {
float: left;
padding-left: 5px;
width: 180px;
}

#inner_page_right {
float: right;
padding-right: 5px;
width: 545px;
}

#inner_page_center {
text-align: center;
font-size: 14px;
font-weight: normal;
}

div.sidebar_header {
border-bottom: 1px solid #e5e5e5;
}

div.sidebar_header h2 {
font-size: 14px;
font-weight: bold;
color: #333333;
margin: 0 0 1px 0;
}

div.sidebar_header img {
float: right;
}

div.sidebar_content {
border-top: 2px solid #FFFFFF;
border-bottom: 2px solid #F7F7F7;
background-color: #F7F7F7;
padding: 0 3px 0 3px;
}

div.sidebar_footer {
background-image: url(images/sidebar_footer.gif);
width: 180px;
height: 25px;
background-position: top;
background-repeat: no-repeat;
}

p.news_title {
margin: 3px 0 0 0;
padding: 0;
font-weight: bold;
line-height: 11px;
color: #365e85;
}

p.news_title img {
float: left;
margin: 0 3px 0 0;
}

p.news_text {
margin: 3px 0 3px 0;
padding: 0;
}

#side_login {
position: relative;
}

#side_login label {
font-weight: bold;
position: relative;
}

#side_login input.text {
width: 170px;
border: 1px solid #bababa;
}

html>body #side_login input.text {
width: 170px;
}

#side_login input.image {

}

html>body #side_login input.image {

}

#moving {
background-image: url(images/transfer_your_site.gif);
width: 270px;
height: 115px;
float: left;
position: relative;
}

#moving_inner {
padding: 5px 10px 0 10px;
}

#moving_inner_icon {
width: 45px;
height: 45px;
float: left;
}

#moving_inner p {
margin: 0;
padding: 0;
font-size: 11px;
}

#moving_inner h1 {
color: #365e85;
margin: 3px 0 0 0;
padding: 0;
}

#moving_inner p a {
position: absolute;
display: block;
right: 10px;
bottom: 0px;
padding: 0 5px 0 0;
}


#new_to_hosting {
width: 270px;
height: 115px;
float: right;
background-image: url(images/new_to_hosting.gif);
}

#new_to_hosting_inner {
padding: 5px 5px 0 15px;
position: relative;
}

#new_to_hosting_inner_icon {
width: 30px;
height: 30px;
float: left;
}

#new_to_hosting_inner p {
margin: 0;
padding: 0;
font-size: 11px;
}

#new_to_hosting_inner h1 {
color: #365e85;
margin: 3px 0 0 0;
padding: 0;
}

#new_to_hosting_inner p a {
position: absolute;
display: block;
right: 10px;
bottom: 0px;
padding: 0 5px 0 0;
}

#welcome {
clear: both;
width: 545px;
height: 105px;
background-image: url(images/welcome_bg.gif);
padding-top: 5px;
margin-bottom: 5px;
background-position: bottom;
background-repeat: no-repeat;
}

#welcome h1 {
color: #365e85;
margin: 0 0 0 30px;
line-height: 25px;
}

#welcome p {
margin: 0 5px 0 5px;
}

.highlight {
color: #365e85;
}

#front_plan_1 {
margin-top: 3px;
float: left;
width: 265px;
}

#front_plan_2 {
margin-top: 3px;
float: right;
width: 265px;
}

div.plan_box_wrapper {
width: 265px;
background-color: #f1f1f1;
}

#front_plan_1 div.plan_box_bg {
background-image: url(images/plan_1_header.gif);
background-repeat: no-repeat;
background-position: top;
}

#front_plan_2 div.plan_box_bg {
background-image: url(images/plan_2_header.gif);
background-repeat: no-repeat;
background-position: top;
}

div.plan_box_bg h1 {
color: #FFFFFF;
padding: 5px 0 8px 5px;
margin: 0;
}

div.plan_box_footer {
width: 265px;
height: 42px;
background-image: url(images/plan_footer.gif);
position: relative;
}

div.plan_box_footer p {
position: absolute;
left: 30px;
color: #FFFFFF;
line-height: 38px;
}


div.plan_box_footer a {
display: block;
width: 130px;
height: 23px;
position: absolute;
bottom: 3px;
right: 0;
}
.dollars {
	letter-spacing: -1px;
	padding: 0px;
	vertical-align: top;
	font-family: verdana;
	font-weight: bold;
	font-size: 26px;
}
.cents {
	letter-spacing: -1px;
	vertical-align: top;
	text-align: left;
	font-family: verdana;
	font-weight: bold;
	font-size: 19px;
}
.dollars_small {
	letter-spacing: -1px;
	padding: 0px;
	vertical-align: top;
	font-family: verdana;
	font-weight: bold;
	font-size: 22px;
}
.cents_small {
	letter-spacing: -1px;
	vertical-align: top;
	text-align: left;
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
}

div.plan_box_bg ul {
list-style: none;
padding: 6px 0 0 3px;
margin: 0;
}

div.plan_box_bg ul li {
background-image: url(images/plan_bullet.gif);
padding-left: 17px;
background-position: left;
background-repeat: no-repeat;
line-height: 14px;
padding-bottom: 5px;
font-size: 13px;
font-weight: bolder;
}

#front_d_s {
position: absolute;
right: 0;
}

#front_d_s input.text {
width: 230px;
margin-bottom: 8px;
}

html>body #front_d_s input.text {
margin-bottom: 10px;
}

#front_d_s select.select {
margin-bottom: 8px;
}

html>body #front_d_s select.select {
margin-bottom: 10px;
}

#footer {
text-align: center;
}

#domain_prices {
border: 1px solid #173547;
background-color: #698da3;
padding: 5px;
}

#domain_prices h1 {
color: #FFFFFF;
margin: 0 0 5px 0;
}

#domain_prices_table {

}

#domain_prices_table thead td {
text-align: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
background-color: #F1F1F1;
}

#domain_prices_table thead th {
font-size: 14px;
padding: 5px;
font-weight: bold;
}

#domain_prices_table th {
text-align: center;
background-color: #F1F1F1;
}

#domain_prices_table tbody th {
text-align: right;
padding-right: 3px;
font-size: 18px;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
}

#domain_prices_table tbody td {
text-align: center;
color: #0d78e6;
padding: 8px;
height: 20px;
line-height: 22px;
}

#domain_prices_table tr.odd td {
background-color: #FAFAFA;
}

#domain_prices_table tr.odd th {
background-color: #FAFAFA;
}

#domain_prices_table tr.even td {
background-color: #FFFFFF;
}
#domain_prices_table tr.even th {
background-color: #FFFFFF;
}

table.shared_table {
width: 100%;
}

table.shared_table thead {
background-image: url(images/tbl_header.gif);
color: #FFFFFF;
background-color: #1a354d;
background-position: top;
background-repeat: repeat-x;
padding: 5px;
}
table.shared_table thead th {
padding: 5px;
font-size: 18px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
white-space: nowrap;
}

table.shared_table thead th.side {
text-align: right;
}

table.shared_table tbody tr.odd {
background-position: top;
background-repeat: repeat-x;
height: 30px;
background-color: #FAFAFA;
}

table.shared_table tbody tr.even {
background-position: top;
background-repeat: repeat-x;
height: 30px;
background-color: #FFFFFF;
}

table.shared_table tbody th {
text-align: right;
padding: 5px;
}

table.shared_table tbody th:hover {
cursor: help;
}

table.shared_table tbody td {
padding: 5px;
text-align: center;
font-size: 14px;
border-bottom: 1px solid #CCCCCC;
}

table.shared_table tbody th {
border-bottom: 1px solid #CCCCCC;
}

table.shared_table tbody tr.odd td.check div {
height: 30px;
background-image: url(images/check_1_large.gif);
background-position: center;
background-repeat: no-repeat;
}

table.shared_table tbody tr.even td.check div{
height: 30px;
background-image: url(images/check_2_large.gif);
background-position: center;
background-repeat: no-repeat;
}


table.shared_table tbody tr.odd td.x div{
height: 30px;
background-image: url(images/x_1_large.gif);
background-position: center;
background-repeat: no-repeat;
}

table.shared_table tbody tr.even td.x div{
height: 30px;
background-image: url(images/x_2_large.gif);
background-position: center;
background-repeat: no-repeat;
}

table.shared_table td.col_1 {
background-color: #f7fbfc;
}

table.shared_table td.col_2 {
background-color: #f2f5f7;
}

table.shared_table td.col_1.check {
background-image: url(images/col_1_check.gif);
background-position: center;
background-repeat: no-repeat;
}

table.shared_table td.col_1.x {
background-image: url(images/col_1_x.gif);
background-position: center;
background-repeat: no-repeat;
}

table.shared_table td.col_2.check {
background-image: url(images/col_2_check.gif);
background-position: center;
background-repeat: no-repeat;
}

table.shared_table td.col_2.x {
background-image: url(images/col_2_x.gif);
background-position: center;
background-repeat: no-repeat;
}

#contact_left {
float: left;
width: 230px;
}

#contact_right {
float: right;
width: 230px;
}

div.contact_form {
float: right;
width: 300px;
}

div.contact_form p {
font-weight: bold;
margin-bottom: 3px;
clear: both;
}

div.contact_form textarea.textarea {
width: 290px;
height:	90px;
display: block;
clear: both;
}

div.contact_form label {
width: 100px;
display: block;
float: left;
}

div.clear_both {
clear: both;
}

dl.side_faq {
margin: 0;
padding: 0;
}

dl.side_faq dt {
font-size: 12px;
font-weight: bold;
color: #00CC33;
margin: 0;
padding: 0;
}

dl.side_faq dd {
margin: 0 0 3px 5px;
padding: 0;
}

#domain_order_left {
float: left;
width: 250px;
}

#domain_order_right {
float: right;
width: 270px;
}

#domain_order_form label {
font-size: 18px;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
height: 22px;
vertical-align: bottom;
}

#domain_order_form input.text {
width: 200px;
height: 20px;
background-color: #FAFAFA;
border: 1px solid #cccccc;
margin: 0;
padding: 0;
font-size: 14px;
}

#domain_order_form p.eg {
text-align: right;
}

#domain_order_form label.extension {
font-size: 14px;
font-weight: normal;
padding-right: 10px;
}

div.domain_order_checkbox {
width: 80px;
float: left;
}

label.number {
line-height: 32px;
}

img.page_icon {
float: right;
margin: 0 0 3px 3px;
}

#domain_order {
padding: 3px;
border: 1px solid #cccccc;
background-color: #FAFAFA;
margin-bottom: 5px;
}

img.cp_ss {
margin: 0 auto;
}

ul#side_nav {
list-style: none;
margin: 0;
padding: 0;
}

ul#side_nav li {
}

div.right_price {
float: right;
height: 30px;
line-height: 30px;
}

ol.steps {
margin: 0;
padding: 0 0 0 25px;
}

ol.steps li {
font-size: 14px;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px dashed #cccccc;
}

ol.steps li.last {
border: none;
}

ol.steps li p {
font-size: 12px;
font-weight: normal;
margin: 0;
}

ol.steps li p.title {
font-size: 14px;
font-weight: bold;
}

p.centered {
text-align: center;
}
