/* Search Box */

#home {
	width: 960px;
	margin: 0px 0px 9px 0px;
	padding: 0px;
}
#home .domains {
	background: url(../../images/home/home_search_bg2.jpg) no-repeat;
	width: 550px;
	height: 180px;
	margin:0px;
	float:left;
	padding-top: 130px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 185px;
}

#home .domains #search {
	width:360px;
	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/home/bg_search-domain.gif) 0 0 repeat-x scroll;
	background-color: transparent;
	border-width:0px;
	width: 190px;
	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/home/cauta.png) 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;
}
/*** three promo boxes in this area
#home #feature {
	clear: both;
	background: url(../../images/home/feature_div_bottom.jpg) no-repeat;
	width: 960px;
	height: 211px;
	padding: 0;
	font-size:17px;
	color:#666;
	line-height:30px;
}
***/

#home #feature {
	clear: both;
	background: url(../../images/home/feature_freedom_bus.jpg) no-repeat;
	width: 960px;
	height: 211px;
	font-size:17px;
	color:#666666;
	line-height:30px;
}


#home #feature span {
	display: none;
	}

#home #feature ul {
	margin: 0;
	padding: 113px 0 0 30px;
	width: 330px;
	position: absolute;
	z-index: 1;
}

#home #feature li {
	margin: 0;
	line-height: 18px;
	padding: 0 0 6px 45px;
    list-style: none;
}

#home #feature a{
	display: block;
	position: absolute;
	width: 960px;
	height: 210px;
	z-index: 50;
}

#home #feature a.learn_more {
	display: block;
	width: 120px;
	height: 32px;
	background: url(../../images/home/btn_learn-more_foot.gif) 0 0 no-repeat;
}

#home #feature a.one {
	float: right;
	margin: 65px 20px 0 0;
}

#home #feature a.two {
	clear: right;
	float: right;
	margin: 60px 20px 0 0;
}

#home #feature a.learn_more:hover {
	background-position: 0 -32px;
}

#home #feature

/* JCarousel */

.jcarousel-container {
    position: relative;
	float:right;
	margin-right:5px;
}

.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: 213px;
    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: 193px;
	left: 685px;
}

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;
}

.hint-pointer strong {
display: 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;
}

span.tt_box em {
	margin: 0 0 0 10px;
	font-style: normal;
}

td.rowtooltip:hover {
	background-color:#eeeeee;
	border:none;
}

#home .land_adj {
margin: 0 auto 0 auto;
}
