/*
	Document   : home.css
	Author	 : david.rosser
	Description:
		Define home specific styles here.
*/

/* =Home
-------------------------------------------------------------- */
 div.home.bottom{
	margin-top: 15px;
}


/* =Home carousel
-------------------------------------------------------------- */

.carousel{
	 position: relative;

}

 div.home div.carousel div.controls ul{
	list-style: none;
	padding-left: 0;
}

 div.home div.carousel div.controls ul li{
	float: left;
	padding-right: 5px;
}

 div.home div.carousel div.controls ul li a{
	background: url(images/global/ui-components/carousel/carousel-button-spritesheet.png) no-repeat;
	display: inline-block;
	width: 15px;
	height: 14px;
}

 div.home div.carousel div.controls ul li a:hover,
 div.home div.carousel div.controls ul li a.active{
	background-position: 0 -14px;
}


div#home-carousel{
	position: absolute;
	left: 50%;
	top: 171px;
	height: 800px;

}

div#home-carousel div.carousel-container{
	margin: 0 0 0 -600px;
	width: 1200px;
	 position: relative;
}

div#home-carousel div.carousel-container div.carousel{
	height: 880px;
	overflow: hidden;
	position: relative;
}

div#home-carousel div.carousel-container div.carousel ul{
	list-style: none;
	margin: 0;
	padding-left: 0;

	width: 50000px;
}

div#home-carousel div.carousel-container div.carousel ul li{
	float: left;
}


/* =A Feature
-------------------------------------------------------------- */


/* =A Feature Carousel
-------------------------------------------------------------- */
/*
This A Feature should be used for the large background carousel
*/
	#textinfo{
		position: absolute;
		bottom: 400px;
		right: 120px;
		width: 298px;
		z-index: 888
	}

 div.a-feature.home.carousel{
	height: 415px;
	position: relative;
	 z-index: -1;
}

 div.a-feature.home.carousel div.carousel-content{
	position: absolute;
	top: 150px;
	right: 0;
	width: 298px;
}

 div.a-feature.home.carousel div.carousel-content div.titles{
	margin-bottom: 20px;
	width: 298px;
	height: 220px;
}

 div.a-feature.home.carousel div.carousel-content div.titles div.title.hidden{
	display: none;
}
#textinfo div.title{
	position: relative;
	z-index: 9998
}

 #textinfo div.title h1{
	font-size: 28px;
	margin: 0px;
}


 #textinfo div.title h2{
	font-size: 18px;
	margin: 20px 0 0 0;
}



/* =A Feature Button
-------------------------------------------------------------- */
 div.a-feature.home a.button.link{
	background: url(images/global/a-features/a-feature-button-link-arrow.jpg) no-repeat top right #fff;
	color: #dcb450;
	width: 210px;
}

 div.a-feature.home a.button.link:hover{
	background-color: #dcb450;
	background-position: right -35px;
	color: #fff;
}



/* =C Feature
-------------------------------------------------------------- */


/* =C Feature Home Entry Point
-------------------------------------------------------------- */
/*
The bottom entry point c-features
*/
 div.home div.c-feature.entry-point{
/*	height: 105px;
*/}

 div.home div.c-feature.home.entry-point{
	background-color: #f2f2f2;
	margin-bottom: 15px;
	padding: 10px;
	position: relative;
	width: 288px;
	/*height: 242px;*/
	height: 169px;
}
 div.home div.c-feature.home.entry-point.first{
	margin-left: 0px;
}


 div.c-feature.home.entry-point h2{
	margin: 30px 0 10px 0px;
}

 div.c-feature.home.entry-point a.button.link{
	bottom: 10px;
	left: 10px;
	position: absolute;
	 font-size: 11px;
}


