@charset "utf-8";

/* CSS Document */



body {

	padding: 0;

	margin: 0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

	background-color: #FFFFFF;

	background-image: url(../images/page_bg_left.gif);

	background-position: top;

	background-repeat: repeat-x;

}

a img {

	border: none;

}

h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: normal;

	color: #0d5567;

	margin: 0;

	padding: 0;

}

a {

	color: #0e5a6d;

	text-decoration: none;

}

a:hover {

	color: #043541;

	text-decoration: underline;

}

h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	margin: 0;

	padding: 0;

	color: #333333;

}

p {

	margin: 0 0 5px 0;

	padding: 0;
	padding-bottom:10px;

}

#top {
	margin-right:auto;
	margin-left:auto;

	width: 760px;

	margin: 0 auto;

	height: 30px;

	position: relative;

}

#top_nav {

	float: right;

}

#top_nav p {

	margin: 0;

	color: #FFFFFF;

}

#top_nav a {

	color: #FFFFFF;

	text-decoration: none;

}

#top_nav a:hover {

	text-decoration: underline;

}

#header {
	
	width: 760px;

	margin: 0 auto;

	height: 90px;

	background-image: url(../images/header.jpg);

}

#nav_wrapper {

	width: 760px;

	height: 35px;

	margin: 0px auto 0 auto;

}

ul#nav {

	list-style: none;

	margin: 0;

	padding: 0;

}

ul#nav li {

	float: left;

	position: relative;

}

ul#nav li a {

	display: block;

	float: left;

	line-height: 35px;

	padding: 0 10px 0 10px;

	color: #FFFFFF;

	font-weight: bold;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	text-decoration: none;

	white-space: nowrap;

}

ul#nav li a:hover {

	background-image: url(../images/btn_bg_o.gif);

	padding: 0 10px 0 10px;

	text-decoration: underline;

}

div.dropdown {

	border-top: 1px solid #CFCFCF;

	border-left: 1px solid #cfcfcf;

	border-right: 1px solid #cfcfcf;

	margin-top: 35px;

	left: 0;

	display: none;

	position: absolute;

	z-index: 1000;

	background-color: #FAFAFA;

}

ul#nav li ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

ul#nav li ul li {

	float: none;

	margin: 0;

	padding: 0;

	z-index: 1000;

}

ul#nav li:hover div.dropdown {

	display: block;

	z-index: 1000;

}

ul#nav li ul li a {

	color: #333333;

	float: none;

	line-height: 25px;

	background-color: #FAFAFA;

	background-image: url(../images/nav_bullet.gif);

	background-position: left;

	background-repeat: no-repeat;

	padding: 0 10px 0 20px;

	border-bottom: 1px solid #cfcfcf;

	z-index: 1000;

}

ul#nav li ul li a:hover {

	float: none;

	line-height: 25px;

	border: none;

	background-color: #F1F1F1;

	background-image: url(../images/nav_bullet.gif);

	background-position: left;

	background-repeat: no-repeat;

	padding: 0 10px 0 20px;

	border-bottom: 1px solid #cfcfcf;

	z-index: 1000;

}

#main {

	width: 760px;

	margin: 10px auto 0 auto;

	height: 220px;

	background-image: url(../images/main.jpg);

	position: relative;

	z-index: 0;

}



#main a {

	display: block;

	height: 220px;

	width: 760px;

}

ul#main_features {

	list-style: none;

	position: absolute;

	top: 38px;

	left: 35px;

	margin: 0;

	padding: 0;

}

ul#main_features li {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	line-height: 30px;

	color: #FFFFFF;

}

#under_main {

	width: 750px;

	margin: 0 auto;

	height: 165px;

	background-image: url(../images/under_main.jpg);

}

div.under_main_box {

	float: left;

	width: 235px;

	height: 160px;

	padding: 0 5px 0 10px;

	position: relative;

}

#main_special {

	position: absolute;

	top: 15px;

	right: 15px;

	width: 310px;

	height: 145px;

}

#main_special h1 {

	color: #FFFFFF;

}

#main_special ul {

	position: absolute;

	margin: 0;

	padding: 0;

	list-style: none;

	top: 20px;

	left: 30px;

}

#main_special ul li {

	color: #FFFFFF;

	font-size: 13px;

	font-weight: bold;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	line-height: 25px;

}

ul.features {

	margin: 5px 0 0 0;

	padding: 0;

	list-style: none;

}

ul.features li.highlight {

	color: #FFAA00;

}

ul.features li {

	background-image: url(../images/features_bullet.gif);

	background-position: left;

	background-repeat: no-repeat;

	padding-left: 18px;

	line-height: 18px;

	font-weight: bold;

}

div.under_main_box a {

	position: absolute;

	right: 20px;

	bottom: 0;

	display: block;

	width: 100px;

	height: 30px;

}

#page_wrapper {

	width: 800px;

	padding: 5px 0 0 0;

	margin: 0 auto;
	

}

#page_left {

	width: 480px;

	float: left;
	

}

#page_right {


	width: 250px;

	float: right;

}

div.sidebar_container {

	width: 250px;

	background-image: url(../images/sidebar_bg.gif);

}

div.sidebar_header {

	height: 10px;

	width: 250px;

	background-image: url(../images/sidebar_header.gif);

}

div.sidebar_bg {

	width: 230px;

	margin: 0 auto;

}

div.sidebar_footer {

	width: 250px;

	height: 10px;

	background-image: url(../images/sidebar_bottom.gif);

}

div.left {

	float: left;

	width: 49%;

}

div.right {

	float: right;

	width: 49%;

}

table.plans_include {

	width: 100%;

}

table.plans_include td.icon {

	width: 0%;

	padding: 3px 0 3px 0;

}

table.plans_include tr.even td {

	background-color: #fafafa;

}

table.plans_include tr.odd td {

	background-color: #F1F1F1;

}

img.img_right {

	float: right;

	margin: 0 0 3px 3px;

}

#customer_login form {

	margin: 0;

	padding: 3px 0 0 0;

}

#customer_login form input, #customer_login form label {

	float: left;

}

#customer_login form div {

	vertical-align: middle;

}

#customer_login form label {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

	line-height: 18px;

}

#customer_login form input.text {

	background-image: url(../images/input_user_bg.gif);

	background-position: left center;

	background-repeat: no-repeat;

	background-color: #FAFAFA;

	border: 1px solid #CFCFCF;

	margin: 0 5px 0 0;

}

#customer_login form input.pass {

	background-image: url(../images/input_pass_bg.gif);

	background-position: left center;

	background-repeat: no-repeat;

	background-color: #FAFAFA;

	border: 1px solid #CFCFCF;

	margin: 0 0 5px 0;

}

#customer_login from input.image {

	margin: 0 0 0 5px;

}

#footer {
     margin-left:auto;
     margin-right:auto;

	width: 760px;

	clear: both;

	border-top: 1px solid #CFCFCF;

	border-bottom: 1px solid #CFCFCF;

	padding: 5px;


}

#footer p {

	text-align: center;

}

#footer p a {

	color: #333333;

	text-decoration: none;

}

#footer p a:hover {

	text-decoration: underline;

}

#footer p.copy {

	font-weight: bold;

}

img.page_icon {

	float: right;

	margin: 0 0 5px 5px;

}

table.shared_table {

	width: 100%;

}

table.shared_table thead {

	background-image: url(../images/tbl_header.gif);

	color: #FFFFFF;

	background-color: #243c40;

	background-position: top;

	background-repeat: repeat-x;

	border: 1px solid #000000;

	padding: 5px;

}

table.shared_table thead th {

	padding: 5px;

	font-size: 18px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;

}

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;

}

.dollars {

	letter-spacing: -1px;

	padding: 0px;

	vertical-align: top;

	font-family: verdana;

	font-weight: bold;

	font-size: 18px;

}

.dollars_small {

	font-weight: bold;

}

.cents {

	letter-spacing: -1px;

	vertical-align: top;

	text-align: left;

	font-family: verdana;

	font-weight: bold;

	font-size: 14px;

}

.cents_small {

	font-weight: bold;

}

hr {

	height: 1px;

	border: none;

	margin: 3px 0 3px 0;

	padding: 0;

	background-color: #CFCFCF;

	color: #CFCFCF;

}

p.power_title {

	font-weight: bold;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 13px;

	margin: 0;

	padding: 0;

}

div.powerbar {

	background-image: url(../images/powerbar_bg.gif);

	background-position: top left;

	background-repeat: no-repeat;

}

div.bar {

	background-image: url(../images/powerbar_full.gif);

	background-position: top left;

	background-repeat: no-repeat;

	height: 15px;

}

div.vps_left {

	float: left;

	width: 225px;

	border: 1px solid #CFCFCF;

	padding: 5px;

}

div.vps_right {

	float: right;

	width: 225px;

	border: 1px solid #CFCFCF;

	padding: 5px;

}

div.vps_box {

	margin-bottom: 5px;

}

div.vps_box h1 {

	background-color: #f1f1f1;

	color: #333333;

	padding: 3px;

	margin: 0;

}

div.vps_box h1.price {

	float: right;

	color: #333333;

}

div.vps_box div.order_now_box {

	background-color: #243c40;

	color: #FFFFFF;

	padding: 3px;

}

div.vps_box div.order_now_box a {

	color: #FFFFFF;

	font-size: 16px;

	font-weight: bold;

	display: block;

	width: 100%;

}

div.vps_box div.order_now_box a:hover {

	background-color: #247d8c;

	text-decoration: none;

}

div.vps_box div.order_now_box p {

	text-align: center;

	margin: 0;

}

div.ded_box {

	height: 100px;

	width: 750px;

	margin-bottom: 10px;

}

div.ded_box a {

	display: block;

	height: 100px;

	width: 750px;

}

div.intel_single a {

	background-image: url(../images/ded_intel_single.jpg);

}

div.intel_single a:hover {

	background-image: url(../images/ded_intel_single_o.jpg);

}

div.amd_single a {

	background-image:url(../images/ded_amd_single.jpg);

}

div.amd_single a:hover {

	background-image: url(../images/ded_amd_single_o.jpg);

}

div.intel_mutli a {

	background-image: url(../images/ded_intel_multi.jpg);

}

div.intel_mutli a:hover {

	background-image: url(../images/ded_intel_multi_o.jpg);

}

div.amd_multi a {

	background-image: url(../images/ded_amd_multi.jpg);

}

div.amd_multi a:hover {

	background-image: url(../images/ded_amd_multi_o.jpg);

}

div.ded_plan {

	background-image: url(../images/ded_plan_header.gif);

	background-position: top;

	background-repeat: no-repeat;

	width: 370px;

	background-color: #475355;

	color: #FFFFFF;

	border-bottom: 2px solid #2d383b;

	margin-bottom: 10px;

}

div.ded_plan_right {

	float: right;

	width: 370px;

}

div.ded_plan_left {

	float: left;

	width: 370px;

}

div.ded_plan h1.plan_name {

	color: #FFFFFF;

	margin: 0;

	padding: 5px;

}

div.ded_plan h1.plan_price {

	float: right;

	margin: 0;

	padding: 5px;

	color: #FFFFFF;

}

div.ded_plan h1.order_now {

	text-align: center;

	color: #FFFFFF;

	margin: 3px 0 3px 0;

}

div.ded_plan h1.order_now a {

	color: #FFFFFF;

	display: block;

	width: 360px;

	margin: 0 auto;

}

div.ded_plan h1.order_now a:hover {

	background-color: #2d383b;

	text-decoration: none;

}

div.ded_plan table.ded_table {

	width: 360px;

	margin: 0 auto;

}

div.ded_plan table.ded_table td.ded_table_left {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	text-align: right;

	padding: 5px;

	white-space: nowrap;

	background-color: #1e2a2c;

}

div.ded_plan table.ded_table td {

	padding: 1px;

	margin: 1px;

}

div.ded_plan table.ded_table td.ded_table_right {

	width: 100%;

	background-color: #273335;

}

#domain_non_private {

	background-color: #FFF2F2;

	border: 1px dashed #FF8083;

	padding: 10px;

	width: 215px;

	float: left;

}

#domain_private {

	background-color: #F0FFF5;

	border: 1px dashed #00CC00;

	padding: 10px;

	width: 215px;

	float: right;

}

#domain_search {

	background-color: #F1F1F1;

	border: 1px solid #CFCFCF;

	padding: 5px;

	margin-bottom: 5px;

}

#d_s_form {

	margin: 0;

	padding: 0;

}

#d_s_form label {

	float: left;

	margin-right: 5px;

	font-size: 18px;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: normal;

	line-height: 24px;

}

#d_s_form input.text {

	float: left;

	margin-right: 5px;

	width: 200px;

	height: 20px;

	border: 1px solid #999999;

	line-height: 24px;

}

#d_s_form input.image {

	float: left;

	line-height: 24px;

}

#d_s_form select {

	float: left;

	margin-right: 5px;

	height: 22px;

	border: 1px solid #999999;

	line-height: 24px;

	font-size: 16px;

}

#contact_left {

float: left;

width: 230px;

}



#contact_right {

float: right;

width: 230px;

}



div.contact_form {



}



div.contact_form p {

font-weight: bold;

margin-bottom: 3px;

clear: both;

}



div.contact_form textarea.textarea {

width: 400px;

height:	50px;

display: block;

clear: both;

}



div.contact_form label {

width: 100px;

display: block;

float: left;

}



div.clear_both {

clear: both;

}



dl.faq {

margin: 0;

padding: 0;

}



dl.faq dt {

font-weight: bold;

color: #407500;

}



dl.faq dd {

padding: 0;

margin: 0 0 5px 5px;

border-bottom: 1px dashed #cccccc;

}

#sidebar{
width:250px;

float:left;

}
