/*---- Body > Homepage ----*/



#bd #scroller {

	float:left;

	margin-right:1px;

	position:relative;

	width:683px;

}

	/*--Window/Masking Styles--*/

	.window {

		height:475px;

		width: 683px;

		overflow: hidden; /*--Hides anything outside of the set width/height--*/

		position: relative;
		
		background: #F8F8FF;

	}
	
	.navigation{
	
		float: left;
	}

	.image_reel {

		position: absolute;

		top: 0; left: 0;

	}
	
	.image_reel span[style]{
		width: 50px;
	}

	.image_reel img {float: left;}

	.mobile_text h2{
		text-align: center;
		font-weight: bold; 
		font-style: italic; 
		font-size: 14px;
		color: #012c63;
	}
	
	.mobile_text {
		text-align: center;
		margin: 0 15px;
		width: 680px !important
	}
	
	.mobile_text li {
		text-align: left;
		font-weight: bold;
		list-style-type:circle;
		margin-left: 41%;
	}
	
	.mobile_text ul {
		list-style-type:circle;
	}


	/*--Paging Styles--*/

	.paging {

		position: absolute;

		bottom: 0px; left: 15px;

		width: 178px; height:47px;

		z-index: 100; /*--Assures the paging stays on the top layer--*/

		text-align: center;

		line-height: 40px;

		display: none; /*--Hidden by default, will be later shown with jQuery--*/

	}

	.paging a {

		background:url('../../images/scroller-paging.png') no-repeat;

		display:block;

		float:left;

		height:27px;

		margin-right:3px;

		outline:none;

		width:27px;

		text-indent:-9999em;

	}

	.paging a.active {

		background:url('../../images/scroller-paging.png') no-repeat bottom;

	}

	.paging a:hover {font-weight: bold;}



#bd #subOffers {

	float:left;

	width:290px;
	
	background-color: #F8F8FF;
	
	margin: 0 0 0 0;

}
	#bd #subOffers ul{

		text-align:center;
		list-style-type:circle;
		width:290px;
		background-color: #F8F8FF;
	}
	
	#bd #subOffers li {
    	background-color: #012C63;
    	font-weight: bold;
    	list-style: none outside none;
    	margin: 10px;
    	padding: 10px;
    	text-align: center;
    	width: 250px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	border-radius: 5px;
	}
	
	#bd #subOffers li a {

		color: #fff;
	}
	
	#bd #subOffers li a:hover {

		color: #c0ddfb;
	
	}

	#bd #subOffers img {

		margin-bottom:1px;

		vertical-align:middle;

	}

	#bd #subOffers img + img {

		margin:0;

	}
	
.home-menu {
	float: left;
	width: 295px;
	margin: 15px;
	padding-bottom: 25px;
}

	.home-menu h2 {
		margin: 5px 0 0 0;
		text-align: center;
		background: #012c63;
		color: #fff !important;
		border-bottom: 2px solid #40618a;
		padding: 10px;
		font-weight: bold; 
		font-style: italic; 
		font-size: 14px;
		color: #012c63;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		-border-radius: 5px 5px 0 0;
	}
	
	.home-menu li {
		margin: 0;
		list-style: none;
		text-align: center;
		
	}
	
	.home-menu ul li a {
    	display: block;
    	padding: 10px 5px;
    	width: 285px;
    	border-top: 1px solid #e1e1e1;
	}
	
	.home-menu ul li a:hover {
		color: #012c63;
		background-color: #e0e0e0;
	}
