@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Ruda:400,700,900|Exo:100,500,600);

body{
	background-image:url(../images/home_bg2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#393939;
	margin:0;
	padding:0;
}
#wrapper{
	width:1024px;
	margin:0 auto;	
}
#navcontain{
	width:1024px;
	height:130px;	
}
#navlogo{
	width:300px;
	height:106px;
	margin:10px 0 0 0;
	float:left;
}
#navlogo img{
	border:none;	
}
#navmenu{
	float:right;
	border-bottom:#acacac solid thin;
	margin:40px 0 0 0;
}
#navmenu ul{
	margin:0;
	padding:0 0 20px 0;	
	font-family:"Ruda", sans-serif;
	font-weight:400;
	font-size:18px;
}
#navmenu ul li{
	display:inline;	
	margin:0;
}
#navmenu ul li a{
	text-decoration:none;	
	color:#555555;
}
#navmenu ul li a:hover{
	text-decoration:none;	
	color:#0e86c6;
	padding:0 0 19px 0;
	border-bottom:#0e86c6 medium solid;
}
.navpad{
	padding:0 20px 0 0;	
}
#hometext{
	height:100px;
	clear:both;	
}
#hometext h1{
	font-family:"Ruda", sans-serif;
	font-weight:700;
	font-size:22px;
	color:#515151;	
	margin:20px 0 0 0;
}
#hometext p{
	margin:0;	
}
#hometext a{
	font-family:"Ruda", sans-serif;
	font-weight:700;
	font-size:18px;
	color:#1385c7;	
	text-decoration:none;
}
#hometext a:hover{
	font-family:"Ruda", sans-serif;
	font-weight:700;
	font-size:18px;
	color:#1385c7;	
	text-decoration:underline;
}
#footercontainer{
	margin:0;
	width:100%;
	height:50px;
	border-top:#a5a5a5 solid 5px;
}
#footerwrap{
	width:1024px;
	margin:0 auto;	
}
#footleft{
	font-family:'Ruda', sans-serif;
	font-weight:400;
	font-size:14px;
	float:left;
	color:#e5edee;
}	
#footright{
	font-family:'Ruda', sans-serif;
	font-weight:400;
	font-size:14px;
	float:right;
	color:#e5edee;	
}
.footblue{
	color:#74c0ec;	
}
#equip{
	visibility:hidden;
	font-size:.001px;
}
#news{
	position:absolute;
	right:20px;
	top:70px;
	z-index:1;	
}
#bbb{
	width:1024px;
	margin:32px 0px 0px 437px;		
}