


#home {
	width: 960px;
	width: 1000px;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	
}
/*#home .domains {
	background: url(images/home_search_bg.jpg) no-repeat;
	width: 540px;
	height: 180px;
	margin:0px;
	padding: 130px 0px 0px 185px;
	float:left;
}*/

#home .domains {
	background: url(images/home_search_bg.jpg) no-repeat;
	width: 475px;
	height: 155px;
	margin:0px;
	margin-top:5px;
	padding: 60px 0px 0px 255px;
	float:left;
}

#home .domains #search {
	width:460px;
	text-align:center;
}
#home .domains p {
	color:#999999;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#home .domains select {
	visibility: inherit;
	margin: 2px 1px;
	font-size: 20px;
	color:#666666;
	z-index: 1;
}
#home .domains input#DomainName, #home .domains #DomainName_focus {
	background: url(images/bg_search-domain.gif) 0 0 repeat-x scroll;
	background-color: transparent;
	border-width:0px;
	width: 290px;
	height:29px;
	padding:6px 5px 0px 10px;
	font-size: 20px;
	color:#666666;
}
#home .domains #DomainName_focus {
	background-position: 0 -35px;
}
#home .domains input#submit {
	background: url(images/btn_search.gif) no-repeat;
	width:130px;
	height:40px;
	border:0px;
	cursor:pointer;
	margin:10px 0px;
}
#home .domains input#submit:hover {
	background-position: 0 -40px;
}

#home .domains #bottomlinks {
	padding:35px 25px 0px 140px;
	font-size: 16px;
	line-height:20px;
	font-weight: bold;
	clear:both;
	text-align: right;
}

#home #feature {
	clear: both;
	background: url(images/feature_hosting.jpg) no-repeat;
	width: 975px;
	height: 211px;
	padding: 0px 0px 0px 25px;
	font-size:12px;
	color:#333;
	line-height:18px;
	/*margin-top:3px;*/
}

#home #feature li {
	padding-left: 35px;
    list-style: none;
	z-index: 0;
}

a.learn_more1 {
	top: 222px;
	left: 0px;
	display: block;
	float: left;
	z-index: 210;
	height: 200px;
	width: 493px;
	position: absolute;
}

a.learn_more1 span {
	display: none;
}

a.learn_more {
	top: 222px;
	left: 505px;
	display: block;
	float: left;
	z-index: 211;
	height: 200px;
	width: 493px;
	position: absolute;
}

a.learn_more span {
	display: none;
}

/* JCarousel */

.jcarousel-container {
    position: relative;
	float:right;
	margin-right:1px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 9px 0px;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 253px;
    height: 96px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/***** Tool Tip CSS *****/

/* Tooltips silver */

div#domainlearnmore {
	position: absolute;
	top: 180px;
	left: 533px;
}

a.tooltip_silver:link, 
a.tooltip_silver:visited {
		color:#222222;
		position:relative;
		text-decoration:none;
		display:block;
		z-index:5;
		width: 30px;
		/* padding:4px 4px 4px 0px; */
}

a:active {
 	outline: none;
}

a.tooltip_silver:hover, a .tooltip_silver:hover {
	background:transparent none repeat scroll 0pt 50%;
	text-decoration:none;
	z-index: 20;
}
a.tooltip_silver span, a .tooltip_silver span {
	display:none;
	font-weight:normal;
}
a.tooltip_silver:hover span, a .tooltip_silver {
	background: #fff 0px -5px;
	border: 1px solid #c2dbf0;
	color:#555;
	display:block;
	font-weight:normal;
	left:-18em;
	padding: 10px 12px;
	line-height:16px;
	position:absolute;
	text-align:left;
	top:-0.5em;
	width: 15em;
	z-index: 110;
}

a.tooltip_silver:hover .hint-pointer {
	position: absolute;
	left: 180px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(images/tooltip_pointer_silver2.gif) right top no-repeat;
	border:none;
}

a.tooltip_silver:hover span b {
	color:#111;
	margin:0px;
}

a.tooltip_silver:hover span ul{
	margin:0px;
	padding:0px;
	
}

a.tooltip_silver:hover span ul li {
	list-style: square;
	margin-left: 20px
}

span.tt_box {
	color: #999;
}

td.rowtooltip:hover {
	background-color:#eeeeee;
	border:none;
}

#home .land_adj {
margin: 0 auto 0 auto;
}