html {
		margin: 0;
		border: 0;
		padding: 0;
		font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

	#siteRoot {
		margin: 0;
		border: 0;
		padding: 0;
		background: #f0f0f0;
	}

a {
text-decoration: none;
color: blue;
}
	#constraint {
		position: absolute;
		top: 0;
		left: 0;
		height: 0;
		width: 932px;
		padding: 0 14px;
		background-color: #fff;
		background-image: url(http://geosmartdomains.com/images/bg_main.gif);
		background-repeat: repeat-y;
	}

	#important {
		position: absolute;
		top: 24px;
		right: 228px;
		width: 362px;
		height: 52px;
		
	}

	#inherentValue {
		position: absolute;
		top: 10px;
		right: 278px;
		width: 262px;
		font-size: 12px;
		text-align: justify;
	}

#inherentValue h3 {
margin: 0 0 10px 0;

}



	#available {
		position: absolute;
		top: 14px;
		right: 18px;
		background-image: url(http://geosmartdomains.com/images/available1.png);
		background-repeat: no-repeat;
		width: 194px;
		height: 67px;
		padding: 8px 0 0 0; 
		color: White; 
		font-weight: bold; 
		font-size: 20px;  
		text-align: center;
		cursor: pointer;	
	}


	ul.geoSummary {
		font-size: 12px;
		font-variant: small-caps;
		background: #fff;
		color: #ff00ff;
		width: 300px;
		margin: -20px 0 0 0;
		list-style-type: none;
	}

	ul.geoSummary li {
		margin: 0 0 0 -20px;
		line-height: 20px;
		list-style-type: none;
	}

	ul.geoSummary span {
		color: #000;
		text-align: right;
		float: right;
	}


	#geo {
		padding: 4px;
		color: #7fff00;
		width: 100%;
	}

	#geo span {
		color: #0000ff;
	}

	#geo sup {
		vertical-align: top;
		font-size: 13px;
	}

	#footer {
		position: absolute;
		bottom: 0px;
		width: 100%;
		text-align: center;
		font-size: 11px;
	}
	#footer a {
		text-decoration: none;
		color: blue;
	}

	table.domainNames {	
		font-size: 12px;
		background: #ffffec;
		width: 918px;
		border-collapse: collapse;
		margin-bottom: 10px;		
	}

	table.domainNames td {
	width: 20%;
	}

table.domainNames h3 {
	margin: 0px;
	}

	ul.domains {
		margin: 0; 		
	}


	li {
		position: relative;
		line-height: 24px; 
		list-style-type: square;
	}
	
.mootabs_title {	
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	background-color: #ddd;
	list-style-type: none;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;


	
}

.mootabs_title li.active {
	background-color: #e6e6e6;
}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	padding: 10px 4px 4px 4px;
}

.mootabs_panel.active {
	background-color: #fff;
	display: block;
	border-top: 1px solid #e6e6e6;
}

.load {margin-top: 10px; height: 24px; line-height: 24px;}