/* ************************************************************************** */
/* 123reg Surround, Aug 2006 Relaunch Stylesheet » www.123-reg.co.uk    	  */
/* Author: Pipex Communications UK Ltd, (c)2006 PIPEX Communications UK Ltd   */
/* Version 2.1									  			  				  */
/* ************************************************************************** */

/* surround generic ========================================================= */
body {
	margin: 0px;
	padding: 0;
	background: url(../images/bg_main.jpg) top left repeat-x #74bfe8;
}

/* surround structural ====================================================== */

/* header ----- */
#sur_head {
	position: relative;
	width: 100%;
}
#sur_head_main {
	position: relative;
	width: 776px;
	/* height: 148px; */
	/* height: 11.6em; */
	min-height: 148px;
	* height: 148px;
	margin-left: auto;
	margin-right: auto;	
	z-index: 2;
}

/* content ----- */
#sur_content {
	position: relative;
	width: 100%;
}
#sur_wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#sur_wrapper:after { 
	display: block; 
	content: ".";  
	height: 0pt; 
	clear: both; 
	color: #74bfe8;
}
#sur_menu {
	float: left;
	width: 145px;
}
#content {
	/* override #content styles*/
	float: left;
	clear: none !important;
	margin-top: 5px;
	z-index: 3;
}

/* footer ----- */
#sur_foot {
	clear: both;
	width: 100%;
	background: url(../images/bg_footer.gif) top center no-repeat;
}
#ultrawide #sur_foot {
	background: url(../images/bg_footer_wide.gif) top center no-repeat;
}
#sur_foot_main {
	width: 776px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}

/* surround header ========================================================== */

/* logos ----- */
#sur_head_main .logo {
	position: absolute;
	width: 318px;
	height: 84px;
	top: -4px;
	left: -60px;
	margin: 0;
	background: url(../images/logo.png) bottom left no-repeat;
	z-index: 2;
}
#sur_head_main .logo a {
	display: block;
	width: 90%;
	height: 84px;
	z-index: 2;
}
#sur_head_main .pipextab {
	position: absolute;
	left: 222px;
	top: -4px;
	width: 101px;
	height: 28px;
	margin: 0;
	background: url(../images/logo_pipextab.gif) top left no-repeat;
	z-index: 3;		
}
#sur_head_main .pipextab a {
	display: block;
	width: 100%;
	height: 28px;
	z-index: 3;
}

/* main menu (tabs) ----- */
#sur_head_main .mainmenu {
	position: absolute;
	width: 776px;
	top: 96px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 2;
}
#sur_head_main .mainmenu:after { 
	display: block; 
	content: ".";  
	height: 0pt; 
	clear: both; 
	color: #fff;
}
#sur_head_main .mainmenu li {
	float: left;
	margin: 0 2px 0 0;
	padding-left: 6px;
	background: url(../images/tab_plain_left.gif) top left no-repeat;
}
#sur_head_main .mainmenu li#last_tab {
	margin: 0;
	background: url(../images/tab_plain_left.gif) top left no-repeat;
}
#sur_head_main .mainmenu li h2 {
	font-size: 1em;
	margin: 0;
}
#sur_head_main .mainmenu a {
	float: left;
	display: block;
	margin: 0;
	height: 34px;
	padding: 5px 7px 0 0; /* left and right tab padding */
	font-size: 1.15em;
	font-weight: 800;
	color: #2597d5;
	background: url(../images/tab_plain_bg.gif) top right no-repeat;
}
#sur_head_main .mainmenu a:hover {
	color: #185E83;
}

/* holding page (wide) stripe ----- */

/* surround footer ========================================================== */
#sur_foot_main {
	font-size: 0.9em !important;
}
#sur_foot_main p {
	margin: 0;
	padding-left: 160px;
}
#sur_foot_main p img {
	vertical-align: text-bottom;
}
#ultrawide #sur_foot_main p {
	padding-left: 10px;
}
.copyright {
	font-weight: 800;
	color: #008fc0;
	margin: 0;
}
.grey_link{
	color: #008fc0 !important;
	text-decoration: none !important;
}
#sur_foot_main ul {
	margin: 8px 0;
	padding: 0 0 0 160px;
	list-style: none;
}
#ultrawide #sur_foot_main ul {
	padding: 0 0 0 10px;
}
#sur_foot_main ul li {
	display: inline;
	color: #333;
}
#sur_foot_main p.group {
	padding-top: 5px;
}
#sur_foot_main a {
	color: #333;
	text-decoration: underline;
}
#sur_foot_main a:hover {
	text-decoration: none;
}


/* ************************************************************************** */
/* 123reg Global, May 2006 Relaunch Stylesheet » www.123-reg.co.uk	     	  */
/* Author: Pipex Communications UK Ltd, (c)2006 PIPEX Communications UK Ltd   */
/* Version 2.1									  			  				  */
/* ************************************************************************** */

/* generic ================================================================== */

/* body ----- */
body {
	font: normal 100 0.9em arial,sans-serif; color: #333;
}
html, body {
	height: 100%;
}

/* simple structural ----- */
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
.hidden {
	display: none !important;
}
.clearboth {
	clear: both;
}

/* headings ----- */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

/* images ----- */
img {
	border: none;
}

/* links ----- */
a {
	text-decoration: none;
}

/* list fix  ----- */
ul.txtlst, ul.tick { 
	list-style: disc inside; 
	margin-left: 0; 
	padding-left: 1em; 
	text-indent: -1em;
}
ul.txtlst li, ul.tick li { 
	margin-bottom: 0.3em;
	color: #1059BD;
} 
ul.txtlst li span, ul.tick li span { 
	color: #333;
} 

/* text size ----- */
.normal {
	font-weight: 100 !important;
	font-style: normal !important;
}
.biggertext {
	font-size: 1.4em !important; 
	font-weight: 800 !important;
}
.bigtext {
	font-size: 1.2em !important; 
	font-weight: 800 !important;
}
.smallertext {
	font-size: 0.5em !important; 
	font-weight: 800 !important;
}
.smalltext {
	font-size: 0.8em !important; 
	font-weight: 800 !important;
}

/* sIFR assist ============================================================== */
.sIFR_white, .sIFR_black, .sIFR_brightred, .sIFR_blue {
	display: block;
	_height: 1px; /* ie height / margin hack */
}
i.sIFR_white, i.sIFR_black, i.sIFR_brightred, i.sIFR_blue {
	/* inline only version of previous rule */
	display: inline;
	font-style: normal;
} 
.sIFR_white { 
	color: #fff !important;
	font-size: 1.0em;
}
.sIFR_black {
	color: #000 !important;
	font-size: 1.0em;
}
.sIFR_brightred {
	color: #FFFFFF !important;
	font-size: 1.0em;
}
.sIFR_blue {
	color: #FFFFFF !important;
	font-size: 1.0em;
}

/* structural : content container =========================================== */
#ultrawide #content {
	position: relative;
	clear: both;
	width: 1000px; /* full width page */
	margin: 0;
	padding: 0 0 0 18px !important;
	z-index: 1;
}

/* structural : footer ====================================================== */
#content #footer {
	width: 100%;
	margin: 20px 0 0 0; 
	z-index: 1;
}


/* ************************************************************************** */
/* 123reg Holding Page, Sept 2006 Stylesheet » www.123-reg.co.uk	  		  */
/* Author: Pipex Communications UK Ltd, (c)2006 PIPEX Communications UK Ltd   */
/* Version 2.1									  			  				  */
/* ************************************************************************** */

/* links ----- */
.holding #main a {
	color: #FFFFFF;
	text-decoration: underline;
}
.holding #main a:hover {
	text-decoration: none;
}

/* halfwidth pod ----- */
.pod_halfwidth {
	position: relative;
	float: left;
	clear: left;
	width: 460px;
	z-index: 1;
	border-radius: 10px;
}
.pod_halfwidth h1 {
	margin: 0 20px;
	font-size: 1.6em;
}
.pod_halfwidth p {
	margin: 30px 20px;
	color: #FFFFFF;
}
.pod_halfwidth .footer {
	position: absolute;
	bottom: 0px;
	_bottom: -6px; /* ie positioning hack - stupid bottom abs. position bug */
	width: 354px;
	height: 11px;
	line-height: 11px;
	z-index: 2;
}
.pod_halfwidth:after { 
	display: block; 
	content: ""; /* alt0160 */
	height: 0pt; 
	clear: both; 
	color: #fff;
}
.pod_halfwidth .pod_boxout {
	position: relative;
	height: 50px;
	margin: 0 20px 10px 20px;
}
.pod_halfwidth .pod_boxout h2 {
	padding: 8px 0 2px 0;
	font-size: 1.2em;
	color: #fff;
}
.pod_halfwidth .pod_boxout a {
	color: #fff !important;
}

/* register pod ----- */
#register {
	margin: 10px 32px 20px 0;
	background-color: #00608a;
}
#register p#pipexgroup {
	font-size: 0.89em;
}

#register .footer {
	background: url(../images/pod_354w_blue_bot.gif) top left no-repeat;
}
/* register box */
#register #registerbox {
	position: relative;
}
#register #registerbox form,
#register #registerbox input {
	margin: 0;
	padding: 0;
	width: 412px;
}
#register #registerbox #regtext {
	float: left;
	height: 38px;
	width: 315px;
	line-height: 20px;
	border: none;
	background: url(../images/text.png) top left no-repeat;
	color: #777777;
	font-weight: bold;
	padding-left: 10px;
}
#register #registerbox .regbutton {
	width: 85px;
	height: 38px;
	font-size: 0;
	text-align: left;
	color: #de1248;
	cursor: pointer;
	background: url(../images/search.png) top right no-repeat;
	border: 0;
}
#registerbox #wait_display_1 {
	float: left;
	width: 32px;
	height: 22px;
	margin: 0 0 0 6px;
	line-height: 22px;
	color: #fff;
	font-size: 0.89em;
}
#register #registerbox a#newtodomains {
	display:block;
	position: absolute;
	bottom: 12px;
	clear: both;
	font-size: 0.89em;
}
#register #registerbox a#registerstar {
	position: absolute;
	top: -20px;
	right: -6px;
	width: 78px;
	height: 78px;
	background: url(../images/register_star.gif) top right no-repeat;
}

/* instantsite pod ----- */
#instantsite {
	clear: right;
	margin: 10px 0 20px 0;
	background-color: #cb0945;
	padding-bottom: 11px;
}
#instantsite p {
	color: #FFFFFF;
}
#instantsite .footer {
	background: url(../images/pod_354w_pink_bot.gif) top left no-repeat;
}
/* instantsite login box */
#instantsite #isbox {
	margin-top: 18px !important;
	background: url(../images/pod_313x78_brightred.gif) top left no-repeat;
}
#instantsite #isbox h2 {
	padding: 12px 0 0 75px;
}
#instantsite #isbox p {
	margin: 0;
	padding: 4px 10px 0 75px;
	color: #fff;
	font-size: 0.89em;
}
#instantsite #isbox .icon {
	display: block;
	position: absolute;
	top: -2px;
	left: 0px;
	width: 80px;
	height: 73px;
	background: url(../images/icon_build.gif) top left no-repeat;
}

/* search bar ----- */
#searchbar {
	clear: both;
	width: 740px;
	height: 52px;
	margin: 0 0 20px 0;
	background: url(../images/pod_740x52_lightblue.gif) top left no-repeat;
}
#searchbar form {
	margin: 0;
	padding: 14px 0 0 180px;
	height: 20px;
}
#searchbar h1 {
	display: inline;
	padding: 0 10px 0 0;
	font-size: 1.5em;
	color: #2597d5;
}
#searchbar #searchtext {
	height: 18px;
	width: 240px;
	vertical-align: top;
	line-height: 20px;
	border: 1px solid #2597d5;
}
#searchbar #searchbutton {
	width: 60px;
	height: 22px;
	vertical-align: top;
	margin: 1px 0 0 4px;
	font-size: 0;
	text-align: left;
	color: #2597d5;
	cursor: pointer;
	background: url(../images/button_go.gif) top right no-repeat;
	border: 0;
}

/* domain match results ----- */
#domainresults {
	clear: both;
	width: 740px;
	margin: 1em 0 0 0;
}
/* ydm - categories */
#domainresults .category {
	float: left;
	width: 30.5%;
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 0.5em;
}
#domainresults .category a {
	font-weight: 100;
	font-size: 1em;
	color: #2597d5;
}
/* ydm - listings */
#domainresults h2 {
	font-size: 1.4em;
	color: #2597d5;
}
#domainresults .listing {
	margin: 1em 0 2em 0;
	padding: 0 0 0 0.5em;
	list-style: none;
}
#domainresults .listing li.id {
	display: inline;
	color: #2597d5;
	font-weight: 800;
}
#domainresults .listing li.title {
	display: inline;
}
#domainresults .listing li.text {
	color: #666;
}
/* result - result boxes (for ydm v2)*/
#domainresults .resultbox {
	float: left;
	width: 30.5%;
	min-height: 100px;
	*height: 100px;
	margin: 0 20px 10px 0;
	padding: 0;
}
#domainresults .resultbox li {
	list-style: none;
}
#domainresults .resultbox li.title {
	display: block;
	font-weight: 800;
	font-size: 1.2em;
	color: #2597d5;
}
#domainresults .resultbox li.link {
	display: inline;
}

/* ui alerts : form waiting animation (basic formatting) ----- */
#wait_display_1 {
	display: none;
	height: 16px;
	padding-right: 45px !important;
	background: url(../images/3box_dark_incremental_wait.gif) right 50% no-repeat;
}

/* ************************************************************************** */
/* 123reg Hacks, Aug 2006 Relaunch Stylesheet » www.123-reg.co.uk	     	  */
/* Author: Pipex Communications UK Ltd, (c)2006 PIPEX Communications UK Ltd   */
/* Version 2.1									  			  				  */
/* ************************************************************************** */

/* mac (safari) : header padding hack (25th July 2006) ----- */
/*
HACK: Safari (all current versions) will ignore the selector (and rules within it) with
the (#) sign after the semi-colon, it will also ignore any subsequently defined selectors
SOURCE: http://www.simiandesign.com/blog-fu/2005/11/safari_css_hack.php
RULE EFFECT: allow primary (home) tab a bit more padding, with safari and normal flavours 
*/
/* for safari */
#sur_head_main .mainmenu #primary_tab a { 
	padding: 5px 13px 0 7px;
}
/* for the masses */
#sur_head_main .mainmenu #primary_tab a { 
	padding: 5px 10px 0 5px;#
}
#register .top_div{
	background-color: #0089c6;
	border-radius: 10px 10px 0 0;
	padding: 14px 10px;
}
#instantsite .top_div{
	background-color: #e85c61;
	border-radius: 10px 10px 0 0;
	padding: 14px 10px;
}

#wrapper{
 position: relative;
    height: 100%;
    width: 100%;
 background: url(../images/surHeadBg.png) top left no-repeat;
}

/* Copyright 123-reg, 2006 */
