/* ========= */
/* ! Reset   */
/* ========= */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,ul,li,ol {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

ol,ul {
	list-style:none;
}


	
/* ==================== */
/* ! Transparent PNGs   */
/* ==================== */

img,div,a,h1,h2,h3,li,ul {
	behavior:url(css/iepngfix.htc);
}


	
/* ========== */
/* ! Layout   */
/* ========== */

body {
	background:#234ab7 url(../images/main-bg.jpg) center -20px no-repeat;
	font-size:12px;
	font-family:Tahoma, sans-serif;
	color:#000;
}

a {
	color:#2c5dc8;
}

a:hover {
	color:#ff4300;
}

#top {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#corner-domain-available {
	z-index: 500;
	float: right;
	background: transparent url(../images/corner-domain.png) 0 100% no-repeat;
	width: 214px;
	height: 209px;
}

#corner-preffer-different {
	z-index: 500;
	float: left;
	width: 214px;
	height: 209px;
}

div#corner-preffer-different a {
	display: block;
	width: 214px;
	height: 209px;
	text-indent: -9999px;	
}


#corner-stake-l {
	z-index: 500;
	float: left;
	background: transparent url(../images/corner-stake-l.png) 0 100% no-repeat;
	width: 214px;
	height: 209px;
}

#corner-stake-r {
	z-index: 500;
	float: right;
	background: transparent url(../images/corner-stake-r.png) 0 100% no-repeat;
	width: 214px;
	height: 209px;
}

#corner-search {
	z-index: 500;
	float: left;
	background: transparent url(../images/corner-search.png) 0 100% no-repeat;
	width: 214px;
	height: 209px;
}

#wrapper {
	margin:auto;
	text-align:left;
	width:800px;
}

#window {
	width: 620px;
	height: 203px;
	background: transparent url(../images/window-bg.png) 0 100% no-repeat;
	margin: auto;
	margin-top: 140px;
}

#window h1 {
	font-family: trebuchet ms, arial, sans;
	color: #d4073b;
	text-align: center;
	font-size: 25px;
	padding-top: 30px;
	padding-bottom: 15px;
}

#window h1 span {
	display: block;
	font-style: italic;
}


#btn-want {
	margin: auto;
	width:456px;
	height:69px;
	text-indent:-9999px;
	background:transparent url(../images/btn-want.png) no-repeat scroll center top;
}

#btn-want a {
	width:456px;
	height:69px;
	display:block;
}

#btn-want:hover {
	background-position:center bottom;
}



#btn-claim {
	width:216px;
	height:69px;
	text-indent:-9999px;
	background:transparent url(../images/btn-claim.png) no-repeat scroll center top;
}

#btn-claim a {
	width:216px;
	height:69px;
	display:block;
}

#btn-claim:hover {
	background-position:center bottom;
}


.btn-close {
	position: absolute;
	margin-left: 606px;
	margin-top: 30px;
	width:20px;
	height:20px;
	text-indent:-9999px;
	background:transparent url(../images/btn-close.png) no-repeat scroll center top;
}

.btn-close a {
	width:20px;
	height:20px;
	display:block;
}

.btn-close:hover {
	background-position:center bottom;
}


#window ul {
	height:69px;
	padding-left: 20px;
}

#window li {
	float: left;
}

#window li input {
	border: none;
	width: 327px;
	font-size: 24px;
	margin: 9px 0 0 16px;
	border: 1px #fff;	
	
}

#search-box {
	width: 362px;
	height: 51px;
	background: transparent url(../images/search-bg.png) 0 100% no-repeat;
	margin-top: 7px;
}

#window li input:focus {
	border: hidden;
}


#features {
	margin: auto;
	text-align: center;
	padding-top: 60px;
	height: 148px;
}


#features li {
	float: left;
}


#features li {
	position: relative;
}


html.js div.feature-info {
	display: none;
}


#features li div.feature-info {
	position: absolute;
	width: 338px;
	height: 280px;
	top: -260px;
	left: -9%;
	z-index: 100;
}





#ideas {
	margin: auto;
	text-align: center;
	margin-top: 10px;
}


#ideas li {
	float: left;
}


#ideas li {
	position: relative;
}


html.js div.ideas-info {
	display: none;
}


#ideas li div.ideas-info {
	position: absolute;
	width: 216px;
	height: 305px;
	top: -290px;
	left: -75px;
	z-index: 100;
}







#copyright {
	margin: 60px 0 70px;
	text-align: center;
	color: #4490ff;
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma, sans
}


	
/* =========== */
/* ! Tooltip   */
/* =========== */

.tooltip {

}

.tip {
	width:210px;
	padding-top:15px;
	overflow:hidden;
	display:none;
	position:absolute;
	/* margin-left:0; */
	z-index:500;
	background:transparent url(../images/tooltip-t.gif) no-repeat top;
}


.tipMid {
	background:transparent url(../images/tooltip-m.gif) repeat-y;
	padding:0 25px;
}

.tipBtm {
	background:transparent url(../images/tooltip-b.gif) no-repeat bottom;
	height:15px;
	width: 210px;
}

#ideas-box ul {
	margin: auto;
	font-size: 14px;
	margin-top: 30px;
	margin-left: 400px;
}

/* ===================== */
/* ! thickbox settings   */
/* ===================== */

#ideas-link {
	margin-top: -5px;
	padding-left: 45px;
	width: 100px;
	font-size: 12px;
	font-family: Arial;
}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}

.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	z-index: 102;
	display:none;
	text-align:left;
	top:45%;
	left:50%;
	background: transparent url(../images/ideas-bg.png) center 100% no-repeat;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p
{
	padding: 50px 40px 25px 40px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}






html.js div.jq-checkpointSubhead {
	display: none;
}


body.jq-enhanced #jq-intro li div.jq-checkpointSubhead {
	/*opacity: 0.0001;*/
	position: absolute;
	width: 253px;
	height: 54px;
	background: url(../images/bg_ctaTooltip.png) 0 0 no-repeat;
	top: -1.5em;
	left: -35%;
	z-index: 100;
}
body.jq-enhanced #jq-intro li div.jq-checkpointSubhead p{
font-size: 1em;
padding: 10px 5px 0 50px;
color: #AE0001;
font-weight: bold;
line-height: 1.3em;
margin: 0;
cursor: pointer;
}






