@import url(headerfooter.css);
body {
	background: #fff  url(../images/bg.png) repeat-x;
	margin: 0;
	text-align: center;
}

body, table {
	font: 12px arial, helvetica, sans-serif;
}

a img {
	border: none;	
}

form {
	margin: 0;
}

.emailmenbot	{
	margin-bottom:15px;	
}

h1 {
	font: bold 21px arial;
	margin: 0 0 10px 0;	
	color:#f60;
}

h1.pageheader {
	color: #f60;
	font-size: 26px;
	line-height: 26px;
}

/* Hides content that will eventually be 
 * replaced to avoid blink/flicker */
html.hasFlash h1.pageheader { visibility: hidden; }

/* Need to make sure that the new content takes up
 * the same amount of space as the old or there will
 * be a perceptable shift of all content
 */
div.replaced-h1 { height: 28px; margin-bottom: 10px; }

p	{
	margin:0 0 19px 0;
	padding:0;	
	line-height:16px;
}

h3, h2	{
	font-size:14px;	
	margin-bottom:5px;
}

p.nopad	{
	margin:0;
	padding:0;	
}

.padright	{
	padding-right:30px;
}

.clear	{ 
	clear:both;
}

.cb	{
	clear:both;
	font-size: 1px;	
	height: 1px;
}
.cbr, .cr	{
	clear:right;
	font-size: 1px;
}

.cbl, cl	{
	clear:left;
	font-size: 1px;
}

.floatleft	{
	float:left;	
}

a {
	color:#000099;	
}

.smallp	{
	font-size:11px;
}

.vSpace	{
	clear:both;
	padding-bottom: 30px;	
}

input.blanked, select.blanked, textarea.blanked {
	background: #F1F1ED;
	
	border: solid #C4C3BF 1px;
}

.blanklabel, label.blanked, fieldset.blanked { color:#C4C3BF; }

.footnote	{
	font-size: 11px;
	color: #666; 
	width: 550px;	
}

/*********************************************************************
Content wrappers
*********************************************************************/
#content-wrapper {
	width: 749px;
	background:#fff;
	margin: 0 auto 25px auto;
	text-align: left;
}

#content {
	margin: 0;
	border: 1px solid #8c9cb1;
	border-width: 0 1px;
	overflow: hidden;
}

	#content:after	{
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */


#contentbody {
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 597px;
}

#middle2col {
	padding: 0;
}

#middle2colhdr	{
	padding:0;	
}

#packageContent {
	padding: 0 0 0 20px;
	background: red;
}

#toplevelheader {
	border: 1px solid #e2e1e1;
	border-right: none;
	height: 46px; 
	background-color: #fff;
	background-position: right top;
	background-repeat: no-repeat;
	padding: 20px 18px;
}

.printOnly {
	display:none;
}

#infoPage {
	width:570px;
}

.container	{
	padding-right:30px;	
	float:left;
}

.articlecontainer	{
	padding-right:20px;	
	float:left;
}

.regcontainer	{
	width:580px;
	padding:0 30px 0 0;	
	margin:0;
	float:left;
}


/*********************************************************************
System buttons
*********************************************************************/


.signup_sys	a, .signupblue	a, .signupreg_sys a, .login_sys a, .supplogin_sys a, .loginreg_sys a, .send_sys a, .check_sys a, .search_sys a, .searchsml_sys a, .gosml_sys a	{
	display: block;
	background-image: url(../images/buttons/system_signup.gif);
	width: 80px;
	height: 22px;
}

.signup_sys a:hover, .signupblue a:hover, .login_sys a:hover, .loginreg_sys a:hover, .signupreg_sys a:hover, .supplogin_sys a:hover, .send_sys a:hover, .check_sys a:hover, .search_sys a:hover, .searchsml_sys a:hover, .gosml_sys a:hover  {
	background-position: 0px -22px;
}

.signupblue	a  {
		background-image: url(../images/buttons/signup_blue.html);
		width: 90px;
}

.login_sys a, .supplogin_sys a	{background-image: url(../images/buttons/system_login.gif);}
.send_sys a		{background-image: url(../images/buttons/system_send.gif);}
.check_sys a	{background-image: url(../images/buttons/system_check.gif);}
.search_sys a, .searchsml_sys a	{background-image: url(../images/buttons/system_search.gif);}
.gosml_sys a	{background-image: url(../images/buttons/system_go.gif);}

.signupreg_sys a, .loginreg_sys a {
	background-image: url(../images/buttons/system_signupreg.gif);
	width: 200px;
}

.loginreg_sys a {background-image: url(../images/buttons/system_loginreg.gif);}

.signupblue	a, .signuporan a  {
		display: block;
		background-image: url(../images/buttons/signup_blue_off.gif);
		width: 90px;
		height: 23px;
	
}

.signuporan a	{
		background-image: url(../images/buttons/signup_oran_off.gif);
}

	.signupblue a:hover, .signuporan a:hover {
			background: url(../images/buttons/signup_blue_on.gif) no-repeat center top;
			width: 90px;
			height: 23px;
	}

	.signuporan a:hover 	{
			background: url(../images/buttons/signup_oran_on.gif) no-repeat center top;
	}

	
.signuph, .signuplhn  {
	float: left;
	background: url(../images/buttons/button_oran.png) no-repeat left top;
	width: 90px;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 0;
	margin-left:10px;
	
}	

li a.signupcomp	{
	background: url(../images/buttons/button_oran.png) no-repeat;
	width: 90px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	list-style-type:none;	
	padding:4px 10px;
	margin:0 0 0 30px;
}

.signuph:hover, .signuplhn:hover, .signupcomp:hover  {
	background-position: 0px -27px;
}

.send_sys	{
	margin: 13px 0 0 221px;	
	padding-bottom: 13px;
}
 

.signuplhn	{
	margin: 0 0 10px 15px;	
}	


.ruleLightgrey {
	border-top:1px #F1F1F1 solid;
}

.vertSpace {
	margin:20px 0px 10px 0px;
}
	
	
ul.greyBullet {
	list-style:none;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

.greyBullet li, .greyBullet dt, .webmaillogin li {
	background: url(../images/bullet_smlgrey.gif) 0 5px  no-repeat;
	padding:0px 0px 0px 15px;
	margin: 0px 5px 5px 0px;
	font-weight: normal; /* att */
}

.greyBullet li, .greyBullet dt, .greyBullet dd { /* att */
	font-size: 11px; 
	color: #666;
}

ul.greyBullet, dl.greyBullet, dl.greyBullet dt {
	float:left;
}

li.included {
	background: url(../images/bullet-tick.gif) no-repeat 5px 50%;
}



li.greyBullet  {
	background: url(../images/bullet_smlgrey.gif) 0px 5px  no-repeat;
	list-style:none;
	margin:0px 0px 10px 0px;
	padding:0px;
}
	
/*********************************************************************
Ticker
*********************************************************************/

	
#contentscrollercontainer { 
	height: 16px;
	width:400px;
	overflow: hidden;
}

#contentscroller {
	margin:0px 5px 0px 0px;
	padding: 0px 0px 5px 0px;
	width:400px;
	list-style: none;
}

#contentscroller li {
	font-size: 11px;
	line-height: 109%;
	width:400px;
	margin:0px 0px 5px 0px;
	padding:0;
}

#contentscroller li#displayedcontent {
	margin-bottom: 100px;
}


/*********************************************************************
LHNAV
*********************************************************************/


#left {
	width: 175px;
	float: left;
	font-size: 12px;
}

ul#lhNav {
	margin: 5px 0 0 0;
	padding: 0 0 5px 10px;
	list-style-type: none;
}

ul#lhNav a {
	display: block;
	height: 15px;
	color:#000099;
}

ul#lhNav a:visited {
	color:#000099;
}

a.parentOption {
	padding: 2px 0 4px 5px;
	text-decoration: none;
}


li.lhnHeader .parentMenu a	{
	text-decoration: none;
}

	
li.selectedParent a	{
	text-decoration: none;
	font-weight:bold;
}

li.selectedChild a, li.childMenuOption a, li.selectedChildselectedChild a 	{
	font-weight:normal;	
}



#lhntoppad	{
	padding-top: 40px;	
}

.lhnsubset	{
	background: url(../images/bb_bullet.gif) no-repeat 0px 11px;	
	padding: 0 0 0 2px;
	margin: 0 0 0 5px;
}

	.lhntopsetone	{
		margin-top: 40px;	
	}
	
	.lhnmidset	{
		margin-top: 0px;	
	}
	


/*.lhnmidset	{
	margin-top: 15px;	
}

/* LHN Graphics etc */

#lhnopenacc	{
	margin: 0 0 10px 15px;
	border:0;	
}

.signupbluelhn	{
	margin: 10px 0 10px 20px;	
}



#registersml	{ width:180px; }

.iconreglist	{
	padding-bottom: 20px;	
}


	.iconreglist p 	{
		background: url(../images/icons/ic_arro.gif) no-repeat;
		padding: 0 30px 0 30px;
		margin:15px 0 0 0;
	}
	
	
ul#lhNav,  ul.childMenu {
	list-style-type: none;
	font-weight:normal;
}

ul.childMenu {
	display: none;
	font-weight:normal;
}

ul.childMenuOption {
	display: none;
	font-weight:normal;
}


.selectedParent ul.childMenu {
	margin: 0 1px;
	padding: 3px 3px;
	display: block;
	font-weight:normal;
}


/* Left hand Nav - colouring & general style */



.selectedParent ul.childMenu {
	background-color: #fff;
	font-weight:normal;
}

.childOption {
	padding: 0px 0 0 10px;
	font-size:11px;
	background: url(../images/bb_bullet.gif) no-repeat 0px 5px;
}


/*********************************************************************
Box styles
*********************************************************************/

.box_top	{
	background: url(../images/box_top.gif) no-repeat bottom;
	width: 212px;
	height: 6px;
	
}

.box_bot, .box_botone 	{
	background: url(../images/box_bot.gif) no-repeat;
	width: 212px;
	height: 6px;
}

.box_botone {
	margin-bottom:20px;
	padding:0;	
}

.box_mid	{
	background: url(../images/box_mid.gif);
	padding: 5px 0 5px 0;
	width: 212px;
}



	.box_mid h3	{
		font-size:12px;
		color:#2A3C90;
		margin: 5px 0 5px 14px;
	}

	.box_mid li.supportpad	{
		padding-bottom:4px;	
	}
	
	
	
.box_top_main	{
	background: url(../images/box_top_main.gif) no-repeat bottom;
	width: 212px;
	height: 6px;
	
}

.box_bot_main, .box_botone_main 	{
	background: url(../images/box_bot_main.gif) no-repeat;
	width: 212px;
	height: 6px;
}

.box_botone_main {
	margin-bottom:20px;
	padding:0;	
}

.box_mid_main	{
	background: url(../images/box_mid_main.gif);
	padding: 5px 0 5px 0;
	width: 212px;
}

	

	.box_mid_main h2	{
		font-size:14px;
		color:#2A3C90;
		margin: 5px 0 10px 10px;
	}
	
	.box_mid_main h3	{
		font-size:12px;
		color:#2A3C90;
		margin: 5px 0 10px 10px;
	}
	

.lrgbox	{
	margin:0;
	padding:0;
	float:left;
}
	
	
.boxlrg_top	{
	background: url(../images/boxlrg_top.gif) no-repeat bottom;
	width: 425px;
	height: 7px;
	
}

.boxlrg_bot	{
	background: url(../images/boxlrg_bot.gif) no-repeat;
	width: 425px;
	height: 7px;
}


.boxlrg_mid	{
	background: url(../images/boxlrg_mid.gif);
	padding: 5px 0 5px 0;
	width: 425px;
}

	.boxlrg_mid img	{
		padding-left:15px;

	}

	
.logtop	{
	background: url(../images/homepage/login_top.gif) no-repeat bottom;
	width:317px;
	height:6px;	

}

.logbody	{
	background: url(../images/homepage/login_body.gif) bottom;
	width:317px;

	padding:0px;
}




h1.titlelogin	{
	padding:5px 0 10px 0 ;
	margin:0px 0 0 17px;
		
}


.logbody h3	{
	font-size:12px;
	padding: 5px 0 0 0;
	margin:0 0 0 17px;
		
}

h3.titlelogin	{
	padding:5px 0 10px 0 ;
	margin:0px 0 0 17px;
		
}

p.formp	{
	line-height: 8px;
	margin: 0 0 11px 17px;
	padding:0;
	color: #999;	
}


.formLine	{
	margin:0 0 7px 22px;	
}

.formLinehdr	{
	margin:0 0 7px 22px;	
}

.login_sys	{
	margin: 13px 0 0 221px;	
	padding-bottom: 13px;
}

.fieldTitleE, .fieldTitleP	{
	margin-right: 7px;	
	color: #999;
}

	.fieldTitleE	{
		margin-left: 25px;	
	}
	
	.fieldTitleU	{
		margin-left: 2px;	
		color: #999;
	}

a.loglink	{
	margin: 0 0 0 85px;
	color: #2A3D8F;	
}

#formCheck	{
	padding: 0 0 20px 40px;
	margin:0;
	float:left;
}	

#logemail, #logpassword	{ width:170px; margin-left: 7px ;}
#logemail 	{margin-left: 6px; }


#fortxt p	{
	padding-left:35px;	
}
.important, .quicktip {
	background: url(../images/icons/important.gif) no-repeat 8px 5px;

	
}


.quicktip {
	background-image: url(../images/icons/quicktip.gif);

}

.domsubmit	{
	padding:0;	
}


li.one, li.two, li.three	{
	background: url(../images/website-email/1.gif) no-repeat;
	list-style-type:none;
	padding:0 5px 5px 20px;
	margin:0 0 15px 10px;
	height:20px;	
}

li.two	{
	background: url(../images/website-email/2.gif) no-repeat;
	margin:15px 0 5px 10px;
}

li.three	{
	background: url(../images/website-email/3.gif) no-repeat;
	padding-bottom:25px;
	margin:10px 0 5px 10px;
}



li.icone, li.ictwo, li.icthree	{
	background: url(../images/website-email/ic_1.gif) no-repeat;
	list-style-type:none;
	padding:0 5px 40px 45px;
	margin:0 0 0px 0px;
	height:27px;	
	
}

	li.ictwo	{
		background: url(../images/website-email/ic_2.gif) no-repeat;
		margin:0px 5px 0px 0px;
		padding-bottom:40px;
	}
	
	li.icthree	{
		background: url(../images/website-email/ic_3.gif) no-repeat;
		margin:0px 5px 5px 0px;
		padding-bottom:45px;
	}
	
	li.icfour	{
		background: url(../images/website-email/ic_4.gif) no-repeat;
		margin:0px 5px 15px 0px;
		padding:0 5px 0px 45px;	
	}
	
	li a.iclink	{
		margin:0;
		padding:0 0 0 35px;	
		line-height:12px;
	}





/*********************************************************************
Table styles
*********************************************************************/

table#pricecomparison, table#introtable {
	width: 555px;
	margin: 10px 0px 25px 0px;
}

table#pricecomparison td, table#introtable td  {
	padding: 6px 5px 6px 10px;
	color: #364495;
}

table#pricecomparison a, table#introtable a	{
	color: #364495;
}

th.pricingheadintro	{
	background-color: #8C9CB1;
	height:8px;
	
}

th.pricinghead, th.exthead {
	background-color: #8C9CB1;
	padding: 5px 0 5px 10px;
	text-align:left;
}

th.pricinghead img {
	margin: 5px 0 0 0px;
}

th.exthead img {
	margin: 5px 10px 0 0px;
}


/*table	{
	border:1px solid #BCC3CD;	
}*/

td, th	{
	border-right:1px white solid;
	border-bottom: 1px white solid;	
}



p.smlttxt	{
	padding:0;
	margin:0;
	line-height:11px;
	font-size:11px;
	font-weight: normal;
}

.row1on	{
	background: #F2F4F9;	
}

.row1off	{
	background: #FAFBFC;	
}

.row2on	{
	background:#F5F7FB;
}

.row2off	{
	background:#FBFCFD;
}




/* Cell styles */
.hover td {background-color:#F0F1F3;}
.sortedminus {background-color:#000;}
.sortedplus {background-color:#000;}
.selrow td {background-color:#CACCD1;}




ul.signupnumlist	{
	padding:0 0 0px 0;
	margin:0;
	font-size:11px;
	color:#666;
	list-style-type:none;	

}

	ul.signupnumlist li a img	{
		padding:0 0 0px 0;
		margin:0 0 0px 0;	
	}
	

#signupleft {
	width:320px;
	padding: 0px 0px 10px 0px;
	margin:0px 10px 0px 0px;
	float:left;
}


#signupright, #signupright-sedo {
	width:170px;
	padding: 0 0 10px 0;
	margin: 0 10px 0 40px;
	float:left;
}

#signupright-sedo {
	margin: 0 10px 0 20px;
	 padding-top:10px;
}



.textest h2	{
	padding-bottom:0!important;
	margin-bottom:0!important;
	line-height:12px;
}

.textest p	{
	padding-bottom:0!important;
	margin-bottom:0!important;
	line-height:12px;
}


/*********************************************************************
Availability & suggestions
*********************************************************************/

.result_avail, .result_availno	{
	background: url(../images/domains/availbg.gif) no-repeat left bottom;
	width:549px;
	margin-bottom:15px;
	padding-bottom: 15px;
}


	.result_avail p, .result_availno p	{
		padding: 5px 0 0 15px;
		margin: 0;
	}
	
	.resultinner {
		padding-top: 10px;
		background: url(../images/domains/availbg.gif) no-repeat left top;
	}

	.result_avail p span	{
		color:#33CC00;
		font-weight:bold;
	}
	
	.result_availno p span	{
		color:#FF6600;
		font-weight:bold;
	}
	
a.button_registern 	{
	display: inline;
	background: url(../images/domains/button_registernow.gif);
	height:23px;
	width:114px;
	float: right;
	margin: 1px 15px;
}

a:hover.button_registern 	{background-position: 0px -23px;}

.button_registersd a	{
	background: url(../images/domains/button_registersel.gif);
	display: block;
	height:23px;
	width:191px;
	margin:15px 0 0 330px;
}

.button_registersd a:hover	{background-position: 0px -23px;}

#table_avail	{
	width:549px;	
	border-collapse:collapse;	
}

#table_avail th, #table_avail td	{
	border:none;		
}

#table_avail thead tr td	{
	background:#D0D7DF;
	padding: 8px 0 8px 10px;
	font-weight:bold;		
}

#table_avail tbody tr td	{
	border-bottom: #D0D7DF 1px solid;	
	padding: 10px 0px;	
	margin:0;	
}
	
	
td.avail_yes	{
	color:#33CC00;
}

td.avail_no	{
	color:#FF6600;
}

#table_avail tbody tr.oursuggest td	{
		background:#EEF0F3;
		border-top: 1px solid #8C9CB1;
		border-bottom:1px solid #8C9CB1;
		padding: 8px 0 8px 10px;
		font-weight:bold;	
	}



#table_avail tbody tr.nobord td	{
	border:none;	
}


#table_avail tbody tr td.bidnow	{
	background: #F9FAFB;
	padding: 0px 10px 0px 10px;
	margin:0;	
	text-align:right;
	width: 132px;
}


#table_avail tbody tr td.inputbg	{
	background: #F9FAFB;
	padding: 0px 10px 0px 25px;
	margin:0;	
}

.availfoot	{
	background:#EEF0F3;	
	height:54px;
	width:549px;
	border-top: 1px solid #8C9CB1;
	border-bottom:1px solid #8C9CB1;
}

p.trydiff	{
	font-weight:bold;
	color:#0C3792;
	margin:15px 0 5px 0;
	padding:0;
}

#table_avail thead tr td.nomargin	{
	padding:0;
	margin:0;	
}

#table_avail .highlightedrow {
	background-color: #F9FAFB;	
}

a.check_another	{
	color:#0000CC;
	margin: 0 0 0 40px;	
}


#hdr-register-domcheck	{
	width:193px; 
	border:1px solid #BCC3CD; 
	font-size:12px; 
	color:#98A7BD; 
	padding:3px;
	height:14px;	
}

/*\*/

*html #hdr-register-domcheck	{ height:22px; padding:3px; }

/**/

.example {
	font-family : "Courier New", Courier, monospace;
	font-size: 13px;
	padding-right: 3px;
}

.importantnote {
	background: #fff url(../images/icons/importantnote.png) no-repeat 5px 5px;
	border: 1px solid #339;
	padding: 5px 5px 5px 30px;
}












.setup_free, .setup_free2, li span.highlight	{
	background: #c00;
	color: #fff;
	font-size: 11px;
	font-weight:bold;	
	padding: 0px 4px;
	margin-right: 8px;	
	text-decoration:none;
	text-transform: uppercase;
}

.setup_free2 {
		margin-right:5px;
}

li span.highlight {
		margin-right: 0;
}
