@charset "utf-8";
/* CSS Document */



body {
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
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;
margin: 5px 0px 5px 0px;
}

form {
margin: 0;
padding: 0;
}

h1 {
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
padding: 0;
margin: 10px 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 10px 0;
padding: 0;
border: 0;
background-color: #CCCCCC;
color: #CCCCCC;
height: 1px;
}

ul {
margin: 0 0 3px 10px;
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;
}

#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;
padding-left: 10px;
padding-right: 10px;
}

#page_text {
padding-bottom: 5px;
padding-left: 5px;
padding-right: 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 .active {
	background-image:url("images/tab_left_on.gif");
	padding: 0 2px 4px 15px;
}

html>body #nav .active {
padding: 0 2px 5px 15px;
}

#nav .active a {
	background-image:url("images/tab_right_on.gif");
	color:#333333;
	padding: 5px 14px 12px 0;
}

#nav-secondary .current {
	font-weight: bold;
}

#nav-secondary .current ul{
	font-weight: normal;
}

#under_nav {
position: absolute;
bottom: 0;
left: 20px;
}

#under_nav p {
margin: 0;
padding: 0;
line-height: 25px;
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;
}

#main_bottom_search > input.text {
position: absolute;
top: 3px;
right: 160px;
}


#inner_page_left {
float: right;
padding-top: 8px;
padding-right: 0px;
margin-left: 10px;
width: 180px;
height: 100%;
border-left: 2px solid #DEDEDE;
border-bottom: 2px solid #DEDEDE;
}

#inner_page_left ul {
list-style: none;
}

#s {
width: 120px;
}

#inner_page_right {
float: left;
margin-top: 20px;
padding-left: 10px;
margin-left: 10px;
padding-top: 5px;
width: 545px;
}

#inner_page_right h2 a {
margin-top: 10px;
}

div.sidebar_header {
border-bottom: 0px solid #e5e5e5;
background-image: url(images/sidebar_header.gif);
width: 180px;
height: 22px;
background-position: top;
background-repeat: no-repeat;
text-align: center;
}

div.sidebar_header h2 {
font-size: 12px;
font-weight: bold;
color: #333333;
margin: 0 0 1px 0;
padding: 6px 6px 0 0px;
}

div.sidebar_header img {
float: right;
}

div.sidebar_content {
border-top: 2px solid #F7F7F7;
border-bottom: 2px solid #F7F7F7;
background-color: #F7F7F7;
padding: 0 3px 0 3px;
}

div.sidebar_content a {
text-decoration:none;
}

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: 12px;
}

#moving_inner h1 {
color: #365e85;
margin: 3px 0 0 0;
padding: 0;
}


#new_to_hosting {
width: 270px;
height: 115px;
float: right;
background-image: url(images/new_to_hosting.gif);
position: relative;
}

#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: 12px;
}

#new_to_hosting_inner h1 {
color: #365e85;
margin: 3px 0 0 0;
padding: 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;
}

.smallh1 {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #365e85;
padding: 0;
margin: 3px 0 3px 0;
}

#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: 200px;
margin-bottom: 8px;
}

html>body #front_d_s input.text {
margin-bottom: 10px;
}

#front_d_s select.select {
margin-bottom: 8px;
width: 75px;
position: absolute;
top: 3px;
right: 80px;

}

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 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: 260px;
}

#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: top;
}

#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;
}

div.domain_order_more {
width: 200px;
float: right;
}

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;
}

img.centered
    {
   	display: block;
	margin-left: auto;
	margin-right: auto;
    }

.centered
    {
	text-align:center;
    }
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;
}

li.cube {
background-image: url(images/plan_bullet.gif);
padding-left: 17px;
background-position: left;
background-repeat: no-repeat;
line-height: 14px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 12px;
list-style: none;
}

ol.steps li p {
font-size: 12px;
font-weight: normal;
margin: 0;
}

ol.steps li p.title {
font-size: 14px;
font-weight: bold;
}

.rightcheck {
background-image: url(images/check_2_large.gif);
background-position: top right;
background-repeat: no-repeat;
}

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #FFF;
	border: 1px solid #CBD6DF;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 128px;
	height: 128px;
	}
/* Start of lightbox CSS sheets */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

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

/* End of LightBox CSS Sheet */

/* Start of Blog CSS Sheet */
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}
 
.nl_summaryPost h3 {
border-bottom: 1px solid #CCCCCC;
margin: 0px !important;
padding: 5px !important;
color: black;
}
 
.nl_summaryPost .nl_info {
background-color: #F8F8F8;
padding: 5px !important;
font-size: 0.8em;
color: black;
}
 
.nl_link {
font-size: 76%;
text-align: right;
}
 
.nl_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: #618100;
}
#nl_pages #nl_currentpage {
    border: 1px solid #618100;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #9c0; 
    color: #fff;
} 
#nl_pages .nl_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#nl_pages a, #nl_pages a:link, #nl_pages a:visited {
    border: 1px solid #9c0; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #618100;
} 
#nl_pages a:hover {
    background-color: #fff;
    color: #000;
}
#nl_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#nl_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#nl_archivelist .nl_month {
    font-weight: bold;
}

/* End of Blog CSS Sheet */
