* {
	padding:0;
	margin:0;
}
body {
	background:url(images-2009/body_bg.gif) top left repeat-x #d9e8f2;
	background:#ffffff;
	text-align:center;
	font-size: 62.5%;
	font-family:Arial, Verdana, sans-serif;
	color:#5d5d5d;
	line-height:1.8em;
}
body img {
	border:none;
}
#wrapper {
	background:#fff;
	width:980px;
	margin:0 auto;
	text-align:left;
}
a {
	text-decoration:none;
	color:#2373b6;
}
a:hover {
	text-decoration:underline;
}
/************************************************ Header */

#header {
	height:55px;
	padding:10px 20px 15px 20px;
	/*overflow:hidden;*/
}
#header a, #header a:visited {
	color:#5d5d5d;
	font-size:1.1em;
	text-decoration:none;
}
#header a:hover {
	text-decoration:underline;
}
#header img {
	vertical-align:middle;
}
#logo {
	float:left;
	width:200px;
}
#logo h1 {
	font-size:12px;
	color:#8d8d8d;
	font-weight:normal;
	padding:0 0 0 0px;
}
.header-extra {
	float:right;
	color:#5d5d5d;
}
#header-extra-4-new {
	padding-left:10px;
	/*margin-right:-28px;*/
}
#header-extra-4 {
	padding-left:10px;
	/*margin-right:-28px;*/
}
#header-extra-3 {
	border-right:1px solid #e4e4e4;
	font-size:13px;
	padding:10px 0 0 0;
	height:50px;
}
#header-extra-3 p {
	line-height:15px;
	padding:0;
	margin:0 20px;
}
#header-extra-2 {
	border-right:1px solid #e4e4e4;
	height:60px;
}
#header-extra-2 a {
	display:block;
	background:url(images-2009/orange_pointer.gif) center left no-repeat;
	padding:0 0 0 10px;
	margin:0 20px 0 20px;
	line-height:16px;
}
#header-extra-1 {
	border-right:1px solid #e4e4e4;
	height:50px;
	padding:10px 20px 0 20px;
}
#header-extra-0 {
	border-right:1px solid #e4e4e4;
	height:50px;
	padding:15px 20px 0 0;
}
/************************************************ Menu */

#menu {
	height:34px;
	overflow:hidden;
	padding:0 20px;
}
#menu ul {
	list-style:none;
	display:inline;
	font-weight:bold;
}
#menu ul li {
	display:inline;
}
#menu a, #menu a:visited {
	background:url(images-2009/menu_bg.gif) top left repeat-x #6aa9dc;
	padding:8px 10px 0 10px;
	height:26px;
	float:left;
	display:block;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	border-right:1px solid #fff;
}
#menu a:hover {
	background:url(images-2009/menu_bg_hover.gif) top left repeat-x #fb9436;
	background:#1A1A1A;
	text-decoration:none;
}
#menu a#menu1, #menu a#menu1:visited {
	padding:8px 10px 0 21px;
	background:url(images-2009/menu1_bg.gif) top left repeat-x #6aa9dc;
}
#menu a#menu1:hover {
	background:url(images-2009/menu1_bg_hover.gif) top left repeat-x #fb9436;
}
#menu a#menu10, #menu a#menu10:visited {
	padding:8px 10px 0 10px;
	background:url(images-2009/menu10_bg.gif) top right repeat-x #6aa9dc;
	border:none;
}
#menu a#menu10:hover {
	background:url(images-2009/menu10_bg_hover.gif) top right repeat-x #fb9436;
}

/************September 2009 Menu */

#menu a#menu1-sep2009, #menu a#menu1-sep2009:visited {
	padding:8px 14px 0 13px;
	background:url(images-2009/menu1_bg.gif) top left repeat-x #6aa9dc;
}
#menu a#menu1-sep2009:hover {
	background:url(images-2009/menu1_bg_hover.gif) top left repeat-x #fb9436;
	background:#1A1A1A;
}
#menu a#menu10-sep2009, #menu a#menu10-sep2009:visited {
	padding:8px 13px 0 13px;
	background:url(images-2009/menu10_bg.gif) top right repeat-x #6aa9dc;
	border:none;
}
#menu a#menu10-sep2009:hover {
	background:url(images-2009/menu10_bg_hover.gif) top right repeat-x #fb9436;
	background:#1A1A1A;
}

/************October 2009 Menu */

#menu a#menu1-oct2009, #menu a#menu1-oct2009:visited {
	padding:8px 10px 0 10px;
	background:url(images-2009/menu1_bg.gif) top left repeat-x #6aa9dc;
}
#menu a#menu1-oct2009:hover {
	background:url(images-2009/menu1_bg_hover.gif) top left repeat-x #fb9436;
	
	background:#1A1A1A;
}
#menu a#menu9-oct2009, #menu a#menu10-oct2009:visited {
	padding:8px 9px 0 10px;
	background:url(images-2009/menu10_bg.gif) top right repeat-x #6aa9dc;
	border:none;
}
#menu a#menu9-oct2009:hover {
	background:url(images-2009/menu10_bg_hover.gif) top right repeat-x #fb9436;
	
	background:#1A1A1A;
}

/************************************************ Content holder */


/* =Menu
-------------------------------------------------------------- */
.menu{
	font-size:12px;
	font-weight:bold;
	height:34px;
	padding:0 20px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    float:left;
}
.sf-menu a {
	padding:11px 9px;
	text-decoration:none;
	background:url(images-2009/menu_bg.gif) top left repeat-x #6aa9dc;
	border-right:1px solid #fff;
}
.sf-menu a#sfmenu1 {
	padding:11px 12px 11px 13px;
	background:url(images-2009/menu1_bg.gif) top left repeat-x #6aa9dc;
}
.sf-menu a#sfmenu1:hover {
	padding:11px 12px 11px 13px;
	background:url(images-2009/menu1_bg_hover.gif) top left repeat-x #6aa9dc;
	
	background:#1A1A1A;
}
.sf-menu a#sfmenu9 {
	padding:11px 13px 11px 13px;
	background:url(images-2009/menu10_bg.gif) top right repeat-x #6aa9dc;
}
.sf-menu a#sfmenu9:hover {
	padding:11px 13px 11px 13px;
	background:url(images-2009/menu10_bg_hover.gif) top right repeat-x #6aa9dc;	
	
	background:#1A1A1A;	
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
   
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		#073961;
}
.sf-menu li li {
	background:		#073961;

}
.sf-menu li li li {
	background:		#073961;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:		url(images-2009/menu_bg_hover.gif) top left repeat-x #fb9436;
	
	background:#1A1A1A;
	outline:		0;
}
.sf-menu ul {
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:34px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#375884;
	
	background:#393939;
	/*width: 130px;*/
	border:none;
}
.sf-menu ul a:hover {
    color: #fff;
	background:#1A1A1A !important;
}
/******** END DROP-DOWN MENU */


#main {
	padding:0 20px 20px 20px;
	min-height: 1px; /* Hack for background-border bug for IE7 */
	_height: 1px; /* Hack for background-border bug forIE6 */
}
.box {
	background:url(images-2009/box_bg.gif) top center repeat-x #fff;
	border:1px solid #e4e4e4;
	margin-top:20px;
	padding:10px;
	min-height: 1px; /* Hack for background-border bug for IE7 */
	_height: 1px; /* Hack for background-border bug forIE6 */
}
.box-yellow {
	background:url(images-2009/box_yellow_bg.gif) top center repeat-x #fffff3;
	border:1px solid #e4e4e4;
	margin-top:20px;
	padding:10px;
	min-height: 1px; /* Hack for background-border bug for IE7 */
	_height: 1px; /* Hack for background-border bug forIE6 */
}
.box_nobg {
	margin-top:20px;
	min-height: 1px; /* Hack for background-border bug for IE7 */
	_height: 1px; /* Hack for background-border bug forIE6 */
}


/************************************************ Home - page structure */

body.home #content {
	float:left;
	width:700px;
	margin-top:20px;
}
body.home #second-info {
	float:right;
	width:220px;
	margin-top:20px;
}
/************************************************ Inner - page structure */

body.inner #content {
	float:right;
	width:700px;
}
body.inner #second-info {
	float:left;
	width:220px;
}
#second-info a img{
	padding:5px 0;
}
/************************************************ Typografy */
hr{
	color:#ccc;
	background-color:#ccc;
	height:1px;
	border:none;
}

.box-yellow p{
	color:#4b4a4a;
	font-size:12px;
}
.box-yellow p.thome-customer{
	font-style:italic;
	font-size:11px;
	color:#f5761c;
	line-height:12px;
}
.box-yellow p.thome-business{
	font-size:11px;
	color:#2373b6;
}
.box p, .box_nobg p, .box-yellow p{
	font-size:1.3em;
	margin-bottom:0.5em;
}
.box h1, .box_nobg h1, .box-yellow h1 {
	font-size:2.4em;
	margin-bottom:0.5em;
	margin-top:0.5em;
	color:#2373b6;
	font-weight:normal;
}
.box h2, .box_nobg h2, .box-yellow h2 {
	font-size:2.1em;
	margin-bottom:10px;
	margin-top:15px;
	color:#2373b6;
	font-weight:normal;
}
.box h3, .box_nobg h3, .box-yellow h3 {
	font-size:1.6em;
	margin-bottom:0.2em;
	margin-top:0.5em;
	color:#5d5d5d;
	font-weight:bold;
}
.box h4, .box_nobg h4, .box-yellow h4{
	font-size:1.5em;
	margin-bottom:0.2em;
	margin-top:0.5em;
	color:#5d5d5d;
	font-weight:normal;
}
.box img.alignright {
	float:right;
	border:3px double #d5d5d5;
	margin:0 0 10px 10px;
}
.box img.alignleft {
	float:left;
	border:3px double #d5d5d5;
	margin:0 10px 10px 0;
}
.box ul {
	list-style:none;
	padding:10px;
}
.box ul li {
	font-size:1.2em;
	background:url(images-2009/blue_pointer.gif) left center no-repeat;
	padding:2px 0 2px 15px;
	border-bottom:1px solid #e2e2e2;
}
.two-col-left {
	float:left;
	width:340px;
}
.two-col-right {
	float:right;
	width:340px;
}
/*

*

************************************************ Home Content *

*

*/
/* Simple Home Banner */

#simple-home-banner{
	width:700px;
	height:248px;
}

/* Home Banner */

#home-banner {
	background:url(images-2009/home_banner_bg.jpg) top left no-repeat;
	width:700px;
	height:180px;
}
#home-banner ul {
	width:120px;
	float:left;
	list-style:none;
	font-size:14px;
}
#home-banner ul li {
	height:40px;
	padding:5px 0 0 10px;
}
#home-banner h1, #home-banner h2{
	float:left;
	color:#2373b6;
	font-size:2.4em;
	font-weight:bold;
	padding:15px 0 60px 40px;
}
#home-banner p {
	float:left;
	width:300px;
	/*color:#2373b6;*/

	font-size:1.1em;
	padding:15px 0 0 40px;
}
#home-banner p a {
	font-size:1.4em;
}
/* Domain Search and Hosting Plans */
#prices-notice{
	font-size:11px;
	color:#777777;
	text-align:right;
}
#prices-notice2{
	font-size:11px;
	color:#777777;
	text-align:right;
	float:right;
	margin-top:-20px;
	padding-right:10px;
}
#domains-and-hosting{
	background:url(images-2009/domains_and_hosting_2.jpg) top left no-repeat;
	height:260px;
	margin-top:20px;
	padding:0 10px;
}
#domains-and-hosting h2{
	color:#2373b6;
	padding:12px 0 5px 0;
	text-transform:uppercase;
	font-weight:normal;
	font-size:17px;
}
#domains-home {
	float:left;
	width:295px;
}
#domains-home p {
	font-size:11px;
	line-height:18px;
}
p#insta-domain {
	padding:120px 5px 0 160px;
	text-align:center;
	display:none;
}
a#domain-read-more {
	color:#111;
	font-weight:bold;
	font-size:13px;
	line-height:18px;
	display:block;
	padding:155px 0 0 0;

 *padding:155px 0 0 0;
	position:absolute;
	margin-top:-11px;
	left: 29px;
}

/* Domain Search and Hosting Plans2 */
#domains-and-hosting2{
	background:url(images-2009/domains_and_hosting_3.jpg) top left no-repeat;
	height:260px;
	margin-top:20px;
	padding:0 10px;
}
#domains-and-hosting2 h2{
	color:#2373b6;
	padding:12px 0 5px 0;
	text-transform:uppercase;
	font-weight:normal;
	font-size:17px;
}
#domains-home2 {
	float:left;
	width:295px;
}
#domains-home2 p {
	font-size:11px;
	line-height:18px;
}
ul.domain-home-list{
	list-style:none;
	padding:0;
	margin:20px 0 0 15px;
	width:185px;
}
ul.domain-home-list li{
	background:url(images-2009/domain_list_pointer.gif) left center no-repeat;
	padding:5px 0 5px 15px;
	font-size:12px;
	line-height:14px;
}
ul.hosting-home-list {
	list-style:none;
	padding:0;
	margin:0px 0 0 15px;
	width:145px;
	float:right;
}
ul.hosting-home-list li{
	background:url(images-2009/domain_list_pointer.gif) left center no-repeat;
	padding:2px 0 2px 15px;
	font-size:12px;
	line-height:14px;
	float:right;
	width:140px;
}
#hosting-home2 {
	float:left;
	padding:0 0 0 15px;
	width:370px;
}
#hosting-home2 h2 {
	padding:12px 0 15px 5px;
}
/* Domain Search Form */

#domain-name {
	border:1px solid #b9b9b9;
	padding:1px;
 	*padding:2px;
	color:#5d5d5d;
	width:145px;
	vertical-align:top;
}
#domain-ext {
	padding:0;
	line-height:11px;
	border:1px solid #b9b9b9;
	color:#5d5d5d;
	vertical-align:top;
}
#domain-btn {
	background:url(images-2009/domain_btn.gif) center center no-repeat;
	border:none;
	height:19px;
	width:69px;
	text-indent:-200px;
	cursor:pointer;
	vertical-align:baseline;
}
#domain-btn-black {
	background:url(images-2009/domain_btn_black.gif) center center no-repeat;
	border:none;
	height:19px;
	width:69px;
	text-indent:-200px;
	cursor:pointer;
}
/* Web Hosting Plans */

#hosting-home {
	float:left;
	padding:0 0 0 15px;
}
#hosting-home h2 {
	padding:12px 0 15px 5px;
}
/************************************************ Home Bottom Elements */

#home-websitebuilder {
	/*background:url(images-2009/home_browser.jpg) center center no-repeat;*/
	float:left;
	width:210px;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #e4e4e4;
}
#home-eshop {
	/*background:url(images-2009/home_cart.jpg) center center no-repeat;*/
	float:left;
	width:210px;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #e4e4e4;
}
#home-reseller {
	/*background:url(images-2009/home_server.jpg) center center no-repeat;*/
	float:left;
	width:210px;
}
#home-websitebuilder p, #home-eshop p, #home-reseller p {
	font-size:1.1em;
}
#home-websitebuilder h3, #home-eshop h3, #home-reseller h3 {
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
	color:#2373b6;
}
a.green-btn {
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	background:url(images-2009/green_link.gif) center center no-repeat;
	display:block;
	text-align:center;
	height:20px;
	width:194px;
	padding-top:2px;
}
/************************************************ Second Info */

/* Home Hosting Feature */

#feature {
	list-style:none;
}
#feature li {
	clear:both;
	background:url(images-2009/feature_shadow.gif) bottom center no-repeat;
	padding:10px 0;
	border-bottom:1px solid #fff;
}
#feature li p {
	font-size:13px;
	/*font-weight:bold;*/

	color:#9d9d9d;
	padding-bottom:5px;
}
#feature .feature-image {
	float:left;
	padding:0 25px 0 0;
}
.home-side p {
	font-size:1.3em;
}

#feature2, #second-menu #feature2{
	list-style:none;
}
#feature2 li, #second-menu #feature2 li {
	clear:both;
	background:url(images/tickyes.gif) left center no-repeat;
	padding:3px 0 3px 25px;
	border-bottom: none;
	font-size:14px;
}
/************************************************ Footer */

#footer {
	text-align:center;
	width:980px;
	margin:20px auto;
}
#footer-menu {
	padding:5px;
	border:1px solid #a8c3d6;
	background:#ecf4f9;
	list-style:none;
}
#footer-menu p {
	font-size:1.2em;
}
#footer-menu ul {
	list-style:none;
}
#footer-menu ul li {
	display:inline;
	font-size:1.2em;
	border-right:1px solid #d5d5d5;
	padding:0 10px;
}
#footer-menu ul li a {
	color:#5d5d5d;
	text-transform:uppercase;
}
.copyright {
	font-size:1.2em;
	color:#008ed1;
	color:#545454;
	padding:10px 0 20px 0;
}
#tracking-code {
	visibility:hidden;
}
/*

*

************************************************* Inner Pages *

*

*/

#inner-domainsearch {
	background:url(images-2009/inner_domainsearch.gif) top left no-repeat;
	padding:3px 10px 0 0;
	*padding:2px 10px 0 0;
	*padding:2px 10px 0 0;
	text-align:right;
	height:27px;
}
#inner-domainsearch h4 {
	font-size:1.4em;
	font-weight:normal;
	text-transform:uppercase;
	color:#2373b6;
	display:inline;
	padding:0 5px 0 0;
}
#inner-banner {
	background:url(images-2009/inner_banner.jpg) top left no-repeat;
	height:180px;
	margin-top:10px;
	padding:0;
}
#inner-banner h1, #inner-banner h2{
	font-size:2.6em;
	color:#CA0000;
	line-height:26px;
	font-weight:normal;
	padding-left:15px;
	padding-top:15px;
	margin:0 0 1em 0;
}
#inner-banner h3 {
	font-size:2.2em;
	color:#f5761c;
	margin:0.5em 0 0.4em 0;
	padding-left:15px;
}
#inner-banner h4 {
	font-size:1.8em;
	color:#05335a;
	margin:0.5em 0 0.4em 0;
	padding-left:15px;
}
#inner-banner span.small-orange{
	font-size:80%;
	color:#f5761c;
}
#inner-banner span.small-blue{
	font-size:80%;
	color:#2373b6;
}
#inner-banner p {
	font-size:1.4em;
	color:#05335a;
	margin:0.5em 0 0.5em 0;
	padding-left:15px;
}
.inner_right {
	float:right;
	margin:0;
}
/************************************************ Hosting Plans Page */

.hosting-plan {
	background:url(images-2009/hosting_plan_bg.gif) top left repeat-y;
	float:left;
	width:165px;
	margin-top:20px;
	margin-right:10px;
	padding-bottom:10px;
	border-bottom:1px solid #d6d6d6;
	margin-bottom:20px;
}
a.gray-button {
	background:url(images-2009/gray_btn.gif) center center no-repeat;
	display:block;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#5d5d5d;
	padding:3px 0;
	margin-top:5px;
}
a.orange-button {
	background:url(images-2009/orange_btn.gif) center center no-repeat;
	display:block;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#004080;
	padding:3px 0;
	margin-top:5px;
	text-shadow: 1px 1px #ffe3e3;
}
a.compare-gray-button {
	background:url(images-2009/compare_gray_btn.gif) center center no-repeat;
	display:block;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#5d5d5d;
	padding:3px 0;
	margin-top:5px;
}
.hosting-plan ul {
	list-style:none;
	padding:10px;
}
.hosting-plan ul li {
	font-size:1.1em;
	border-bottom:1px solid #e6e6e6;
	padding:3px 0;
}
.hosting-plan ul li strong{
	display:block;
	background:#e7f2fa;
	margin-top:-3px;
	margin-bottom:-3px;
	height:1%;
}
/************************************************ Tables Design */

table.main_table {
  border-collapse: collapse;
  border: 1px solid #c1dbeb;
  color: #5d5d5d;
  background: #fff;
  line-height:1.8em;
  }
table.main_table caption {
  text-align: left;
  background: transparent;
  }
  
table.main_table td.header{
	background:url(images-2009/table_head.jpg) top left repeat-x #f4f9fd;
}
table.main_table td.header h4{
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.3em;
	color:#000;
}

table.main_table td, table.main_table th {
  border: 1px solid #c1dbeb;
  padding: 0.4em;
  color: #5d5d5d;
}
table.main_table p{
	margin:0;
	padding:2px 0;
}
table.main_table td.no-padding, table.main_table th.no-padding, no-padding{
  padding:0;
}
table.main_table thead th, table.main_table tfoot th {
  border: 1px solid #c1dbeb;
  text-align: left;
  background: #fff;
  color: #5d5d5d;
  padding-top:6px;
}
table.main_table tbody th, table.main_table tbody td {
  /*vertical-align: top;*/
  /*text-align: left;*/
  }
table.main_table tfoot td {
  border: 1px solid #38160C;
  background: #38160C;
  /*padding-top:6px;*/
  }
table.main_table tr.odd {
  background: #f3fafe;
  }
table.main_table tbody tr:hover {

  }
table.main_table tbody tr:hover th,
table.main_table tbody tr.odd:hover th {

  }
/* Blue Columns */
table.main_table tbody th.blueodd, table.main_table tbody td.blueodd {
  background: #f3fafe;
  text-align:center;
}
table.main_table tbody th.blueeven, table.main_table tbody td.blueeven {
  background: #e7f2fa;
  text-align:center;
}
/************************************************ Domain Names Page */

#inner-banner.inner-banner-domainnames {
	margin-top:20px;
}
#inner-banner.inner-banner-domainnames h1 {
	margin-bottom:0;
}
.inner-banner-domainnames ul {
	list-style:none;
	padding:10px 0 10px 40px;
	margin:0;
}
.inner-banner-domainnames ul li {
	font-size:1.4em;
	color:#05335a;
	margin:0;
	padding-left:15px;
}
.inner-banner-domainnames ul li img {
	padding:0 10px 0 0;
	vertical-align:middle;
}
#inner-banner-search {
	background:url(images-2009/inner_banner_search.gif) top left no-repeat #000;
	width:356px;
	height:50px;
	margin-left:55px;
	padding:5px 0 0 30px;
}
#inner-banner-search h4, #inner-banner-search label {
	color:#fff;
	font-size:1.4em;
	font-weight:normal;
	margin-bottom:3px;
}
#domain-stikers {
	margin-top:20px;
}
#domain-stikers img {
	padding-right:10px;
}
.accordion {
	padding:5px;
}
.accordion h3 {
	color:#5d5d5d;
	font-weight:normal;
	font-size:1.3em;
	padding:2px 0 2px 10px;
	margin:0;
	background:url(images-2009/blue_pointer.gif) left center no-repeat;
	border-bottom:1px solid #e3e3e3;
}
.accordion div {
	border-bottom:1px solid #e3e3e3;
	background:#f1f1f1;
	padding:10px;
}
.box h3.orange-plans,.box_nobg h4.orange-plans, h3.orange-plans {
	font-size:1.4em;
	color:#f5761c;
	text-transform:uppercase;
	font-weight:bold;
}
.box h3.orange-plans a {
	color:#f5761c;
}
/************************************************ Hosting Plans Linux Windows Buttons */

a#show-windows, a#show-windows:visited{
	background:url(images-2009/plan_windows_btn.gif) 0 0 no-repeat;
	display:block;
	height:36px;
	width:94px;
	margin-top:10px;
	margin-right:10px;
}
a#show-windows:hover{
	background:url(images-2009/plan_windows_btn.gif) 0 -36px no-repeat;
	text-decoration:none;
}
a#show-linux, a#show-linux:visited{
	background:url(images-2009/plan_linux_btn.gif) 0 0 no-repeat;
	display:block;
	height:36px;
	width:94px;
	margin-top:10px;
	margin-right:10px;
}
a#show-linux:hover{
	background:url(images-2009/plan_linux_btn.gif) 0 -36px no-repeat;
	text-decoration:none;
}
/************************************************Compare Hosting Plans Linux Windows Buttons */
a#compare-show-windows, a#compare-show-windows:visited{
	background:url(images-2009/compare_plan_windows_btn.gif) 0 0 no-repeat;
	display:block;
	height:46px;
	width:48px;
	position:absolute;
	margin-left:101px;
}
a#compare-show-windows:hover{ 
	background:url(images-2009/compare_plan_windows_btn.gif) 0 -46px no-repeat;
	text-decoration:none;
}

a#compare-show-linux, a#compare-show-linux:visited{
	background:url(images-2009/compare_plan_linux_btn.gif) 0 0 no-repeat;
	display:block;
	height:46px;
	width:48px;
	position:absolute;
	margin-left:101px;
}
a#compare-show-linux:hover{ 
	background:url(images-2009/compare_plan_linux_btn.gif) 0 -46px no-repeat;
	text-decoration:none;
}
/************************************************ Web-design page */
#webdesign-1, #webdesign-2, #webdesign-3{
	width:220px;
	float:left;
	border-bottom:1px solid #c1dbeb;
	background:url(images-2009/webdesign_bg.gif) top left repeat-y;
	min-height:550px;
}
#webdesign-2{
	margin-left:20px;
}
#webdesign-3{
	margin-left:20px;
}

#webdesign-1 h4.step, #webdesign-2  h4.step, #webdesign-3 h4.step{
	color:#1c87bb;
	font-weight:bold;
	padding:0 3px 0 3px;
}
#webdesign-1 p, #webdesign-2 p, #webdesign-3 p{
	padding:5px;
}

#webdesign-1 img.step, #webdesign-2  img.step, #webdesign-3 img.step{
	padding:3px;
}
/************************************************ phone numbers */
#numbers-menu{
	text-align:center;
}
#numbers-menu img{
	margin-right:10px;
	margin-left:10px;
	text-align:center;
}

/************************************************ Inner Second Menu */

#second-menu {
	margin-top:20px;
	background:url(images-2009/second_menu_top.gif) top left no-repeat;
	border-bottom:1px solid #c1dbeb;
	padding:10px;
}
#second-menu p {
	margin-top:10px;
	padding-bottom:5px;
	font-size:1.2em;
	border-bottom:1px solid #ccc;
}
#second-menu h4 {
	background:url(images-2009/header_arrow.jpg) center right no-repeat;
	font-size:1.5em;
	color:#f5761c;
	color:#fff;
	/*text-shadow:1px 1px 1px #aaa;*/
	font-weight:bold;
	padding:6px 4px 6px 10px;
}
#second-menu ul {
	list-style-position:inside;
	padding:5px 0 10px 15px;
	margin:0;
	list-style:none;
	position: relative;
}
#second-menu ul li {
	background:url(images-2009/blue_pointer.gif) 0 8px no-repeat;
	padding:0.2em 0 0.2em 10px;
 	*padding:0.2em 0 0.2em 0;
	_padding:0.2em 0 0.2em 0;
	font-size:1.3em;
}
#second-menu ul li a {
	color:#2373b6;
}

#second-menu ul.left-list-tools-2 li {
	background:url(images-2009/orange_tick.gif) 0 7px no-repeat;
	padding:0.2em 0 0.3em 10px;
 	*padding:0.2em 0 0.3em 0;
	_padding:0.2em 0 0.3em 0;
	font-size:1.3em;
}
/************************************************ Tools*/

.box .toolheader-1, .box_nobg .toolheader-1{
	border:1px solid #a2cdea;
	background:#b7d6ed;
	padding:10px;
	color:#fff;
	text-shadow:1px 1px 2px #424242;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.box .toolheader-2, .box_nobg .toolheader-2{
	border:1px solid #9e7024;
	background:#f5b838;
	padding:10px;
	color:#fff;
	text-shadow:1px 1px 2px #424242;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.box .toolheader-3, .box_nobg .toolheader-3{
	border:1px solid #7b0c0c;
	background:#d94343;
	padding:10px;
	color:#fff;
	text-shadow:1px 1px 2px #424242;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.box .toolheader-4, .box_nobg .toolheader-4{
	border:1px solid #529149;
	background:#9ecb9f;
	padding:10px;
	color:#fff;
	text-shadow:1px 1px 2px #424242;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
/************************************************ Other Clases */

.clear {
	clear: both;/*    display: block;
    height: 0;
    visibility: hidden;
*/

}
.center {
	text-align:center;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.left-list-tools {
	background:url(images-2009/ico_left_tools.jpg) top right no-repeat;
}
.left-list-tools-1 {
	background:url(images-2009/ico_left_star.jpg) top right no-repeat;
}
.left-list-tools-2 {
	background:url(images-2009/ico_question.jpg) top right no-repeat;
}

.featured-customers{
	/*padding:4px;*/
}
.featured-customers td{
	vertical-align:top;
}
.featured-customers img{
	border:3px double #ccc;
}
.featured-customers h4{
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#CA0000;
	padding:3px 0;
	margin-bottom:5px;
}
.featured-customers p{
	font-size:12px;
	color:#5d5d5d;
	border-top:1px solid #ccc;
	padding:3px 0;
	margin-bottom:5px;
}
.featured-customers p span{
	padding:0 25px 0 0;
}

/************************************************ Affiliates **/
.aff_form{
	clear:both;
	float:left;
}
.aff_form h2{
	text-align:center;	
}
.affiliate .main_table table td{
	border:none;
}
.affiliate table input, .affiliate table select{
	border:1px solid #cfe8fc;
	border-top:1px solid #5aabea;
	width:250px;
	padding:2px 0;
	background:#fefbf9;
}
.affiliate table input:hover{
	background:#fff;
}
.affiliate form.aff-form {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	background:#fcebda;
	border:1px dotted #f5761c;
	padding:10px;
}
.affiliate form .send{
	margin-left:152px;
}
/************************************************ Testimonials **/

.testimonials h2.testimonial{
	color: #005eb0;
	font-family: Arial,sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	margin: 54px 50px 9px 50px;
} 
.testimonials blockquote p{
	font-family: 'Georgia',serif;
	font-style: italic;
	font-size: 15px;
	line-height: 18px;
	margin: 0px 50px 12px 50px;
}
.testimonials cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 18px;
	font-size:13px;
	font-weight:bold;
	margin: 0px 50px 0px 50px;
}
 
/************************************************ Home Testimonials **/
#thome{
	background:url(images-2009/thome_bg.jpg) center center no-repeat;
}
#thome h3{
	font-size:20px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#4f95cd;
	text-align:center;
	background:url(images-2009/thome_h3.gif) center center no-repeat;
	padding:10px 0;
	margin-bottom:5px;
}
#thome h3 span{
	color:#d94343;
}
#thome .clear{
	padding:10px 0;
}
#thome .two-col-left img{
	float:left;
	padding-right:5px;
}
#thome .two-col-right img{
	float:right;
	padding-left:5px;
}
.thome-content .two-col-left{
	float:left;
	width:175px;
}
.thome-content .two-col-right{
	float:right;
	width:175px;
}

#thome .thome-testimonial{
	margin-top:5px;
	color:#5d5d5d;
	font-size:14px;
	line-height:18px;
}
#thome .thome-customer{
	font-style:italic;
	font-size:11px;
	color:#f5761c;
	line-height:12px;
}
#thome .thome-business{
	font-size:11px;
	color:#2373b6;
}
.two-col-right .thome-testimonial,
.two-col-right .thome-customer,
.two-col-right .thome-business{
	text-align:right;
} 


/************************************************ color classes **/
.red {
	color:#ca0000 !important;
}
.blue{
	color:#2373b6 !important;
}

/************************************************ prices.htm**/
.prices table a:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.prices table.main_table td{
	border:none;
}
.prices table.main_table td.header{
	border: 1px solid #c1dbeb;
}

/************************************************ 0800 Numbers**/
.feature_box{
	padding-left: 186px; 
	background: url(images-2009/featurebox_sidebar_bg.jpg) bottom left no-repeat; 
}
.feature_box_content{
	border:1px solid #fa9334;
	border-left:none;
	padding:10px;
}
.feature_box h2{
	background:#fa9334;
	color:#fff;
	margin:0;
	padding:10px;
}
/************************************************ Free eBook**/
#ebook-form{
	width:450px;
	margin:20px auto 0 auto;
}

