body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}
	
	/************************************* =1b. Font Definitions ********************************************/
/*  The following CSS rule uses the bulletproof @fontface syntax to embed the Vagabond font set.  Browsers will start with the last src: declaration and go up, looking for the first font it can load. 
Browser will stop when it finds a working set ensuring maximum compatibility. */
@font-face {
	font-family: "Vagabond";
 	src: local("VAGRoundedLTCom-Bold"), url("/font/vag-bold.ttf") format("truetype");
	src: url('/font/vag-bold.eot'); /* IE9 JAN-4302 */
	src: url('/font/vag-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8, Compatibility Mode for IE8 */
	     url('/font/vag-bold.woff') format('woff'), /* Modern Browsers */
	     url('/font/vag-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('/font/vag-bold.svg#VAGRoundedLTCom-Bold') format('svg'); /* Legacy iOS */
	}
	
	/************************************* =1c. Element Styles ********************************************/
body {
	background: #fff;
	color: #56594b;
	font: normal 12px trebuchet, "Trebuchet MS", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1,h2,h3 {
	color: #303326;
}

h1,h2 {
	font-family: Vagabond, trebuchet, "Trebuchet MS", sans-serif;
}

legend {
	color: #56594B;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #33a1cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: auto;
	margin: 0 0 1em 0;
}

select {
	border: 2px solid #B8B9B9;
	color: #56594B;
	font-family: trebuchet, "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0pt;
	padding: 0px 0px 0px 0px;
}

input {
	height: 22px;
	margin: 0;
	padding: 2px 5px 0px 5px;
	border: 2px solid #b8b9b9;
	background: url(/imgs/formElements/bgTextField247.gif) no-repeat;
	color: #56594B;
	font-weight: bold;
	font-size: 16px !important;
}  /* override default sub and sup to keep line-spacing consistent */
sup,sub,span.sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
	
	/************************************* =1d. Global Classes ********************************************/
	/* float clearing for IE7 */
*+html .clearFix {
	min-height: 1%;
}  /* float clearing for IE6 */
* html .clearFix {
	height: 1%;
	overflow: visible;
}

.clearFix:after {
	clear: both;
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
}

.validationErrorMessage {
	color: #d72a18;
	font-size: 14px;
}

.alertText {
	color: #d72a18;
}

.formCenterCol .validationErrorMessage {
	font-weight: bold;
}

.errorIcon {
	margin-right: 3px;
	position: relative;
	top: 3px;
}

input.validationError,select.validationError {
	border: 2px solid #d72a18;
}

input.checkbox,input.radio {
	width: auto;
	height: 14px;
	margin-bottom: 2px; *
	margin-bottom: 0px;
	border: none;
	background: none;
}

select.smallSelect {
	font-size: 12px;
	padding: 1px;
	border: 1px solid #b8b9b9;
}

input.noborder {
	border: medium none;
	height: auto;
	padding: 0pt;
	width: auto;
}

.imgButton {
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

.btnAddToCart {
	position: relative;
	left: -9px;
}

.clear {
	clear: both;
}

.strike {
	text-decoration: line-through;
}

.lastItem {
	/* this style is useful if the last item in a list of items doesn't need an underline for example */
	background-image: none !important;
}

.productTitle {
	color: #000;
	font-size: 14px;
	margin-left: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.detailIcon {
	float: left;
	margin-right: 5px;
}

.detailTxt {
	padding-top: 10px;
}

.hlBlue {
	color: #33a1cc;
}  /************ OLD CART PAGE *******************/
.addProduct {
	font-weight: bold;
	font-size: 19px;
	color: #666666;
}  /******* CROSSSELL ***************/
.crossSells {
	margin: 15px 0 0 0;
	padding: 20px 0 0 0;
}

.crossSells h3 {
	font-size: 28px;
}

.oneCrossSell {
	float: left;
}

.oneCrossSell .content {
	width: 274px;
	padding: 8px 15px 8px 20px;
	background-color: #e8f3f7;
}

.oneCrossSell .content h3 {
	margin-bottom: 5px;
	color: #303326;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
}

.oneCrossSell .content h4 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
}

.oneCrossSell .content p {
	margin: 10px 40px 5px 0;
}

.oneCrossSell .content ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style-image:
		url(https://www.register.com/images/crosssell/bullet.gif);
	list-style-position: inside;
	line-height: 15px;
}

.oneCrossSell .content a {
	font-weight: bold;
}

.oneCrossSell .content p a {
	font-weight: normal;
}

.oneCrossSell .content form {
	margin-top: 10px;
}

.oneCrossSell .content div.priceAndForm {
	margin-top: 10px;
}

.oneCrossSell .content form img {
	float: left;
}

.oneCrossSell .content div.price {
	float: left;
	color: #7E8271;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

.oneCrossSell .content div.price span {
	font-size: 24px;
	color: #303326;
}

.oneCrossSell .content div.price .extraFee {
	color: #7D8170;
	font-weight: normal;
	font-size: 10px;
}

.oneCrossSell .content form input {
	margin-top: 5px;
	float: right;
	vertical-align: bottom;
}

.oneCrossSell .topCap {
	width: 309px;
	height: 7px;
	background: url(/imgs/global/capRoundedCorners.png) no-repeat 0 -340px;
	font-size: 1px;
}

.oneCrossSell .bottomCap {
	width: 309px;
	height: 7px;
	background: url(/imgs/global/capRoundedCorners.png) no-repeat 0 -347px;
	font-size: 1px;
}

.oneCrossSellSecond {
	margin-left: 6px;
}

.oneCrossSellSecond .content {
	background-color: #eff7fa;
}

.oneCrossSellSecond .topCap {
	background-position: 0 -360px;
}

.oneCrossSellSecond .bottomCap {
	background-position: 0 -367px;
}

.crossellPrice {
	float: left;
	color: #7E8271;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin: 10px 0 0 0
}

.crossellPrice span {
	font-size: 24px;
	color: #303326;
	font-weight: bold;
}

#crossSellWide {
	margin-top: 35px;
}

#crossSellWide .content {
	width: 578px;
	padding: 8px 30px 8px 20px;
	background-color: #e8f3f7;
	font-weight: bold;
	font-size: 14px;
}

#crossSellWide .content h3 {
	margin-bottom: 5px;
	color: #303326;
	font: bold 28px Vagabond, trbuchet, sans-serif;
	line-height: 1;
}

#crossSellWide .content h3 span {
	color: #e06b25;
}

#crossSellWide .content h4 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
}

#crossSellWide .content p {
	margin: 10px 40px 5px 0;
}

#crossSellWide .content ul {
	margin: 20px 0 5px 18px;
	padding: 0px;
	list-style-image: url(/imgs/global/bulletGrayRightArrow.gif);
	list-style-position: outside;
	line-height: 1.3;
}

#crossSellWide .content a {
	font-weight: bold;
}

#crossSellWide .content p a {
	font-weight: normal;
}

#crossSellWide .content form {
	float: right;
	margin-left: 80px;
	width: 135px;
	font-family: Vagabond, trbuchet, sans-serif;
}

#crossSellWide .content div.price {
	color: #7E8271;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

#crossSellWide .content div.price span {
	font-size: 24px;
	color: #303326;
}

#crossSellWide .content div.price sup {
	color: #303326;
}

#crossSellWide .content div.price span.firstMonthFree {
	color: #e06b25;
}

#crossSellWide .content div.price .extraFee {
	color: #7D8170;
	font-weight: normal;
	font-size: 10px;
}

#crossSellWide .content form input {
	margin-top: 20px;
	margin-left: -20px;
}

#crossSellWide .topCap {
	width: 628px;
	height: 7px;
	background: url(/imgs/global/capRoundedCorners.png) no-repeat 0 -540px;
	font-size: 1px;
}

#crossSellWide .bottomCap {
	width: 628px;
	height: 7px;
	background: url(/imgs/global/capRoundedCorners.png) no-repeat 0 -547px;
	font-size: 1px;
}

.featureCallOut {
	width: 270px;
	background-color: #fafafa;
	border: 1px solid #d3d3d3;
	border-top: none;
	border-bottom: none;
	position: relative;
	padding: 5px 7px 9px 5px;
	line-height: 18px;
	clear: both;
}

.featureCallOut h2 {
	display: block;
	overflow: hidden;
	height: 25px;
	width: 226px;
	font-size: 15px;
}

.featureCallOut h3 {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #D3D3D3;
	font-size: 14px;
}

.featureCallOut a {
	display: block;
}  /******* END CROSSSELL ***************/
	/************************************* =2. Global Sections */
	/************************************* =2a. Columns ***************/
#shadowWrapper {
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	background: url(/imgs/global/bgShadowBox.gif) repeat-y top center;
	min-height: 500px;
}

#shadowWrapperCap {
	width: 966px;
	height: 13px;
	margin-left: auto;
	margin-right: auto;
	background: url(/imgs/global/capRoundedCorners.png) no-repeat 0 -260px;
	font-size: 1px;
}

#content {
	margin: 0 23px 0 24px;
	padding: 19px 0 36px 0;
}

#contentColumns {
	margin-top: 13px;
}

.col_L {
	position: relative;
	width: 624px;
	float: left;
	padding: 0;
}

.col_R {
	width: 283px;
	float: right;
	padding: 0;
}  /************************************* =2b. Banner ***************/
#bannerLogo {
	margin-bottom: 8px;
}

#bannerLogo #registerLogo {
	display: block;
	float: left;
	width: auto;
}

#bannerLogo #topAd {
	float: right;
	width: auto;
}
	
/************************************* =2c. Navigation  ***************/
	
#top-navigation {
	z-index: 1000;
	position: relative;
	_margin: 0 0 0 -2px;
	float: left;
	list-style-type: none;
	width: 950px;
	height: 40px;
	margin: 0 0 0 -8px;
	padding: 2px 0 0;
}

#top-navigation li {
	display: inline;
	position: static;
	list-style-type: none;
}

#top-navigation li a {
	float: left;
	cursor: pointer;
	outline: none;
}  /*text for the top navd items*/
#top-navigation li a span {
	margin: 0 0 0 -5000px;
}

.sprite-add-email {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 0;
	width: 95px;
	height: 40px;
}

.sprite-add-email:hover {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -40px;
	width: 95px;
	height: 40px;
}

.sprite-build-a-website {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -80px;
	width: 123px;
	height: 40px;
}

.sprite-build-a-website:hover {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -120px;
	width: 123px;
	height: 40px;
}

.sprite-get-a-domain {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -160px;
	width: 117px;
	height: 40px;
}

.sprite-get-a-domain:hover {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -200px;
	width: 117px;
	height: 40px;
	display: block;
}

.sprite-home {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -240px;
	width: 34px;
	height: 40px;
}

.sprite-home:hover {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -280px;
	width: 34px;
	height: 40px;
}

.sprite-host-a-website {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -320px;
	width: 123px;
	height: 40px;
}

.sprite-host-a-website:hover {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -360px;
	width: 123px;
	height: 40px;
}

.sprite-learn {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -400px;
	width: 68px;
	height: 40px;
}

.sprite-learn:hover {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -440px;
	width: 68px;
	height: 40px;
}

.sprite-market-your-site {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -480px;
	width: 129px;
	height: 40px;
}

.sprite-market-your-site:hover {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -520px;
	width: 129px;
	height: 40px;
}

.sprite-secure-your-site {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -560px;
	width: 129px;
	height: 40px;
}

.sprite-secure-your-site:hover {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -600px;
	width: 129px;
	height: 40px;
}

.sprite-your-account {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -640px;
	width: 115px;
	height: 40px;
}

.sprite-your-account:hover {
	background: url(/imgs/navs/top-navigation.png) no-repeat;
	background-position: 0 -680px;
	width: 115px;
	height: 40px;
}

/*All Submenus */
#top-navigation ul {
	visibility: hidden;
	position: absolute;
	top: 33px;
	left: -555px;
	z-index: 100;
	border: 2px solid #d9d9db;
	background: #f5f5f5;
	border-top: 0;
	height: auto;
	margin: 0;
	padding: 0;	
	float: left; 
	display: block;
}

/*Display submenu when its parent is hovered */

#top-navigation li:hover span, #top-navigation li:hover ul,#top-navigation a:hover ul { visibility: visible; top: 33px; left: 0; padding: 0 0 0 1px; min-height: 248px; }
/*Global  Submenu Styles*/
#top-navigation ul li { width: 219px; display: block; float:left; clear: both; padding-top: 1px; border-bottom: 1px solid #CECECE; }
#top-navigation ul li:hover { background: #FC0; text-decoration: none; }
#top-navigation ul li a { min-width: 99%; white-space:nowrap; cursor: pointer; color: #303326; font: bold 14px/ 18px trebuchet, "Trebuchet MS", sans-serif; text-decoration: none; display: block; clear: both;  cursor: pointer; padding: 2px 4px; }
#top-navigation ul li.first { padding-top: 4px; }
#top-navigation ul li.lastRight { cursor: pointer; position: absolute; top: 5px; right: 92px; margin: 0; padding: 0; border: none; }
#top-navigation ul li.lastRight img { margin: 0 2px; padding: 0; float: right; }
#top-navigation ul li.lastRight:hover { background: none; margin: 0; padding: 0; }


/*Specific Submenu Definitions */
/* 1.  Each submenu is given an explicit width and margin. */
/* 2.  Links within each submenu are assigned an explicit width based on the length of the longest item*/
/* 3.  Each submenu ad is assigned an absolute position */

ul#top-navigation ul#domain  { margin: 6px 0 0 32px;  width: 478px; }
ul#top-navigation ul#domain li { width: 208px; }
ul#top-navigation ul#domain li.lastRight { right: 62px; }

ul#top-navigation ul#email  { margin: 6px 0 0 149px; width: 470px; }
ul#top-navigation ul#email li { width: 200px; }
ul#top-navigation ul#email li.lastRight { right: 71px; }

ul#top-navigation ul#build { margin: 6px 0 0 244px; width: 539px; }
ul#top-navigation ul#build li { width: 268px; }
ul#top-navigation ul#build li.lastRight { right: 6px; }

ul#top-navigation ul#host{ margin: 6px 0 0 368px; width: 462px; }
ul#top-navigation ul#host li { width: 192px; }
ul#top-navigation ul#host li.lastRight { right: 77px; }

ul#top-navigation ul#secure{ margin: 6px 0 0 82px; width: 535px; }
ul#top-navigation ul#secure li { width: 265px; }
ul#top-navigation ul#secure li.lastRight { right: 6px; }

ul#top-navigation ul#market{ margin: 6px 0 0 277px; width: 468px; }
ul#top-navigation ul#market li { width: 195px; }
ul#top-navigation ul#market li.lastRight { right: 76px; }

#top-navigation li:hover ul#learn, ul#top-navigation ul#learn { margin: 6px 0 0 644px; width: 170px; min-height: 1%; }
ul#top-navigation ul#learn li { width: 170px; }
ul#top-navigation ul#learn li.lastRight { right: 76px; }

ul#top-navigation ul#account li { width: 218px; }
ul#top-navigation ul#account{ margin: 6px 0 0 433px; width: 488px; }
ul#top-navigation ul#account li.lastRight { right: 52px; }

/*End Flyout Navigation*/

/************************************* Phone and Cart Strip ***************/
#bannerPhone {
	width: 919px;
	height: 30px;
	z-index: 0;
	position: relative;
}

#bannerPhone .content {
	float: left;
	margin: 0 0 15px 0;
	width: 902px;
	height: 24px;
	padding-top: 6px;
	padding-left: 3px;
	background-color: #fcf8ed;
	color: #363636;
	font-size: 14px;
}

#bannerPhone .content div {
	float: left;
}

#bannerPhone .content a {
	font-weight: bold;
}

#bannerPhone .content span {
	color: #898989;
}

#bannerPhone .content #phoneNumber,#bannerPhone .content #phoneNumber span
	{
	color: #FF9900;
	font-weight: bold;
}

#bannerPhone .content #loginNavs {
	float: right;
	color: #F7941D;
	font-size: 12px;
	font-weight: bold;
}

#bannerPhone .content #loginNavs img {
	vertical-align: text-top;
	margin-top: -3px;
}

#bannerPhone .topCap {
	float: left;
	background: url(/imgs/global/capRoundedCorners.png) no-repeat 0 0;
	width: 7px;
	height: 30px;
	font-size: 1px;
}

#bannerPhone .bottomCap {
	float: left;
	background: url(/imgs/global/capRoundedCorners.png) no-repeat -7px 0;
	width: 7px;
	height: 30px;
	font-size: 1px;
}

.usPhoneDisplay   .phoneNumberUSReplace {
	display: none;
}

.intlPhoneDisplay .phoneNumberIntlReplace {
	display: none;
}  /*new domain search bar*/
input#domainNameMini {
	background: transparent url(/imgs/formElements/bgTextField349.gif)
		no-repeat;
	height: 19px; *
	height: 18px;
	font-size: 11px !important;
	vertical-align: top;
	width: 330px;
	padding-top: 5px; *
	background-attachment: fixed;
	background-color: white;
	color: #666666;
}

input#btnMini {
	vertical-align: top;
}

#domainsearch {
	font-size: 13px;
	padding-left: 12px;
	margin-top: 5px;
	vertical-align: top;
	float: left;
	color: #000;
}

#newNav {
	width: 920px; *
	width: 918px;
	position: relative;
	margin-top: 7px;
}

#newSearch {
	float: left;
	width: 500px;
	position: relative;
	padding-top: 12px;
}

#newInfo {
	float: right;
	margin-right: 1px;
	width: 283px;
	color: #f2af5e;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
}

#newInfo #loginNavs {
	width: 283px;
	color: #F7941D;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	position: relative;
	right: 0px;
	top: 0px;
	width: 283px;
	text-align: right;
}

#newInfo  #loginNavs img {
	left: 0px;
	position: relative;
	top: 0px;
	margin-top: -6px;
	margin-right: -5px;
	vertical-align: middle;
}

#newInfo #loginNavs .content {
	width: 244px;
	height: 23px;
	padding: 7px 16px 0 9px;
	float: left;
	background-color: #fcf8ed;
}

#newInfo #loginNavs .topCap {
	float: left;
	background: url(/imgs/global/capRoundedCorners.png) no-repeat 0 0;
	width: 7px;
	height: 30px;
	font-size: 1px;
}

#newInfo #loginNavs .bottomCap {
	float: left;
	background: url(/imgs/global/capRoundedCorners.png) no-repeat -7px 0;
	width: 7px;
	height: 30px;
	font-size: 1px;
}

#loginLeft {
	float: left;
}

#cartRight {
	float: right;
}  /*bannerAds */
.bannerBelowNavAd {
	margin-top: 15px;
	text-align: center;
}

#bannerAdPosition2 {
	text-align: center;
}
	
	/*only put the spacing if there is an actual ad with an anchor tag served */
#bannerAdPosition2 a {
	display: block;
	margin-top: 15px;
	margin-bottom: 30px;
}  /******* END BANNER ***************/
	/******* =2e. FOOTER ***************/
#footer {
	width: 948px;
	margin: 13px auto 50px auto;
	text-align: center;
}

#footerAds {
	margin-top: -5px;
}

#footerAds table {
	width: 100%;
}

#footerAds table td {
	text-align: center;
	padding: 0;
	margin: 0;
	padding-top: 20px;
}

#disclaimer {
	font-size: 11px;
	color: #a6a6a6;
	margin-top: 40px;
}

#disclaimer a {
	color: #5ec0e7;
}

#footerLinks {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	color: #ededed;
	font-size: 14px;
	font-weight: bold;
	border-bottom: dashed 1px #d9d9d9;
	padding-bottom: 25px;
}

#footerLinks .divider {
	padding-left: 15px;
	padding-right: 15px;
}  /******* END FOOTER ***************/
	
	/************************************* =3. Homepage ********************************************/
#new-homepage {
	display: none;
}

body#homepage #footerCopy,body#homepage_v2 #footerCopy {
	margin-top: 40px;
	text-align: left;
	line-height: 1.5
}

body#homepage #footerCopy #copyLeft,body#homepage #footerCopy #copyRight,body#homepage_v2 #footerCopy #copyLeft,body#homepage_v2 #footerCopy #copyRight
	{
	float: left;
	width: 465px;
}

body#homepage #footerCopy #copyRight,body#homepage_v2 #footerCopy #copyRight
	{
	margin-left: 18px;
}

body#homepage #footerCopy h4,body#homepage_v2 #footerCopy h4 {
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #24271d;
}

body#homepage #footerCopy p,body#homepage_v2 #footerCopy p {
	margin: 0;
	font-size: 13px;
	color: #5a5d52;
}

body#homepage ul#homepageLinks li,body#homepage_v2 ul#homepageLinks li {
	margin-top: 40px;
	text-align: center;
	display: block;
	float: left;
	width: 18%;
} 
	
	
	
	/*Niceforms - formerly niceforms-register.css---------------------------------------*/
	/*Transparent items*/
.outtaHere {
	position: absolute;
	left: -3000px;
}  /* Regular Selects */
.selectArea {
	background: transparent
		url(../imgs/formElements/defaultSelectCenterBg.gif) repeat-x scroll
		left top;
	height: 28px;
}

.selectArea .left {
	width: 7px;
	height: 28px;
	float: left;
	background: url(../imgs/formElements/defaultSelectLeftCap.gif) no-repeat
		left top;
}

.selectArea .right {
	background: transparent
		url(../imgs/formElements/defaultSelectRightCap.gif) no-repeat scroll
		left top;
	float: right;
	height: 28px;
	position: relative;
	width: 26px;
	z-index: 100;
}

.selectArea .right a {
	display: block;
	height: 28px;
	position: absolute;
	width: 118px;
	line-height: 28px;
	background: transparent url(../imgs/global/pixel.gif) no-repeat scroll
		left top;
}

.selectArea .right i {
	display: none;
}

.selectArea .center {
	color: #56594B;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	left: 0px;
	overflow: hidden;
	position: relative;
	top: 5px;
	white-space: nowrap;
	z-index: 0;
}  /*Selects drop-down*/
.optionsDivInvisible,.optionsDivVisible {
	background: url('../imgs/global/bgDropdownVerticalGradient.gif')
		repeat-x;
	background: #FFFFFF none repeat scroll 0% 50%;
	font-size: 16px;
	padding: 2px;
	position: absolute;
	width: 113px;
	z-index: 2000;
	border: 1px solid #999;
	border-top: 0px;
	overflow-y: auto;
	margin-left: 3px;
}

.optionsDivInvisible {
	display: none;
	z-index: 1000;
}

.optionsDivVisible {
	display: block;
}

.optionsDivVisible p,.optionsDivInvisible p {
	margin: 0;
	padding: 0;
	z-index: 500;
}

.optionsDivVisible a {
	color: #303326;
	text-decoration: none;
	font-weight: bold;
	display: block; /* padding:1px 4px;*/
	background: url(../imgs/global/bgDottedLineHorizontal.gif) repeat-x
		bottom;
}  /* Remove background image on last link in optionsDivVisible */
.optionsDivVisible p:last-child a {
	background-image: none;
}
	
	/* IE Only - Remove background image on last link in optionsDivVisible */
.optionsDivVisible a { *
	background-image: expression(( this . parentNode == this . parentNode . parentNode .
		lastChild) ?   "none" :  
		"url(../imgs/global/bgDottedLineHorizontal.gif)" );
}

.optionsDivVisible a:hover {
	color: #303326;
	background: #fdca00;
	text-decoration: none;
}

.optionsDivVisible a.currentItem {
	color: #303326;
	background: #fdca00;
	text-decoration: none;
}  /*TLD Selects */
.domainSearchControl .selectArea {
	background: transparent url(../imgs/formElements/tldSelectCenterBg.gif)
		repeat-x scroll left top;
	height: 48px;
}

.domainSearchControl .selectArea .left {
	height: 48px;
	background: url(../imgs/formElements/tldSelectLeftCap.gif) no-repeat
		left top;
}

.domainSearchControl .selectArea .right {
	width: 40px;
	height: 48px;
	background: url(../imgs/formElements/tldSelectRightCap.gif) no-repeat
		left top;
}

.domainSearchControl .selectArea .right a {
	height: 48px;
	margin-left: -88px;
}

.domainSearchControl .selectArea .right i {
	display: none;
}

.domainSearchControl .selectArea .center { /* width:30px !important;*/
	white-space: nowrap;
	font-size: 21px;
	left: 7px;
	top: 10px;
	font-weight: bold;
	font-family: arial;
}

.domainSearchControl .selectArea .center {
	_width: 82px !important;
}

.domainSearchControl .optionsDivInvisible {
	display: none;
}

.domainSearchControl .optionsDivVisible {
	display: block;
}

.domainSearchControl .optionsDivVisible p {
	
}

.domainSearchControl .optionsDivVisible a {
	
}

.domainSearchControl .optionsDivVisible a:hover {
	
}  /* holders for items for float purposes */
.domainSearchControl_test {
	width: auto;
	float: left;
	height: 47px;
	margin-top: -1px;
}  /*TLD Selects */
.domainSearchControl_test .selectArea {
	background: transparent
		url(https://www.register.com/images/OM/titanhp/b/blue_tldSelectCenterBg.gif)
		repeat-x scroll left top;
	height: 48px;
}

.domainSearchControl_test .selectArea .left {
	height: 48px;
	background:
		url(https://www.register.com/images/OM/titanhp/b/blue_tldSelectLeftCap.gif)
		no-repeat left top;
}

.domainSearchControl_test .selectArea .right {
	width: 33px;
	height: 48px;
	background:
		url(https://www.register.com/images/OM/titanhp/b/tldSelectRightCap.png)
		no-repeat;
	margin-top: 6px;
}

.domainSearchControl_test .selectArea .right a {
	height: 48px;
	margin-left: -88px;
}

.domainSearchControl_test .selectArea .right i {
	display: none;
}

.domainSearchControl_test .selectArea .center {
	/* width:30px !important;*/
	white-space: nowrap;
	font-size: 21px;
	left: 7px;
	top: 10px;
	font-weight: bold;
	font-family: arial;
}

.domainSearchControl_test .selectArea .center {
	_width: 82px !important;
}

.domainSearchControl_test .optionsDivInvisible {
	display: none;
}

.domainSearchControl_test .optionsDivVisible {
	display: block;
}

.domainSearchControl_test .optionsDivVisible p {
	
}

.domainSearchControl_test .optionsDivVisible a {
	
}

.domainSearchControl_test .optionsDivVisible a:hover {
	
}  /* holders for items for float purposes */
.domainSearchControl {
	width: auto;
	float: left;
	height: 47px;
}

#tldSelect {
	width: 139px;
}

#tldSelect_test {
	width: 139px;
}  /* Classes for the home page */

body#homepage .col_L {
	width: 565px;
	margin-top: 5px;
	padding: 0;
	border-right: 1px solid #d9d9d9;
}


body#homepage .col_R {
	position: relative;
	width: 347px;
	margin-top: 10px;
	padding: 0;
}

body#homepage h1 {
	font-size: 32px;
}

body#homepage h2 {
	font-size: 24px;
}

body#homepage #domains {
	padding-bottom: 30px;
	border-bottom: 4px solid #d9d9db;
}

body#homepage #domains ul li {
	display: inline;
	padding-right: 10px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}  /* domain search styles */
body#homepage #domains input#domainName {
	float: left;
	height: 26px;
	width: 309px;
	margin-top: 5px;
	padding-top: 5px;
	background: transparent url(../imgs/formElements/bgTextField309.gif)
		no-repeat; *
	background-attachment: fixed;
}

body#homepage #domains #tldSelect {
	margin-top: 10px;
	position: relative;
}

body#homepage .validationErrorMessage {
	clear: both;
}  /* make sure the find it button displays properly in IE6*/
body#homepage form.tldform input.imgButton {
	width: 90px !important;
	height: 47px !important;
}  /* set a manual height on the domain search box */
body#homepage #optionsDiv0 {
	height: 237px;
	width: 111px !important;
	margin-top: -8px;
}

body#homepage #vas {
	margin-top: 20px;
	border-bottom: 4px solid #d9d9db;
}
body#homepage #vas h2 { margin-bottom: 25px; }
body#homepage #vas p.monthlyBilling { clear: left; margin-top: 33px; font-size: 13px; color: #666; }
body#homepage #vas #website {
	float: left;
	width: 282px;
}
body#homepage #vas #website strong {
	font: bold 25px Vagabond, trebuchet, "Trebuchet MS", sans-serif;
	color: #ea8026;
}

body#homepage #vas #website ul {
	margin: 10px 0 0 45px;
}

body#homepage #vas #website ul li {
	list-style-image: url('/imgs/global/bulletGrayRightArrow.gif');
	list-style-type: disc;
	font-weight: bold;
	font-size: 14px;
}
body#homepage #vas #website ul li span { color: #ea8026; }
body#homepage #vas #website ul li.last { list-style: none; margin-top: 10px; margin-left: -18px; } 

body#homepage #vas #other {
	float: left;
	padding-left: 10px;
}
body#homepage #vas #other .productsPrice {
	margin-top: 10px;
	font: bold 18px "Vagabond", trebuchet, "Trebuchet MS", sans-serif;
	color: #7d8170;
	line-height: 1;
}
body#homepage #vas #other img {
	display: block;
	margin-left: -5px;
	margin-top: 15px;
}
body#homepage #vas #other .productsPrice .price {
	font-weight: bold;
	font-size: 53px;
	letter-spacing: -2px;
	color: #56594B;
}

body#homepage #support #customerService {
	float: left;
	width: 345px;
	margin-top: 20px;
	font-family: "Vagabond", trebuchet, "Trebuchet MS", sans-serif;
	text-align: center;
}

body#homepage #support #customerService h2 {
	font-size: 20px;
	color: #56594b;
	line-height: 1;
}

body#homepage #support #customerService div.phoneNumber {
	margin: 8px 0;
	font-size: 36px;
	color: #acacac;
}

body#homepage #support #customerService p {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #7d8170;
	line-height: 15px;
	font-family: trebuchet, "Trebuchet MS", sans-serif;
}

body#homepage #support  #help {
	float: left;
	margin-top: 10px;
	padding: 10px 20px 5px 20px;
	border-left: 1px solid #d3d3d3;
	line-height: 1.5;
}

body#homepage #support #help em {
	font: normal bold 16px trebuchet, "Trebuchet MS", sans-serif;
	color: #56594B;
}  /* [right column begin] */
body#homepage ul#successStories {
	padding-top: 20px;
	background-color: transparent;
	font-size: 12px;
	color: #7D8170;
}

body#homepage ul#successStories p {
	margin: 5px 0 0 0;
}

body#homepage ul#successStories li.first {
	margin-left: 7px;
	height: 485px;
	_height: 467px;
}

*+html body#homepage ul#successStories li.first {
	height: 467px;
}

body#homepage ul#successStories li.second {
	display: block;
}

body#homepage ul#successStories li.second a {
	position: absolute;
	display: block;
	left: 25px;
	top: 55px;
	z-index: 1;
	width: 376px;
	height: 450px;
	background-repeat: no-repeat;
}

body#homepage ul#successStories li.middle {
	display: block;
	float: left;
	position: relative;
	padding-left: 5px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

body#homepage ul#successStories li.third {
	padding-left: 19px;
	padding-right: 20px;
	border-right: 1px solid #d9d9d9;
}

body#homepage ul#successStories li.last {
	clear: left;
	width: 276px;
	margin-left: 15px;
	padding-left: 56px;
	border-top: 1px solid #d3d3d3;
}
#myMap{display:block; width: 139px; height: 35px; margin: 0pt auto;}

