/* =Layout homepage
------------------------------------------------------------------------------ */
#threeColCallouts {
	width: 982px;
	margin: 20px auto 0 auto;
}

#threeColCallouts li {
	float: left;
}


/* three */
#threeColCallouts li.three {
	background: url('../images/wrapper/counter-bg.gif') 0 0 repeat-y;
	width: 231px;
	margin-left: 17px;
}


#threeColCallouts li.three .counterTop {
	background: url('../images/wrapper/counter-top.gif') 0 0 no-repeat;
	text-align: center;
	padding: 23px 0 0 0;
}

#threeColCallouts li.three .counterBtm {
	background: url('../images/wrapper/counter-btm.gif') 0 100% no-repeat;
	min-height: 121px;
	height: auto !important;
	height: 121px;
}

#threeColCallouts li.three a {
	font-size: 93%;
	text-decoration: none;
}



/* Blog */
#threeColCallouts li.blogHome {
	background: url('../images/wrapper/registry-bg.gif') 0 0 repeat-y;
	width: 358px;
	margin-left: 18px;
}

#threeColCallouts li.blogHome .blogTop {
	background: url('../images/wrapper/registry-top.gif') 0 0 no-repeat;
	padding: 14px 10px 0 12px;
}

#threeColCallouts li.blogyHome .blogBtm {
	background: url('../images/wrapper/registry-btm.gif') 0 100% no-repeat;
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

#threeColCallouts li.blogHome #blogForm {
	margin: 6px 0 0 0;
}

#threeColCallouts li.blogyHome #blogForm ul li {
	float: left;
	padding: 0 5px 0 0;
	display:inline;
}

#threeColCallouts li.blogHome #blogForm ul li span {
	color: #999;
	font-size: 123.1%;
	padding: 0 0 0 4px;
	margin: 10px 0 0 0;
	vertical-align: bottom;
}

#threeColCallouts li.blogHome #blogForm .blogField {
	background: url('../images/wrapper/domains-field-bg.gif') 100% 0 no-repeat;
	border: 0;
	font-size: 85%;
	width: 222px;
	height: 20px;
	padding: 6px 0 0 0;
	text-indent: 10px;
}

#threeColCallouts li.blogHome .iconBlog {
	background: url('../images/wrapper/icon-whois.gif') 0 0 no-repeat;
	min-height: 35px;
	height: auto !important;
	height: 35px;
	padding: 8px 0 0 50px;
	margin-left: 6px !important;
}

#threeColCallouts li.blogHome .iconBlog strong {
	font-size: 138.5%;
}



/* Counter */
#threeColCallouts li.counter {
	background: url('../images/wrapper/counter-bg.gif') 0 0 repeat-y;
	width: 231px;
	margin-left: 17px;
}

#threeColCallouts li.counter #flashCounter {
	margin: 0 auto 6px auto;
	background:url(../images/wrapper/ticker-bg.jpg) 0 0 no-repeat;
	width:188px;
	height:39px;
	padding-top:7px;
}

#threeColCallouts li.counter .counterTop {
	background: url('../images/wrapper/counter-top.gif') 0 0 no-repeat;
	text-align: center;
	padding: 23px 0 0 0;
}

#threeColCallouts li.counter .counterBtm {
	background: url('../images/wrapper/counter-btm.gif') 0 100% no-repeat;
	min-height: 121px;
	height: auto !important;
	height: 121px;
}

#threeColCallouts li.counter a {
	font-size: 93%;
	text-decoration: none;
}

/* Registry */
#threeColCallouts li.registryHome {
	background: url('../images/wrapper/registry-bg.gif') 0 0 repeat-y;
	width: 358px;
	margin-left: 18px;
}

#threeColCallouts li.registryHome .registryTop {
	background: url('../images/wrapper/registry-top.gif') 0 0 no-repeat;
	padding: 14px 10px 0 12px;
}

#threeColCallouts li.registryHome .registryBtm {
	background: url('../images/wrapper/registry-btm.gif') 0 100% no-repeat;
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

#threeColCallouts li.registryHome #registryForm {
	margin: 6px 0 0 0;
}

#threeColCallouts li.registryHome #registryForm ul li {
	float: left;
	padding: 0 5px 0 0;
	display:inline;
}

#threeColCallouts li.registryHome #registryForm ul li span {
	color: #999;
	font-size: 123.1%;
	padding: 0 0 0 4px;
	margin: 10px 0 0 0;
	vertical-align: bottom;
}

#threeColCallouts li.registryHome #registryForm .registryField {
	background: url('../images/wrapper/domains-field-bg.gif') 100% 0 no-repeat;
	border: 0;
	font-size: 85%;
	width: 222px;
	height: 20px;
	padding: 6px 0 0 0;
	text-indent: 10px;
}

#threeColCallouts li.registryHome .iconWhois {
	background: url('../images/wrapper/icon-whois.gif') 0 0 no-repeat;
	min-height: 35px;
	height: auto !important;
	height: 35px;
	padding: 8px 0 0 50px;
	margin-left: 6px !important;
}

#threeColCallouts li.registryHome .iconWhois strong {
	font-size: 138.5%;
}

/* News & blog */
#newsBlogBlock {
	background: url(../images/wrapper/news-blog-bg.gif) 0 0 repeat-y;
	width: 982px;
	margin: 20px auto 0 auto;
	clear: both;
}

#newsBlogBlock a {
	text-decoration: none;
}

#newsBlogBlock #news {
	float: left;
	width: 614px;
}	

#newsBlogBlock #news #newsInner {
	min-height: 210px;
	height: auto !important;
	height: 210px;
}

#newsBlogBlock #news h1 {
	background: url('../images/wrapper/news-top-bg.jpg') 0 0 no-repeat;
	min-height: 37px;
	height: auto !important;
	height: 37px;
}

#newsBlogBlock #news ul li {
	padding: 10px 0 10px 0;
	border-top: 1px solid #d6d6d6;	
}

#newsBlogBlock #news ul li.noShow { display: none; }

#newsBlogBlock #news ul li.first {
	border: 0;
}

#newsBlogBlock #news .date {
	float: left;
	width: 115px;
	color: #666;
	font-size: 85%;
	padding: 2px 0 0 10px;
}

#newsBlogBlock #news .teaser {
	float: left;
	width: 485px;
	color: #666;
	font-size: 85%;
	line-height: 17px;
}

#newsBlogBlock #news .teaser strong {
	color: #000;
	font-size: 108%;
}

#newsBlogBlock #news .teaser strong a {
	color: #000;
}

#newsBlogBlock #news .teaser a:hover {
	color: #cc0000;
}

/* Questions */
#newsBlogBlock #newQuestionsWrap {
	background-position: 824px 100%;
	background-repeat: no-repeat;
	min-height: 190px;
	height: auto !important;
	height: 190px;
}
#newsBlogBlock #featureQuestions {
	color: #999;
	float: left;
	width: 368px;
}
#newsBlogBlock #featureQuestions h2 {
	background: url('../images/wrapper/blog-top-bg.jpg') 0 0 no-repeat;
	color: #666;
	font-size: 131%;
	font-weight: normal;
	min-height: 27px;
	height: auto !important;
	height: 27px;
	padding: 10px 0 0 13px;
}
#featureQuestions p, #featureQuestions ul, #featureQuestions ol {
	font-size: 85%;
	line-height: 17px;
	margin: 12px 0 8px;
	padding: 0 70px 0 10px;
}
#featureQuestions ul, #featureQuestions ol { margin-left: 25px; }

#newsBlogBlock .btm {
	clear: both;
	height: 27px;
}
#newsBlogBlock .btm #newsBtm {
	background: url('../images/wrapper/news-btm-bg.jpg') 0 0 no-repeat;
	float: left;
	height: 22px;
	padding: 5px 0 0 0;
	width: 614px;
}
#newsBlogBlock .btm #questionsBtm {
	background: url('../images/wrapper/blog-btm-bg.jpg') 0 0 no-repeat;
	float: left;
	height: 20px;
	padding: 7px 0 0 0;
	width: 368px;
}

/* =Flash content
------------------------------------------------------------------------------ */
#flashContainer {
	background: #0a0009;
	width: 100%;
	min-height: 388px;
	height: auto !important;
	height: 388px;
}

#flashContainer #flashContent {
	width: 990px;
	margin: 0 auto;
}

#flashContainer #flashContent img {
	display: block;
}


/* =Feature area
------------------------------------------------------------------------------ */
#featureArea ul { background-image: url(../images/wrapper/feature-area-top-home.jpg); }