@charset "utf-8";
/* css file for main site */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000033;
	background: url(images/page_bg.png) top repeat-x #107996;
	behavior: url("csshover3.htc");
}
.red {
	color: #FF0000;
}
.redbig {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}
p.nopad {
	margin: 0;
	padding: 0;
}
p.large{
	font-size: 14px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 3px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0 15px;
	text-shadow: 1px 1px 0px #aaaaaa;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 10px 0 5px;
	font-weight: normal;
	text-shadow: 1px 1px 0px #aaaaaa;
}
h1.highlight{
	color: #690;
	font-style: normal;
	text-shadow:none;
}
h2.highlight, h3.highlight {
	color: #690;
	font-style: normal;
	text-shadow: 1px 1px 0px #545050;
}
h1.underline, h2.underline, h3.underline {
	border-bottom: 1px solid #CFCFCF;
}
.highlight {
	color: #b22222;
	text-shadow: 1px 0px 0px #cccccc;
	font-style: italic;
}
#front_plans .highlight
{
	font-weight: normal;
}
a {
	color: #0b8ac7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.center {
	text-align: center;
}
a img {
	border: none;
}
#body_wrapper {
	width: 900px;
	margin: 0 auto;
}
#top_bar {
	width: 900px;
	margin:0 auto;
	height: 30px;
	position: relative;
	z-index: 4000;
}
#header {
	height: 85px;
	width: 900px;
	margin: 0;
	position: relative;
	background: transparent url(images/logo_slogan_bg.png) no-repeat top left;
}
#header #logo {
	display: block;
	outline: none;
	width: 250px;		/*to match logo image width*/
	height: 85px;
	background: transparent;
}
#livechat {
	position: absolute;
	bottom: -3px;
	right: 10px;
}
#livechatnew{
	background: url(images/live-chat-inc.png) top no-repeat;
	width: 378px;
	height: 83px;
	position: absolute;
	bottom: -1px;
	right: 10px;
}
.livechat_button a{
	position: absolute;
	top: 16px;
	right: 31px;
	width: 142px;
	height: 35px;
	color: #cccccc;
	font-size: 0;
}
#lpchat{
	position: absolute;
	top: 54px;
	right: 0;
	width: 205px;
	height: 29px;
}

#content {
	background: url(images/sidebar_bg.jpg) left repeat-y #FFFFFF;
	position: relative;
}
#footer {
	background: #1a1a1a;
	padding: 0 0 20px 0;
	position: relative;
}
#footer_more {
	background: #1a1a1a;
	padding: 0 0 20px 0;
	position: relative;
}
#footer.noside{
	background: url(images/footer_no_side.jpg) top no-repeat #1a1a1a;
}
/* nav menu begins */
/* adjust #nav li.last width to balance menu width to columns below */
#nav {
	position: relative;
	/*width: 900px;*/
	height: 40px;
	/*background: url(images/nav_bg.png);*/
	border-left: none;
	border-right:none;
	z-index: 1000;
	/*mm edits*/
	width: 1000px;
	margin: 0 auto;
	overflow: visible;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 40px;
}
#nav ul li a {
	display: block;
	color: #000033;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	padding: 0 1rem;
}
#nav ul li a:hover, #nav ul li.sfhover a {
	background: #F4B918;
}
#nav li { /* all list items */
	float: left;
	/* mm edits */
	background: url(images/nav_bg.png) repeat-x 0 0;
}
#nav li.final {
	width: 25px;
	height: 40px;
	background: transparent url(images/menu_right.png) no-repeat left top;
}
#nav li.menufirst {
	width: 8px;
	height: 40px;
	background: url(images/menu_left.png);
}
#nav li.last{
	width:120px;
}
#nav li.last a {
	color: #ffffff;
	text-shadow: 1px 1px 0 #000000;
}
#nav li.last ul li a {
	color: #FFFFFF;
	text-shadow: none;
}
#nav li.last a {
	/*padding: 0 24px;*/
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #81A63C;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 20px;
	border-right: 1px solid #010821;
	border-left: 1px solid #010821;
	border-top: 1px solid #010821;
}
#nav ul li ul li {
	border: none;
	float: left;
	width: 160px;
	border-bottom: 1px solid #010821;
}
#nav ul li ul li a {
	display: block;
	color: #000066;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	padding: 0 0 0 5px;
	background: #F4B918;
}
#nav ul li ul li a:hover {
	background: #F4B918;
}
#nav ul li.sfhover ul li a {
	background: none;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li.last:hover ul { /* lists nested under hovered list items */
	/*right: 0;*/
}
#under_head {
	height: 23px;
	width: 900px;
	background: url(images/frame_head.png) no-repeat;
	position: relative;
}
/* end nav code */
#content {
	width: 900px;
}
#sidebar {
	float: left;
	width: 230px;
	padding: 10px 0 0 10px;
	background: url(images/sidebar_bg.jpg) left repeat-y #FFFFFF;
}
html>body #sidebar {
	padding: 0 10px;
	width: 230px;
}
#main_content {
	float: right;
	width: 640px;
	position: relative;
	margin-bottom: 20px;
	background:  #FFFFFF;
}
html>body #main_content {
	width: 650px;
}
#main_content h1.first {
	margin: 0 0 15px 0;
}
#landing_top {
	width: 650px;
	height: 60px;
	background: url(images/main1.jpg);
	position: relative;
}
#main {
	width: 650px;
	height: 200px;
	background: url('images/your_advantage.png') no-repeat scroll 0 0 transparent;
	position: relative;
}
#hdrtxt {
	position: absolute;
	bottom: 78px;
	right: 186px;
	width: 186px;
	text-align: center;
	height: 45px;
}
.btnbuy{
	width: 175px;
	height: 45px;
	position: absolute;
	bottom: 10px;
	left: 290px;
}
.btnbuylink{
	width: 160px;
	height: 41px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#main h1 {
	color: #8E002A;
	font-size: 22px;
	position: absolute;
	top: 40px;
	right: 260px;
	text-align: center;
	text-shadow: 1px 1px 2px #000000;
}
#main h1 span.highlight {
	color: #FF0;
	font-size: 12px;
}
#maintest {
	width: 650px;
	height: 130px;
	background: url(images/main1.jpg);
	position: relative;
}
#maintest h1 {
	color: #000033;
	font-size: 22px;
	position: absolute;
	top: 40px;
	right: 240px;
	text-align: center;
}
#maintest h1 span.highlight {
	color: #FF0;
	font-size: 12px;
}
#main2 {
	width: 650px;
	height: 130px;
	background: url(images/main2.jpg);
	position: relative;
}
#main2 h1 {
	color: #FFFFFF;
	font-size: 24px;
	position: absolute;
	top: 25px;
	right: 20px;
	text-align: center;
}
#main2 h1 span.highlight {
	color: #FF0;
	font-size: 18px;
}
#maincontact {
	width: 650px;
	height: 130px;
	background: url(images/main_contact.jpg);
	position: relative;
}
#maincontact h1 {
	color: #FFFFFF;
	font-size: 24px;
	position: absolute;
	top: 25px;
	right: 20px;
	text-align: center;
}
#maincontact h1 span.highlight {
	color: #FF0;
	font-size: 18px;
}
#mainssl {
	width: 650px;
	height: 130px;
	background: url(images/main_ssl.jpg);
	position: relative;
}
#mainssl h1 {
	color: #003;
	font-size: 22px;
	position: absolute;
	top: 24px;
	right: 197px;
	text-align: center;
}
#mainssl h1 span.highlight {
	color: #FF0;
	font-size: 12px;
}
#mainprivacy {
	width: 650px;
	height: 130px;
	background: url(images/main_policy.jpg);
	position: relative;
}
#mainprivacy h1 {
	color: #FFFFFF;
	font-size: 24px;
	position: absolute;
	top: 40px;
	right: 270px;
	text-align: center;
}
#mainsla {
	width: 650px;
	height: 130px;
	background: url(images/main_policy.jpg);
	position: relative;
}
#mainsla h1 {
	color: #FFFFFF;
	font-size: 24px;
	position: absolute;
	top: 40px;
	right: 250px;
	text-align: center;
}
#maintos {
	width: 650px;
	height: 130px;
	background: url(images/main_policy.jpg);
	position: relative;
}
#maintos h1 {
	color: #FFFFFF;
	font-size: 24px;
	position: absolute;
	top: 40px;
	right: 270px;
	text-align: center;
}
#mainaup {
	width: 650px;
	height: 130px;
	background: url(images/main_policy.jpg);
	position: relative;
}
#mainaup h1 {
	color: #FFFFFF;
	font-size: 24px;
	position: absolute;
	top: 40px;
	right: 260px;
	text-align: center;
}
#maincpanel {
	width: 650px;
	height: 130px;
	background: url(images/main_cpanel.jpg);
	position: relative;
}
#maincpanel h1 {
	color: #FFFFFF;
	font-size: 24px;
	position: absolute;
	top: 40px;
	right: 260px;
	text-align: center;
}
#maindc {
	width: 650px;
	height: 130px;
	background: url(images/main_dc.jpg);
	position: relative;
}
#content_spacer {
	padding: 25px 20px 0 20px;
}
#front_plans {
	width: 610px;
	height: 290px;
	position: relative;
	margin: 0 auto 10px auto;
}
div.front_plan {
	width: 295px;
	height: 135px;
	position: absolute;
}
#front_plan_1 {
	top: 0;
	left: 0;
	background: url(images/plan_1_bg.gif);
}
#front_plan_2 {
	top: 0;
	right: 0;
	background: url(images/plan_2_bg.gif);
}
#front_plan_3 {
	bottom: 0;
	left: 0;
	background: url(images/plan_3_bg.gif);
}
#front_plan_4 {
	bottom: 0;
	right: 0;
	background: url(images/plan_4_bg.gif);
}
div.front_plan ul {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 33px;
	left: 40px;
	line-height: 25px;
	width: 149px;
}
div.front_plan ul li.large {
	line-height: 27px;
	font-size: 16px;
	font-weight: normal;
}
div.front_plan ul li .highlight {
	color: #FF0000;
}
div.front_plan ul li {
	line-height: 21px;
	font-size: 13px;
}
div.front_plan a.info {
	position: absolute;
	bottom: 0;
	right: 50px;
	display: block;
	width: 30px;
	height: 30px;
	outline: none;
}
div.front_plan a.buy {
	position: absolute;
	bottom: 0;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	outline: none;
}
div.front_plan div.price {
	position: absolute;
	top: 5px;
	right: 10px;
	height: 95px;
	vertical-align: middle;
}
div.front_plan div.price p {
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	vertical-align: middle;
	height: 95px;
	display: table-cell;
	text-align: center;
	width: 90px;
}
div.front_plan div.price span.price, #hdrtxt span.price {
	font-size: 45px;
	font-weight: normal;
	color: #FF0000;
	vertical-align: middle;
}
div.front_plan div.price span.price span.symbol {
	font-size: 50%;
	vertical-align: middle;
}
div.front_plan div.price span.price span.change {
	font-size: 40%;
	vertical-align: super;
}
.plan_name{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin: 4px 0 0 25px;
	padding: 0;
	text-shadow: 1px 1px #000000;
}
#landing_plans {
	width: 610px;
	height: 305px;
	position: relative;
	margin: 0 auto 10px auto;
}
div.landing_plan {
	width: 295px;
	height: 135px;
	position: absolute;
}
div.landing_main {
	width: 295px;
	height: 305px;
	position: absolute;
}
#landing_main {
	top: 0;
	background: url(images/landing_main.gif);
	left: 0px;
}
#landing_plan_1 {
	top: 0;
	background: url(images/plan_1_bg.gif);
	right: 0px;
}
#landing_plan_2 {
	right: 0;
	bottom: 0;
	background: url(images/plan_2_bg.gif);
}
#landing_plan_3 {
	bottom: 0;
	left: 0;
	background: url(images/plan_3_bg.gif);
}
#landing_plan_4 {
	bottom: 0;
	right: 0;
	background: url(images/plan_4_bg.gif);
}
div.landing_plan ul {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 33px;
	left: 40px;
	line-height: 25px;
	width: 149px;
}
div.landing_plan ul li.large {
	line-height: 27px;
	font-size: 16px;
	font-weight: normal;
}
div.landing_plan ul li .highlight {
	color: #FF0000;
}
div.landing_plan ul li {
	line-height: 21px;
	font-size: 13px;
}
div.landing_plan a.info {
	position: absolute;
	bottom: 0;
	right: 50px;
	display: block;
	width: 30px;
	height: 30px;
	outline: none;
}
div.landing_plan a.buy {
	position: absolute;
	bottom: 0;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	outline: none;
}
div.landing_plan div.price {
	position: absolute;
	top: 5px;
	right: 10px;
	height: 95px;
	vertical-align: middle;
}
div.landing_plan div.price p {
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	vertical-align: middle;
	height: 95px;
	display: table-cell;
	text-align: center;
	width: 90px;
}
div.landing_plan div.price span.price {
	font-size: 45px;
	font-weight: normal;
	color: #FF0000;
	vertical-align: middle;
}
div.landing_plan div.price span.price span.symbol {
	font-size: 50%;
	vertical-align: middle;
}
div.landing_plan div.price span.price span.change {
	font-size: 40%;
	vertical-align: super;
}
#menu_landing {
	width: 610px;
	height: 290px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;

}
div.menu_items {
	width: 610px;
	height: 132px;
}

div.menu_seperate {
	width: 610px;
	height: 10px;
}
#menu_landing_1 {
	background: url(images/menu_items_left.gif);
}
#menu_landing_2 {
	background: url(images/menu_items_right.gif);
}
div.menu_landing ul {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 33px;
	left: 40px;
	line-height: 25px;
	width: 149px;
}
div.menu_landing ul li.large {
	line-height: 27px;
	font-size: 16px;
	font-weight: normal;
}
div.menu_landing ul li .highlight {
	color: #FF0000;
}
div.menu_landing ul li {
	line-height: 21px;
	font-size: 13px;
}
div.menu_landing a.info {
	position: absolute;
	bottom: 0;
	right: 50px;
	display: block;
	width: 30px;
	height: 30px;
	outline: none;
}
div.menu_landing a.buy {
	position: absolute;
	bottom: 0;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	outline: none;
}
div.menu_landing div.price {
	position: absolute;
	top: 5px;
	right: 10px;
	height: 95px;
	vertical-align: middle;
}
div.menu_landing div.price p {
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	vertical-align: middle;
	height: 95px;
	display: table-cell;
	text-align: center;
	width: 90px;
}
div.menu_landing div.price span.price {
	font-size: 45px;
	font-weight: normal;
	color: #FF0000;
	vertical-align: middle;
}
div.menu_landing div.price span.price span.symbol {
	font-size: 50%;
	vertical-align: middle;
}
div.menu_landing div.price span.price span.change {
	font-size: 40%;
	vertical-align: super;
}
div.left {
	float: left;
	width: 49%;
}
div.right {
	float: right;
	width: 49%;
}
h2.fancy {
	background: url(images/half_header_bg.jpg) no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
	line-height: 25px;
	color: #FFFFFF;
}
img.img_right {
	float: right;
	margin: 0 0 5px 5px;
}
img.img_left {
	float: left;
	margin: 0 5px 5px 0;
}
#vendors {
	width: 640px;
	height: 62px;
	background: url(images/bg_vendors.jpg) bottom no-repeat;
	/*position: absolute;
	right: 0;
	bottom: 332px;*/
	margin: 0 0 0 260px;
}
#domain_search {
	padding: 0 0 10px 0;
	z-index: 0;
}
#domain_search form {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	z-index: 0;
}
#domain_search form div {
	vertical-align: middle;
	line-height: 20px;
	z-index: 0;
}
#domain_search form input {
	font-size:11px;
	padding:0;
	vertical-align:middle;
}
#domain_search form input, #domain_search form select {
	float: left;
	z-index: 0;
}
#domain_search form select {
	height: 18px;
	border: 1px solid #CFCFCF;
	margin: 0 5px 0 0;
	padding: 0;
	z-index: 0;
	position: relative;
}
input.text {
	border: 1px solid #CFCFCF;
	margin: 0 0 0 0;
	padding: 0;
	height: 18px;
	background: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
	font-size: 10px;
	color: #555555;
	font-weight: bold;
}
#domain_search form input.text {
	width: 125px;
	margin: 0 5px 0 0;
}
div.sidebar_divider {
	width: 230px;
	height: 2px;
	background: url(images/sidebar_divider.jpg);
	margin: 0 auto;
}
div.sidebar_divider_full {
	width: 250px;
	height: 2px;
	background: url(images/sidebar_divider.jpg) center repeat-x;
	margin: 0 0 0 -10px;
	padding: 0;
	line-height: 2px;
}
.so_point {
	width: 230px;
	margin: 0 0 0 -10px;
	padding: 10px;
}
.so_point p {
	margin: 0;
}
#sb_points{
	background: url(images/sbar-points.png) no-repeat top center;
	height: 347px;
	width: 234px;
	position: relative;
	margin: 0 -2px;
}
#sb_points a:link,#sb_points a:visited{
	color: #000033;
}
#sb_points a:hover,#sb_points a:active{
	color: #0b8ac7;
}
#so_affordable {
	background: url(images/so_affordable_bg.jpg);
}
#so_reliable {
	background: url(images/so_reliable_bg.jpg);
}
#so_simple {
	background: url(images/so_simple_bg.jpg);
}
#so_trusted {
	background: url(images/so_trusted_bg.jpg);
}
div.sidebar_container {
	padding: 10px 0 10px 0;
}
div.sidebar_quote_left {
	width: 230px;
	height: 80px;
	background: url(images/quote_1_bg.jpg) top right no-repeat;
	position: relative;
}
div.sidebar_quote_left img.face {
	border: 1px solid #000000;
	position: absolute;
	top: 0;
	left: 0;
}
div.sidebar_quote_left p.quote_text {
	font-size: 10px;
	font-style: italic;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 150px;
	height: 40px;
	margin: 0;
	line-height: 120%;
}
div.sidebar_quote_left p.quote_author {
	font-weight: bold;
	position: absolute;
	top: 60px;
	left: 5px;
	color: #000000;
}
div.sidebar_quote_right {
	width: 230px;
	height: 80px;
	background: url(images/quote_2_bg.jpg) top left no-repeat;
	position: relative;
}
div.sidebar_quote_right img.face {
	border: 1px solid #000000;
	position: absolute;
	top: 0;
	right: 0;
}
div.sidebar_quote_right p.quote_text {
	font-size: 10px;
	font-style: italic;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 150px;
	height: 40px;
	margin: 0;
	line-height: 120%;
}
div.sidebar_quote_right p.quote_author {
	font-weight: bold;
	position: absolute;
	top: 57px;
	right: 5px;
	color: #000000;
	text-align: right;
}
#footer_logo {
	background: transparent url('images/logo_bg.png') top right no-repeat;
	position: absolute;
	right: 0;
	top: 10px;
	width: 245px;
	height: 66px;
	display: block;
	outline: none;
}
#footer p.copyright {
	position: absolute;
	right: 0;
	bottom: 10px;
	text-align: center;
	width: 245px;
	color: #999999;
}
#copyright {
	position: absolute;
	right: 0;
	bottom: 10px;
	text-align: center;
	width: 245px;
	color: #999999;
}
#copyright a:link,#copyright a:visited{
	color: #ffff00;
}
#footer_links {
	position: absolute;
	top: 30px;
	left: 15px;
	padding: 0 0 20px 0;
}
div.footer_links {
	margin: 35px 5px 0 15px;
	float: left;
}
div.footer_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.footer_links ul li {
	padding: 0 0 0 8px;
	background: url(images/footer_bullet.jpg) left no-repeat;
}
div.footer_links h2 {
	color: #999999;
}
div.footer_links ul li a {
	color: #999999;
}
div.footer_links ul li a:hover {
	color: #0b8ac7;
}
#footer_more_links {
	position: absolute;
	top: 30px;
	left: 15px;
	padding: 0 0 20px 0;
}
div.footer_more_links {
	margin: 35px 5px 0 15px;
	float: left;
}
div.footer_more_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.footer_more_links ul li {
	padding: 0 0 0 8px;
	background: url(images/footer_bullet.jpg) left no-repeat;
}
div.footer_more_links h2 {
	color: #999999;
}
div.footer_more_links ul li a {
	color: #999999;
}
div.footer_more_links ul li a:hover {
	color: #0b8ac7;
}
#geo_phone p {
	line-height: 30px;
	vertical-align: middle;
	font-weight: bold;
	color: #000033;
	z-index: 3000;
}
#geo_phone p img {
	margin: 0 5px 0 0;
	line-height: 30px;
	vertical-align: middle;
}
#geo_phone select {
	float: left;
	height: 20px;
	margin: 5px 5px 5px 0;
	padding: 0;
}
#top_login {
	position: absolute;
	top: 8px;
	right: 10px;
}
#top_login label {
	font-weight: bold;
	color: #000033;
	position: absolute;
	bottom: 14px;
	left: -93px;
}
#top_login form input {
	vertical-align: middle;
	margin: 5px 0 0 0;
}
#top_login form input.text {
	width: 80px;
}
ul.checks_large {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.checks_large li {
	height: 32px;
	line-height: 30px;
	margin: 3px 0 3px 0;
	padding: 0 0 0 40px;
	font-size: 18px;
	background:url(images/check_large.gif) left no-repeat;
}
ul.checks {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
ul.checks li {
	margin: 3px 0 3px 0;
	padding: 0 0 0 30px;
	font-size: 14px;
	background:url(images/check.gif) left no-repeat;
}
ul.ticks {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
ul.ticks li {
	margin: 3px 0 3px 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	background:url(images/tick-sml.png) left no-repeat;
}
.small {
	font-size: 10px;
	font-style: italic;
}
#d_s {
	width: 610px;
	height: 105px;
	background: #FAFAFA;
	border: 1px dashed #CFCFCF;
	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: 5px;
	bottom: 5px;
	width: 200px;
	height: 30px;
	border: 2px solid #CFCFCF;
	background: #F1F1F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #0b8ac7;
}
#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;
}
table.comparison {
	margin: 0 0 10px 0;
}
table.comparison thead, table.comparison thead td {
	background: #0b8ac7;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
}
table.comparison tbody th {
	background: #0b8ac7;
	text-align: right;
	padding: 3px;
	color: #FFFFFF;
}
table.comparison tbody tr.even td {
	background: #FAFAFA;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
table.comparison tbody tr.odd td {
	background: #f1f1f1;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
table.comparison tbody td {
	font-size: 10px;
	padding: 3px;
	text-align: center;
}
table.comparison tfoot a {
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}
table.comparison tfoot td {
	text-align: center;
}
div.check {
	display: block;
	height: 16px;
	width: 16px;
	background: url(images/icons/action_check.gif);
}
div.x {
	display: block;
	height: 16px;
	width: 16px;
	background: url(images/icons/action_delete.gif);
}
table.comparison div.check, table.comparison div.x {
	text-align: center;
	margin: 0 auto;
}
.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;
}
dl.reasons {
	margin: 0;
	padding: 0;
}
dl.reasons dt {
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dashed #CFCFCF;
}
dl.reasons dd {
	margin: 0 0 10px 0;
}
ul.basic_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
ul.basic_list li {
	font-size: 14px;
	padding: 2px 0 2px 0;
}
table.telephone {
	width: 80%;
	border-top: 1px solid #CFCFCF;
}
table.telephone td, table.telephone th {
	border-bottom: 1px solid #CFCFCF;
	padding: 3px;
}
table.telephone td {
	border-right: 1px solid #CFCFCF;
	text-align:right;
}
table.telephone th {
	border-left: 1px solid #CFCFCF;
	text-align: left;
}
ul li img {
	vertical-align: middle;
}
dl.faq {
	margin: 0;
	padding: 0;
}
dl.faq dt {
	color: #0b8ac7;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #CFCFCF;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
}
dl.faq dd {
	margin: 0 0 20px 0;
	padding: 0;
}
ol.basic_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-position: inside;
}
ol.basic_list li {
	margin: 0;
	padding: 2px 0 2px 0;
}
table.payout_table {
	width: 100%;
	border-top: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}
table.payout_table td, table.payout_table th {
	height: 28px;
	padding: 5px;
	border-bottom: 1px solid #CFCFCF;
}
table.payout_table th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
}
table.payout_table td.left {
	border-left: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	font-weight: bold;
	text-align: right;
	width: 20%;
	white-space: nowrap;
	padding-left: 10px;
}
table.payout_table td.right {
	border-left: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	padding-left: 5px;
	text-align: center;
}
table.payout_table th {
	border-left: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
table.fantastico {
	border-top: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}
table.fantastico td, table.fantastico th {
	border-bottom: 1px solid #CFCFCF;
	padding: 5px;
}
table.fantastico th {
	font-size: 18px;
}
div.quote_large {
	margin: 0 0 20px 0;
}
div.quote_large p {
	margin: 0;
}
div.quote_large p.quote_text {
}
div.quote_large_left {
	width: 610px;
	height: 120px;
	background: url(images/quote_large_bg_left.png) left top no-repeat;
	position: relative;
}
div.quote_large_left img.face {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #cccccc;
}
div.quote_large_left p.quote_text {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 425px;
	height: 55px;
	margin: 5px 0 0 25px;
	text-align: left;
	font-style: italic;
	font-size: 14px;
	vertical-align: middle;
}
div.quote_large_left p.quote_author {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 466px;
}
div.quote_large_right {
	width: 610px;
	height: 120px;
	background: url(images/quote_large_bg_right.png) right top no-repeat;
	position: relative;
	margin: 20px auto;
}
div.quote_large_right img.face {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #cccccc;
}
div.quote_large_right p.quote_text {
	position: absolute;
	top: 9px;
	left: 125px;
	width: 425px;
	height: 55px;
	margin: 0 0 0 20px;
	text-align: left;
	font-style: italic;
	font-size: 14px;
	vertical-align: middle;
}
div.quote_large_right p.quote_author {
	position: absolute;
	bottom: 0;
	left: 160px;
	width: 397px;
}
div.quote_large p.quote_author {
	font-weight: bold;
	margin: 0 20px 12px 0;
}
div.quote_large p.quote_author img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
/** Shared / Reseller Tables **/
table.shared_table {
	width: 600px;
	font-size: 12px;
	margin: 0 0 10px 0;
}
table.shared_table tr.heading th {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	color: #FFFFFF;
	width:100px;
	height: 35px;
	text-shadow: 1px 1px 1px #000000;
}
table.shared_table tr.heading th.colorone {
	background: url("images/tbl-top-blu.png") no-repeat scroll center center transparent;
}
table.shared_table tr.heading th.colortwo {
	background: url("images/tbl-top-or.png") no-repeat scroll center center transparent;
}
table.shared_table tr.heading th.colorthree {
	background: url("images/tbl-top-gn.png") no-repeat scroll center center transparent;
}
table.shared_table tr.heading th.colorfour {
	background: url("images/tbl-top-red.png") no-repeat scroll center center transparent;
}
table.shared_table tr.heading th.side {
	width: 200px;
	background: url("images/tbl-top-lt.png") no-repeat scroll center center transparent;
}
table.shared_table tbody th {
	text-align: center;
	font-weight: bold;
	width: 30%;
}
table.shared_table tbody td {
	text-align: center;
	width: 15%;
}
table.shared_table tbody td, table.shared_table tbody th {
	padding: 3px;
}
table.shared_table tbody tr.even td, table.shared_table tbody tr.even th {
	background: #FAFAFA;
}
table.shared_table tbody tr.odd td, table.shared_table tbody tr.odd th {
	background: #f1f1f1;
}
table.shared_table td, table.shared_table th {
	border-right: 1px solid #FFFFFF;
}
table.shared_table div.x {
	width: 16px;
	height: 16px;
	background: url(images/action_delete.gif);
	margin: 0 auto;
}
table.shared_table div.check {
	width: 16px;
	height: 16px;
	background: url(images/action_check.gif);
	margin: 0 auto;
}
/** Popups **/
.popheader {
	height: 28px;
	width: 200px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
	background-color: #000099;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-left-color: #000066;
}
.popbody {
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #000066;
	width: 190px;
	padding: 5px;
}
a.popup {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 3px 0 0;
}
a.popup:hover {
	text-decoration: none;
}
table.table_example_sitebuilder {
	width: 500px;
	margin: 0 auto;
}
table.table_example_sitebuilder td {
	text-align: center;
	vertical-align: middle;
}
table.sitebuilder_features {
	width: 100%;
}
table.sitebuilder_features tr.heading {
	background: #0b8ac7;
	color: #FFFFFF;
	text-align: left;
}
table.sitebuilder_features td {
	width: 80px;
	text-align: center;
}
table.sitebuilder_features td div {
	margin: 0 auto;
}
table.sitebuilder_features th {
	font-weight: normal;
	text-align: left;
}
table.sitebuilder_features td, table.sitebuilder_features th {
	vertical-align: top;
}
table.sitebuilder_features tr.even td, table.sitebuilder_features tr.even th {
	background: #FAFAFA;
}
table.sitebuilder_features tr.odd td, table.sitebuilder_features tr.odd th {
	background: #f1f1f1;
}
.country_selection {
	width: 160px;
	z-index: 2000;
	position: absolute;
	top: 30px;
	background: #333333;
	display: none;
}
.country_selection ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.country_selection ul li a {
	display: block;
	line-height: 20px;
	height: 20px;
	border-bottom: 1px solid #666666;
	padding-left: 5px;
	vertical-align: middle;
	color: #FFFFFF;
}
.country_selection ul li a:hover {
	background: #444444;
	font-weight: bold;
	text-decoration: none;
}
.selected_country {
	vertical-align: middle;
}
.selected_country a {
	color: #FFFFFF;
	text-decoration: none;
	width: 150px;
	display: block;
	float: left;
	height: 28px;
	z-index: 9000;
	padding: 7px 5px 0 5px;
	position: absolute;
	top: 0;
	left: 0;
	/* background: url(images/tab_bg.gif); */
	outline: none;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
html>body .selected_country a {
	padding: 0 5px;
	height: 30px;
}
.selected_country span.phone {
	margin: 0 0 0 170px;
}
.globalNavIframe{display:none;}
ul li iframe{display:block;visibility:visible;position:absolute;left:-2000px;top:-2000px;}
#side_design {
	width: 233px;
	height: 139px;
	background: url(images/your_website_233x139.gif);
	position: relative;
}
a {outline:none;}.reasonshead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF3300;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 5px;
}
.red_dotted_box {
	background-color: #FFFFCC;
	border: 2px dashed #FF3300;
	padding: 0 20px 10px 20px;
	width: 560px;
	margin: 10px auto;
	text-align: center;
}
#R10 td{
	font-size:14px;
	font-weight:bold;
	color:#1656A0;
	padding:1px;
	text-align: left;
}
#R10 td.tdImgRt{
	vertical-align: bottom;
	text-align: center;
}
#lookingfor
{
   border-top: 1px solid #eee;
   padding-top: 10px;
   text-align: center;
   margin-top: 10px;
   line-height: 1.5em;
   font-size: 16px;
}

#lookingfor .yes
{
	font-weight: bold;
	color: #F90;
	font-size: 18px;
}

#lookingfor h3
{
   text-align: center;
}
#aff {
	position: absolute;
	top: 2px;
	padding: 43px 0 0;
	left: 12px;
	width: 210px;
}
#rel {
	width: 210px;
	position: absolute;
	left: 12px;
	top: 90px;
	padding: 39px 0 0;
}
#sim {
	width: 210px;
	position: absolute;
	left: 12px;
	top: 175px;
	padding: 39px 0 0;
}
#trust {
	width: 210px;
	position: absolute;
	left: 12px;
	top: 257px;
	padding: 40px 0 0;
}
#sb_points p{
	color: #000033;
}
#go-outer{
	margin: 10px auto;
	padding: 10px;
	position: relative;
	height: 30px;
}
#go{
	position: absolute;
	top: 5px;
	left: 0;
}
#go_list{
	position: absolute;
	top: 5px;
	left: 250px;
}
ul.gocheck {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
ul.gocheck li {
	margin: 3px 0 3px 0;
	padding: 0 0 0 10px;
	font-size: 14px;
}
#sb_dom_sch{
	background: url('images/sbdombg.png') bottom center no-repeat transparent;
	height: 43px;
	margin: 0 -2px 10px;
	position: relative;
	width: 238px;
}
.mainprc{
	font-size: 42px;
	color: #ffff00;
	text-shadow: 2px 2px #000066;
	margin: 0 5px;
}
#gtee{
	position: absolute;
	top: 50px;
	left: 340px;
}
#gteelink{
	position: absolute;
	top:0;
	left:0;
	width:110px;
	height: 25px;
}
#domain_header {
	width: 650px;
	height: 270px;
	background: url('images/hostbig_domain_header.png');
	position: relative;
}
#domain_promo {
	width: 650px;
	height: 270px;
	background: url('images/hostbig_domain_promo.png');
	position: relative;
}
#domain_hdrtxt {
	position: absolute;
	bottom: 203px;
	right: 175px;
	width: 210px;
	text-align: center;
	height: 40px;
}
#domain_promo_search {
	position: absolute;
	bottom: 63px;
	right: 170px;
	width: 323px;
	text-align: center;
	height: 30px;
	vertical-align: middle;
}
.domain_btnbuy{
	width: 175px;
	height: 45px;
	position: absolute;
	bottom: 10px;
	left: 290px;
}
.domain_btnbuylink{
	width: 160px;
	height: 41px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.domain_mainprc{
	font-size: 40px;
	color: #ffff00;
	text-shadow: 2px 2px #000066;
	margin: 0 0px;
}
#domain_gtee{
	position: absolute;
	top: 50px;
	left: 340px;
}
#domain_gteelink{
	position: absolute;
	top:0;
	left:0;
	width:110px;
	height: 25px;
}
/* tab css */
	.dhtmlgoodies_tabPane{
		height:35px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		font-family: 'Trebuchet MS', 'Lucida Sans Unicode', Arial, sans-serif;
		padding:10px;

	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tabs/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:10;
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/tabs/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}
	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/tabs/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:14px;
		padding-left:3px;
		padding-right:3px;
		line-height:35px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:35px;
	}

	.dhtmlgoodies_tabPane img{
		float:left;
	}
#dhtmlgoodies_tabView1{
	position: relative;
}
	#tabViewdhtmlgoodies_tabView1_3 #landing_plans{
	margin: 0 0 10px -5px;
}
#dhtmlgoodies_tabView1 ul{
	padding-left: 20px;
}
#dhtmlgoodies_tabView1 ul.freebox{
	margin: 0;
	list-style: none;
	padding-left: 0;
}
#dhtmlgoodies_tabView1 li.freebox {
	margin: 0 0 3px;
	padding: 0;
	font-size: 14px;
	/*background:url('images/starByHand.png') left no-repeat;*/
}
#dhtmlgoodies_tabView1 #freebox{
	background-color: #ffffcc;
	border: 1px #ff0000 solid;
	position: absolute;
	top: 50px;
	right:15px;
	width: 180px;
	padding: 5px 10px 3px;
	margin: 0;
}
#dhtmlgoodies_tabView1 #satis{
	background: transparent;
	position: absolute;
	top: 222px;
	right:62px;
	width: 110px
}
#dhtmlgoodies_tabView1 p{
	font-size: 14px;
}
#dhtmlgoodies_tabView1 p.small{
	font-size: 11px;
}
/* tab css ends */
/* ft page boxes */
#boxes4{
	background: url('images/boxes.png') transparent no-repeat top left;
	height: 300px;
	width: 610px;
	position: relative;
	margin: 10px auto;
}
#boxtl{
	position: absolute;
	top: 12px;
	left: 35px;
	height: 110px;
	width: 235px;
	padding: 0;
	margin: 0;
}
#boxbl{
	position: absolute;
	top: 162px;
	left: 35px;
	height: 110px;
	width: 235px;
	padding: 0;
	margin: 0;
}
#boxtr{
	position: absolute;
	top: 12px;
	right: 38px;
	height: 110px;
	width: 240px;
	padding: 0;
	margin: 0;
}
#boxbr{
	position: absolute;
	top: 162px;
	right: 38px;
	height: 110px;
	width: 240px;
	padding: 0;
	margin: 0;
}
.boxhdr{
	font-size: 16px;
	text-shadow: 1px 1px 0px #000000;
}
.boxcont{
	padding: 12px 0 0 50px;
}
.rdmore{
	background:url('images/details-btnx15.png') center center no-repeat transparent;
	width: 62px;
	height: 17px;
	position: absolute;
	top: 12px;
	right: 5px;
	text-align: left;
	padding:0 0 0 11px;
}
div.rdmore a{
	color:#ff0000;
	font-weight:normal;
	text-decoration:none;
}
.buynow{
	background:url('images/buy-btn-gn.png') center center no-repeat transparent;
	width: 67px;
	height: 17px;
	position: absolute;
	bottom: -16px;
	right: -20px;
	text-align: left;
	padding: 2px 0 0 16px;
}
div.buynow a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000000;
}
.boxprc{
	position: absolute;
	top: 70px;
	right: -4px;
	text-align: center;
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}
#error_msg{
	margin: 40px auto;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #000000;
	width: 600px;
	font-size: 14px;
}
body .selected_country a.codelink{
	position: relative;
	display:inline;
	height:auto;
	padding: 0;
	margin: 0 5px;
	background: transparent;
	float: none;
}
#instruct{
	background: #e7e7e7;
	width: 250px;
	border: 1px solid #000000;
	padding: 10px;
	position: absolute;
	top: 30px;
	left: 270px;
	color: #000033;
}
#instruct ol{
	padding:0 0 0 20px;
	margin: 0;
}
#nyb{
	padding: 20px 0;
	margin: 0 0 -30px;
	text-align:center;
}
#wdq{
	position: relative;
	bottom: 43px;
	left: 23px;
	width: 143px;
	height: 36px;
}
#wdqsb{
	position: relative;
	bottom: 75px;
	left: 36px;
	width: 161px;
	height: 58px;
}
#sidebar_design{
	margin-bottom:-76px;
}
#plinks{
  text-align:center;
  margin:10px auto;
}
.toplk{
  float:right;
}

