
/*

dark grey = #202433
light grey = #364961


font-family: "Jura";
http://typecast.com/preview/google/Jura
*/
@import url('http://fonts.googleapis.com/css?family=Jura:300,400,500,600');
*{
	margin:0;
	padding:0;
}

html{
	color:#364961;
	background:#FFF;
}
body {
	font-family: 'Jura', sans-serif;
	overflow: hidden;
	text-transform:lowercase;
	color:#364961;
}

h1{
	color:#000;
}

h2{
	font-size:2.5em;
	color:#202433;
	padding-bottom:20px;
}

p{
	color:#364961;
	line-height:1.2em;
	
}

.flaotRight{
	float:right;
}

.flaotLeft{
	float:left;
}
.textCenter{
	text-align:center;
}
	





/*	
	============================================================================================================================================
																	HEAD
	============================================================================================================================================
*/

.topBarLine {
    background-color:rgba(255,0,4,1.00);
    height: 4px;
}

.fsn-bar {
	height:50px;
/*	min-width:980px;
*/}
	.fsn-bar .bar-body {
/*		width: 980px;*/
		padding:14px 10px 10px 10px;
		height:36px;
		margin: 0 auto;
	}
	
/*	
	------------------------------------------------------
						MENU
	------------------------------------------------------
*/
	
	
	.menu .fsn-menu-item {
		float: left;
	}
	.menu .fsn-menu-item.right {
		float: right;
	}

	.headerLogo{
		color:#202433;
		font-size:1.2em;
		/*font-family:"Jura";*/
		text-transform:lowercase;
		font-weight:bold;
	}	
	.menu .fsn-menu-item a{
		color: #364961;
		display:inline-block;		
	}
	
	.menu a{
	color:#364961;
	text-decoration:none;
}

	.menu a:hover{
	color:#000000;
}

	.menu a:active{
	color:#364961;
}

	.menu .menuBtn{
		padding: 2px 4px 0px 4px;
		margin: 0px 4px 0px 4px;
	}	
/*	
	------------------------------------------------------
						DOTS
	------------------------------------------------------
*/
	
	.fsn-dots .fsn-dots-item {
		background: #000;
		opacity: 0.3;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 30);
		-MS-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 30);
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.fsn-dots .fsn-dots-item:hover {
		opacity: 0.4;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
		-MS-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 40);
	}
	.fsn-dots .fsn-dots-item.fsn-current {
		background: #000;
		opacity: 0.9;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 90);
		-MS-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 90);
	}
	
/*	
	------------------------------------------------------
						NAVIGATION ARROWS
	------------------------------------------------------
*/
	
	.fsn-navigation-arrow {
		background-image: url(../images/arrows.png);
	}
	.fsn-navigation-arrow.left {
		background-position: left top;
	}
	.fsn-navigation-arrow.right {
		background-position: right top;
	}
	
/*	
	------------------------------------------------------
						PAGES
	------------------------------------------------------
*/

.marginIntro{
	margin-top:10%;
	
}
.text01{
	width:30%;
/*	width:430px;
*/	height:500px;
	display:inline-block;
	float:right;
	padding:10% 10% 0 0;
}

.text02{
	width:30%;
/*	width:430px;
*/	height:500px;
	display:inline-block;
	float:left;
	padding:10% 0 0 8%;
}

.text03{
	width:40%;
/*	width:430px;
*/	height:500px;
	display:inline-block;
	float:right;
	padding:0 10% 0 0;
}
.text04{
	width:24%;
/*	width:430px;
*/	height:500px;
	display:inline-block;
	float:right;
	padding:0 4% 0 0;
}
	
	.fsn-page-body {
		color: #364961;
	}	
	.fsn-page {
		background-image: url(../images/bg.png);
		background-color: #fff;
	}
	
	.footer{
		position:absolute;
		bottom:8px;
		left:20px;
		font-size: 11px;
		z-index:1000;
	}
	
.fsn-page-body p{
	margin-bottom:20px;
	line-height:1.6em;
	margin-bottom:20px;
	
}	

.fsn-page-body a{
	color:#FF0004;
	text-decoration:none;	
}	

.fsn-page-body a:hover{
	color:#202433;
}

.homeIntro{
	text-align:center;
	margin-top:15%;	
}	
.homeIntro h1{
	font-size:4em;
	
}
.closeBtn{
	font-size:4em;
	color:#000000;
	line-height:0px;
}










