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

*{ margin:0; padding:0;}

img{ border:0;}

body{
	background: #000 url(img/bg.jpg) no-repeat center 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e2e2e2;
}

.wrap{
	width:1431px;
	margin:0 auto;
	padding-top:162px;
}

.wrap-wrap{
	width:;
	overflow:hidden;
	margin:0 auto 0;
	width:930px;	
}



h1{ color:#fff; font-size:21px; margin:15px 20px 0; text-transform:uppercase;}

.text{
	margin:0 0 0 0;	
	width:477px;
	height:234px;
	background:url(img/text-bg.png);
	overflow:hidden;
	
}

.text div, .text-long div{
	margin:15px 20px 0;	
	
}

.text-long{
	margin:0 0 0 0;	
	width:477px;
	min-height:234px;
	background:url(img/text-bg-long.png) repeat-x 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	overflow:hidden;
	padding-bottom:10px;
}

 .separator{
	height:220px;
	clear:both;	
}

.separator2{
	height:160px;	
	clear:both;
}


.btn{
	display:block;
	width:279px;
	height:80px;
	background:url(img/btn.png) no-repeat 0 0;
	margin:20px 0 0 0;
}

.footer{	
	color:#eee;
	font-size:11px;
	text-align:center;
	clear:both;
	padding-top:30px;

}

.wrap-text{
	float:left;
	height:380px;
}

.menu{
	float:left;
	margin-left: 8px;
    width: 404px;	
	
}

.what-we-do{
	width:199px;
	height:99px;
	float:left;
	display:block;
	background:url(img/what-we-do.png);
}


.who-we-are{ 
	width:199px;
	height:99px;
	float:right;
	display:block;
	background:url(img/who-we-are.png);
}


