@charset "utf-8";
/* CSS Document */
/*********************TAB**********************/


	ul.tabs {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		height: 32px;
		border-bottom: 1px solid #999999;
		border-left: 1px solid #999999;
		width: 100%;
		    color: #ffffff;

	}
	ul.tabs li {
		float: left;
		margin: 0;
		cursor: pointer;
		padding: 0px 13px ;
		height: 31px;
		line-height: 31px;
		border: 1px solid #999999;
		border-left: none;
		font-weight: normal;
    background-color: #003C54;
    color: #ffffff;
		overflow: hidden;
		position: relative;
	}
	ul.tabs li:hover {
    background-color: #FFFFFF;
    color: #ffffff;

	}	
	ul.tabs li.active{
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		color: #003C54;

	}
	.tab_container {
		border: 1px solid #999999;
		border-top: none;
		clear: both;
		float: left; 
		width: 100%;
		background: #FFFFFF;
	}
	.tab_content {
		padding: 20px;
		font-size: 1.2em;
		display: none;
	}
	#container {
		/*width: 960px;*/
		margin: 0 auto;	
		font-family: "Oswald", sans-serif;    
		color:#FFFFFF;

		
	}
	#container .tabs {
		font-family: "Oswald", sans-serif;
		font-size:18px;
		text-transform:uppercase;
		color:#444444;
		
	}
	
	.txt_14px_grey
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;

}	

/*********************TAB END**********************/




