@charset "UTF-8";
#myCarousel{width: 974px;margin: 0 auto;}
.carousel-indicators li {
    background-color: white;
    border: 1px solid #EFCA19;
    border-radius: 10px;
	height: 7px;
	cursor: pointer;
}
.carousel-indicators .active {
    background-color: #EFCA19;
}
.carousel-indicators {
    bottom: -30px;
}
@media screen and (min-width: 768px){
.carousel-indicators {bottom: -30px;}
}
/* CSS Document */


	/*
		 * Required 
		*/
		.container {
	width:940px;
	height:660px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
		.slides { position:absolute; top:0; left:0; }
		.slides > div { position:absolute; top:0; width:940px; display:none; }
		/*
		 * Optional
		*/
			#loopedSlider,#newsSlider { margin:0 auto; width:940px; position:relative; clear:both;  }
		ul.pagination { list-style:none; text-decoration:none; padding:0; margin:15px 30px 30px 420px;  }
		ul.pagination li  { float:left;  list-style:none; text-decoration:none;
		font-family:"Lucida Grande", "Lucida Sans Unicode",  sans-serif; color:#EFCA18;  font-size:20px;			}
		ul.pagination li a {list-style:none; text-decoration:none; padding:0px 16px 0px 16px; font-family:"Lucida Grande", "Lucida Sans Unicode",  sans-serif; color:#EFCA18;  font-size:20px;}
		ul.pagination li.active a {list-style:none; text-decoration:none; font-family:"Lucida Grande", "Lucida Sans Unicode",  sans-serif; color: #666 ;  font-size:20px;}



body {
	margin: 0px;
	background-color:#FFF;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:11px;
	color:#6b6b6b;
}

/* CSS IDs */
#Header {
	width:940px;
	height:94px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-image:url(https://enzactamedia.enzacta.com/prod/Customer/EnzactaProducts/alfaDHA/SP/images/headerBackground.jpg);
	background-repeat:no-repeat;
	margin-bottom:5px;
}
#Container {
		width:940px; height:460px; margin-left:auto; margin-right:auto;clear:both;
		margin-bottom:15px; 

}
#Footer {
	margin-top:50px;
	width:940px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-image:url(https://enzactamedia.enzacta.com/prod/Customer/EnzactaProducts/alfaDHA/SP/images/footerLineGray.jpg);
	background-repeat:no-repeat;
	line-height:22px;
	text-align: right;
}
