/* START GLOBALS */

body {
	margin: 0;
	padding: 0;
	color: #626669;
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	background: #211c1b url(canvas.png) repeat-x left bottom;
}

a, a:hover, .header a:hover, #domainchecker h3 {
	color: #9ba400;
}

.unlimited
{
  color: #60A217;
}

h1 {
	margin: 0;
	padding: 0;
	color: #222222;
	font-size: 40px;
	letter-spacing: -0.05em;
	font: normal 40px/40px Arial, Helvetica, sans-serif;
}

h1 strong {
	font-weight: normal;
}

h3 {
	color: #222222;
}



h2 {
	color: #222;
	font-size: 16px;
	line-height: 20px;
	margin: 25px 0 5px 0;
}

p {
	margin: 5px 0 15px 0;
}


ul {
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
}

ul li {
	background: url(arrow.png) no-repeat 0 4px;
	padding-left: 20px;
	margin: 5px 0;
}

img {
	border: none;
	vertical-align: bottom;
}


.even td, .even th {
	background: #ededed;
}

table {
}

ol {
	margin: 0 15px;
	padding: 0;
	list-style-type: none;
}

ol li {
	background: url(ol-blank.png) no-repeat 0 4px;
	padding: 10px 0 10px 50px;
}


.one {
	background-image: url(ol-1.png);
}

.two {
	background-image: url(ol-2.png);
}

.three {
	background-image: url(ol-3.png);
}

.four {
	background-image: url(ol-4.png);
}

.boundary {
	width: 960px;
	margin: 0 auto;
}

/*.wrapper {
	padding: 0 10px;
}*/

#tooltipcontent {
	padding: 5px;
	color: #fff;
	background: #333;
	position: absolute;
	border: 2px solid #666;
	width: 400px;
}

#tooltipcontent h4, #tooltipcontent p {
	margin: 0 0 5px 0;
}


/* START HEADER */

#header .boundary {
	position: relative;
	background: transparent url(header-background.png) repeat-x 0 0;
}

#header h1 {
	margin: 0;
	padding: 0;
	padding: 49px 0 2px 40px;
}

#header h1 a {
	outline: 0;
}

#header h1 a span {
	width: 379px;
	height: 77px;
	display: block;
	text-indent: -2000px;
	background: #000 url(logo.png) no-repeat 0 0;
}

#header h1 a:active {
	color: #000;
}

#header #nav {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	background: #211c1b url(nav-background.png) no-repeat 0 0;
}

#header #nav li {
	float: left;
	width: 160px;
}

#header li, #secondnav li {
	padding: 0;
	background: none;
	margin: 0;
}

#header #nav li a {
	width: 160px;
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 15px 0 14px;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
}

#header #nav li a:hover {
	color: #cbd200;
}

#header #subnav {
	top: 38px;
	margin: 0;
	padding: 0;
	right: 31px;
	list-style: none;
	position: absolute;
}

#header #subnav li {
	float: left;
	margin-right: 8px;
	letter-spacing: -0.015em;
	font: bold 13px/13px Arial, Helvetica, sans-serif;
}

#header #subnav li a {
	color: #c2c2c2;
	padding-right: 8px;
	text-decoration: none;
	background: transparent url(subnav-line.png) no-repeat right center;	
}

#header #subnav li#subnav-sitewizard a {
	background: none;
}

#header #subnav li a:hover {
	color: #cbd200;
}

#header #header-phone a {
	top: 77px;
	outline: 0;
	right: 30px;
	width: 374px;
	height: 32px;
	position: absolute;
	text-indent: -2000px;
	background: transparent url(header-phone.png) no-repeat 0 0;
}

#secondnav {
	margin: 0;
	clear: both;
	height: 33px;
	list-style: none;
	padding: 0 0 0 46px;
	background: #b5bd42 url(secondnav-background.png) repeat 0 0;
}

#secondnav li {
	margin: 0;
	float: left;
	display: block;
	background: transparent url(secondnav-line.png) no-repeat right center;
	font-weight: bold;
}

#secondnav li#secondnav-sesubmission,
#secondnav li#secondnav-terms,
#secondnav li#secondnav-transfer {
	background: none;
}

#secondnav li a {
	color: #fff;
	float: left;
	display: block;
	text-decoration: none;
	padding: 6px 8px 9px 8px;
}

/* Status messages */
.message-positive, .message-negative, .message-comment
{
    margin: 10px 0;    
    padding: 4px 10px 10px 35px;
}

.message-positive
{
    background: #e6ebc3 url(positive.png) 5px 5px no-repeat;
    border: solid #90a232 1px;
}

.message-negative
{
    background: #efdccd url(negative.png) 5px 5px no-repeat;
    border: solid #bd5748 1px;
}

.message-comment
{
    background: #f5e8d5 url(comment.png) 5px 5px no-repeat;
    border: solid #dd9a54 1px;
}



/* START CONTENT */

#content {
	height: 100%;
	clear: both;
	overflow: hidden;
	padding: 55px 20px 60px 20px;
	background: #ffffff url(content-background.png) repeat-x 0 0;
}

#primary {
	width: 580px;
	float: left;
}

#secondary {
	width: 309px;
	float: right;
	margin-left: 21px;
}



#contentheader {
	margin: 0 0 0 10px;
	padding: 0 0 40px 225px;
}

#contentheader p {
	color: #222222;
}

#contentheader h1 {
	padding-top: 24px;
}

#contentheader em {
	color: #222222;
	font-size: 15px;
	padding: 0 0 5px;
	font-weight: bold;
	font-style: normal;
}
#topfeatures {
	margin: 0;
	list-style: none;
	padding: 0 0 0 10px;
	width: 570px;
}

#topfeatures li {
	margin: 0;
	padding: 0 0 10px 0;
	background: #ffffff;
	clear:left;
}

#topfeatures li img {
  float: left;
  margin-right: 25px;  
}

#topfeatures .topfeature-content
{
  float: left;
  width: 280px;  
  margin-bottom: 20px;
}

#topfeatures li h3 {
	padding: 0;
	font-size: 16px;
	margin: 0 0 0 0;
	color:#9BA400;
}

#topfeatures li h3 a {
	color: #000;
	text-decoration: none;
}

#topfeatures li p {
	margin: 10px 0 0;
	padding: 0 0 10px;
	background: #ffffff url(topfeatures-line.png) no-repeat bottom right;
}

/***************************************************************************/*

#featuretable {
	padding: 0;
	margin: 30px 0 0;
	overflow: hidden;
	list-style: none;
	clear: both;
}


#featuretable li {
	float: left;
	width: 265px;
	color: #dcdcdc;
	font-size: 15px;
	padding: 6px 10px;
	background: transparent url(featuretable-header.png) no-repeat 0 0;
	margin: 0;
}

#featuretable li.featurecolumnsecond {
	margin-left: 10px;
}

#featuretable li.featurecolumnthird {
	margin-top: 27px;
	margin-left: 10px;
}

#featuretable ul {
	padding: 0;
	margin: 5px 0 0;
	list-style: none;
}

#featuretable li ul {
	width: 240px;
}

#featuretable li ul li {
	width: 100%;
	color: #626669;
	font-size: 12px;
	padding-left: 20px;
	border-bottom: 1px dotted #a9a9a9;
	background:  url(arrow.png) no-repeat left center;
}


.tooltip {
	cursor: help;
	color: #9ba400;
	text-decoration: none;
	border-bottom: 1px dotted #9ba400;
	/*padding-right: 20px;
	background: transparent url(icon-popup.png) no-repeat right center;*/
}



#featuretablelong {
	width: 100%;
	margin-bottom: 30px;
	clear:both;
}

.featuretable tbody .leftcol {
	color: #626669;
	padding-left: 20px;
}

.featuretable tbody td {
	text-align: center;
}

.featuretable thead {
	height: 31px;
	color: #dcdcdc;
	font-weight: bold;
	font: 14px/14px Arial, Helvetica, sans-serif;
}

.featuretable thead th {
	height:150px;
	background-color:#fff;
	padding: 0px 9px 9px 9px;
	/*border-top: 1px solid #a9a9a9;*/
	/*background: transparent url(featuretable-longheader.png) no-repeat center center;*/
}

.featuretable thead th h2 {
	color:#000;
	font-size:22px;
	margin-top:5px;
	}


.featuretable .hosting-price {
	color:#B6BF00;
	font-size:12px;
	text-decoration: none;
	display: block;
}

.featuretable .hosting-offer {
	color: #990000;
	font-size:12px;
	display: block;
	}

.featuretable .hosting-link {
	color:#A8B000;
	font-size:12px;
	height:30px;
	text-decoration:underline;
	vertical-align: baseline;

}

.featuretable .leftcol {
	background-color:#FFFFFF;
	text-align: left;
	padding-left: 10px;
	background-position: left center;
	/*border-right: 1px dotted #a9a9a9;*/	
}

#coltrial {
	border-left: 1px solid #FF0000;
}

#coltrial, #colhome, #colpower, #colunlimited, #colbulk { 
	background: url(table-head-bg.png) no-repeat bottom left;
	border-left: 1px dotted #A9A9A9;
	border-bottom: 1px dotted #A9A9A9;
}

#colbulk { 
	/*background-color:#003399;*/
	/*background: url(table-head-bg.png) no-repeat 0 0;*/
	border-right: 1px dotted #A9A9A9;
}


#colhome img, #colpower img, #colunlimited img, #colbulk img { 
  margin-top: 0 !important;
}

.featuretable thead th a {
	font-size:22px;
	color: #000000;
	text-decoration: none;
}

.featuretable tbody tr th, .featuretable tbody tr td {
	padding: 7px 0;
	border-bottom: 1px dotted #a9a9a9;
} 

.featuretable tbody td {
	border-left: 1px dotted #a9a9a9;
	border-right: 1px dotted #a9a9a9;
	width: 145px;
} 

.featuretable tbody tr.lastrow th, .featuretable tbody tr.lastrow td {
	border-bottom: 0;
}

.featuretable tbody tr.lastrow td {
	padding:10px 0px 0px 0px;
}


.featuretable tbody tr.lastrow td a {
	margin: 0 auto;
}

.featuretable tbody td .feature {
	color: #9ba400;
	font-weight: bold;
}

.featuretable tbody td a {
	color: #9ba400;
}

.featuretable .signupbutton {
	width: 129px;
	height: 38px;
	background-image: url(signup-small.png);
	vertical-align:baseline;
}

/***************************************************************************/*


#pricepointmonth, #pricepointyear, #pricepoint2year {
	line-height: 10px;
	border-bottom: 1px dotted #a9a9a9;
}

.pricepointsymbol, .pricepointwhole {
	font-size: 30px;
}

.pricepointsymbol, .pricepointwhole, .pricepointfraction, .pricepointoffer {
	color: #bac426;
}

.pricepointfraction {
	font-size: 20px;
}

.pricepointperiod {
	color: #a6a6a6;
	font-size: 14px;
}

.pricepointoffer {
	font-size: 14px;
	font-weight: bold;
}

#pricepointmonth span.pricepointsymbol {
	font-size: 60px;
}

#pricepointmonth span.pricepointwhole {
	font-size: 72px;
}

#pricepointmonth span.pricepointfraction {
	font-size: 52px;
}

#pricepointmonth span.pricepointperiod {
	font-size: 28px;
}

#pricepointmonth, #pricepointyear, #pricepoint2year {
	padding: 15px 0 10px;
}

#pricepointmonth {
	margin-top: 30px;
}

#pricepoint2year {
	margin-bottom: 20px;
}

blockquote {
	padding: 0;
	color: #b5b5b5;
	margin: 20px 0;
	font-size: 22px;
	line-height: 28px;
	font-style: italic;
}

blockquote span {
	color: #a5af3b;
	display: block;
	text-align: right;
	font: italic 15px/15px Arial, Helvetica, sans-serif;
}

.signupbutton {
	width: 240px;
	height: 75px;
	display: block;
	background: url(unlimited-signup.png) no-repeat center center;
}

.signupbutton span {
	display: block;
	text-indent: -2000px;
}

.upsell img, .teaser img {
	border: 0;
}

.teaser, .upsell {
	display: block;
	margin: 5px 0 15px 0;
}

.negative, .positive {
	height: 26px;
	display: block;
	text-indent: -2000px;
	background: transparent url(cross.png) no-repeat center bottom;
}

.positive {
	background-image: url(tick.png);
}

/* START FOOTER */

#footer {
	padding-bottom: 35px;
}

#footer #footernav, #footer #footersecondnav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	background-color: #fff;
}

#footer #footernav li, #footer #footersecondnav li {
	display: inline;
	padding: 0 10px 0 10px;
	background: transparent url(footersecondnav-line.png) no-repeat right center;
}

#footer #footernav li {
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url(footernav-line.png) no-repeat right center;
}

#footer #footernav li#footernav-contact, #footer #footersecondnav li#footersecondnav-sesubmission {
	background: none;
}

#footer #footernav li a, #footer #footersecondnav li a {
	color: #686664;
	text-decoration: none;
}

#footer #footernav li a:hover, #footer #footersecondnav li a:hover {
	color: #d1e700;
}

#footer #footermeta {
	color: #d7d7d7;
	padding-top: 30px;
	text-align: center;
	text-transform: uppercase;
	font: 9px/9px Arial, Helvetica, sans-serif;
	background: transparent url(footer-background.png) no-repeat left top;
}

#footer #footermeta p {
	padding: 0;
	margin: 10px 0 5px;
}

#footer #footermeta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer #footermeta ul li {
	display: inline;
	padding: 0 10px;
	background: transparent url(metanav-line.png) no-repeat right center;
}

#footer #footermeta ul li#footermeta-pressrelease {
	background: none;
}

#footer #footermeta ul li a {
	color: #d7d7d7;
}


/* GENERIC STYLES */

.introduction {
	color: #bac426;
	font-weight: bold;
}


form {
	padding-top: 25px;
	width: 900px;
}

fieldset {
	padding: 0 30px 25px 30px;
	margin: 0;
	border: none;
}

legend {
	padding: 0;
	font-size: 24px;
	color: #8c8f91;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

label {
	color: #8d9a30;
	float: left;
	clear: both;
	width: 110px;
	font-weight: bold;
}

button {
	width: 160px;
	height: 32px;
	padding: 0;
	border: 1px solid #dbdbdb;
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
	background: #beca08 url(bg_square-button.png) repeat-x center center;
	cursor: pointer;
	margin-left:5px;
}


.textfield, .selectfield {
	margin: 10px 0;
}

.selectfield select, .textfield input {
	width: 230px;
}

.textfield textarea {
	width: 350px;
	height: 150px;
}

.selectfield select, .textfield input, .textfield textarea {
	border: 1px solid #dbdbdb;
	padding: 5px;
}

.buttons {
	clear: both;
	text-align: right;
	padding-right: 25px;
}

/* PAGE SPECIFIC OVER-RIDES */

#page-homepage #nav #nav-home a,
#page-domainnames #nav #nav-domains a,
#page-availableextensions #nav #nav-domains a,
#page-transfertous #nav #nav-domains a,
#page-webhosting #nav #nav-hosting a,
#page-trialhosting #nav #nav-hosting a,
#page-homehosting #nav #nav-hosting a,
#page-powerhosting #nav #nav-hosting a,
#page-unlimitedhosting #nav #nav-hosting a,
#page-bulkhosting #nav #nav-hosting a,
#page-comparehosting #nav #nav-hosting a,
#page-websitebuilder #nav #nav-hosting a,
#page-advouchers #nav #nav-hosting a,
#page-seo #nav #nav-hosting a,
#page-email #nav #nav-hosting a,
#page-support #nav #nav-support a,
#page-contactus #nav #nav-contact a,
#page-aboutus #nav #nav-about a,
#page-terms #nav #nav-about a,
#page-affiliates #nav #nav-about a {
	color: #cbd200;
}

#page-trialhosting #secondnav li#secondnav-trialhosting a,
#page-homehosting #secondnav li#secondnav-homehosting a,
#page-powerhosting #secondnav li#secondnav-powerhosting a,
#page-unlimitedhosting #secondnav li#secondnav-unlimitedhosting a,
#page-bulkhosting #secondnav li#secondnav-bulkhosting a,
#page-comparehosting #secondnav li#secondnav-comparehosting a,
#page-websitebuilder #secondnav li#secondnav-sitewizard a,
#page-advouchers #secondnav li#secondnav-advouchers a,
#page-seo #secondnav li#secondnav-sesubmission a,
#page-email #secondnav li#secondnav-email a,
#page-terms #secondnav li#secondnav-terms a,
#page-aboutus #secondnav li#secondnav-aboutus a,
#page-latestnews #secondnav li#secondnav-news a,
#page-affiliates #secondnav li#secondnav-affiliates a,
#page-availableextensions #secondnav li#secondnav-extensions a,
#page-transfertous #secondnav li#secondnav-transfer a {
	background: transparent url(secondnav-selected.png) no-repeat center bottom;
}

/* HOMEPAGE */
#page-homepage #content {
	padding: 0;
	background: #fff;
}

#page-homepage .offer-price
{
  display: block;
  margin: -8px 0 5px 0;
  color: #000 !important;
  font-weight: bold;
}

.not-discounted
{
  margin-top: 24px;
}




/***********************************************
 WEB HOSTING
***********************************************/

#page-webhosting #content {
	padding-top:30px;
}


#page-webhosting #contentheader {
	height: 170px;
	margin-top: -30px;
	padding:0;
	width:490px;
	float:left;
}



#page-webhosting #quote {
	float:right;
	width:360px;
	padding-right:10px;
	}

#page-webhosting #quote blockquote{
	padding-bottom:0px;
	margin-bottom:10px;
	margin-top:10px;
	}


#page-webhosting #topfeatures li {
	float: left;
	width: 262px;
	height: 253px;
	padding: 128px 0 0;
	margin-right: 20px;
	padding-top: 0;
}

#page-webhosting #topfeatures li img {
  padding-bottom: 10px;
}

#page-webhosting #topfeatures li h3 {
	margin: 5px 0 0 0;
}

#page-webhosting #topfeatures li p {
	background: none;
}

#page-webhosting #topfeatures li.secondcolumn {
	margin-right: 0;
}

#page-webhosting blockquote {
	margin: 0 0 40px;
}

/***********************************************
 WEB HOSTING - TRIAL HOSTING
***********************************************/
#page-trialhosting h1 strong, #page-trialhosting .pricepointsymbol, #page-trialhosting .pricepointwhole,
#page-trialhosting .pricepointfraction, #trialpanel h3,  a#trialpanel:hover, #trialpanel a:hover {
	color: #ebc221;
}

#page-trialhosting #contentheader {
	background: url(trial-product-orbs.png) no-repeat 0 0;
}

#page-trialhosting #primary .signupbutton {
	background-image: url(trial-signup.png);
}

#page-trialhosting #secondary .signupbutton {
	background-image: url(trial-signup.png);
}

#page-trialhosting #contentheader p{
	width: 620px;
}

/***********************************************
 WEB HOSTING - HOME HOSTING
***********************************************/

#page-homehosting h1 strong, #page-homehosting .pricepointsymbol, #page-homehosting .pricepointwhole,
#page-homehosting .pricepointfraction, #homepanel h3, a#homepanel:hover, #homepanel a:hover {
	color: #29319a;
}

#page-homehosting #contentheader {
	background: url(home-product-orbs.png) no-repeat 0 0;
}

#page-homehosting #secondary .signupbutton {
	background-image: url(home-signup.png);
}

#page-homehosting #primary .signupbutton {
	background-image: url(home-signup.png);
}

/***********************************************
 WEB HOSTING - POWER HOSTING
***********************************************/

#page-powerhosting #content {
	background: #ffffff url(power-offer.png) repeat-x 0 0;
}

#page-powerhosting h1 strong, #page-powerhosting .pricepointsymbol, #page-powerhosting .pricepointwhole,
#page-powerhosting .pricepointfraction, #powerpanel h3, a#powerpanel:hover, #powerpanel a:hover {
	color: #dd701d;
}

#page-powerhosting #secondary .signupbutton {
	background-image: url(power-signup.png);
}

#page-powerhosting #primary .signupbutton {
	background-image: url(power-signup.png);
}


/***********************************************
 WEB HOSTING - UNLIMITED HOSTING
***********************************************/
#page-unlimitedhosting #content {
	background: #ffffff url(unlimited-offer.png) repeat-x 0 0;
	}


#page-unlimitedhosting h1 strong, #page-unlimitedhosting .pricepointsymbol, #page-unlimitedhosting .pricepointwhole,
#page-unlimitedhosting .pricepointfraction, #unlimitedpanel h3, #unlimitedpanel a:hover {
	color: #bac426;
}


/***********************************************
 WEB HOSTING - BULK HOSTING
***********************************************/
#page-bulkhosting h1 strong, #page-bulkhosting .pricepointsymbol, #page-bulkhosting .pricepointwhole,
#page-bulkhosting .pricepointfraction, #bulkpanel h3,  a#bulkpanel:hover,  #bulkpanel a:hover {
	color: #d01e70;
}

#page-bulkhosting #contentheader {
	background: url(bulk-product-orbs.png) no-repeat 0 0;
}

#page-bulkhosting #secondary .signupbutton {
	background-image: url(bulk-signup.png);
}

#page-bulkhosting #primary .signupbutton {
	background-image: url(bulk-signup.png);
}


/***********************************************
 WEB HOSTING - Comparison
***********************************************/

#page-comparehosting #content {
	padding-top: 29px;
}

#page-comparehosting #primary {
	width: auto;
	float: none;
	padding-bottom: 19px;
}

.header {
	background: #434343 url(bg_compare-head.png) repeat-x left top;
	background-color:#FFFFFF;
}

.comparision thead th {
	width: 146px !important;;
	height:176px;
	padding:0;
	margin:0px;
	text-align:center;
	vertical-align:top;
}

.comparision thead th h2 {
	color:#000;
	font-size:22px;
	margin-top:5px;
	margin-bottom:5px;
	}


.header a, .header th, .comparision tbody th, .comparision tbody td  {
	padding: 7px 10px;
	text-align: left;
}

.comparision tbody td {
	color: #333333;
	text-align: center;
	border-right: 1px dotted #a9a9a9;
	border-left: 1px dotted #a9a9a9;
}

.cell-line {
	border-left: 1px dotted #a9a9a9;
}


.comparision #colproduct {
	background-image:none;
}


.comparision #coltrial, .comparision #colhome, .comparision #colpower, .comparision #colunlimited, .comparision #colbulk {
	background: url(table-head-bg.png) no-repeat bottom center;
}


.comparision #colproduct {
	color: #fff;
}


.comparision th a {
	color: #9ba400;

}

.comparision tbody th {
	width: 175px;
	text-align: left;
	font-weight: normal;
	font-weight: bold;
}

.header a, .header th, .comparision thead th {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.comparision thead th {
	color: #d0d0d0;
}


.comparision .hosting-link {
 	color: #AEBC00;
 	text-decoration:underline;
	vertical-align:baseline;
}

.comparision tbody tr.lastrow td {
	padding-top:10px;
	padding-bottom:0px;

}

.header a {
	display: block;
}

a.collapsed, a.expanded {
	background: url(icon_expand.png) no-repeat 16px 3px;
	padding-left: 47px;
}

a.expanded {
	background-image: url(icon_collapse.png);
}


.hosting-price {
	color:#B6BF00;
	font-size:12px;
	text-decoration: none;
	display: block;
}

.hosting-offer {
	color: #990000;
	font-size:12px;
	display: block;
	}

.month-price {
	color: #989F00;
	}




/***********************************************
 50% offer - Landing page
***********************************************/

#page-50percent #content {
	margin: 0;
	padding: 0;
	background: #fff url(50-header.png) no-repeat 0 0;
}

#page-50percent #contentheader {
	padding: 0 40px 0 0;
	margin: 100px 0 19px 0;
	width: 615px;
	float: right;
	line-height: 2.5em;
}

#page-50percent #content-wrapper {
	background: url(50-bg.png) repeat-x left top;
	margin: 0 0 25px 0;
	padding: 0 50px 50px 50px;
	clear: both;
	overflow: hidden;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
}


#page-50percent #contentheader p {
	color:#FFFFFF;
	font-size:16px;
	
}

#page-50percent #contentheader h2 {
	color:#C1CA0A;
	font-size: 42px;
	margin-bottom: 20px;
}


#leftcontent img, #rightcontent img {
	float:left;
	}

#leftcontent {
	width: 380px;
	float: left;

}

#leftcontent h1 {
	padding-top: 10px;
	color: #B96734;
}


#leftcontent p {
	color:#B96734;
	font-size:14px;
}

#leftcontent ul, #rightcontent ul {
	padding: 0 0 0 50px;
}

#leftcontent li, #rightcontent li {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding: 5px 0 10px 40px;
	background: url(tick-black.png) no-repeat 0 1px;
}


#leftcontent strike, #rightcontent strike {
	color:#FFFFFF;
}


#rightcontent {
	width: 380px;
	float: right;
}

#rightcontent p {
	color: #C1CA0A;
	font-size: 14px;
}

#rightcontent h1 {
	padding-top:10px;
	color: #C1CA0A;
}


#bottom-signup {
	padding-left:86px;
}

.clear {
	clear: both;
}



/***********************************************
 WEB HOSTING - PERSONALISEED EMAIL
***********************************************/
#page-email #primary {
	width: 572px;
}


#page-email #topfeatures {
	padding: 0px;
	overflow: hidden;
	margin-bottom: 20px;
}	

#page-email #topfeatures li {
	width: 265px;
	float:left;
	clear: none;
}	

#page-email .secondcolumn {
	margin-left: 27px;
}

#page-email #topfeatures img {
	padding-bottom: 5px;
}

#page-email #secondary img {
	padding-bottom: 15px;
}


#trialfeature {
	border: 1px #ffffff solid;
	background: url(trial-feature-bg.png) no-repeat left top;
	padding-left: 20px;
	margin-bottom: 15px;
	margin-top: 35px;
	height: 306px;
}

#trialfeature ul {
	margin-bottom: 33px;
}

#trialfeature li {
	background:transparent url(arrow-yellow-2.png) no-repeat scroll 0 10px;
	padding-top: 5px;
	font-size: 13px;
}

#trialfeature h2 {
	font-size: 30px;
	padding-bottom: 23px;
}

#trialfeature span {
	color: #ebc221;
}

#trialfeature strong { 
	color: #1e1e1e;
}

.special-link {
	text-decoration:underline;
	font-weight:bold;
}



/***********************************************
 WEB HOSTING - SEO
***********************************************/
#page-seo #secondary img {
	padding-bottom: 15px;
}



#page-seo #topfeatures {
	padding:0;
	}

#page-seo #topfeatures li {
	width:266px;
	float:left;
	padding-right:19px;
	clear: none;
	}

#page-seo #topfeatures li p {
	background: none;
	}

#page-seo #domains-usps {
	/*order: 1px solid #FF0000;*/
	clear: left;
}

#page-seo .domains-intro {
	margin-bottom:20px;
	}

#seo-table {
	padding: 0;
	margin: 5px 0 0;
	overflow: hidden;
	}

#seo-table .leftcol {
	background-color: #FFF;
	text-align: left;
	padding-left:10px;
	background-position: left center;
	border-top: 1px dotted #a9a9a9;
	border-left:none;
}

#seo-table tbody .leftcol {
	color: #626669;
	padding-left:10px;
}

#seo-table thead th {
	height:80px;
	padding:0px;
	vertical-align: middle;
	border-left: 1px dotted #a9a9a9;

}

#seo-table thead th h2 {
	color:#000;
	font-size:18px;
	margin:0px 0px 10px 0px;
	}

#seo-table tbody td {
	text-align: center;
	border-left: 1px dotted #a9a9a9;
	border-right: 1px dotted #a9a9a9;
	border-top: 1px dotted #a9a9a9;
	width: 96px;
	padding:9px 0px;
}

#col-seo {
	background-color:#003399;
}


.seo-price {
	font-size:12px;
	color: #B6BF00;
}

#seo-table form {
	background: none;
	padding-top: 0;
	width: auto;
}

/***********************************************
 MATRIXSTATS
***********************************************/
#page-web-statistics img {
	margin-bottom: 20px;
}

#page-web-statistics, #topfeatures {
	padding: 0px;
}

#page-web-statistics, #topfeatures li p {
	background-image:none;
	}




/***********************************************
 DOMAIN NAMES
***********************************************/
#domains-table {

}

#domains-table thead th {
	text-align:center;
}

#domains-table tbody td  {
	padding: 7px 0px;
	text-align: center;
}



/***********************************************
 DOMAIN NAMES - Availability
***********************************************/
#page-domainavailability .comparision td
{
  text-align: left;
}

#page-domainavailability .Available
{
  color: #60A217;
  font-weight: bold;
}

#page-domainavailability .Taken
{
  color: #CC0000;
}

.extension
{
	font: bold 18px/18px Arial, Helvetica, sans-serif;
	margin:0px;
}

/***********************************************
 DOMAIN NAMES - Available Extensions
***********************************************/

#page-availableextensions .domains-intro{
	font-size:18px; 
	font-weight:normal;
	color:#bac426;
}

#page-availableextensions #seo-table {
	margin-top: 20px;
	width: 557px;
	}

#page-availableextensions #seo-table thead th {
	height: 50px;
	width: 278px;
}

#page-availableextensions #seo-table tbody td {
	text-align: center;
	border-left: 1px dotted #a9a9a9;
	border-right: 1px dotted #a9a9a9;
	border-top: 1px dotted #a9a9a9;
	width: 96px;
	padding:9px 0px;
}



/***********************************************
 DOMAIN NAMES - Transfer
***********************************************/

#col-extension, #col-transfer {
	background:transparent url(table-head-long.png) no-repeat left bottom;
}

#col-transfer {
	border-right:1px dotted #A9A9A9;
} 

#page-transfertous #seo-table {
	margin-top: 15px;
	width: 531px;
}

#page-transfertous #seo-table thead th {
	height: 50px;
}


#page-transfertous #topfeatures {
	width: 565px;
	padding: 0px;
}

#page-transfertous #topfeatures li img {
	margin-right:12px;
}

#page-transfertous #topfeatures li p {
	background-image:none;
	margin: 5px 0 0 0;
}

#page-transfertous #topfeatures li h3 {
	padding-top: 2px;
}

.box {
	width: 309px;
	background: url(box-bg.png) no-repeat bottom left;
}

.box h3 {
	margin: 47px 0px 0px 0px;
	padding: 13px 8px 10px 10px;
	color:#333333;
	background: url(box-top.png) no-repeat top left;
}

.box ul { 
	margin:0;
	padding: 10px 10px 8px  20px;
	
}

.box ul li { 
	margin: 0 0 7px;
	padding:4px 0px 4px 43px;
	background: url(tick.png) no-repeat 0 1px;
	font-weight:bold;
	color:7f7f7f;
}




/***********************************************
 ABOUT US
***********************************************/
#mainquote {
	background: url(quotepanel.png) no-repeat left top;
	padding: 30px 40px 30px 530px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

#page-aboutus .introduction {
	margin-bottom: 25px;
}


/***********************************************
 LATEST NEWS
***********************************************/
#new-items {
	margin:30px 0px 0px 0px;
	list-style: none;
	padding:0px;
}

#new-items li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	border-bottom: 1px dotted #a9a9a9;
	background: #ffffff;
	float:left;
	/*clear:left;*/
}

#new-items h3{
	padding:8px 0px 0px 0px;
	font-size:12px;
	margin:0px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #9ba400;
	}

#new-items h2{
	font-size:14px;
	margin-bottom:0px;
}

#new-items p{
	margin-bottom:0px;
	padding:0px;
}

#new-items li img {
  float: right;
  padding:5px 10px 5px 12px;
}



/***********************************************
 Contact us
***********************************************/
#contactsales .introduction, #contactsupport .introduction {
	font-size: 14px;
}

#contactsales, #contactsupport {
	background: url(bg_sales.png) no-repeat left bottom;
	padding: 0 90px 30px 15px;
	margin-bottom: 30px;
	float: left;
	width: 180px;
}

#contactsupport {
	background-image: url(bg_support.png);
	float: right;
}

#contactform {
	clear: both;
}

/***********************************************
 ADVANCED SCRIPTING
***********************************************/
.feature {
	/*border-bottom: 1px dotted #bbb;*/
	overflow: hidden;
	padding: 8px 0;
	margin-right: 10px;
}

.feature img {
	float: left;
}

.feature h2, .feature p {
	margin-left: 226px;
}

#page-advancedscripting p { 
	clear:none;
}

#page-advancedscripting h2 {
	color: #9BA400;
	}


/***********************************************
 WEBSITE BUILDER
***********************************************/
#page-websitebuilder #primary{
	padding-left:0px;
}

#page-websitebuilder #secondary img {
	padding-bottom: 15px;
}


#page-websitebuilder, #primary p {
	padding-bottom:5px;
	}
	
#page-websitebuilder h2 {
	color: #9ba400;
	margin-top:20px;
	margin-bottom:0px;
}

#page-websitebuilder, #primary h1, #primary p, #wizardfeatures, #testdrive {
	padding-left: 0px;
	/*clear: left;*/
}

#testdrive { margin-top:20px; }

#wizardfeatures {
	/*background: url(/images/website-builder-reflection.jpg) no-repeat left top;
	padding-top: 40px;*/
}

#wizardfeatures ul {
	margin:0px;
	padding:0px 0px 30px 10px;
	}


#wizardfeatures li {
	width:370px;
	display: block;
	padding-bottom: 5px;
	}

#reflect-image { 
	background: url(/images/website-builder-reflection.jpg) no-repeat left top;
	padding-top: 10px;
	}



ul#packages, ul#vouchers {
	background: url(bg_gradtile.png) no-repeat left bottom;
	padding: 0px;
	margin: 10px 40px 0px 0px;
	overflow: hidden;
	height: 1%;
}

ul#packages li, ul#vouchers li {
	background: transparent;
}

ul#packages li {
	padding: 0 10px;
	float: left;
	width: 160px;
	
}

ul#packages p {
	margin: 0;
}

ul#packages li h2{
	color:#000000;
	margin-bottom:10px;
	}


/***********************************************
 AD VOUCHERS
***********************************************/
#page-advouchers #secondary img {
	padding-bottom: 15px;
}
ul#vouchers {
	background: url(bg_widebox.png) repeat-x center bottom;
	text-align: left;
	padding-bottom: 30px;
	margin: 20px 0;
}

ul#vouchers li {
	display: inline;
}

ul#vouchers #adcenter {
	border-style: solid;
	border-color: #d5d5d5;
	border-width: 0 1px;
	padding: 0 20px;
}
ul#vouchers #bidvertiser {
	border-style: solid;
	border-color: #d5d5d5;
	border-width: 0 1px;
	padding: 0 20px;
}

#page-advouchers h2 {
	color: #9BA400;
}

/***********************************************
 AFFILIATES
***********************************************/
#page-affiliates h2 {
	color: #9ba400;
}

#commission td, #commission th {
	padding: 10px;
}

#commission tbody td {
	text-align: center;
	font-weight: bold;	
}

#commission tbody th {
	text-align: left;
	font-weight: normal;
}

#steps {
	background: url(bling-pound.png) no-repeat right top;
	padding: 0 225px 25px 0;
}

#steps li {
	padding-bottom: 0;
}

#steps li span {
	border-bottom: 1px dotted #a9a9a9;
	display: block;
	padding-bottom: 10px;
}

#steps li.four span {
	border-bottom: none;
}


/***********************************************
 HOMEPAGE
***********************************************/
#homepage-promotion
{
	margin: 3px;
}

#panels {
	margin: 2px 2px 0 2px;
	background: url(bg_homepage-panel.png) repeat-x left top;
	overflow: hidden;
	height: 1%;

}

.panel {
	font-size: 14px;
	width: 164px;
	padding: 10px;
	float: left;
	margin: 6px 6px 0 1px;
	background: url(icon_unlimited.png) no-repeat right top;
	letter-spacing: -1px;
}

.panel, .panel a {
	color: #999;	
	text-decoration: none;
}

.signup-home {
	font-size: 14px;
	width: 164px;
	padding: 10px;
	float: left;
	margin: 6px 6px 0 1px;
	background: url(icon_unlimited.png) no-repeat right top;
	letter-spacing: -1px;
	color: #999;
	text-decoration: none;
	height:
}

.panel h3 {
	font-size: 22px;
	line-height: 25px;
	text-transform: uppercase;
	color: #b7c02a;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
}

.panel h3 .price {
	color: #a6a6a5 !important;
	text-transform: lowercase;
	white-space: nowrap;
}

.panel p {
	line-height: 20px;
}

.panel strong {
	color: #535353;
}

.panel ul {
	padding: 0;
}

.panel li {
	padding-left: 15px;
}

.panel .sign-up-link
{
  width: 162px;
  height: 50px;
  margin-top:10px;
  display: block;
  cursor: hand;
  background: url(signup-bulk-home.png) no-repeat 4px 0px;
  text-indent:-50000px;
  outline:none;
}

#trialpanel .sign-up-link {
	background: url(signup-trial-home.png) no-repeat 4px 0px;
	margin-top:10px;
}

#homepanel .sign-up-link {
	background: url(signup-home-home.png) no-repeat 4px 0px;
}

#powerpanel .sign-up-link {
	background: url(signup-power-home.png) no-repeat 4px 0px;
}

#unlimitedpanel .sign-up-link {
	background: url(signup-unlimited-home.png) no-repeat 4px 0px;
}

#bulkpanel .sign-up-link {
	background: url(signup-bulk-home.png) no-repeat 4px 0px;
}

.panel .more-info-link
{
  text-align: right;
  width: 140px;
  display: block;
  font-size: 12px;
  cursor: hand;
  background: url(arrow-blue.png) no-repeat 144px 8px;
  padding-right: 15px;
  padding-top: 3px;
}

#trialpanel .more-info-link {
	padding-top: 0;
	background: url(arrow-yellow.png) no-repeat 144px 5px;
}

#homepanel .more-info-link {
	background-image: url(arrow-blue.png);
}

#powerpanel .more-info-link {
	background-image: url(arrow-orange.png);
}

#unlimitedpanel .more-info-link {
	background-image: url(arrow.png);
}

#bulkpanel .more-info-link {
	background-image: url(arrow-pink.png);
}

#trialpanel.panel {
	background-image: url(icon_trial.png);
}

#homepanel.panel {
	background-image: url(icon_home.png);
}

#powerpanel.panel {
	background-image: url(icon_power.png);
}

#bulkpanel.panel {
	background-image: url(icon_bulk.png);
}

#trialpanel h3 {
	padding-right: 65px;
}

#homepanel li {
	background-image: url(arrow-blue.png);
}

#powerpanel li {
	background-image: url(arrow-orange.png);
}

#bulkpanel li {
	background-image: url(arrow-pink.png);
}


#domainchecker {
  	margin-top: 0;
	padding:5px 5px 0px 5px;
	clear: left;
	background: #101010 url(bg_domain-checker-hp.png) repeat-x left top;
	width: auto;
	border-bottom: 1px solid #202020;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}


#domainchecker span{
	padding-left:5px;
}

#domainchecker h3 {
	display: inline;
	text-transform: uppercase;
}

#domainchecker fieldset {
	background: transparent;
	padding:0px;
}

#domainchecker #enterdomain {
	width: 220px;

}

#domainchecker button {
	font-size: 12px;
	margin-left:5px;
	width:140px;
	height: 20px;
}
#domainchecker img{
	margin-left:6px;
	vertical-align:middle;
}

#homepage-content
{
	padding: 30px;
}

#homepage-usps-wrapper
{
	margin: 0 -30px;
	padding: 0 30px;
	background: url(homepage-usps-bg.png) repeat-x 0 96px;
	height: 200px;
}

.homepage-usps
{
	width: 234px;
	height: 200px;
	float: left;
	margin-right: 25px;
	background: url(homepage-usps-box-bg.png) no-repeat;
	padding: 0 20px;
}

.homepage-usps h2
{
	color: #aab465;
}

#usp-adverising
{
	margin-right: 0;
}



/* SPECIAL OFFER SPECIFICS */
.offer-price
{
	color: #CC0000;
}

.offer-header
{
	color: #EBC221;
	font-size: 16px;
}

#page-domainnames #topfeatures li, #page-webhosting #topfeatures li
{
  clear: none;
}

/* Domain checker */
.domain-checker input, .domain-checker select, .domain-checker button
{
  vertical-align: middle;
}

.domain-checker input
{
  width: 220px;
  font-size: 18px;
}

.domain-checker select
{
  font-size: 18px;
  padding: 1px;
}


/* SITEMAP */
#page-sitemap #contentheader {
	margin-bottom: 30px;
}

#page-sitemap .wrapper {
	margin-left:0;
	padding: 0 0px;
}

#page-sitemap #contentheader h1 {
	padding-top: 0;
}

#sitemap-listbox {
	padding: 10px;
	width: 340px;
	margin: 0px 0px 20px 40px;
	border-bottom: 1px #CCCCCC solid;
	background-color: #F5F5F5;
}


#sitemap-listbox ul li  {
	background: none;
	padding-left: 1px;
}

#sitemap-listbox ul li li {
	padding: 2px 0px 2px 13px;

}

#first-header a {
	color: #4A4A4A;
	font-weight:bold;
}

#sitemap-listbox ul li li a{
	color: #9ba400;
	font-weight: normal;
	}
	
.first {
	margin-top: 9px;
}

.last {
	margin-bottom:5px;
}


