@charset "utf-8";/* CSS Document */
body {
	margin: 0;
	padding: 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: #f2f2f2;
}
.highlight {
	color: #00a1c3;
}
a img {
	border: none;
}
hr {
	border: none;
	height: 1px;
	background-color: #CFCFCF;
	color: #CFCFCF;
}
.center {
	text-align: center;
}
a {
	color: #00a1c3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 5px 0;
	padding: 0;
}
#header {
	width: 840px;
	height: 90px;
	margin: 0 auto;
	background-image: url(../images/logo.jpg);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
}
#top_nav {
	position: absolute;
	right: 0;
	top: 0;
	width: 205px;
	height: 30px;
	background-image: url(../images/top_nav_bg.gif);
}
#top_nav p {
	text-align: center;
	color: #00d2ff;
	padding: 2px 0 0 0;
}
#top_nav p a {
	color: #00d2ff;
}
#live_chat {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 30px;
	width:170px;
}/** Start Navigation **/
#tabs {
	width: 840px;
	margin: 0 auto;
	height: 40px;
	position: relative;
}
#tabs img {
	float: left;
	margin: -3px 5px 3px 0;
	padding: 0;
	border: 0;
}
#tabs ul {
	margin:0;
	padding: 0;
	list-style:none;
	position: absolute;
	bottom: 0px;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url("../images/tab_left.gif") no-repeat left top;
	margin:0 3px 2px 0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url("../images/tab_right.gif") no-repeat right top;
	padding:9px 10px 10px 5px;
	color:#FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float:none;
}/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFFFFF;
}
#tabs a:hover {
	background:url("../images/tab_left_o.gif")no-repeat left top;
	cursor: pointer;
}
#tabs a:hover span {
	background:url("../images/tab_right_o.gif") no-repeat right top;
	cursor: pointer;
}/** End Navigation **/
#page_wrapper {
	width: 830px;
	background-color: #FFFFFF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	padding: 5px;
	margin: 0 auto;
}
#main {
	width: 828px;
	height: 223px;
	border: 1px solid #b8b8b8;
	overflow: hidden;
	background-image: url(../images/main_bg.jpg);
}
.haccordion .header, .haccordion .content {
	float: left;
	height: 223px;
}
.haccordion .header {
	width: 104px;
	cursor: pointer;
}
.haccordion .header a#tab1 {
	display: block;
	width: 104px;
	height: 223px;
	background-image: url(../images/main_tab_1.jpg);
}
.haccordion .header a#tab1:hover {
	display: block;
	width: 104px;
	height: 223px;
	background-image: url(../images/main_tab_1_o.jpg);
}
.haccordion .header a#tab2 {
	display: block;
	width: 104px;
	height: 223px;
	background-image: url(../images/main_tab_2.jpg);
}
.haccordion .header a#tab2:hover {
	display: block;
	width: 104px;
	height: 223px;
	background-image: url(../images/main_tab_2_o.jpg);
}
.haccordion .header a#tab3 {
	display: block;
	width: 104px;
	height: 223px;
	background-image: url(../images/main_tab_3.jpg);
}
.haccordion .header a#tab3:hover {
	display: block;
	width: 104px;
	height: 223px;
	background-image: url(../images/main_tab_3_o.jpg);
}
.haccordion div.content {
	display: none;
	width: 0px;
	overflow: auto;
}
.haccordion #tab_content_1 {
	background-image: url(../images/main_1_bg.jpg);
}
.haccordion #tab_content_2 {
	background-image: url(../images/main_2.jpg);
}
.haccordion #tab_content_3 {
	background-image: url(../images/main_3.jpg);
}
.haccordion .content p {
	margin: 35px 0 0 10px;
	padding: 0;
	color: #d7d9da;
}
.haccordion .content.visible {
	display: block;
	width: 516px;
}
.haccordion .content ul {
	margin: 5px 0 0 15px;
	padding: 0;
	list-style: none;
}
.haccordion .content ul li {
	background-image: url(../images/main_bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
}
#inner_page {
	width: 830px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
}
#inner_page_left {
	float: left;
	width: 250px;
}
#inner_page_right {
	float: right;
	width: 570px;
}
div.sidebar {
	margin: 0 0 10px 0;
}
div.sidebar h1 {
	width: 235px;
	height: 35px;
	background-image: url(../images/sidebar_header.gif);
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 15px;
	line-height: 35px;
	margin: 0;
}
div.sidebar h1 span.highlight {
	color: #00d2ff;
}
div.left {
	float: left;
	width: 48%;
}
div.right {
	float: right;
	width: 48%;
}
ul.check {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.check li {
	background-image: url(../images/check.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 25px;
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
p.news_heading {
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
ul.why {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.why li {
	background-image: url(../images/why_bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 24px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
p.quote_text {
	font-style: italic;
	margin: 0;
}
p.quote_by {
	text-align: right;
	margin: 0;
}
p.quote_by span.quote_author {
	font-weight: bold;
}
img.img_left {
	float: left;
	margin: 0 3px 3px 0;
}
img.img_right {
	float: right;
	margin: 0 0 3px 3px;
}
#footer {
	width: 840px;
	margin: 5px auto 10px auto;
}
#footer_left {
	float: left;
}
#footer_left p {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
#footer_right {
	float: right;
}
#footer_right p {
	margin: 0;
	padding: 0;
	text-align: right;
}
#footer_right p a {
	color: #999999;
}
#vendors {
	width: 840px;
	height: 35px;
	margin: 10px auto 20px auto;
	background-image: url(../images/vendors.gif);
}/** Hosting Tables Start **/
table.shared_table {
	width: 100%;
}
table.shared_table thead {
	background-image: url(../images/tbl_header.gif);
	color: #FFFFFF;
	background-position: top;
	border: 1px solid #333333;
	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: 25px;
	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: 25px;
	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: 25px;
	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: 25px;
	background-image: url(../images/x_2_large.gif);
	background-position: center;
	background-repeat: no-repeat;
}/** Hosting Tables End **/
.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;
}
ul.float_left {
	float: left;
	margin-right: 20px;
}
div.vps_box {
	border: 1px solid #CFCFCF;
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
}
div.vps_box p {
	margin: 0;
}
div.vps_specs {
	float: right;
	border: 1px solid #CFCFCF;
	background-color: #FAFAFA;
	margin: 0 0 5px 5px;
	width: 200px;
}
div.vps_specs p {
	border-bottom: 1px solid #CFCFCF;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}
div.vps_specs dl {
	margin: 0;
	padding: 0;
}
div.vps_specs dt {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 18px;
	white-space: nowrap;
}
div.vps_specs dd {
	line-height: 18px;
	padding-right: 10px;
	white-space: nowrap;
}
div.price {
	float: right;
}
ul.reasons {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	border-top: 1px solid #CFCFCF;
}
ul.reasons li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CFCFCF;
}
ul.reasons li:hover {
	background-color: #FAFAFA;
}
ul.reasons li p {
	font-size: 12px;
	font-weight: normal;
}
#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-size: 12px;
	font-weight: normal;
	color: #000000;
}
dl.faq dd {
	margin:	0 0 10px 0;
	padding: 0;
}
div.popular_links {
	float: right;
}
div.popular_links ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: square;
	list-style-position: inside;
}
ul.sitemap {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: square;
	list-style-position: inside;
}
ul.sitemap li a {
	color: #333333;
}
