@charset "UTF-8";
/* CSS Document */
	
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
		padding: 0;
		margin: 0;
	}
	
	a {
		text-decoration:none;
	}

/* Header Menu * --------------------------------------- */
	#header_BC {
		margin: 0 auto;
		height: 153px;
		background: url(images/Header_bg_BC960.png) center no-repeat;   
	} 
	
	#header_holder {
		margin: 0 auto;
		width: 960px;    
	}

	#navigation {
		float: ;
		padding: 50px 10px 0 0;
		font-family: Arial, Helvetica, sans-serif;    
		font-size: 14px; 
		text-decoration: none;
	}
	
	#navigation a {
		color: #000;
	}
	
	#navigation a:hover {
		color: #3987a5;
	}
	
	#navigation ul 
	{
		margin: 0;
		padding: 0;
	} 
	
	#navigation ul li
	{
		list-style-type: none;
		display: inline;
		color: #000;
	}
	
	#navigation ul li.active a, ul li.selected a 
	{
		color: #3987a5;
	}
	 
	
	#navigation li:before {
	content: " | ";
	margin: 0 15px 0 15px;
	color: #000;
	}
	
	#navigation li:first-child:before {
	content: none;
	}

	
	
/* Video Area * --------------------------------------- */

#video_BC {
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: ;
	height: 677px;
	background: url(images/video_BG_BC.png) no-repeat; 
}

#video_holder_BC {
	margin: 0 auto;
	width: 960px;	
}

#Register_BC {
	margin: 0 auto;
	padding: 0px 0 0 0;
	width: 960px;
	height: 77px; 
	background: url(images/risk_free_BC960.png) center no-repeat;  
}



/* Features Area * --------------------------------------- */

#features_BC {
	margin: 0 auto;
	margin-top: -20px;
	height: 251px;
	background: #FFF; 
}

#features_image_BC {
	margin: 0 auto;
	width: 960px;
	height: 251px;
	background: url(images/features_BC960.png) center no-repeat ;  
}


/* Bottom Divider * --------------------------------------- */

#bottom_divider_BC {
	margin: 0 auto;
	width: 100%;
	height: 199px;
	background: url(images/bottom_divider_BC.png) center no-repeat; 
} 


/* Footer * --------------------------------------- */
#footer_BC {
	margin: 0 auto;
	height: 100px;
	width: 960px;
	padding: 100px 0 0 0;
	background: ;
}

#footer_BC a {
		color: #000;
	}
	
#footer_BC a:hover { 
		color: #3987a5;
	}





