/*
Pixel Internet Ltd
URL: http://www.pixelinternet.co.uk
Author: - Pixel Internet Ltd
Author URL: http://www.pixelinternet.co.uk
Copyright - Pixel Internet Ltd
*/
* {
	padding:0;
	margin:0;
}
body {
	font:83% Arial, Helvetica, sans-serif;
	color:#3e3e3e;
	text-align:left;
	background:#e8e8e8 url(../graphics/BKstep.gif) repeat-y 50% 0;
}
img {
	border:none;
	outline:none;
}
a {
	text-decoration:none;
	color:#5D3253;
	border:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
a.upsell {
	text-decoration:underline;
	color:#5D3253;
}
div.hr {
	background:url(../graphics/HRline.gif) no-repeat 50% 0;
	height:28px;
	width:615px;
	border:none;
}
h1 {
	/*background:url(../graphics/h1BK.png) no-repeat 0 0;*/
	position:absolute;
	left:0;
	top:135px;
	/*top:156px; Christmas*/
	width:230px;
	height:39px;
	padding:7px 0 0 20px;
	white-space:nowrap;
	font-size:1.7em;
}
/*.piXel h1 {

	top:153px;

}*/

.Support h1 {
	top:132px;
}
h1 a {
	color:#fff;
	text-shadow:0 1px 0 #1F0A1A;
}
h1 a:hover {
	text-decoration:none;
}
p {
	padding-bottom:8px;
	line-height:18px;
}
.textBlock p {
	line-height:22px;
	padding-bottom:15px;
}
p.small {
	font-size:10px !important;
	line-height:16px;
}
p.smallish {
	font-size:11px !important;
	line-height:17px;
}
p a {
	font-weight:bold;
	text-decoration:underline;
}
p.title, h3.title {
	background:#E5E5E5;
	padding:10px; /*width:100%; */
	display:block;
	margin:10px 0;
	font-size:14px;
	font-weight:bold;
	color:#3e3e3e;
}
p.copywrite {
	padding:10px 0 0 15px;
	font-size:11px;
}
.centre {
	text-align:center;
}
.error {
	color:#FF0000;
}
.BKnone {
	background-image:none !important;
}
.titles {
	background:url(../graphics/infoBlockWideHeader.png) no-repeat 0 0;
	height:34px;
	padding:10px 0 0 10px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-shadow:0 1px 0 #1F0A1A;
}
fieldset, input {
	border:none;
	outline:none;
}
.center {
	text-align:center;
}
.jsWarning {
	background:#FFE8E9;
	border-top:1px solid red;
	border-bottom:1px solid red;
	color:#000;
	position:absolute;
	top:70px;
	right:0;
	font-size:0.9em;
	padding:10px 5px;
}
.infobar, .successbar, .warningbar, .errorbar {
	background:url(../graphics/info-bar-trans.png) no-repeat 0 0;
	width:585px !important;
	height:39px !important;
	white-space:nowrap;
	overflow:hidden;
	padding:22px 0 0 70px;
	margin-left:2px;
	font-size:1.1em;
	clear:both !important;
}
.infobar.bottomPD, .successbar.bottomPD, .warningbar.bottomPD, .errorbar.bottomPD {
	padding-bottom:10px;
}
.successbar {
	background:url(../graphics/success-bar-trans.png) no-repeat 0 0;
}
.warningbar {
	background:url(../graphics/warning-bar-trans.png) no-repeat 0 0;
}
.errorbar {
	background:url(../graphics/error-bar-trans.png) no-repeat 0 0;
}
ul.StandardList, ol.StandardList {
	margin:0 0 15px 30px;
	list-style:none;
}
ul.StandardList li, ol.StandardList li {
	line-height:20px;
	padding-left:35px;
}
ul.StandardList li {
	background:url(../graphics/domainTick.gif) no-repeat 0 0;
}
ul.StandardList li.BKnone, ul.BKnone li {
	background:none;
	line-height:26px;
	list-style:disc;
	padding-left:0;
}
/*LAYOUT*/

#container {
	width:960px;
	margin:0 auto;
	position:relative;
}
#container #copyHolder {
	width:960px;
	background:#fff;
	padding-top:16px;
}
#mainBlock {
	padding-top:12px;
	width:960px;
}
.one #mainBlock {
	padding-top:0;
} /*homepage only*/
#header {
	width:960px;
	position:relative;
}
#header a {
	display:block;
}
#navContainer {
	width:960px;
	background:url(../graphics/navBK.gif) no-repeat left top;
	margin-top:10px;
}
/*.piXel #navContainer {

	margin-top:28px;

}*/

#navContainer ul.nav {
	width:959px;
	height:42px;
	background:url(../graphics/navBKRight.png) no-repeat right top;
}
#navContainer ul.nav li {
	list-style:none;
	float:left;
}
#navContainer ul.nav li.first {
	margin-left:12px;
}
#navContainer ul.nav li.last {
	padding-right:0;
}
#navContainer ul.nav li a {
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none !important;
	text-align: center;
}
#navContainer ul.nav li a:hover {
	text-decoration:none !important;
	text-align: center;
	text-shadow:0 1px 0 #1F0A1A;
}
#navContainer ul.nav li.one a {
	width:94px;
	height:21px;
	padding:13px 0 0 0;
}
.one #navContainer ul.nav li.one a, #navContainer ul.nav li.one a:hover {
	background:url(../graphics/homeH.png) no-repeat 0 0;
	height:27px;
	padding:10px 0 0 0;
	float:left;
	font-weight:bold;
}
#navContainer ul.nav li.two a {
	width:132px;
	height:24px;
	padding:13px 0 0 0;
}
.two #navContainer ul.nav li.two a, #navContainer ul.nav li.two a:hover {
	background:url(../graphics/hostingH.png) no-repeat 0 0;
	padding:10px 0 0 0;
	height:27px;
	font-weight:bold;
}
#navContainer ul.nav li.three a {
	width:150px;
	height:24px;
	padding:13px 0 0 0;
}
.three #navContainer ul.nav li.three a, #navContainer ul.nav li.three a:hover {
	background:url(../graphics/domainH.png) no-repeat 0 0;
	padding:10px 0 0 0;
	height:27px;
	font-weight:bold;
}
#navContainer ul.nav li.four a {
	width:156px;
	height:24px;
	padding:13px 0 0 0;
}
.four #navContainer ul.nav li.four a, #navContainer ul.nav li.four a:hover {
	background:url(../graphics/resellerH.png) no-repeat 0 0;
	padding:10px 0 0 0;
	height:27px;
	font-weight:bold;
}
#navContainer ul.nav li.five a {
	width:128px;
	height:24px;
	padding:13px 0 0 0;
}
.five #navContainer ul.nav li.five a, #navContainer ul.nav li.five a:hover {
	background:url(../graphics/webbuilderH.png) no-repeat 0 0;
	padding:10px 0 0 0;
	height:27px;
	font-weight:bold;
}
#navContainer ul.nav li.six a {
	width:152px;
	height:24px;
	padding:13px 0 0 0;
}
.six #navContainer ul.nav li.six a, #navContainer ul.nav li.six a:hover {
	background:url(../graphics/affiliateH.png) no-repeat 0 0;
	padding:10px 0 0 0;
	height:27px;
	font-weight:bold;
}
#navContainer ul.nav li.seven a {
	width:124px;
	height:24px;
	padding:13px 0 0 0;
}
#navContainer ul.nav li.seven a:hover {
	background:url(../graphics/orderH.png) no-repeat 0 0;
	padding:10px 0 0 0;
	height:27px;
	font-weight:bold;
}
#navContainer ul.breadcrumbs {
	background:url(../graphics/crumbBK2.png) no-repeat right top;
	height:46px;
	padding-left:250px;
	/*margin-left:250px;*/
	text-transform:uppercase;
	font-size:0.8em;
	white-space:nowrap;
	overflow:hidden;
}
#navContainer ul.breadcrumbs li {
	float:left;
	list-style:none;
	padding:15px 0 0 10px;
}
#navContainer ul.breadcrumbs li.home {
	background:url(../graphics/crumbHomeBK.png) no-repeat 0 0;
	width:57px;
	height:31px;
	padding:15px 0 0 40px;
}
#navContainer ul.breadcrumbs li.level2 {
	height:31px;
	padding:15px 25px 0 10px;
	background:url(../graphics/crumbLiBK.png) no-repeat right top;
}
#navContainer ul.breadcrumbs li.level2.nolink {
	color:#b1b1b1;
}
#navContainer ul.breadcrumbs li a {
	color:#b1b1b1;
	padding:15px 0 0 0;
	display:inline;
}
/*NEW SUB NAV*/

.menuBlock {
	height:42px;
	width:959px;
	position:relative;
	z-index:1000;
}
/* hack to correct IE5.5 box model */

* html .menuBlock {
	width:960px;
	w\idth:959px;
}
.menuBlock ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menuBlock li {
	position:relative;
}
.menuBlock ul ul {
	background:url(../graphics/subnavBK-trans.png) no-repeat left bottom;
	border-top:8px solid #572F4E;
	visibility:hidden;
	position:absolute;
	top:34px;
	left:-10px;
	width:435px;
	padding:20px 0 20px 40px;
}
.menuBlock ul ul.addOns {
	left:-296px;
}
.menuBlock ul ul.builder {
	left:-324px;
}
/* hack for IE5.5 */

* html .menuBlock ul ul {
	top:34px;
	t\op:35px;
}
#navContainer ul.nav :hover > a.A2 {
	background:url(../graphics/hostingH.png) no-repeat 0 0;
	padding-top:10px !important;
}
#navContainer ul.nav :hover > a.A3 {
	background:url(../graphics/domainH.png) no-repeat 0 0;
	padding-top:10px !important;
}
#navContainer ul.nav :hover > a.A6 {
	background:url(../graphics/affiliateH.png) no-repeat 0 0;
	padding-top:10px !important;
}
#navContainer ul.nav :hover > a.A5 {
	background:url(../graphics/webbuilderH.png) no-repeat 0 0;
	padding-top:10px !important;
}
#navContainer ul.nav :hover > a.A4 {
	background:url(../graphics/resellerH.png) no-repeat 0 0;
	padding-top:10px !important;
}
#navContainer ul.nav ul :hover > a {
	padding-top:0 !important;
}
#navContainer ul.nav ul li {
	width:183px;
	margin:0 14px 10px 0;
	background:url(../graphics/subListBK.gif) repeat-x left bottom !important;
	position: relative;
}
#navContainer ul.nav ul li#webbuilder {
	width:195px !important;
}
#navContainer ul.nav ul li.new img {
	position:absolute;
	top:0;
	right:-10px;
}
#navContainer ul.nav ul a {
	font-size:11px !important;
	font-weight:normal !important;
	text-shadow:none !important;
	line-height:14px !important;
	text-align:left !important;
	height:50px !important;
	width:183px !important;
	padding:0 0 8px !important;
	display:block;
	background:none !important;
}
#navContainer ul.nav ul li#webbuilder a {
	width:195px !important;
}
#navContainer ul.nav ul a:hover {
	background:url(../graphics/subnavLinkHover.gif) no-repeat left top !important;
}
#navContainer ul.nav ul li a span {
	font-size:13px;
	font-weight:bold;
	display:block;
	text-shadow:0 1px 0 #1F0A1A;
	padding-bottom:5px !important;
}
#navContainer ul.nav ul a:hover span {
	padding-left:13px !important;
}
/*style the table  - required for IE*/

.menuBlock table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* hack for IE5.5 */

* html .menuBlock ul ul a, * html .menuBlock ul ul a:visited {
	width:150px;
	w\idth:128px;
}
.menuBlock ul li:hover ul, .menuBlock ul a:hover ul {
	visibility:visible;
}
/*END NEW SUB NAV*/

#topNav {
	position:absolute;
	top:5px;
	/*top:15px; Chgristmas*/
	right:0;
	width:339px;
	height:64px;
	background:url(../graphics/TopNavBK.gif) no-repeat 0 0;
	padding:7px 0 0 10px;
}
#topNav ul {
	display:block;
	width:339px;
	height:30px;
}
#topNav li {
	list-style:none;
	float:left;
	position:relative;
}
#topNav li a {
	font-size:0.85em;
	font-weight:bold;
	display:block;
	padding:7px 0 0 0;
	text-decoration:none;
	color:#fff;
}
#topNav li a:hover {
	text-decoration:none;
}
#topNav li a.login, #topNav li a.forum {
	padding-left:30px;
}
#topNav li a.contact {
	padding-left:60px;
}
#topNav li a.affiliates {
	padding-left:55px;
}
#topNav li a.blog {
	padding-left:50px;
}
#topNav li a.twitter {
	padding-left:40px;
}
#topNav li a:hover {
	text-decoration:underline;
}
/*SERVICES*/
div#services {
	height:272px;
	padding-top:6px;
	position:relative;
}
div#services .summersale, div#services .chrimbosale {
	position: absolute;
	left:212px;
	top:45px;
	width:296px;
	height:62px;
	z-index:500;
	background-image:none !important;
}
div.domains, div.hosting, div.reseller, div.dedicated, div.webbuilder, div.ssl {
	width:237px;
	padding-right:4px;
	height:272px;
	overflow:hidden;
	float:left;
	position:relative;
}
ul.actions {
	position:absolute;
	list-style:none;
	right:28px;
	bottom:3px;
}
ul.actions li {
	float:right;
	padding-left:10px;
}
div.dedicated {
	padding-right:0;
}
div#services div h2 a {
	background:url(../graphics/h2Domains2.gif) no-repeat 0 0;
	width:237px;
	height:0;
	padding-top:64px;
	overflow:hidden;
	display:block;
}
div#services div.hosting h2 a {
	background:url(../graphics/h2Hosting2.gif) no-repeat 0 0;
}
div#services div.reseller h2 a {
	background:url(../graphics/h2Reseller2.gif) no-repeat 0 0;
}
div#services div.dedicated h2 a {
	background:url(../graphics/h2Dedicated.gif) no-repeat 0 0;
}
div#services div.webbuilder h2 a {
	background:url(../graphics/h2Webbuilder2.gif) no-repeat 0 0;
}
div#services div ul.features {
	background:url(../graphics/Domains2ULBK.png) no-repeat 0 0;
	width:222px;
	height:198px;
	padding:10px 0 0 15px;
}
div#services div.hosting ul.features {
	background:url(../graphics/Reseller2ULBK.png) no-repeat 0 0;
}
div#services div.reseller ul.features, div#services div.webbuilder ul.features {
	background:url(../graphics/Hosting2ULBK.png) no-repeat 0 0;
}
div#services div.dedicated ul.features {
	background:url(../graphics/DedicatedULBK.png) no-repeat 0 0;
}
div#services div ul.features li {
	list-style:none;
	padding-left:25px;
	background:url(../graphics/greenTick-trans.png) no-repeat 0 2px;
	line-height:25px;
	color:#fff;
	font-weight:bold;
	text-shadow:0 1px 0 #517F00;
}
div#services div.hosting ul.features li {
	background:url(../graphics/blueTick-trans.png) no-repeat 0 2px;
	text-shadow:0 1px 0 #004CAF;
}
div#services div.reseller ul.features li, div#services div.webbuilder ul.features li {
	background:url(../graphics/orangeTick-trans.png) no-repeat 0 2px;
	text-shadow:0 1px 0 #AF3E00;
}
div#services div.dedicated ul.features li {
	background:url(../graphics/pinkTick-trans.png) no-repeat 0 2px;
	text-shadow:0 1px 0 #8F0031;
}
/*LEFT COLUMN*/







#leftColumn {
	width:265px;
	/*padding-right:11px;*/



	float:left;
}
.one #leftColumn {
	position:relative;
	padding-top:113px;
} /*homepage only*/
/*LEFT BLOCKS*/



.leftBlock {
	background:#e8e8e8 url(../graphics/aboutUsBK.gif) no-repeat left bottom;
	padding-bottom:11px;
	margin-bottom:11px;
	position:relative;
}
#leftColumn a.banner {
	margin-bottom:11px;
	display:block;
}
.leftBlock.oneClicks, .leftBlock.iPhone {
	padding-bottom:0 !important;
	background:none;
	height:145px !important;
	overflow:hidden;
}
.leftBlock.iPhone p {
	background:url(../graphics/HostingOnTheMove.gif) no-repeat 0 0;
	height:102px;
}
.leftBlock.iPhone p.leftPad {
	padding:15px 10px 0 120px;
}
.leftBlock h3.titles {
	background:url(../graphics/aboutUsHeader.png) no-repeat 0 0;
}
.leftBlock h4 {
	padding:10px 10px 0 10px;
	font-size:1.2em;
}
.leftBlock p {
	padding:10px;
	font-size:0.9em;
}
.leftBlock p.aboutbutton {
	padding:0 10px 2px 10px;
}
.leftBlock li {
	padding:6px 0 0 10px;
	list-style:none;
}
.leftBlock li a {
	color:#515151;
	display:block;
	width:234px;
	height:24px;
	padding:10px 0 0 10px;
	background:url(../graphics/leftBlockNav.gif) no-repeat 0 -34px;
}
.leftBlock li a:hover, .L1 .leftBlock li.L1 a, .L1a .leftBlock li.L1a a, .L1b .leftBlock li.L1b a, .L2 .leftBlock li.L2 a, .L3 .leftBlock li.L3 a, .L4 .leftBlock li.L4 a, .L5 .leftBlock li.L5 a, .L6 .leftBlock li.L6 a, .L7 .leftBlock li.L7 a, .L8 .leftBlock li.L8 a, .L9 .leftBlock li.L9 a, .L10 .leftBlock li.L10 a, .L11 .leftBlock li.L11 a, .L12 .leftBlock li.L12 a, .L13 .leftBlock li.L13 a, .L14 .leftBlock li.L14 a, .L15 .leftBlock li.L15 a {
	color:#552e4c;
	background-position:0 0;
	text-decoration:none;
	font-weight:bold;
}
.leftBlock span.miniIcon, .infoBlock span.miniIcon {
	position:absolute;
	top:9px;
	right:12px;
}
.leftBlock span.shopsafe, .infoBlock span.shopsafe {
	position:absolute;
	top:8px;
	right:28px;
}
.leftBlock p.Cards {
	background:url(../graphics/CardSymbol.gif) no-repeat 0 0;
}
.infoBlock p.Cards {
	background:url(../graphics/CardSymbol.gif) no-repeat 180px 0;
	padding-right:160px;
}
.domainSearch {
	text-align:center;
	padding-left:25px;
}
.domainSearch form.search fieldset {
	width:240px;
	padding:5px 0 5px 0;
}
.leftBlock h3.domainH3 {
	background: url(../graphics/homeDomainSearchh3.png) no-repeat 0 0;
}
.domainSearch p {
	padding:4px 0;
	text-align:left
}
/*HELP BLOCK*/







#HomeHelp {
	background:#e8e8e8 url(../graphics/homeHelpFooter.png) no-repeat left bottom;
	width:265px;
	padding-bottom:43px;
	margin-bottom:11px;
}
#HomeHelp p.slide {
	background:url(../graphics/homeHelpSliderBK.png) no-repeat left top;
	height:32px;
	padding:12px 0 0 10px;
	font-size:1.3em;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
.borders p.slider {
	color:#3E3E3E;
	cursor:pointer;
}
.borders .panel-closed {
	display:none;
}
#HomeHelp p.panel-down {
	background:url(../graphics/homeHelpSliderUpBK.png) no-repeat left top;
}
#HomeHelp p.dSearch {
	background:url(../graphics/homeHelpHeaderBK.png) no-repeat left top;
}
.domainBlock form.search fieldset {
	margin:0 auto;
	width:310px;
	padding:20px 0;
}
form.search .home {
	background:#fff;
	border:none;
}
form.search div#domain, .infoBlockWide form.search input#fake-domain {
	background:url(../graphics/homeHelpSearchBK.png) no-repeat 0 0;
	width:162px;
	padding:10px 10px 0 10px;
	height:26px;
	border:none;
	float:left;
}
#mainSearch a.viewDomainPrice {
	float:right;
}
#mainSearch {
	background:url(../graphics/homeSearchBK.gif) no-repeat 0 0;
	width:683px;
	height:111px;
	position:relative;
}
#mainSearch form.search {
	position:absolute;
	left:15px;
	top:50px;
}
#mainSearch form.search input.Submit {
	width:32px !important;
}
#mainSearch form.search div#domain {
	background: url(../graphics/homeSearchInput.png) no-repeat 0 0;
}
form.search div#domain input.home {
	width:130px;
	float:left;
}
form.search div#domain span {
	float:left;
}
.infoBlockWide form.search div#domain {
	background:url(../graphics/SearchBK.gif) no-repeat 0 0 !important;
	width:232px !important;
	margin-left:20px;
}
.infoBlockWide form.search div#domain input {
	width:190px;
}
form.search input.Submit {
	/*background:url(../graphics/homeHelpSubmit.png) no-repeat 0 0;*/







	width:36px;
	height:36px;
	cursor:pointer;
	overflow:hidden;
	float:left;
}
/*.infoBlockWide form.search input.Submit {







	background:url(../graphics/Submit.png) no-repeat 0 0;







	}*/







form.search label {
	display:none;
}
#HomeHelp .panel-closed {
	display:none;
}
#HomeHelp .holder {
	padding:10px;
	font-size:0.9em;
}
#HomeHelp form.search fieldset {
	padding:10px 0 10px 12px;
	width:235px;
}
/*MAIN COLUMN*/







#mainColumn {
	width:683px;
	float:right;
	position:relative;
	padding-bottom:12px;
}
.textBlock {
	padding:10px;
	clear:both;
}
.centreTitle {
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	color:#5D3253;
	padding:15px 0;
}
/*INFO BLOCKS*/







.padd {
	margin-left:11px;
}
.infoBlock {
	background:url(../graphics/infoBlockBK.png) no-repeat left bottom;
	width:336px;
	height:144px;
	margin-bottom:11px;
	float:left;
	position:relative;
	overflow:hidden;
}
.one .infoBlock {
	margin-top:11px;
	margin-bottom:0;/*homepage only*/
}
.double {
	height:299px !important;
	background:#e8e8e8 url(../graphics/doubleFooter.gif) no-repeat left bottom;
}
.infoBlockWide {
	width:683px;
	margin-bottom:11px;
	float:left;
	position:relative;
}
.infoBlockWide h3.titles a {
	background:transparent url(../graphics/topTop.png) no-repeat scroll 0 0;
	height:0;
	overflow:hidden;
	padding-top:30px;
	position:absolute;
	right:10px;
	top:8px;
	width:30px;
}
.infoBlock h3.titles {
	background:url(../graphics/infoBlockHeader.png) no-repeat 0 0;
}
.infoBlock span.MiniNewsTitle a {
	font-size:16px;
	color:#af1d4e;
	font-weight:bold;
	text-decoration:none;
}
.infoBlock .dateBlock {
	background: url(../graphics/blogDateBK.gif) no-repeat 0 0;
	width:55px;
	height:77px;
	padding:3px 0 0 0;
	text-transform:uppercase;
	text-align:center;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	float:left;
	margin:10px 0 0 15px;
}
.infoBlock .dateBlock span {
	font-size:35px;
	color:#CCC;
}
.infoBlock p {
	padding:10px;
	height:71px;
	max-height:71px;
	overflow:hidden;
	background:none;
}
.infoBlockWide .borders, #showcase .borders {
	padding:10px;
	overflow:hidden;
	border-left:3px solid #dedede;
	border-right:3px solid #dedede;
	width:657px;
}
#newsfeed .borders {
	height:200px;
	overflow-y:scroll;
	overflow-x:hidden;
	padding:0 15px 0 0;
	width:662px;
}
.newsitem {
	background:url(../graphics/bg_newsitem.png) repeat-x center bottom;
	padding:15px;
	width:98%;
}
.newsitem h3, h3.welcome {
	padding-bottom:10px;
	color:#542E4B;
	font-size:16px;
}
.newsitem ul, .newsitem ol {
	padding:0 0 10px 20px;
	line-height:20px;
}
.double p {
	height:auto !important;
	max-height:none !important;
}
.infoBlock span.oneclicks {
	position:absolute;
	top:8px;
	right:28px;
	font-size:11px;
	color:#fff;
	text-align:left;
}
/*.infoBlock p.Guarantee {



	padding-right:100px;



	background:url(../graphics/GuaranteeSymbol.gif) no-repeat 230px 0;



}*/



.infoBlock p.Guarantee {
	padding-left:115px;
	background:url(../graphics/GuaranteeSymbol.gif) no-repeat 10px 0;
}
.infoBlock p.cardTypes {
	padding-left:115px;
	background:url(../graphics/homeCards.gif) no-repeat 10px 0
}
.infoBlock .news p {
	height:40px;
}
.infoBlock .news h4 {
	padding:10px 10px 0 10px;
	font-size:1.3em;
}
.infoBlock .news li {
	list-style:none;
}
.infoBlock #reviews p {
	background:none;
	margin-left:10px;
	_margin-left:5px;
	height:75px !important;
}
/*Main content*/







#mainColumn {
	font-size:0.9em;
}
#mainColumn h2 {
	background:url(../graphics/mainColumnh2BK.gif) no-repeat 0 0;
	width:668px;
	height:48px;
	color:#542e4b;
	font-size:1.8em;
	padding:16px 0 0 15px;
	position:relative;
}
h3.text {
	font-size:1.5em;
	color:#542e4b;
}
#mainColumn h2 span a {
	position:absolute;
	top:-30px;
	right:10px;
	width:119px;
	height:0;
	padding-top:119px;
	overflow:hidden;
	display:block;
}
/*DEDICATED*/

.Features li.Rbandwidth {
	background:url(../graphics/Rbandwidth.gif) no-repeat left top;
}
.Features li.Rsupport {
	background:url(../graphics/resellersSupport.gif) no-repeat left top;
}
.Features li.Rwebspace {
	background:url(../graphics/resellerWebspace.gif) no-repeat left top;
}
.Features li.Rdomains {
	background:url(../graphics/resellerDomains.gif) no-repeat left top;
}
.Features li.Rdatabases {
	background:url(../graphics/resellerDatabase.gif) no-repeat left top;
}
.Features li.Rcontrolpanel {
	background:url(../graphics/controlPanel.gif) no-repeat left top;
}
.Features li.Rbrandfree {
	background:url(../graphics/resellerBrand.gif) no-repeat left top;
}
.Features li.RoneClick {
	background:url(../graphics/resellerClick.gif) no-repeat left top;
}
.Features li.Rmanager {
	background:url(../graphics/resellerManager.gif) no-repeat left top;
}
.Features li.Rmailbox {
	background:url(../graphics/resellerMailboxes.gif) no-repeat left top;
}
#mainColumn h2.Dedicated {
	background:url(../graphics/DedicatedH2BK.gif) no-repeat 0 0;
	padding:16px 0 0 60px;
	width:633px;
}
.Features li.Dips {
	background:url(../graphics/dedicatedIP.gif) no-repeat left top;
}
.Features li.Dreboot {
	background:url(../graphics/dedicatedReboot.gif) no-repeat left top;
}
.Features li.Draid {
	background:url(../graphics/dedicatedRaid.gif) no-repeat left top;
}
.Features li.Dwindowslinux {
	background:url(../graphics/dedicatesPlatform.gif) no-repeat left top;
}
.Features li.Dram {
	background:url(../graphics/dedicatedRam.gif) no-repeat left top;
}
.Features li.Dharddrives {
	background:url(../graphics/dedicatedHarddrive.gif) no-repeat left top;
}
.Features li.Dcpanel {
	background:url(../graphics/Dcpanel.gif) no-repeat left top;
}
.Features li.Dbackup {
	background:url(../graphics/Dbackup.gif) no-repeat left top;
}
.Features li.Dmigration {
	background:url(../graphics/Dmigration.gif) no-repeat left top;
}
/*dedicated order page*/



#backupQuad, #backupDual, #backupQuad, #addCpanelQuad, #addCpanelDual, #addCpanelDual, #Quadcore, #Dualcore {
	margin:10px 0;
}
div.DualcoreBox, div.QuadcoreBox, div.QuadcoreMaxBox {
	width:336px;
	height:203px;
	margin:15px 0;
	background:url(../graphics/DualcoreBox.gif) no-repeat 0 0;
}
div.QuadcoreBox {
	background:url(../graphics/QuadcoreBox.gif) no-repeat 0 0;
}
div.QuadcoreMaxBox {
	background:url(../graphics/QuadcoreMaxBox.gif) no-repeat 0 0;
}
div.DualcoreBox ul, div.QuadcoreBox ul, div.QuadcoreMaxBox ul {
	list-style:none;
	padding-top:60px;
}
div.DualcoreBox ul li, div.QuadcoreBox ul li, div.QuadcoreMaxBox ul li {
	line-height:25px;
	padding:0 0 0 15px;
	color:#fff;
}
/*cPANEL*/
#mainColumn h2.cPanel {
	background:url(../graphics/cPanelH2BK.gif) no-repeat 0 0;
	padding:16px 0 0 115px;
	width:578px;
}
#mainColumn h2.cPanel span a {
	background:url(../graphics/cPanel-trans.png) no-repeat 0 0;
}
.Features li.cPanelAdmin {
	background:url(../graphics/cPanelAdmin.gif) no-repeat left top;
}
.Features li.cPanelVirus {
	background:url(../graphics/cPanelVirus.gif) no-repeat left top;
}
.Features li.cPanelLanguage {
	background:url(../graphics/cPanelLanguage.gif) no-repeat left top;
}
.Features li.cPanelGame {
	background:url(../graphics/cPanelGaming.gif) no-repeat left top;
}
.Features li.cPanelCPs {
	background:url(../graphics/cPanelCPs.gif) no-repeat left top;
}
.Features li.cPanelInterface {
	background:url(../graphics/cPanelInterface.gif) no-repeat left top;
}
.leftBlock li.whm, .leftBlock li.cPanel, .six .leftBlock li.fwb, .six .leftBlock li.wbp, .six .leftBlock li.host, .six .leftBlock li#oneClicks {
	display:none;
}
.six .leftBlock li.whm {
	display:block;
}
.six .leftBlock li.cPanel {
	display:block;
} /*only show on dedicated pages*/
/*AFFILIATES*/

h3.top_feat {
	padding:10px 0 15px;
	font-size:1.4em;
	color:#542E4B;
}
#mainColumn h2.Affiliate span a {
	background:url(../graphics/Affiliate-trans.png) no-repeat 0 0;
}
.Features li.Rcommission {
	background:url(../graphics/affiliateCommission.gif) no-repeat left top;
}
.Features li.Rcoding {
	background:url(../graphics/affiliateCoding.gif) no-repeat left top;
}
.Features li.Rlowmin {
	background:url(../graphics/affiliateLowmin.gif) no-repeat left top;
}
.Features li.Rconversion {
	background:url(../graphics/affiliateConversion.gif) no-repeat left top;
}
.Features li.Rbanners {
	background:url(../graphics/affiliateBanners.gif) no-repeat left top;
}
.Features li.Rstats {
	background:url(../graphics/affiliateStats.gif) no-repeat left top;
}
.Features li.Rpayout {
	background:url(../graphics/affiliatePayouts.gif) no-repeat left top;
}
/*EXCHANGE*/
.Features li.ExOutlook {
	background:url(../graphics/ExOutlook.gif) no-repeat left top;
}
.Features li.ExTransfer {
	background:url(../graphics/ExTransfer.gif) no-repeat left top;
}
.Features li.ExAnywhere {
	background:url(../graphics/ExAnywhere.gif) no-repeat left top;
}
.Features li.ExSynch {
	background:url(../graphics/ExSynch.gif) no-repeat left top;
}
.Features li.ExSecure {
	background:url(../graphics/ExSecure.gif) no-repeat left top;
}
.Features li.ExPush {
	background:url(../graphics/ExPush.gif) no-repeat left top;
}
.Features li.ExStorage {
	background:url(../graphics/ExStorage.gif) no-repeat left top;
}
.Features li.ExHardware {
	background:url(../graphics/ExHardware.gif) no-repeat left top;
}
#exchange {
	background:url(../graphics/exchangeBg.gif) no-repeat 420px 35px;
	width:680px;
	height:320px;
}
#exchange p.half {
	width:390px;
}
/*SPECIAL OFFER*/

.headerSpecial {
	position:absolute;
	right:0;
	top:35px;
}
/*PRIVACY*/
#mainColumn h2.Privacy span a {
	background:url(../graphics/Privacy-trans.png) no-repeat 0 0;
}
/*WEBBUILDER*/

#mainColumn h2.WebBuilder {
	background:url(../graphics/WebBuilderH2BK.gif) no-repeat 0 0;
	padding:16px 0 0 60px;
	width:623px;
}
#mainColumn h2.WebBuilder span a {
	background:url(../graphics/WebBuilder-trans.png) no-repeat 0 0;
}
#showcase {
	background:url(../graphics/infoBlockWideTop.gif) no-repeat left top;
	width:683px;
	margin:30px 0;
	padding-top:16px;
	float:left;
	position:relative;
}
.Features li.builderPages {
	background:url(../graphics/builderPages.gif) no-repeat left top;
}
.Features li.builderExperience {
	background:url(../graphics/builderExperience.gif) no-repeat left top;
}
.Features li.builderTemplates {
	background:url(../graphics/builderTemplates.gif) no-repeat left top;
}
.Features li.builderChanges {
	background:url(../graphics/builderChanges.gif) no-repeat left top;
}
.Features li.builderTest {
	background:url(../graphics/builderTest.gif) no-repeat left top;
}
.Features li.builderEcommerce {
	background:url(../graphics/builderEcommerce.gif) no-repeat left top;
}
.Features li.builderGalleries {
	background:url(../graphics/builderGalleries.gif) no-repeat left top;
}
.Features li.builderBlogs {
	background:url(../graphics/builderBlogs.gif) no-repeat left top;
}
.Features li.builderForums {
	background:url(../graphics/builderForums.gif) no-repeat left top;
}
.Features li.builderHosting {
	background:url(../graphics/freeHosting.gif) no-repeat left top;
}
.enlargePrompt {
	position:absolute;
	top:180px;
	right:20px;
	z-index:160;
}
/*GOMOBI*/

#mainColumn h2.mobileBuilder {
	background:url(../graphics/mobileBuilderH2BK.gif) no-repeat 0 0;
	padding:16px 0 0 135px;
	width:548px;
}
#mainColumn h2.mobileBuilder span a {
	background:url(../graphics/goMobi-trans.png) no-repeat 0 0;
}
.Features li.crossPhone {
	background:url(../graphics/crossPhone.gif) no-repeat left top;
}
.Features li.anyDomain {
	background:url(../graphics/anyDomain.gif) no-repeat left top;
}
.Features li.easySetup {
	background:url(../graphics/easySetup.gif) no-repeat left top;
}
.gomobiBox {
	width:600px !important;
	height:725px !important;
	background:#fff url(../graphics/loading.gif) no-repeat 50% 50% !important;
}
.gomobiBox iframe {
	width:600px !important;
	height:725px !important;
}
/*HOSTING*/

.Features li.webBuilder {
	background:url(../graphics/webBuilder.gif) no-repeat left top;
}
.Features li.guarantee {
	background:url(../graphics/guarantee.gif) no-repeat left top;
}
.Features li.ukHosting {
	background:url(../graphics/ukHosting.gif) no-repeat left top;
}
.Features li.uptime {
	background:url(../graphics/uptime.gif) no-repeat left top;
}
.Features li.freeSSL {
	background:url(../graphics/freeSSL.gif) no-repeat left top;
}
.Features li.freeStats {
	background:url(../graphics/freeStats.gif) no-repeat left top;
}
.Features li.iphoneCP {
	background:url(../graphics/iphoneCP.gif) no-repeat left top;
}
.Features li.freeSoftware {
	background:url(../graphics/freeSoftware.gif) no-repeat left top;
}
.Features li.awards {
	background:url(../graphics/awards.gif) no-repeat left top;
}
.Features li.adwords {
	background:url(../graphics/adwords.gif) no-repeat left top;
}

/*SEO*/
#mainColumn h2.SEO span, #mainColumn h2.AdWords span {
	background:url(../graphics/SEO-trans.png) no-repeat 0 0;
	position:absolute;
	top:-30px;
	right:10px;
	width:119px;
	height:0;
	padding-top:119px;
	overflow:hidden;
	display:block;
}
#mainColumn h2.AdWords span {
	background:url(../graphics/AdWords-trans.png) no-repeat 0 0;
}
.searchengines ul {
	float:left;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:15px;
	width:638px;
}
.searchengines li {
	border-bottom:1px solid #CCCCCC;
	float:left;
	padding:4px;
	width:200px;
}
.searchengines h4 {
	width:638px;
}
/*DOMAINS*/

#mainColumn h2 span.order a {
	position:absolute;
	top:12px;
	right:12px;
	width:135px;
	height:0;
	padding-top:35px;
	overflow:hidden;
	display:block;
}
#mainColumn h2.Domains {
	padding-left:15px !important;
}
#mainColumn h2.Domains span a {
	background:url(../graphics/DomainPrice-trans.png) no-repeat 0 0;
}
#mainColumn h2.Domains span.order a {
	background:url(../graphics/orderdomainBtn-trans.png) no-repeat 0 0;
}
p.register {
	background:url(../graphics/domainIcon.gif) no-repeat 20px 0;
	padding:0 140px 30px 70px;
}
/*.domainFeaturesList {

	width:300px;

	margin:0 0 30px 30px;

	list-style:none;

	float:left;

}

.domainFeaturesList li {

	background:url(../graphics/domainTick.gif) no-repeat 0 0;

	padding:0 0 0 32px;

	line-height:20px;

	font-weight:bold;

	color:#542e4b;

}*/

a.contentOrderbtn, a.tableOrderbtn, a.contentOrderbtn, a.contentViewbtn, a.demoViewbtn {
	position:absolute;
	right:30px;
	top:-10px;
	width:141px;
	height:0;
	z-index:150;
	padding-top:53px;
	overflow:hidden;
	background:url(../graphics/contentOrderBtn-trans.png) no-repeat 0 0;
}
a.contentViewbtn {
	background:url(../graphics/contentViewBtn-trans.png) no-repeat 0 0;
}
a.demoViewbtn {
	background:url(../graphics/demoBtn-trans.png) no-repeat 0 0;
}
a.contentOrderbtn.signup {
	background:url(../graphics/contentSignupBtn-trans.png) no-repeat 0 0;
}
a.tableOrderbtn {
	top:10px;
}
.Features h3 {
	font-size:1.3em;
	color:#157fea;
}
.Features p {
	font-size:0.9em;
	padding:0;
}
.Features li {
	list-style:none;
	float:left;
	width:250px;
	padding:0 0 20px 60px;
	margin-left:10px;
}
.Features li.emailforwarding {
	background:url(../graphics/forwardingIcon.png) no-repeat left top;
}
.Features li.webforwarding {
	background:url(../graphics/webforwardingIcon.gif) no-repeat left top;
}
.Features li.forsale {
	background:url(../graphics/forsaleIcon.gif) no-repeat left top;
}
.Features li.allforward {
	background:url(../graphics/allforwardIcon.gif) no-repeat left top;
}
.Features li.nameserver {
	background:url(../graphics/nameserverIcon.gif) no-repeat left top;
}
.Features li.webmail {
	background:url(../graphics/webmailIcon.gif) no-repeat left top;
}
.Features li.contacts {
	background:url(../graphics/contactsIcon.gif) no-repeat left top;
}
.Features li.optout {
	background:url(../graphics/optoutIcon.gif) no-repeat left top;
}
.Features li.nominet {
	background:url(../graphics/nominetIcon.gif) no-repeat left top;
}
.Features li.mailbox {
	background:url(../graphics/resellerMailboxes.gif) no-repeat left top;
}
.domainBlock {
	text-align:center;
}
ul.domainPrices, ul.domainTransfers {
	list-style:none;
	padding:0 0 0 15px;
	height:65px;
}
ul.domainTransfers {
	margin-left:70px;
}
ul.domainPrices li, ul.domainTransfers li {
	float:left;
}
ul.domainPrices li a, ul.domainTransfers li a {
	height:0;
	padding:65px 0 0 20px;
	overflow:hidden;
	display:block;
}
ul.domainPrices li.ukDomains a {
	background:url(../graphics/UKdomains.gif) no-repeat 0 0;
}
ul.domainPrices li.comDomains a {
	background: url(../graphics/comdomains.gif) no-repeat 0 0;
	width:205px;
}
ul.domainPrices li.euDomains a {
	background: url(../graphics/euDomains.gif) no-repeat 0 0;
	width:200px;
}
ul.domainTransfers li.TransferUK a {
	background: url(../graphics/TransferUK.gif) no-repeat 0 0;
	width:225px;
}
ul.domainTransfers li.TransferCom a {
	background: url(../graphics/TransferCom.gif) no-repeat 0 0;
	width:291px;
}
p.transferTransfers {
	background:url(../graphics/transferPrices.gif) no-repeat 50% 0;
	height:0;
	padding:64px 0 0 0!important;
	overflow:hidden;
}
/*HOSTING PLANS*/
#mainColumn h2.Linux {
	background:url(../graphics/LinuxH2BK.gif) no-repeat 0 0;
	padding:16px 0 0 55px;
	width:628px;
}
#mainColumn h2.Windows {
	background:url(../graphics/WindowsH2BK.gif) no-repeat 0 0;
	padding:16px 0 0 55px;
	width:628px;
}
#mainColumn h2.Compare {
	background:url(../graphics/CompareH2BK.gif) no-repeat 0 0;
	padding:16px 0 0 55px;
	width:628px;
}
#mainColumn h2.Linux span a, #mainColumn h2.Windows span a {
	position:absolute;
	top:5px;
	right:10px;
	background:url(../graphics/viewWindowsPlans.gif) no-repeat 0 0;
	width:79px;
	height:0;
	padding-top:52px;
	overflow:hidden;
}
#mainColumn h2.Windows span a {
	background:url(../graphics/viewLinuxPlans.gif) no-repeat 0 0;
}
#mainColumn h2.Windows span a.compare {
	background:url(../graphics/CompareLinuxPlans.gif) no-repeat 0 0;
}
#mainColumn h2.Linux span a.compare {
	background:url(../graphics/CompareWindowsPlans.gif) no-repeat 0 0;
}
.plans {
	margin-bottom:20px;
	width:683px;
	float:left;
}
.plans .Beginner {
	background:url(../graphics/beginnerPlanBK.png) no-repeat left top;
	width:169px;
	float:left;
	margin-right:2px;
}
.plans .Beginner li {
	text-shadow:0 1px 0 #517F00;
}
.plans .Economy {
	background:url(../graphics/economyPlanBK.png) no-repeat left top;
	width:169px;
	float:left;
	margin-right:2px;
}
.plans .Economy li {
	text-shadow:0 1px 0 #AF3E00;
}
.plans .Business {
	background:url(../graphics/businessPlanBK.png) no-repeat left top;
	width:169px;
	float:left;
	margin-right:2px;
}
.plans .Business li, .plans .WBusiness li {
	text-shadow:0 1px 0 #004CAF;
}
.plans .WBusiness {
	background:url(../graphics/WbusinessPlanBK.png) no-repeat left top;
	width:336px;
	float:left;
	margin-right:11px;
}
.plans .Advanced {
	background:url(../graphics/advancedPlanBK.png) no-repeat left top;
	width:169px;
	float:left;
}
.plans .Advanced li, plans .WAdvanced li {
	text-shadow:0 1px 0 #8F0031;
}
.plans .WAdvanced {
	background:url(../graphics/WadvancedPlanBK.png) no-repeat left top;
	width:336px;
	float:left;
}
.plans .DedicatedDual {
	background:#0968E8 url(../graphics/DDualPlanBK.gif) no-repeat left top;
	width:219px;
	float:left;
	margin-right:11px;
}
.plans .DedicatedQuad {
	background:#B42252 url(../graphics/DQuadPlanBK.gif) no-repeat left top;
	width:219px;
	float:left;
	margin-right:11px;
}
.plans .DedicatedQuadPlus {
	background:#5C9500 url(../graphics/DQuadPlan+BK.gif) no-repeat left top;
	width:219px;
	float:left;
}
.plans .simpleSSL {
	background:#0968E8 url(../graphics/simpleSSLBK.gif) no-repeat left top;
	width:219px;
	float:left;
	margin-right:11px;
}
.plans .standardSSL {
	background:#B42252 url(../graphics/standardSSLBK.gif) no-repeat left top;
	width:219px;
	float:left;
	margin-right:11px;
}
.plans .extendedSSL {
	background:#5C9500 url(../graphics/extendedSSLBK.gif) no-repeat left top;
	width:219px;
	float:left;
}
.plans p {
	padding:5px 10px;
	color:#fff;
	font-weight:bold;
}
.plans .simpleSSL p {
	text-shadow:0 1px 0 #004CAF;
}
.plans .standardSSL p {
	text-shadow:0 1px 0 #8F0031;
}
.plans .extendedSSL p {
	text-shadow:0 1px 0 #517F00;
}
.plans h3 {
	padding-top:46px;
	height:0;
	overflow:hidden;
}
.six .plans h3 {
	padding-top:45px;/*dedicated servers*/
}
.plans .price {
	height:0;
	padding-top:69px;
	position:relative;
	overflow:hidden;
	clear:left;
}
.six .plans .price {
	padding-top:46px;
}
.plans .WBusiness .price, .plans .WAdvanced .price, .plans .DedicatedDual .price, .plans .DedicatedQuad .price, .plans .simpleSSL .price, .plans .standardSSL .price, .plans .extendedSSL .price {
	padding-top:46px;
}
.plans .Beginner .price {
	background:url(../graphics/beginnerPriceBK.png) no-repeat 0 0;
}
.plans .Economy .price {
	background:url(../graphics/economyPriceBK.png) no-repeat 0 0;
}
.plans .Business .price {
	background:url(../graphics/businessPriceBK.png) no-repeat 0 0;
}
.plans .WBusiness .price {
	background:url(../graphics/WbusinessPriceBK.png) no-repeat 0 0;
}
.plans .Advanced .price {
	background:url(../graphics/advancedPriceBK.png) no-repeat 0 0;
}
.plans .WAdvanced .price {
	background:url(../graphics/WadvancedPriceBK.png) no-repeat 0 0;
}
.plans .DedicatedDual .price {
	background:url(../graphics/DDualPriceBK.gif) no-repeat 0 0;
}
.plans .DedicatedQuad .price {
	background:url(../graphics/DQuadPriceBK.gif) no-repeat 0 0;
}
.plans .DedicatedQuadPlus .price {
	background:url(../graphics/DQuadPrice+BK.gif) no-repeat 0 0;
}
.plans .simpleSSL .price {
	background:url(../graphics/simpleSSLPriceBK.gif) no-repeat 0 0;
}
.plans .standardSSL .price {
	background:url(../graphics/standardSSLPriceBK.gif) no-repeat 0 0;
}
.plans .extendedSSL .price {
	background:url(../graphics/extendedSSLPriceBK.gif) no-repeat 0 0;
}
.plans .details {
	position:absolute;
	left:13px;
	top:8px;
	height:0;
	padding-top:22px;
	width:79px;
	overflow:hidden;
}
.plans .DedicatedQuad .details, .plans .DedicatedDual .details, .plans .DedicatedQuadPlus .details {
	width:85px;
	padding-top:24px;
}
.plans .WBusiness .details, .plans .WAdvanced .details {
	left:165px;
	top:13px;
}
.plans .DedicatedQuad .details, .plans .DedicatedDual .details, .plans .DedicatedQuadPlus .details {
	left:127px;
	top:12px;
}
.plans .Beginner .details {
	background:url(../graphics/beginnerDetails.png) no-repeat 0 0;
}
.plans .Economy .details {
	background:url(../graphics/economyDetails.png) no-repeat 0 0;
}
.plans .Business .details {
	background:url(../graphics/businessDetails.png) no-repeat 0 0;
}
.plans .Advanced .details {
	background:url(../graphics/advancedDetails.png) no-repeat 0 0;
}
.plans .WBusiness .details {
	background:url(../graphics/WbusinessDetails.png) no-repeat 0 0;
}
.plans .WAdvanced .details {
	background:url(../graphics/WadvancedDetails.png) no-repeat 0 0;
}
.plans .DedicatedDual .details {
	background:url(../graphics/DDualSpecBtn.gif) no-repeat 0 0;
}
.plans .DedicatedQuad .details {
	background:url(../graphics/DQuadSpecBtn.gif) no-repeat 0 0;
}
.plans .DedicatedQuadPlus .details {
	background:url(../graphics/DDualSpec+Btn.gif) no-repeat 0 0;
}
.plans .buy {
	position:absolute;
	left:101px;
	top:8px;
	height:0;
	padding-top:22px;
	width:51px;
	overflow:hidden;
}
.plans .DedicatedQuad .buy, .plans .DedicatedDual .buy {
	padding-top:24px;
	width:83px;
}
.plans .WBusiness .buy, .plans .WAdvanced .buy {
	left:253px;
	top:13px;
}
.plans .DedicatedQuad .buy, .plans .DedicatedDual .buy {
	left:240px;
	top:12px;
}
.plans .simpleSSL .buy, .plans .standardSSL .buy, .plans .extendedSSL .buy {
	width:83px;
	padding-top:24px;
	top:11px;
	left:125px;
}
.plans .Beginner .buy {
	background:url(../graphics/beginnerBuy.png) no-repeat 0 0;
}
.plans .Economy .buy {
	background:url(../graphics/economyBuy.png) no-repeat 0 0;
}
.plans .Business .buy {
	background:url(../graphics/businessBuy.png) no-repeat 0 0;
}
.plans .Advanced .buy {
	background:url(../graphics/advancedBuy.png) no-repeat 0 0;
}
.plans .WBusiness .buy {
	background:url(../graphics/WbusinessBuy.png) no-repeat 0 0;
}
.plans .WAdvanced .buy {
	background:url(../graphics/WadvancedBuy.png) no-repeat 0 0;
}
.plans .DedicatedQuad .buy {
	background:url(../graphics/DQuadBuyBtn.gif) no-repeat 0 0;
}
.plans .DedicatedDual .buy {
	background:url(../graphics/DDualBuyBtn.gif) no-repeat 0 0;
}
.plans .simpleSSL .buy {
	background:url(../graphics/blueBuy.gif) no-repeat 0 0;
}
.plans .standardSSL .buy {
	background:url(../graphics/pinkBuy.gif) no-repeat 0 0;
}
.plans .extendedSSL .buy {
	background:url(../graphics/greenBuy.gif) no-repeat 0 0;
}
.plans ul {
	width:40%;
	text-align:right;
	float:left;
	padding-bottom:3px;
}
.plans .WBusiness ul, .plans .WAdvanced ul {
	width:20%;
	text-align:right;
	float:left;
	padding-bottom:5px;
	font-size:0.9em;
}
.plans .WBusiness ul.right, .plans .WAdvanced ul.right {
	text-align:left;
	padding-left:10px;
	width:25%;
}
.plans ul.right {
	text-align:left;
	padding-left:10px;
	width:50%;
}
.plans ul.dedicated, .plans ul.ssl {
	width:209px;
	padding-left:8px;
	text-align:left;
}
.plans li {
	list-style:none;
	color:#FFF;
	font-weight:bold;
	line-height:20px;
}
.plans li.notick {
	background:none !important;
	line-height:30px !important;
	padding-top:20px !important;
}
.plans .DedicatedDual li, .plans .DedicatedQuad li, .plans .DedicatedQuadPlus li, .plans .simpleSSL li, .plans .standardSSL li, .plans .extendedSSL li {
	padding-left:22px;
	background:url(../graphics/blueTick-trans.png) no-repeat scroll 0 2px;
	line-height:25px;
	text-shadow:0 1px 0 #004CAF;
}
.plans .DedicatedQuad li, .plans .standardSSL li {
	background:url(../graphics/pinkTick-trans.png) no-repeat scroll 0 2px;
	text-shadow:0 1px 0 #8F0031;
}
.plans .DedicatedQuadPlus li, .plans .extendedSSL li {
	background:url(../graphics/greenTick-trans.png) no-repeat scroll 0 2px;
	text-shadow:0 1px 0 #517F00;
}
/*ADD ONS*/
#mainColumn h2.SSL span a {
	background:url(../graphics/SSL-trans.png) no-repeat 0 0;
}
#mainColumn h2.Exchange span a {
	background:url(../graphics/Exchange-trans.png) no-repeat 0 0;
}
/*OPEN SOURCE HOSTING*/
#mainColumn h2.Wordpress, #mainColumn h2.WordpressMu, #mainColumn h2.BuddyPress, #mainColumn h2.Magento, #mainColumn h2.Joomla, #mainColumn h2.ZenCart, #mainColumn h2.Drupal, #mainColumn h2.CRELoaded, #mainColumn h2.PHPBB, #mainColumn h2.vBulletin, #mainColumn h2.CubeCart, #mainColumn h2.Mambo, #mainColumn h2.osCommerce, #mainColumn h2.MediaWiki {
	padding:16px 0 0 65px;
	width:618px;
}
#mainColumn h2.Wordpress {
	background:url(../graphics/WordpressH2BK.gif) no-repeat 0 0;
}
#mainColumn h2.WordpressMu {
	background:url(../graphics/WordpressMuH2BK.gif) no-repeat 0 0;
}
#mainColumn h2.BuddyPress {
	background:url(../graphics/BuddyPressH2BK.gif) no-repeat 0 0;
}
#mainColumn h2.Magento {
	background:url(../graphics/MagentoH2BK.gif) no-repeat 0 0;
}
#mainColumn h2.Wordpress span a {
	background:url(../graphics/Wordpress-trans.png) no-repeat 0 0;
}
#mainColumn h2.WordpressMu span a {
	background:url(../graphics/WordpressMu-trans.png) no-repeat 0 0;
}
#mainColumn h2.BuddyPress span a {
	background:url(../graphics/BuddyPress-trans.png) no-repeat 0 0;
}
#mainColumn h2.Magento span a {
	background:url(../graphics/Magento-trans.png) no-repeat 0 0;
}
#mainColumn h2.ZenCart span a {
	background:url(../graphics/Zencart-trans.png) no-repeat 0 0;
}
#mainColumn h2.Joomla span a {
	background:url(../graphics/Joomla-trans.png) no-repeat 0 0;
}
#mainColumn h2.Drupal span a {
	background:url(../graphics/Drupal-trans.png) no-repeat 0 0;
}
#mainColumn h2.CRELoaded span a {
	background:url(../graphics/CRELoaded-trans.png) no-repeat 0 0;
}
#mainColumn h2.PHPBB span a {
	background:url(../graphics/PHPBB-trans.png) no-repeat 0 0;
}
#mainColumn h2.vBulletin span a {
	background:url(../graphics/vbulletin-trans.png) no-repeat 0 0;
}
#mainColumn h2.CubeCart span a {
	background:url(../graphics/Cubecart-trans.png) no-repeat 0 0;
}
#mainColumn h2.Mambo span a {
	background:url(../graphics/Mambo-trans.png) no-repeat 0 0;
}
#mainColumn h2.osCommerce span a {
	background:url(../graphics/Oscommerce-trans.png) no-repeat 0 0;
}
#mainColumn h2.MediaWiki span a {
	background:url(../graphics/MediaWiki-trans.png) no-repeat 0 0;
}
/*SALES SUPPORT*/
.sales {
	position:absolute;
	top:77px;
	right:0;
	width:162px;
	height:47px;
}
.salesLeft {
	margin-bottom:12px;
}
.one .salesLeft {
	margin-bottom:6px;
	margin-top:10px;
	position:absolute;
	left:0;
	top:0;
} /*homepage only*/
/* Home: Main News Slider */
#slideshow {
	background:#FFF;
	float:left;
	width:683px;
}
#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}
#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#slideshow .slides {
	width:683px;
	overflow:hidden;
	float:left;
}
#slideshow .slides ul { /* total width of all slides - */
	width:2732px;
}
#slideshow .slides li {
	width:683px;
	height:253px;
	padding:0;
	float:left;
}
#slideshow ul.navigation {
	font-size:1.3em;
	font-weight:bold;
	list-style:none;
}
#slideshow ul.navigation li {
	float:left;
	width:171px;
}
#slideshow ul.navigation li.last {
	width:170px;
}
#slideshow ul.navigation a {
	background:#fff;
	color:#fff;
	display:block;
	height:32px;
	padding-top:15px;
	text-align:center;
	text-decoration:none;
	width:171px;
}
#slideshow ul.navigation #tab1 a {
	background:url(../graphics/homeIphoneButtomOff.png) no-repeat 0 100%;
}
#slideshow ul.navigation #tab1 a:hover, #slideshow ul.navigation #tab1.on a {
	background:url(../graphics/homeIphoneButtomOn.png) no-repeat 0 100%;
}
#slideshow ul.navigation #tab2 a {
	background: url(../graphics/homeOrangeButtomOff.png) no-repeat 0 100%;
}
#slideshow ul.navigation #tab2 a:hover, #slideshow ul.navigation #tab2.on a {
	background:url(../graphics/homeOrangeButtomOn.png) no-repeat 0 100%;
}
#slideshow ul.navigation #tab3 a {
	background:url(../graphics/homeBlueButtomOff.png) no-repeat 0 100%;
}
#slideshow ul.navigation #tab3 a:hover, #slideshow ul.navigation #tab3.on a {
	background:url(../graphics/homeBlueButtomOn.png) no-repeat 0 100%;
}
#slideshow ul.navigation #tab4 a {
	background:url(../graphics/homePinkButtomOff.png) no-repeat 0 100%;
	width:170px;
}
#slideshow ul.navigation #tab4 a:hover, #slideshow ul.navigation #tab4.on a {
	background:url(../graphics/homePinkButtomOn.png) no-repeat 0 100%;
}
#slideshow h3 {
	font-size:1.5em;
	padding: 10px 0 5px 0;
}
#slideshow h3.green {
	color:#5E9700;
}
#slideshow h3.orange {
	color:#D14C02;
	padding:0;
}
#slideshow h3.blue {
	color:#0A6BE9;
	padding:0;
}
#slideshow h3.pink {
	color:#B32152;
	padding:0;
}
/*HELP FORM*/
.helpform fieldset {
	padding:10px 0 0 15px;
	font-size:0.9em;
}
.helpform label, .helpform input, .helpform textarea {
	width:210px;
	margin:0;
	font-family:"Trebuchet MS", trebuchet, arial, sans-serif;
	font-size:12px;
}
.helpform input, .helpform textarea {
	padding:2px;
	margin-bottom:5px;
	border:1px solid #CCC;
	font-size:1.0em;
}
.helpform input:hover, .helpform form textarea:hover {
	border:1px solid #666;
}
.helpform input.submitQ {
	width:210px;
	height:34px;
	border:none;
	outline:none;
	padding:0;
}
/*WEB HOSTING HELP*/
/*.listexpander2 li {

	list-style:none;

}

p.listexpander2 a {

	border:1px solid #EEEEEE;

	cursor:pointer;

	height:1.5em;

	line-height:1.5em;

	margin-right:5px;

	padding:5px 10px;

	text-decoration:none;

}

.listexpander2 li p strong {

	cursor:pointer;

}

.listexpander2 li ul {

	background: #EFEFEF;

	border-bottom:1px solid #ccc;

	padding:5px;

	margin-bottom:10px;

}*/

.qa h2.mainTitle {
	float:left
}
ul.qanda {
	float:left;
	margin-bottom:20px;
	width:680px;
	list-style:none;
}
ul.qanda li {
	width:663px;
}
ul.qanda li.question {
	background:none;
	float:left;
	padding:0;
}
ul.qanda li.answer {
	border-bottom:1px solid #EEEEEE;
	float:left;
	padding:5px 0 10px;
	margin-bottom:15px;
}
ul.qanda li.answersml {
	border-bottom:1px solid #EEEEEE;
	float:left;
	padding:5px 0 10px;
}
ul.qanda li.question p {
	padding:15px 0 0 0;
	font-size:16px;
	color:#542E4B;
}
ul.qanda li.answer p {
	float:left;
	padding-top:15px;
	width:600px;
}
ul.qanda li.question p.q {
	-moz-border-radius:25% 25% 25% 25%;
	background-color:#542E4B;
	color:#FFFFFF;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin:10px 8px 0 10px;
	padding:4px;
	text-align:center;
	width:22px;
}
ul.qanda li.answer p.a {
	-moz-border-radius:25% 25% 25% 25%;
	background-color:#BD0A55;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin:10px 8px 10px 10px;
	padding:4px;
	text-align:center;
	width:22px;
}
/* Hosting Plan Specifications Table
************************************************/
.absolute {
	position:relative;
}
.absolute .abs {
	position:absolute;
	left:377px;
	top:-5px;
	z-index:400;
}
.spectable {
	margin:20px 0 15px 0;
	background:url(../graphics/spectableFooter.gif) no-repeat left bottom;
	padding-bottom:17px;
}
.spectable.mini {
	background:url(../graphics/spectableFooterMini.gif) no-repeat left bottom;
}
.spectable table {
	border-collapse:collapse;
	background:#623457 url(../graphics/spectableHeader.png) no-repeat left top;
	color:#333;
	width:683px;
}
.spectable table.mini {
	width:653px;
	background:url(../graphics/spectableHeaderMini.png) no-repeat 0 0;
}
.spectable a {
	color:#CC3366;
	text-decoration:none;
}
.spectable a:hover {
	text-decoration:underline;
}
.spectable td, .spectable th, .mainTable th {
	font-weight:normal;
	padding:6px;
	line-height:1.5em;
	vertical-align:middle;
}
.spectable .compare th.first {
	width:430px;
}
.spectable .compare th.second {
	text-align:center;
	width:100px;
}
.mainTable thead tr th, .spectable thead tr, .spectable tr.buy th {
	color:#fff;
	font-size:1.3em;
	/*text-align:center;*/



	position:relative;
}
.spectable td.width15 {
	width:15px;
}
.spectable td.width180 {
	width:180px;
}
.spectable.piXel thead, .spectable.piXel tr.buy th {
	text-align:center;
}
.hosting .spectable td span {
	color:#c36;
}
.spectable tr.buy th img {
	padding-left:140px;
}
.spectable tbody th {
	/*background:#e6e6e6 url(../graphics/bg-table-tbody-th.gif) repeat-x;*/







	border-bottom:1px solid #eee;
	text-align:right;
}
.spectable tbody th a {
	color:#333;
}
.spectable tbody tr.header {
	height:60px;
}
.spectable tbody tr.even th {
	background:#f4f4f4;
}
/*.spectable tbody tr:hover th{

	background:#cfcfcf url(../graphics/bg-table-tbody-th-on.gif) repeat-x;

	color:#000;

	cursor:default;

	}

.spectable tbody tr:hover td{

	cursor:pointer;

	}*/

.spectable tbody {
	border-right:1px solid #eee;
}
.spectable tbody td, .spectable tfoot td {
	background:#f1f1f1;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	color:#666;
	text-align:center;
}
.spectable .goMobi tbody td, .spectable .goMobi tfoot td {
	background:#F8F7F7;
}
.spectable .goMobi tbody td.yesBox {
	width:100px;
	text-align:center;
}
.spectable .goMobi td, .spectable .SEO td.title {
	text-align:left;
}
.spectable tbody td.white, .spectable tfoot td.white {
	background:#fff;
}
.spectable tbody td.light {
	background:#CF81BD !important;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
}
.spectable tbody td.dark {
	background:#AB5E98 !important;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
}
.spectable tbody td.noborder {
	border-left:none;
}
.spectable tbody tr.header td {
	padding:0 !important;
}
.spectable tbody td.bandA, .spectable tbody td.bandB, .spectable tbody td.bandC, .spectable tbody td.bandD {
	font-size:1.5em;
	font-weight:bold;
}
.spectable tbody td.bandA {
	color:#84BD00;
}
.spectable tbody td.bandB {
	color:#F37F18;
}
.spectable tbody td.bandC {
	color:#1F8FF0;
}
.spectable tbody td.bandD {
	color:#CA3164;
}
.spectable tbody td.left {
	text-align:left;
}
.spectable tbody tr.even td {
	background:#fff;
}
.spectable tbody tr.even th a {
	color:#666;
}
/*.spectable tbody td img{ ?what the?







	display:block;







	margin:0 auto;







	width:auto;







	}*/







.spectable tbody td p {
	margin:0 0 10px;
	padding:0;
	line-height:1.5em;
	text-align: left;
}
.spectable td a.tTip {
	background:url(../graphics/info-trans.png) no-repeat 0 0;
	width:20px;
	height:0;
	padding-top:20px;
	overflow:hidden;
	display:block;
	font-size:0.9em !important;
}
a.tTip {
	cursor:help;
}
.tip {
	width:212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	font-size:0.9em;
	background: transparent url(../graphics/tipTop-trans.png) no-repeat top;
}
.tipMid {
	width:172px;
	background: transparent url(../graphics/tipMid-trans.png) repeat-y;
	padding:0 20px 20px 20px;
}
.tipBtm {
	background: transparent url(../graphics/tipBtm-trans.png) no-repeat bottom;
	height: 32px;
}
/* Web Hosting Table Styling */







table.plan {
	width:524px;
	padding:3px;
	border:1px solid #ddd;
}
.th_head_bulk {
	color:#fff;
	background-color:#CA015E;
}
.th_head_beginner, .th_head_economy, .th_head_business, .th_head_advanced, .th_head_reseller {
	border-bottom: 2px solid #FFFFFF;
	padding:0;
	margin:0;
}
table tr th img, table tr th img a:link {
	padding:0;
	margin:0;
}
table.plan a {
	color:#000 !important;
	font-weight:bold !important;
	text-decoration:underline !important;
}
/* Table Row Styles */







tr.row, tr.row_n {
	text-align:center;
	height:24px;
}
tr.row {
	background-color:#ECEC81;
	color:inherit;
}
table.plan td img {
	display:inline;
}
/* Table Cell Styles */







td.cell, td.cell_b, td.cell_d, td.cell_f {
	background-color: #fff;
	color: inherit;
	text-align: left;
	padding: 8px 2px 8px 7px;
	font-size: 13px;
}
td.cell {
	background:#f1f1f1 url(../graphics/bg-table-tbody-td.gif) repeat-x;
}
td.cell_f {
	background:#e6e6e6 url(../graphics/bg-table-tbody-th.gif) repeat-x;
}
td.cell_b {
	font-weight: bold;
	color: inherit;
	padding: 8px 20px 8px 7px;
	background: #fff url(../graphics/left_col/tb01.gif) no-repeat center right;
}
td.cell_d {
	font-weight: bold;
	color: inherit;
	background-color: #F2F2A2;
}
td.cell_s {
	padding: 8px 0px 8px 0px;
	font-size:1.2em;
}
td.space, th.space {
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	height:44px;
	padding:0 0 0 10px;
	position:relative !important;
	text-shadow:0 1px 0 #1F0A1A;
	text-align:left;
}
th.space a.top {
	position:absolute;
	background:url(../graphics/topTop.png) no-repeat 0 3px;
	right:10px;
	width:30px;
	height:0;
	padding-top:30px;
	overflow:hidden;
}
td.data {
	padding: 0px 8px 0px 8px;
}
/* Web Hosting Table Cell Adjustments */







.beginnerPlan {
	color:#000;
	font-weight:bold;
	background:#5c9500 url(../graphics/bg-table-thead-th-green.gif) repeat-x;
}
.economyPlan {
	color:#000;
	font-weight:bold;
	background:#fea301 url(../graphics/bg-table-thead-th-yellow.gif) repeat-x;
}
.businessPlan {
	color:#000;
	font-weight:bold;
	background:#2e84db url(../graphics/bg-table-thead-th-blue.gif) repeat-x;
}
.advancedPlan {
	color:#000;
	font-weight:bold;
	background:#c36 url(../graphics/bg-table-thead-th.gif) repeat-x;
}
.resellerPlan {
	color:#000;
	font-weight:bold;
	background:#ff5500 url(../graphics/bg-table-thead-th-orange.gif) repeat-x;
}
/*Hosting type panel slider*/







#panel {
	position:absolute;
	left:250px;
	top:0;
	display: none;
	width:542px;
	z-index:2000;
}
#panel div.content {
	background:#542E4B url(../graphics/open-source-hostingBK.png) no-repeat left top;
	padding-top:80px;
	color:#fff;
	float:left;
	width:542px;
}
#panel p {
	padding-left:20px;
}
#panel ul {
	float:left;
	width:250px;
	padding-left:20px;
	margin:0 !important;
}
#panel li {
	list-style:none;
	line-height:23px;
	background:url(../graphics/panel-list-BK.gif) no-repeat 0 50%;
	padding-left:20px;
}
#panel li a {
	color:#FFF;
}
.hide {
	display:none;
}
.show {
	display:block;
}
#panel div.foot {
	position:relative;
	width:542px;
	height:40px;
	float:left;
	background:url(../graphics/open-source-hostingFT.png) no-repeat left bottom;
}
#panel div.foot a.btn-slide {
	width:542px;
	height:34px;
	background:#542E4B;
	margin-bottom:6px;
	display:block;
}
#panel div.foot a.btn-slide img {
	position:absolute;
	right:5px;
	bottom:6px;
}
/*CONTACT FORM*/







.StandardForm, .StandardFormRegister {
	float:left;
	margin-bottom:15px;
	padding:15px 0 0 30px;
	width:630px;
}
.StandardForm.noPadding, .StandardFormRegister.noPadding {
	padding:0;
	width:683px;
}
.StandardForm.noPadding table, .StandardFormRegister.noPadding table {
	padding-left:30px;
}
.StandardForm p, .StandardFormRegister p {
	display:block;
	width:100%; /*added to correct position on support contact form*/
	float:left
}
.StandardForm label, .StandardFormRegister label {
	float:left;
	padding-top:8px;
	font-weight:bold;
	width:180px;
}
.StandardForm input, .StandardForm textarea, .StandardForm select, select.styledInput, .StandardFormRegister input, .StandardFormRegister select {
	border:4px solid #CCCCCC;
	color:#666666;
	float:left;
	font-size:1.2em;
	margin-bottom:6px;
	padding:3px;
	width:270px;
}
.StandardForm input.checkbox {
	width:20px;
	margin-top:6px;
}
.StandardForm select, .StandardFormRegister select {
	width:285px;
}
.StandardForm select.shortSelect, .StandardFormRegister select.shortSelect {
	width:70px;
	float:left;
	padding:2px;
	border-left:none;
}
.StandardForm input:focus, .StandardForm select:focus, .StandardForm textarea:focus, .StandardForm input:hover, .StandardForm select:hover, .StandardForm textarea:hover, .StandardFormRegister input:focus, .StandardFormRegister select:focus, .StandardFormRegister textarea:focus, .StandardFormRegister input:hover, .StandardFormRegister select:hover, .StandardFormRegister textarea:hover {
	border:4px solid #572F4D;
}
.StandardForm input.submit, .StandardFormRegister input.submit, input.submit {
	float:right;
	padding:0;
	border:none;
	width:auto;/*margin-right:20px;*/
}
.StandardForm input.contactSubmit, .StandardFormRegister input.contactSubmit {
	border:none;
	padding:0;
	padding-left:325px;
	width:160px;
	height:35px;
}
.StandardForm a.tTip, .StandardFormRegister a.tTip span {
	background:url(../graphics/warning-trans.png) no-repeat scroll 10px 5px;
	display:block;
	font-size:0.9em !important;
	height:0;
	overflow:hidden;
	padding-top:25px;
	width:40px;
	float:left;
}
.StandardForm a.tTip {
	background:url(../graphics/info-trans.png) no-repeat scroll 10px 5px;
}
.contactInfo p {
	width:50%;
	float:left;
	line-height:20px;
}
.contactInfo p span {
	font-size:1.4em;
	color:#542e4b;
	padding-bottom:10px;
	display:block;
}
/*CUSTOMER CONTROL AREA*/

pre {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.StandardForm table tbody.left-th th, .StandardFormRegister table tbody.left-th th {
	width:180px;
	text-align:right;
	padding-right:5px;
}
.StandardForm table tbody.left-th td, .StandardFormRegister table tbody.left-th td {
	width:400px;
	position:relative;
}
.StandardFormRegister table tbody.left-th td.DOB select {
	margin-right:5px;
}
.StandardFormRegister select#dob-d-select-0 {
	width:58px;
}
.StandardFormRegister select#dob-m-select-0 {
	width:135px;
}
.StandardFormRegister select#dob-y-select-0 {
	width:80px;
}
a.printme, a.PDFme {
	background:url(../graphics/printme.gif) no-repeat 0 0;
	padding:10px 0 0 45px;
	height:34px;
	display:block;
}
a.PDFme {
	background:url(../graphics/PDFme.gif) no-repeat 0 0;
}
/*padding for main column*/

.contentPadding {
	padding:0 15px;
}
#mainColumn h2.mainTitle span a.cart {
	background:transparent url(../graphics/shoppingTrolly.gif) no-repeat scroll 0 0;
	height:0;
	overflow:hidden;
	padding-top:52px;
	position:absolute;
	right:15px;
	top:5px;
	width:79px;
}
/*CONTROL NAV*/

.controlNav {
	width:96px;
	height:96px;
	margin:8px 10px 25px;
	padding:2px;
	border:1px solid #999;
	float:left;
}
.controlNav a {
	width:96px;
	height:0;
	display:block;
	padding-top:96px;
	overflow:hidden;
}
.controlNav .orderDomains {
	background:url(../graphics/orderDomains.gif) no-repeat 0 0px;
}
.controlNav .orderHosting {
	background: url(../graphics/orderHosting.gif) no-repeat 0 0px;
}
.controlNav .viewInvoice {
	background:url(../graphics/viewInvoice.gif) no-repeat 0 0px;
}
.controlNav .printInvoice {
	background: url(../graphics/printInvoice.gif) no-repeat 0 0px;
}
.controlNav .PDFInvoice {
	background: url(../graphics/PDFinvoice.gif) no-repeat 0 0px;
}
.controlNav .orderAdds {
	background: url(../graphics/orderAdd.gif) no-repeat 0 0px;
}
.controlNav .supportDatabase {
	background: url(../graphics/Support.gif) no-repeat 0 0px;
}
.controlNav .yourAccount {
	background: url(../graphics/account.gif) no-repeat 0 0px;
}
.controlNav .manageDomains {
	background: url(../graphics/manageDomains.gif) no-repeat 0 0px;
}
.controlNav .manageHosting {
	background: url(../graphics/manageHosting.gif) no-repeat 0 0px;
}
.controlNav .manageAdds {
	background: url(../graphics/manageAdd.gif) no-repeat 0 0px;
}
.controlNav .contactSupport {
	background: url(../graphics/contactSupport.gif) no-repeat 0 0px;
}
.controlNav .renewServices {
	background: url(../graphics/Renew.gif) no-repeat 0 0px;
}
.controlNav .serverStatus {
	background: url(../graphics/System.gif) no-repeat 0 0px;
}
.controlNav .createTicket {
	background: url(../graphics/createTicket.gif) no-repeat 0 0px;
}
.controlNav .viewTickets {
	background: url(../graphics/viewTicket.gif) no-repeat 0 0px;
}
.controlNav .leaveFeedback {
	background: url(../graphics/Feedback.gif) no-repeat 0 0px;
}
.controlNav .webmail {
	background: url(../graphics/Webmail.gif) no-repeat 0 0px;
}
.controlNav .votePixel {
	background: url(../graphics/Vote.gif) no-repeat 0 0px;
}
.controlNav .logout {
	background: url(../graphics/Logout.gif) no-repeat 0 0px;
}
.controlNav .manageDedicated {
	background: url(../graphics/manage_servers.gif) no-repeat 0 0px;
}
.controlNav .orderDedicated {
	background: url(../graphics/order_servers.gif) no-repeat 0 0px;
}
.controlNav .manageInvoices {
	background: url(../graphics/manageInvoices.gif) no-repeat 0 0px;
}
.controlNav .manageContact {
	background: url(../graphics/manageContact.gif) no-repeat 0 0px;
}
.controlNav .managePassword {
	background: url(../graphics/managePassword.gif) no-repeat 0 0px;
}
.controlNav .manageAffiliate {
	background: url(../graphics/manageAffiliate.gif) no-repeat 0 0px;
}
.controlNav a:hover {
	background-position:0 -104px;
}
/*order options*/

.orderOptions {
	padding:20px;
	background:#EFC2E5;
	border:1px solid #AA5E97;
	margin-top:30px;
	clear:both;
}
.orderOptions ul {
	margin-left:40px;
	padding:10px 0;
}
/*password strength*/

.graybar {
	width:200px;
	background:#dddddd;
	height:3px;
	float:left;
}
.colorbar {
	margin-top:-3px;
	width:1px;
	background-image:url(../graphics/passwordstrength.jpg);
	height:3px;
	float:left;
}
.percent {
	margin-top:0px;
	float:left;
}
.result {
	color:green;
	font-family:Tahoma;
	font-size:11px;
}
.paymentOptions {
	padding-bottom:15px;
	float:left;
	width:653px;
}
.paymentOptions img {
	padding-left:60px;
	cursor:pointer;
	float:left;
}
.Secure img {
	float:left;
	padding:10px
}
.Secure p {
	padding:10px 5px 20px 5px;
}
.piXel #mainColumn h3 a {
	font-size:14px;
}
.piXel form table.contact-1 td {
	height:35px;
}
.piXel table tbody.left-th th {
	height:35px;
}
.piXel form table.contact-1 th {
	padding-right:15px;
}
.piXel div.block {
	border:1px solid #EEEEEE;
	padding:10px;
	float:left;
	margin-right:15px;
	width:280px;
}
/*hide titles from add-on products in hostpay*/
.piXel .packages h4 {
	display:none;
}
/*Checkout Progress*/
.piXel .progressBox {
	background:url(../graphics/mainColumnh2BK.gif) no-repeat scroll 0 0;
	height:105px;
	padding:0 0 0 27px;
	width:656px;
}
.piXel .progressBox ul {
	list-style:none;
}
.piXel .progressBox li {
	float:left;
}
/*UK Data Centre*/
img.dcPics {
	border:1px solid #EFEFEF;
	float:right;
	margin:10px 0 10px 20px;
	padding:5px;
}
/*Package Styling*/
.textBlock div.packages {
	border:3px solid #ccc;
	margin-bottom:15px;
	padding:10px;
	float:left;
	width:633px;
}
/*SYSTEM STATUS*/

.status p {
	padding:10px;
}
.status h2 {
	margin-top:40px !important;
}
.status h3 {
	padding:10px;
}
/* Glossary */
.glossary-nav {
	padding-bottom:40px;
}
.glossary-nav li {
	font-size:13px;
	float:left;
	list-style:none;
}
.glossary-nav li a {
	font-weight:bold;
	text-decoration:none;
	padding:0 3px 0 3px;
}
.glossary-nav li a:hover, .glossary-nav li a.active {
	text-decoration:underline;
}
.Gterms {
	clear:left;
}
/*FOOTER*/
#footer {
	background:#542e4b url(../graphics/footerBK.gif) no-repeat left top;
	width:920px;
	float:left;
	padding:20px;
	font-size:0.9em;
	position:relative;
}
#footer a.top {
	position:absolute;
	top:20px;
	right:20px;
	background:url(../graphics/backToTop.gif) no-repeat 0 0;
	width:30px;
	height:0;
	padding-top:69px;
	overflow:hidden;
}
.footerNav {
	float:left;
	background:url(../graphics/footerListBK.gif) repeat-y right top;
	width:200px;
	margin-left:10px;
	color:#FFF;
}
#footer h4.titles {
	background:none;
	text-shadow:0 1px 0 #1F0A1A;
}
.footerNav li {
	float:left;
	list-style:none;
	padding:0 0 0 10px;
	width:180px;
	display:block;
	line-height:22px;
}
.footerNav li a, .footerNav p a, p.copywrite a {
	color:#FFF;
	text-decoration:none;
	text-shadow:0 1px 0 #1F0A1A;
	font-weight:normal;
}
p.copywrite {
	color:#FFF;
	padding:7px 0 0 10px;
	font-size:12px;
	text-shadow:0 1px 0 #1F0A1A;
}
/*FOOTER WEBMAIL LOGIN*/

.WebmailLogin {
	color:#FFFFFF;
	float:left;
	margin-left:10px;
	width:250px;
}
.WebmailLogin div {
	padding:0 0 15px 10px;
}
.WebmailLogin label {
	display:none;
}
.WebmailLogin input {
	/*	padding:11px 0 0 15px;*/

	padding:0 0 0 15px;
	height:36px
}
.WebmailLogin input.email {
	background:url(../graphics/webmailEmail.gif) no-repeat 0 0;
	width:213px;
}
.WebmailLogin input.password {
	background:url(../graphics/webmailPassword.gif) no-repeat 0 0;
	width:167px;
	float:left;
}
.WebmailLogin input.Submit {
	padding:0;
	height:36px;
	height:36px !important;
}
/*Order complete box*/

ul.doNow {
	list-style:none;
}
ul.doNow li {
	text-align:center;
}
/*Order Processing Lightbox*/

#loadingWrap {
	display: none;
	float: left;
	background: #000000;
	position: fixed;
	z-index: 100000;
	left: 0;
	top: 0;
	background: url('../graphics/contentPattern.png');
}
#loadingContent {
	position: absolute;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
/*Basket Loader:*/

#loadingWrap {
	display: none;
	float: left;
	background: #000000;
	position: fixed;
	z-index: 100000;
	left: 0;
	top: 0;
	background: url('../images/prettyPhoto/dark_rounded/contentPattern.png');
}
#loadingContent {
	position: absolute;
}
#loadingContent img {
	vertical-align: bottom;
}
#loadingTop {
	height: 20px;
	position: relative;
}
#topLeft {
	background: url('../images/prettyPhoto/light_rounded/sprite.png') -88px -53px no-repeat;
	height: 20px;
	left: 0;
	position: absolute;
	width:20px;
}
#topRight {
	background: url('../images/prettyPhoto/light_rounded/sprite.png') -110px -53px no-repeat;
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
#topMiddle {
	background: url('../images/prettyPhoto/light_rounded/contentPattern.png') top left repeat #ffffff;
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
#loadingMiddle {
	position: relative;
	text-align: left;
	width: 100%;
}
#middleLeft {
	background: #ffffff;
	padding-left: 20px;
}
#middleRight {
	background: #ffffff;
	padding-right: 20px;
}
#middleContent {
}
#loadingBottom {
	height: 20px;
	position: relative;
}
#bottomLeft {
	background: url('../images/prettyPhoto/light_rounded/sprite.png') -88px -80px no-repeat;
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
#bottomRight {
	background: url('../images/prettyPhoto/light_rounded/sprite.png') -110px -80px no-repeat;
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
#bottomMiddle {
	background: #ffffff;
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
/*GREEN HOSTING*/

.greenHosting {
	background:url(../graphics/greenHostingHd.gif) no-repeat 0 0 !important;
	width:680px;
	height:0;
	padding-top:323px;
	overflow:hidden;
}
p.title {
	clear:left;
}
p.green {
	float:left;
	padding:15px 0 0;
	line-height:23px;
}
p.greener {
	float:left;
	line-height:23px;
}
p.green img {
	float:left;
	padding:0 15px 15px 0;
}
/*CHRISTMAS CSS*/

#facebox .aboutbox {
	width:600px !important;
}
a.logo {
	float:left;
}
#facebox ul {
	margin:0 0 10px 15px;
}
#facebox h4 {
	font-size:16px;
}
#facebox li {
	padding-top:8px;
}
#facebox small {
	text-align:center;
}
.popup h3 {
	color:#542E4B;
	padding-bottom:15px;
}
.popup p {
	padding-bottom:15px;
}
.social {
	display:none;
}
#freeEmail {
	background:url(../graphics/freeEmail.gif) no-repeat 0 0;
	width:660px;
	height:31px;
	float:left;
	margin-bottom:11px;
	text-align:right;
	padding:18px 23px 0 0;
}
/*PIXMIC*/
/*customer CP*/
.pixmic {
	float:left;
	margin:20px 0;
}
.pixmic div {
	position:relative;
	background:url(../graphics/PixmicPromoBox.gif) no-repeat 0 0;
	width:683px;
	height:227px;
}
.pixmic form .viewCode {
	position: relative;
	left:25px;
	top:58px;
	width:171px;
	height:36px;
}
.pixmic form .codeBox {
	position: relative;
	left:40px;
	top:44px;
	width:190px;
	height:30px;
	background:none;
}
.pixmic form .getCode {
	position: relative;
	left:140px;
	top:58px;
	width:148px;
	height:36px;
}
#offers {
		height:157px;
		overflow:hidden;
}


/* VPS Hostpay bits */
/* Centered popup */
div.vps-popup-border {padding: 30px; margin-left: auto; margin-right: auto; position: fixed; top: 10%; width: 860px; height: 710px; display: none;}
div.vps-popup-content {background: white; border-radius: 8px; -moz-border-radius: 8px; box-shadow: 1px 1px 10px #333; -moz-box-shadow: 1px 1px 10px #333; -webkit-box-shadow: 1px 1px 10px #333; padding: 20px; margin-left: auto; margin-right: auto; position: fixed; top: 15%; width: 796px; height: 596px; overflow: auto;}
img.close-vps-popup {border: 0; padding: 0; position: absolute; top: 15px; left: 860px;}
p.vps-popup-text {white-space: pre-wrap; color: #666; font-size: 13px;}
h4.vps-popup-title {color: #666; font-size: 125%; letter-spacing: -1px; margin-top: 5px; margin-bottom: 5px; text-align: center;}
h5.vps-popup {color: #111; font-size: 105%; letter-spacing: -1px; margin-top: 10px; margin-bottom: 5px;}

