@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background:  #e6e6e6 url(images/body_bg.gif) top repeat-x;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 0 3px 0;
	padding: 0;
	text-align: left;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-align: justify;
}
a img {
	border: none;
	color: #FAFAFA;
}
.highlight { color: #0054e9; }

a { color: #0054e9; text-decoration: none; }
a:hover {
	text-decoration: underline;
	color: #D1D1D1;
}

img.img_left { float: left; margin: 0 3px 3px 0; }
img.img_right { float: right; margin: 0 0 3px 3px; }

.center {margin: 0 auto; text-align: center; }

hr {
	height: 1px;
	border: none;
	line-height: 1px;
	color: #CFCFCF;
	background-color: #CFCFCF;
	margin: 3px 0 3px 0;
	padding: 0;
}

p.nopad {
	margin: 0;
	padding: 0;
}

#header {
	width: 900px;
	height: 70px;
	margin: 0 auto;
	position: relative;
}

a#logo {
	display: block;
	width: 260px;
	height: 70px;
	background-image: url(images/logo.gif);
}

#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 0;
	top: 10px;
}

#topnav ul li {
	float: right;
	margin: 0 15px 0 0 ;
}

#topnav ul li img {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

#topnav ul li a {
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
}

#topnav ul li a:hover {
	text-decoration: underline;
}

#page_wrapper {
	width: 900px;
	margin: 0 auto;
	background-image: url(images/page_bg.gif);
}

#page_header {
	background: url(images/page_header.gif) top no-repeat;
}

#page_footer {
	background: url(images/page_footer.gif) bottom no-repeat;
}
#nav_wrapper {
	width: 880px;
	margin: 0 auto 0 auto;
	height: 35px;
	position: relative;
}
#nav {
	position: absolute;
	bottom: 0;
}
#nav ul {
	margin:0;
	padding:0 0 0 0;
	list-style:none;
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav ul li a {
	float: left;
	background-position: left;
	background-repeat: no-repeat;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 15px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 24;
}
#nav ul li a span {
	float: left;
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	line-height: 30px;
	/**	padding: 12px 20px 13px 5px; **/
	padding: 0 15px 0 0;
}
#nav ul li a:hover span, #nav ul li a.current span {
	background-image: url(images/tab_right_o.gif);
}
#nav ul li a:hover, #nav ul li a.current {
	background-image: url(images/tab_left_o.gif);
	text-decoration: none;
	color: #333333;
	z-index: 25;
}

#page_spacer {
	width: 880px;
	margin: 5px auto 0 auto;
}

#main_left {
	float: left;
	width: 265px;
	height: 225px;
	background: url(images/main_left.jpg);
	position: relative;
}

#main_right {
	float: right;
	width: 615px;
	height: 225px;
	/** background: url(images/main_right.jpg); **/
	background: url(images/main_right_xmas.jpg);
	position: relative;
}

#main_left_top {
	position: absolute;
	top: 5px;
	left: 75px;
	width: 185px;
	height: 65px;
}

#main_left_middle {	
	position: absolute;
	top: 80px;
	left: 75px;
	width: 185px;
	height: 65px;
}

#main_left_bottom {
	position: absolute;
	top: 155px;
	left: 75px;
	width: 185px;
	height: 65px;
}

div.main_left_box h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
}

div.main_left_box p {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#main_right ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 53px;
	left: 210px;
}

#main_right li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/bullet_large_orange.gif) left no-repeat;
	padding: 5px 0 5px 15px;
}

#main_right a {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	height: 25px;
}

#page_right {
	float: right;
	width: 610px;
	margin: 5px 0 5px 0;
	text-align: justify;
}

#page_left {
	float: left;
	width: 263px;
	margin: 0 1px 5px 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}

div.sidebar h2.title {
	background-image: url(images/sidebar_header_bg.gif);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CFCFCF;
}

div.sidebar h2.top {
	border-top: none;
}

div.sidebar div.content {
	padding: 3px;
	margin: 0 0 5px 0;
}

div.news h3 {
	background: url(images/bullet_news.gif) left no-repeat;
	padding: 0 0 0 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0054e9;
	margin: 0 0 3px 0;
}

p.quote_text { font-style: italic; font-size: 11px; text-align: justify }

p.quote_author { font-weight: bold; font-size: 11px; }

table.standard_features {
width: 100%;
margin: 0 0 10px 0;
}

table.standard_features td {
background-image: url(images/bullet_large_orange.gif);
background-position: left;
background-repeat: no-repeat;
padding: 2px 0 2px 15px;
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
font-weight: bold;
color: #666666;
}

#front_plan_left {
	float: left;
}

#front_plan_right { 
	float: right;
}

div.front_plan {
	width: 300px;
	height: 180px;
	position: relative;
	background: url(images/front_plan_box.gif);
}

div.front_plan h2 {
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 40px;
	color: #FFF;
}

div.front_plan div.price {
	position: absolute;
	right: 10px;
	top: 8px;
	height: 30px;
	color: #FFF;
	font-size: 16px;
}

.dollars {
	letter-spacing: -1px;
	padding: 0px;
	vertical-align: top;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
}
.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;
}


div.front_plan ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

div.front_plan ul li {
	background: url(images/bullet_news.gif) left no-repeat;
	padding: 2px 0 2px 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

div.front_plan a.front_plan_learn_more {
	position: absolute;
	left: 5px;
	bottom: 5px;
	display: block;
	height: 25px;
	width: 140px;
}

div.front_plan a.front_plan_order_now {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: block;
	height: 25px;
	width: 140px;
}

#footer {
	width: 880px;
	margin: 5px auto;
}

#footer div.left {
	float: left;
}

#footer div.right {
	float: right;
}

#footer p {
	margin: 0 0 2px 0;
	font-size: 10px;
}

#footer a {
	color: #333333;
}

#footer div.right p {
	text-align: right;
}
	
	
#domain_non_private {
background-color: #FFF2F2;
border: 1px dashed #FF8083;
padding: 10px;
width: 275px;
float: left;
}

#domain_private {
background-color: #F0FFF5;
border: 1px dashed #00CC00;
padding: 10px;
width: 275px;
float: right;
}

#d_s {
	width: 610px;
	height: 105px;
	background: url(images/d_s_bg.gif);
	position: relative;
	margin: 0 0 10px 0;
}

#d_s h1 {
	padding: 5px 0 0 5px;
}

#d_s form {
	margin: 0 5px 5px 5px;
}

#d_s form input.text {
	width: 580px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	border: 1px solid #CFCFCF;
}
#d_s form table {
	padding: 5px 0 0 0;
}
#d_s form table td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 25px 2px 0;
}

#d_s input.check {
	margin: 0;
	padding: 0;
	margin:0; /* for FF */
	width: 13px; /* for IE */
	height: 13px; /* For IE */ 
	vertical-align: middle;
}

#d_s input.button {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 30px;
}


table.shared_table {
width: 100%;
border: 2px solid #CFCFCF;
}

table.shared_table thead {
color: #000000;
background-position: top;
background-color: #F1F1F1;
}
table.shared_table thead th {
	padding: 3px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

table.shared_table thead th.side {
text-align: left;
color: #000000;
}

table.shared_table tbody tr.odd {
background-position: top;
background-repeat: repeat-x;
background-color: #F2F2F2;
}

table.shared_table tbody tr.even {
background-position: top;
background-repeat: repeat-x;
background-color: #FAFAFA;
}

table.shared_table tbody th {
text-align: left;
padding: 3px;
}

table.shared_table tbody td {
padding: 3px;
text-align: center;
border-bottom: 1px solid #CCCCCC;
}

table.shared_table tbody th {
border-bottom: 1px solid #CCCCCC;
}

table.shared_table tfoot tr td {
text-align: center;
margin: 0 auto;
background-color: #FAFAFA;
}

table.shared_table tfoot tr td a {
	text-align: center;
	margin: 0 auto;
}

table.shared_table tfoot tr th {
background-color: #FAFAFA;
}

table.table_standard_features {
width: 100%;
}

table.table_standard_features td {
width: 33%;
font-size: 12px;
color: #333333;
padding: 0 0 10px 0;
}


a.order_now {
	display: block;
	width: 90px;
	height: 20px;
	background: url(images/order_now.gif);
}

a.order_now:hover {
	background: url(images/order_now_o.gif);
}

dl.basic_list {
	margin: 0;
	padding: 0;
}

dl.basic_list dt {
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #CFCFCF;
}

dl.no_under dt {
	border-bottom: none;
}

dl.basic_list dd {
	margin: 0;
	padding: 0;
}

a.ded_intel {
	display: block;
	widows: 610px;
	height: 40px;
	background: url(images/ded_intel.gif);
}

a.ded_intel:hover {
	background: url(images/ded_intel_o.gif);
}

a.ded_amd {
	display: block;
	widows: 610px;
	height: 40px;
	background: url(images/ded_amd.gif);
}

a.ded_amd:hover {
	background: url(images/ded_amd_o.gif);
}

table.ded_table {
	width: 100%;
	margin: 0 0 10px 0;
}
table.ded_table th {
	border-bottom: 1px solid #CFCFCF;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	width: 33%;
	text-align: left;
}

table.ded_table td {
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
}

table.ded_table td ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

table.ded_table td ul li span.title {
	font-weight: bold;
	width: 100px;
	float: left;
}


table.ded_table td a {
	text-align: center;
	margin: 0 auto;
}

table.ded_addon_table {
width: 100%;
}

table.ded_addon_table thead th {
background-color: #F1F1F1;
padding: 3px;
}

table.ded_addon_table tbody td {
text-align: center;
padding: 3px;
}

table.ded_addon_table tbody tr.even td { background-color: #FAFAFA; }
table.ded_addon_table tbody tr.odd td { background-color: #F2F2F2; }

#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;
}

#contact_form {
margin: 0;
padding: 0;
}

#contact_form label {
font-size: 15px;
font-weight: bold;
font-family: Tahoma, Verdana, Arial;
float: left;
width: 180px;
}

#contact_form input.text {
width: 427px;
height: 25px;
background-color: #FAFAFA;
border: 1px solid #CFCFCF;
line-height: 25px;
font-size: 18px;
font-weight: normal;
margin: 0 0 5px 0;
}

#contact_form textarea.textarea {
width: 100%;
height: 100px;
background-color: #FAFAFA;
border: 1px solid #CFCFCF;
}

ul.basic_list {
	margin: 0 0 10px 5px;
	padding: 0;
	list-style: none;
}

ul.basic_list li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #555555;
	background: url(images/bullet_news.gif) left top no-repeat;
	padding: 0 0 2px 18px;
}

ul.basic_list li ul {
	margin: 0 0 5px 5px;
	padding: 0;
	list-style: none;
}

table.vps_os {
	width: 100%;
	margin: 0 0 10px 0;
}

table.sitemap {
	width: 100%;
}

table.sitemap td {
	vertical-align: top;
	width: 33%;
	padding: 3px;
}

table.sitemap td h2 {
	border-bottom: 2px solid #CFCFCF;
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
}
