@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

/* HEADER */
#header_bar {
	height:24px;
	width:100%;
	background-image:url(../images/top_bg.png);
	background-repeat:repeat-x;
}

#header_content {
	width:900px;
	height:23px;
	margin-left:auto;
	margin-right:auto;
}

#header_nav_home {
	width:17px;
	height:23px;
	background-image:url(../images/header_top.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

#header_nav_home:hover {
	width:17px;
	height:23px;
	background-image:url(../images/header_top_hover.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

#header_nav_help {
	width:10px;
	height:23px;
	background-image:url(../images/header_top_help.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	margin-left:5px;
}

#header_nav_help:hover {
	width:10px;
	height:23px;
	background-image:url(../images/header_top_help_hover.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	margin-left:5px;
}

/* HEADER TOOLTIP */
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; border:0px; color: #aaaaff; background:;}

a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:261px;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 0px 8px 0;
	height: 128px;
	margin-top:15px;
    background: url(../images/bubble.gif) no-repeat top;
}

a.tt:hover span.title{
	display: block;
	position:absolute;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#a9a7a2;
	
    text-align:left;
	margin-top:7px;
	margin-left:3px;
	width:100px;
	height:14px;
}

a.tt:hover span.content{
	display: block;
	position:absolute;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a9a7a2;
	
    text-align:left;
	margin-top:27px;
	margin-left:3px;
	width:220px;
	height:60px;
}

/* copyright - powered by...*/
#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#848484;
	
	float:right;
	margin-top:5px;
}

#copyright a:link {
	color:#848484;
	text-decoration:none;
}

#copyright a:visited {
	color:#848484;
	text-decoration:none;
}

#copyright a:active {
	color:#848484;
	text-decoration:none;
}

#copyright a:hover {
	color:#848484;
	text-decoration:underline;
}

/* LOGO */
#logo {
	width:270px;
	height:56px;
	
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	
}

/* DOMAIN FIELD */
.textInput
{
	
	background: none;
	border: none;
	color: #373737;
	font-size: 1.1em;
	
	margin-top:10px;
	margin-left:15px;
	width:340px;
}

form {
	width:372px;
	height:44px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	
	background-image:url(../images/domain_field.png);
}



/* RESULTS PAGE */

/* LOGO */
#submit_logo {
	width:270px;
	height:56px;
	
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	
}

#main_results {
	width:547px;
	margin-left:auto;
	margin-right:auto;
	

	
}

#top1 {
	width:547px;
	background-image:url(../images/box_top.gif);
	height:4px;
	margin-top:15px;

	
}

#main1 {
	width:547px;
	background-image:url(../images/box_main.gif);
	background-repeat:repeat-y;
	
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848484;
	
	overflow: auto;
	overflow:hidden;
	
	

	
}

#main1 a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848484;

	font-weight:bold;
	text-decoration:none;
}

#main1 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848484;

	font-weight:bold;
	text-decoration:none;
}

#main1 a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848484;

	font-weight:bold;
	text-decoration:none;
}

#main1 a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848484;

	font-weight:bold;
	text-decoration:none;
}

#bot1 {
	width:547px;
	background-image:url(../images/box_bot.gif);
	height:4px;	
	
}

#alexa_pic{
	width:320px;
	height:177px;
	
	margin-top:5px;
	margin-left:10px;
	
	float:left;
	position:relative;

}

#alexa_rank{
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#848484;
	height:15px;
	
	margin-top:40px;
	margin-right:40px;
	float:right;
	position:relative;
	text-align:center;
}

#alexa_rank_no{
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#848484;
	height:24px;
	font-weight:bold;
	
	margin-top:5px;
	margin-right:40px;
	float:right;
	position:relative;
	text-align:center;
}

#alexa_logo{
	width:132px;
	height:40px;
	
	margin-top:70px;
	margin-right:10px;
	float:right;
	position:relative;
}

#compete_pic{
	width:520px;
	height:225px;
	
	margin-top:5px;
	margin-left:40px;
	
	float:left;
	position:relative;

}

#backlinks_icon{
	height:33px;
	width:36px;
	
	float:left;
}

#backlinks_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#848484;
	font-weight:bold;
	
	height:15px;
	width:200px;
	
	float:right;
	margin-top:8px;
	margin-right:300px;
}

/*table*/
#cell_1_1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848484;
	font-weight:bold;
	
	height:20px;
	width:67px;
	
	margin-top:20px;
	float:left;
}

/*table*/
#cell_1_2{
	height:26px;
	width:67px;
	
	margin-top:15px;
	float:left;
	margin-left:60px;
}

#cell_2_1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#848484;
	
	width:67px;
	height:15px;

	float:left;
	margin-top:3px;
	margin-left:10px;
	
}

#cell_2_2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#848484;
	
	width:67px;
	height:15px;

	float:left;
	margin-left:85px;
	text-align:center;
	
	margin-top:5px;
	
}

#cell_2_3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#848484;
	
	width:67px;
	height:15px;

	float:left;
	margin-left:60px;
	text-align:center;
	
	margin-top:5px;
	
}

#pr_icon{
	height:20px;
	width:70px;
	
	float:left;
	
	margin-top:30px;
	margin-left:20px;
}

textarea { 
 margin-left:130px; 
}


#footer_terms{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#848484;
	
	width:500px;
	height:100px;
	
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	
}

#other_ext_1_1{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848484;
	font-weight:bold;
	
	height:15px;
	width:67px;
	
	margin-top:15px;
	float:left;
	margin-left:40px;
	
	text-align:center;
}

#other_ext_1_2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848484;
	font-weight:bold;
	
	width:67px;
	height:15px;

	float:left;
	margin-top:15px;
	margin-left:20px;
	
	text-align:center;
	
}

#other_ext_2_1{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848484;
	font-weight:bold;
	
	height:15px;
	width:67px;
	
	margin-top:3px;
	float:left;
	margin-left:77px;
	
	text-align:center;
}

#other_ext_2_2{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848484;
	font-weight:bold;
	
	width:67px;
	height:15px;

	float:left;
	margin-top:3px;
	margin-left:20px;
	
	text-align:center;
}

#other_ext_2_2 a:link{
	text-decoration:none;
	color:#44b433;
	font-weight:bold;
}

#other_ext_2_2 a:active{
	text-decoration:none;
	color:#44b433;
	font-weight:bold;
}

#other_ext_2_2 a:visited{
	text-decoration:none;
	color:#44b433;
	font-weight:bold;
}

#other_ext_2_2 a:hover{
	text-decoration:underline;
	color:#44b433;
	font-weight:bold;
}

#other_ext_2_1 a:link{
	text-decoration:none;
	color:#44b433;
	font-weight:bold;
}

#other_ext_2_1 a:active{
	text-decoration:none;
	color:#44b433;
	font-weight:bold;
}

#other_ext_2_1 a:visited{
	text-decoration:none;
	color:#44b433;
	font-weight:bold;
}

#other_ext_2_1 a:hover{
	text-decoration:underline;
	color:#44b433;
	font-weight:bold;
}
