body {

}

*:focus {outline: none;} /* To remove the active field border in Google Chrome*/

#content {
	width: 910px;
	background: #FFF;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
		div#feature_list {
	width: 910px;
	height: 420px;
	overflow: hidden;
	position: relative;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
	z-index: 2;
	width: 165px;
	right: 0px;
		}
.xtab {
	width: 165px;
	right: 0px;
	position: absolute;
	top: 315px;
}
ul#tabs li , .xtab{
	font-size: 12px;
	font-family: Arial;
	color: #FFF;
		}
#tabs li h3 , .xtab h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	padding-top: 15px;
	margin: 0px;
	padding-bottom: 5px;
}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}
ul#tabs li a , .xtab a{
	color: #FFF;
	text-decoration: none;
	display: block;
	outline: none;
	padding-left: 45px;
	padding-right: 5px;
	height: 105px;
		}

		ul#tabs li a:hover {
	text-decoration: none;
		}

		ul#tabs li a.current {
	color: #FFF;
	background-repeat: no-repeat;
	background-position: -330px 0px;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}
ul#tabs span {
	line-height: 18px;
}


		ul#output {
	width: 772px;
	height: 420px;
	position: relative;
	left: 0px;
		}

		ul#output li {
	position: absolute;
	width: 772px;
	height: 420px;
	/*color: #FFF;*/
	font-family: Arial, Helvetica, sans-serif;
		}
#output a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	

a.tab-explore {
	background-image: url(../images/home-banner/home-banner-tabs1-bg.png);
	background-position: 0px 0px;
}
a.tab-explore:hover {
	background-image: url(../images/home-banner/home-banner-tabs1-bg.png);
	background-position: -165px 0px;
}

a.tab-discover {
	background-image: url(../images/home-banner/home-banner-tabs2-bg.png);
	background-position: 0px 0px;
}
a.tab-discover:hover {
	background-image: url(../images/home-banner/home-banner-tabs2-bg.png);
	background-position: -165px 0px;
}

a.tab-share {
	background-image: url(../images/home-banner/home-banner-tabs2-bg.png);
	background-position: 0px 0px;
}
a.tab-share:hover {
	background-image: url(../images/home-banner/home-banner-tabs2-bg.png);
	background-position: -165px 0px;
}

a.tab-learnmore {
	background-image: url(../images/home-banner/home-banner-tabs3-bg.png);
	background-position: 0px -210px;
}
a.tab-learnmore:hover {
	background-image: url(../images/home-banner/home-banner-tabs3-bg.png);
	background-position: -165px 0px;
}
a.tab-learnmore span {
	line-height: 18px;
}

.slide-share {
	height: 420px;
	width: 772px;
	background-image: url(../images/home-banner/BG3-Share.jpg);
	background-repeat: no-repeat;
}

.slide-explore {
	height: 420px;
	width: 772px;
	background-image: url(../images/home-banner/BG1-Explore.jpg);
	background-repeat: no-repeat;
}
.slide-discover {
	height: 420px;
	width: 772px;
	background-image: url(../images/home-banner/BG2-Discover.jpg);
	background-repeat: no-repeat;
}

.describe {
	font-size: 22px;
	font-weight: bold;
}
.slide-explore .describe {
	color:#e9e2d8;
	padding-top: 90px;
	padding-left: 455px;
	height: 123px;
}
.slide-discover .describe {
	color:#e9e2d8;
	padding-top: 90px;
	padding-left: 445px;
	height: 100px;
}
.slide-share .describe {
	color:#F0F5F8;
	padding-top: 90px;
	padding-left: 360px;
	height: 100px;
}


@-moz-document url-prefix(){ /* To disable the shadow effect from IE */
.slide-share .describe {
	text-shadow: 2px 2px 6px #18527d;
	filter: dropshadow(color=#18527d, offx=2, offy=2);
}
.slide-discover .describe {
	text-shadow: 2px 2px 4px #953437;
	filter: dropshadow(color=#953437, offx=2, offy=2);
}
.slide-explore .describe {
	text-shadow: 2px 2px 6px #212121;
	filter: dropshadow(color=#212121, offx=2, offy=2);
}
}

a.wikilink {
	color: #F0F5F8;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F5F8;
	padding-bottom: 2px;
}
/*avoid css clashing issue between the ul li of featurelist and autocomplete*/
#autocompleteholder2 li 
{
	position: relative !important;
	width: 540px !important;
	height: 20px !important;
	font-family:Trebuchet MS !important;
}
#autocompleteholder2 .autocompleteprogressbar img 
{
	width:540px;
	height:33px;
}
/*below css added for homepage banner loader bar*/
.banner-loader-container
{
	height:420px;
	width:910px;	
	border:1px solid #CCCCCC;	
}
.banner-loader-container td
{
	vertical-align:middle;	
	text-align:center;
	color:#535353;
}