/* Main Layout Styles */

body {
	background: #ebebeb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.right {
	float: right;
}

.left {
	float: left;
}

img {
	border: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #0088b5;
	font-weight: bold;
}

a:hover {
	color: #0078a0;
}

#container {
	width: 930px;
	padding: 15px;
	-moz-border-radius: 13px;
	background: #fff;
	margin: 10px auto;
}

#content {
	width: 930px;

}

#header {width: 930px;
	height: 60px;
}

.logo {
	position: relative;
	float: left;
}

ul#toplinks {
	float: right;
	color: #999;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#toplinks li {
	float: right;
	margin: 3px 0 0 10px;
}

ul#toplinks a {
	color: #999;
	font-weight: normal;
}

ul#toplinks a:hover {
	color: #666;
	font-weight: normal;
}
		
#nav {
	padding: 0;
	width: 910px;
	background: #008dbc url(./theme-images/bg_nav.png) repeat-x bottom;
	padding: 9px 0 10px 20px;
	-moz-border-radius: 10px;
	color: #fff;
	height: 12px;
	margin: 15px 0;
}

#nav li {
	padding-right: 20px;
	float: left;
	display: block;
}

#nav a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#nav a:hover {
	color: #33ccff;
}

#footer {
	width: 960px;
	text-align: center;
	margin: 10px auto;
	padding-bottom: 15px;
	clear: both;
}

#footer ul {
	width: 400px;
	margin: 0 auto;
}

#footer li {
	float: left;
	margin-right: 20px;
}

#footer li a {
	color: #999;
}
				
/* Homepage Styles */

#topbox {
	width: 890px;
	padding: 20px;
	-moz-border-radius: 10px;
	background: #00ace6 url(./theme-images/bg_fptopbox.png) repeat-x bottom;
	overflow: auto;
	color: #fff;
}

#topbox h4 {
	color: #fff;
	font-size: 20px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0 0 5px 0;
}

#topbox input {
	border: 1px solid #0093c4;
	padding: 3px 3px;
}

#topbox select {
	margin-left: 3px;
}

#topbox .btn {
	padding: 3px 5px;
	background: #004055;
	color: #fff;
	border: none;
	-moz-border-radius: 3px;
	position: absolute;
	margin-left: 5px;
	cursor: pointer;
	width: 60px;
	font-size: 11px;
}

#topbox .btn:hover {
	background: #005773;
}

#tbleft {
	float: left;
	width: 450px;
	padding-top: 15px;
}

#tbleft .tld {
	width: 75px;
}

#tbright {
	font-size: 12px;
	float: right;
	width: 400px;
	border-left: 1px solid #00ace5;
	padding-left: 15px;
}

#tbright #boxleft {
	float: left;
	width: 225px;
}

#tbright input {
	width: 145px;
	margin: 5px 0 0 5px;
}

#tbright p {
	float: right;
	margin: 0;
	padding: 0;
}

#tbright p.link {
	float: left;
	margin: 13px 0 0 10px;
	font-size: 11px;
	padding: 0;
}

#tbright a {
	color: #fff;
	text-decoration: underline;
}
	
ul#promobox {
	width: 930px;
	position: relative;
	float: left;
	margin-bottom: 15px;
}

ul#promobox p {
	margin: 0;
	padding: 0;
}

ul#promobox li {
	width: 270px;
	padding: 20px 10px 20px 20px;
	float: left;
	background: #008dbc url(./theme-images/bg_promo1.png) repeat-x bottom;
	margin: 15px 15px 0 0;
	-moz-border-radius: 10px;
	color: #fff;
}

ul#promobox ul {
	margin: 0 0 10px 0;
}

ul#promobox li ul li {
	margin: 5px 0 0 0;
	background: url(./theme-images/bullet.png) no-repeat left center;
	padding: 0 0 0 10px;
	width: 250px;
}

ul#promobox li h3 {
	line-height: 1;
	color: #fff;
	letter-spacing: -1px;
	font-size: 25px;
	float: left;
	margin: 0;
	padding: 0 0 3px 0;
}

ul#promobox li .pricebox {
	line-height: 1;
	float: right;
	text-align: center;
	padding-right: 10px;
}

ul#promobox li .pricebox .lrg {
	line-height: 1;
	letter-spacing: -1px;
	font-size: 35px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
			
ul#promobox a {
	background: #004055;
	color: #fff;
	float: left;
	margin: 15px 10px 0 0;
	padding: 5px 10px;	text-decoration: none;
	-moz-border-radius: 5px;
	font-weight: normal;
}

ul#promobox a:hover {
	background: #005773;
}

ul#promobox li.two {
	background: #00ace6 url(./theme-images/bg_promo2.png) repeat-x bottom;
}

ul#promobox li.three {
	margin-right: 0;
	background: #09c1ff url(./theme-images/bg_promo3.png) repeat-x bottom;
}
	
#index_services_container {
	width: 575px;
	padding: 20px;
	float: left;
}

#index_services_container p {
	margin: 0;
	padding-bottom: 4px;
}

#index_services_container h5 {
	font-size: 25px;
	color: #006C91;
	margin: 0;
	padding: 0;

}

#index_services_container h6 {
	margin-bottom: 2px;
	padding: 0;
}

#index_services_list li {
	width: 165px;
	height: auto;
	padding: 4px;
	margin-top: 10px;
	line-height: 18px;
	border: 1px dashed #006C91;
	position: relative;
	float: left;
}

#exchange_email_box {
	background: url(../sh-images/icons/exchange_icon.jpg) no-repeat 90% 0%;
}

#exchange_email_box h4 {
	color: #006C91;
}

#exchange_email_box img {
	vertical-align: bottom;
}

#servers_service_box {
	margin-left: 15px;
	background: url(../sh-images/icons/servers_icon.jpg) no-repeat 95% 0%;
}

#servers_service_box h4 {
	color: #006C91;
}

#servers_service_box img {
	vertical-align: bottom;
}

#vps_box {
	margin-left: 15px;
	background: url(../sh-images/icons/servers_icon.jpg) no-repeat 90% 0%;
}

#vps_box h4 {
	color: #006C91;
}

#vps_box img {
	vertical-align: bottom;
}

#index_source_host {
	width: 260px;
	padding: 20px;
	float: right;
	color: #333;
}

#index_source_host p {
	margin: 0;
	padding: 0;
}

#index_source_host h3 {
	font-size: 25px;
	color: #006C91;
	margin: 0;
	padding: 0;
}

#index_lin_win_logos {
	margin-top: 5px;
	margin-bottom: 10px;
}

#index_gmob_oneclick_container {
	width: 100%;
	height: auto;
	clear: both;
}

#index_gomobi_btn {
	border: 0;
	margin-left: 4px;
}

#index_oneclick_btn {
	border: 0;
}

.pp_index_logo {
	margin-left: 120px;
}

.pp_horzntl_logo_box {
	width: 326px;
	height: 80px;
	margin: 0 auto;
}

.pp_horzntl_logo_box img {
	border: 0;
}

/* hosting domain extra info styles */

#hosting_extras_container {
	width: 360px;
	height: auto;
	position: relative;
	float: right;
}

*.hosting_intro_text {
	font-size: 14px;
}

#hosting_top_spacer {
	width: 99%;
	height: 5px;
	clear: both;
}

#hosting_links_container {
	width: 180px;
	height: auto;
	position: relative;
	float: right;
}

#hosting_linux_logo {
	margin-bottom: 15px;
}

.hosting_link_btn {
	width: 180px;
	height: 28px;
	background-color: #00ace6;
	font-size: 15px;
	text-align: center;
	padding-top: 6px;
}

*.h_btn_bmargin {
	margin-bottom: 6px;
}

*.hosting_link_btn a {
	color: #fff;
	text-decoration: none;
}

*.hosting_link_btn a:hover {
	color: #000;
}


*.hosting_package_text {
	font-size: 14px;
}

#hosting_win_logo {
	width: 180px;
	height: 170px;
	position: relative;
	float: right;
}	


#hosting_specs {
	width: 95%;
	border-collapse: collapse;
	border-bottom: 1px dashed #999;
}

#hosting_features {
	width: 95%;
	border-collapse: collapse;
	border-bottom: 1px dashed #999;
}

#dedicated_servers {
	width: 95%;
	border-collapse: collapse;
	border-bottom: 1px dashed #999;
}

*.heading_row td {
	text-align: left;
	font-weight: bold;
	font-size: large;
	color: #fff;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	background-color: #00ace6;
}

*.sub_header {
	padding-left: 4px;
	font-weight: bold;
	font-size: 1.25em;
	background-color: #e0e0e0;
}

*.regular_row td {
	height: 26px;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 4px;
}

*.hd_prices {
	font-weight: bold;
	font-size: larger;
	color: green;
}

*.hp_desc_table {
	width: 420px;
	border-bottom: 1px dashed #999;
}

*.package_item_desc {
	font-size: smaller;
	font-weight: bold;
}

*.package_metrics {
	padding-right: 10px;
	font-size: smaller;
	text-align: right;
}

#domain_info_top_list {
	list-style: none;
	width: 99%;
	height: 315px;
	margin-top: 40px;
}

#domain_prices {
	width: 420px;
	border-collapse: collapse;
	border-bottom: 1px dashed #999;
	margin-left: 20px;
}

#domain_info_top_list li {
	width: 49%;
	height: auto;
	position: relative;
	float: left;
}

#domain_transfer_img {
	width: 130px;
	position: relative;
	float: right;
}

#good_deal {
	width: 99%;
	clear: both;
	margin-top: 10px;
}

#domain_top_spacer {
	width: 100%;
	height: 5px;
	clear: both;
}

#domain_reg_guide_box {
	width: 450px;
	position: relative;
	float: left;
	clear: right;
}

#domain_reg_features {
	width: 400px;
	border-collapse: collapse;
	border-bottom: 1px dashed #999;
	margin-left: 500px;
	margin-top: 45px;
}

#domain_bottom_spacer {
	width: 100%;
	height: 5px;
	clear: both;
}


/* addons page Styles */

*.addon_img_box {
	width: 120px;
	height: 130px;
	position: relative;
	float: right;
}


/* news page Styles */

#news_page_spacer {
	width: 100%;
	height: 120px;
}


/* dedicated servers page Styles */

#dctd_server_list_container {
	width: 99%;
	height: 190px;
	background: url(../sh-images/servers/dedicated_servers_img.jpg) no-repeat 95% 0%;
}

#dedicated_server_list li {
	height: 26px;
	font-size: 1.6em;
}

*.dctd_servers_img {
	width: 75px;
	height: 75px;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
}

#dedicated_server_list li img {
	vertical-align: bottom;
}

#cpanel_logo_img {
	width: 160px;
	float: right;
}

#cp_whm_container {
	width: 99%;
	height: 300px;
	background: url(../sh-images/servers/dedicated_servers.jpg) no-repeat 95% 0%;
}

#cp_whm_feature_list li {
	height: 26px;
	font-size: 1.6em;
}


/* virtual private servers page Styles */

#vps_list_container {
	width: 99%;
	height: 110px;
	background: url(../sh-images/vps/dell_r710.jpg) no-repeat 99% 0%;
}

#vps_list_left {
	list-style: none;
	width: 320px;
	height: auto;
	position: relative;
	float: left;
	top: 15px;
}

#vps_list_left li {
	list-style: none;
	width: auto;
	height: 26px;
	font-size: 1.6em;
}

#vps_list_left li img {
	vertical-align: bottom;
}

#vps_list_right {
	list-style: none;
	width: 320px;
	height: auto;
	position: relative;
	margin-left: 340px;
	top: 15px;
}

#vps_list_right li {
	list-style: none;
	width: auto;
	height: 26px;
	font-size: 1.6em;
}

#vps_list_right li img {
	vertical-align: bottom;
}

*.vps_imgs {
	width: 65px;
	height: 65px;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

#vps_dell_logo {
	width: 75px;
	height: 75px;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}


/* Exchange email page Styles */

#exchange_email_logo {
	width: 360px;
	height: 80px;
	position: relative;
	float: right;
}

#exchange_list_container {
	width: 98%;
	height: auto;
	background: url(../sh-images/exchange/exchange-email.jpg) no-repeat 99% 0%;
}

*.exchange-img {
	width: 75px;
	position: relative;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#exchange_email_list li {
	height: 26px;
	font-size: 1.6em;
}

#exchange_email_list li img {
	vertical-align: bottom;
}

#free_outlook {
	color: orange;
	font-weight: bold;
}

#exchange_email_only {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
}

#exchange_email_big_price {
	font-size: 2.2em;
	color: orange;
	font-weight: bold;
}


*.exchange_buy_link a {
	font-size: 2.2em;
	background: orange;
	padding: 4px;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
	position: relative;
	top: 15px;
}

*.exchange_buy_link a:hover {
	border: 1px solid #999;
	padding: 4px;
	color: #666;
}

*.exchange_buy_button {
	padding-left: 60px;
}

#exchange_bottom_spacer {
	width: 100%;
	height: 5px;
	clear: both;
}


/* one click page Styles */

#oneclick_scripts_img {
	width: 520px;
	height: 100px;
	position: relative;
	float: right;
	margin-top: 10px;
}

*.oneclick_intro_text {
	font-size: 18px;
}

*.oneclick_big_container {
	width: 100%;
	height: 210px;
	position: relative;
	border-top: 1px dashed #ccc;
}

*.oneclick_big_container h3 {
	margin-top: 30px;
}

*.oneclick_big_container p {
	width: 710px;
}

.wp_top_margin {
	margin-top: 20px;
}

.elgg_btm_brdr {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 25px;
}

#oneclick_wp_logo, #oneclick_joomal_logo, #oneclick_drupal_logo, 
#oneclick_concrete5_logo, #oneclick_phpbb_logo, #oneclick_bbpress_logo, 
#oneclick_openads_logo, #oneclick_elgg_logo {
	width: 200px;
	height: 200px;
	position: relative;
	float: right;
	top: 5px;
}

*.oneclick_small_container {
	width: 100%;
	height: 85px;
	position: relative;
}

#oneclick_nucleus_logo, #oneclick_geeklog_logo, 
#oneclick_sugarcrm_logo, #oneclick_mediawiki_logo, 
#oneclick_mambo_logo, #oneclick_simplecms_logo {
	width: 75px;
	height: 75px;
	position: relative;
	float: right;
	top: 5px;
}


/* goMobi page Styles */


*.gomobi_intro_text {
	font-size: 16px;
	line-height: 20px;
}

#gomobi_top_order_box {
	width: 280px;
	height: auto;
	text-align: center;
	position: relative;
	float: right;
	margin-top: 15px;
}

#gomobi_logo {
	margin-bottom: 10px;
}

#gomobi_price_text {
	color: #029e4a;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
}

.gomobi_button {
	width: 140px;
	height: 36px;
	background-color: #029e4a;
	font-size: 2em;
	text-align: center;
	padding-top: 4px;
}

.gmobi_top_btn {
	margin: 0 auto;
}

.gomobi_order_link {
	color: #fff;
	text-decoration: none;
}

.gomobi_order_link:hover {
	color: #000;
	text-decoration: none;
}

#gomobi_overview_list {
	list-style: none;
	width: 580px;
}

#gomobi_overview_list li {
	width: auto;
	height: 30px;
	font-size: 22px;
}

#gomobi_overview_list li img {
	vertical-align: bottom;
}

#gomobi_example_img {
	width: 250px;
	height: 199px;
	position: relative;
	float: right;
	margin-right: 20px;
}

#gomobi_key_fact_list {
	width: auto;
}

#gomobi_key_fact_list li {
	width: auto;
	height: 25px;
}

#gomobi_features_table {
	width: 678px;
	border: 1px solid #ccc;
}

*.row_grey_bgrnd {
	background-color: #f8f7f7;
}

*.gomobi_feature_text {
	font-size: 16px;
	line-height: 20px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
}

#gomobi_btm_spacer {
	width: 99%;
	height: 30px;
}


/* About page Styles */

#about_web_design_container {
	width: 90px;
	height: 100px;
	position: relative;
	float: right;
}

#about_web_design_container img {
	border: 0;
}

#about_image {
	width: 800px;
	height: 380px;
	margin: 0 auto;
	background: url(../sh-images/general/sh_about_us_img.jpg) no-repeat;
}

#about_page_spacer {
	width: 100%;
	height: 40px;
}

/* Contact page Styles */

#mail_form_container {
	width: 395px;
	height: auto;
	position: relative;
	
}

#mailForm fieldset {
	padding-left: 10px;
}

#mailForm legend {
	color: #555;
	font-size: larger;
	font-weight: bold;
}

#mailForm {
	padding-left: 10px;
}

#mailForm label {
	
}

#realname {
	margin-top: 5px;
}

#mailForm input {
	margin-bottom: 4px;
}

#enquiry {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 25px;
}

#submit_butn {
	color: green;
	margin-left: 10px;
}

#reset_butn {
	color: #f00;
	margin-left: 5px;
}

#randomNumber {
	font-family: "Lucida Console", mono-type;
	font-size: larger;
	font-weight: bold;
	margin-right: 10px;
}

#antiSpam_note {
	font-size: 10px;
}

#contact_big_container {
	margin: 0;
	padding: 0;
	width: 480px;
	height: auto;
	position: relative;
	float: right;
	margin-right: 10px;
}

#contact_address_box {
	width: 140px;
	position: relative;
	float: left;
}

#contact_telephone_container {
	width: 190px;
	position: relative;
	margin-left: 160px;
}

#contact_box_spacer {
	width: 100%;
	height: 5px;
	clear: both;
}

#contact_page_bottom_spacer {
	width: 100%;
	height: 15px;
}


/* thank you page Styles */

#mail_form_thanku_page_spacer {
	width: 100%;
	height: 180px;
}


/* privacy page Styles */

#privacy_pp_logo_box {
	width: 150px;
	height: 65px;
	position: relative;
	float: right;
	margin-top: -5px;
	margin-right: 10px;
}


/* terms page Styles */

#terms_pp_logo_box {
	width: 150px;
	height: 65px;
	position: relative;
	float: right;
	margin-right: 10px;
}


/* system status page Styles */

.status-img-container {
	width: 240px;
	height: 160px;
	background: url(../sh-images/general/system-status-img.jpg) no-repeat;
	position: relative;
	float: right;
}


/* hosting features page Styles */

#hosting_features_page_spacer {
	width: 100%;
	height: 15px;
}


/* control panel features page Styles */

#cpanel_features_page_spacer {
	width: 100%;
	height: 15px;
}


/* Control Panel Styles */	

ul#menu {
	width: 160px;
	padding: 15px;
	margin-right: 15px;
	background: #f4f4f4;
	-moz-border-radius: 5px;
	float: left;
}

ul#menu li {
	margin: 0;
	background: url(./theme-images/bullet_menu.png) no-repeat left center;
	padding-left: 10px;
	width: 155px;
}

ul#menu li a {
	color: #666;
	font-weight: bold;
	display: block;
	padding: 4px 0 4px 5px;
}

ul#menu li a:hover {
	color: #333;
	background: #ccc;
	padding: 4px 0 4px 5px;
}
		
ul#cp {
	width: 710px;
}

ul#cp li a{
	width: 135px;
	height: 105px;
	background: url(./theme-images/bg_cp.png) no-repeat;
	text-align: center;
	float: left;
	margin: 0 7px 20px 0;
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #666; 	text-decoration: none;
	border: none;
}

ul#cp li {
	display: inline;
}

ul#cp li.end {
	margin-right: 0;
}

ul#cp li a:hover {
	color: #999;
}

ul#cp img {
	margin: 7px auto 3px auto;
}
		
.bad-input {
	color: red;
	background: yellow;
}

.contact-1 {
	float: left;
}

table.price-and-description {
	border: 1px solid #888;
	width: 95%;
}

table.price-and-description td {
	border: 1px solid #888;
	padding: 5px;
	background: #f6f6f6;
}

.error {
	color: red;
}

table.basket {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-spacing: 2;
}	
table.basket thead th {
	background: #888;
	color: white;
}

table.basket tbody td,
table.basket tbody th,
table.basket tfoot th,
table.basket tfoot td {
	background: #eee;
	color: black;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

table.basket tfoot th,
table.basket tbody th {
	text-align: left;
}

table.basket tbody td:first-child {
	text-align: left;
}
td.unit_price_left {
	border-width: 1px 0px 1px 1px;
}
td.unit_price_mid {
	border-width: 1px 0px 1px 0px;
}
td.unit_price_right {
	border-width: 1px 1px 1px 0px;
	text-align: right;
}

.contact-1 table th {
	text-align: left;
}

a:link img#check-cookie {
	border: none;
}

a:visited img#check-cookie {
	border: none;
}

a:hover img#check-cookie { 
	border: none;
}

.bottom-links span {
	font-size: smaller;
}

.left-th th {
	text-align: left;
}

input[type="text"] {
	width: 200px;
	border: 1px solid #ccc;
	padding: 3px;
}

select {
	width: 200px;
}

.normal-input-width input[type="text"],
.normal-input-width select {
	width: auto;
}

.dac-results-table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 2;
}

.dac-results-table td, th {
	padding: 5px;
}

.basket .item-name {
	text-align: left;
	padding: 5px;
}

.basket tbody th {
	text-align: left;
}

.basket tfoot th {
	text-align: left;
}

/* This is just to make MSIE more sane */

h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: bold;
}

h4 {
	font-size: 100%;
}

