/*-----------------------------------------------------

	
	DP7 Digital
	www.dp7digital.com
	
	Design and Front End
	Diogo Costa
	me@diogocosta.com.br
	
	//
	
	Gateways.css
	Css para a seção Gateways
	
----------------------------------------------------- */


	body {
		background: #000;
	}
	
	.head {
		background: #000 url(../images/layout/bg_fire.jpg) 0 0 no-repeat;
		width: 990px;
		margin: 0 auto;
		height: 500px;
	}
	
	.head .logo_gateway {
		margin: 70px 0;
	}
	
	.head .inder {
		width: 990px;
		height: 270px;
		padding-top: 30px;
		background: url(../images/layout/black_bg_gate.png) no-repeat;
	}
	
	.head .spa {
		width: 800px;
		margin: 0 auto;
		text-align: center;
		color: #999;
		line-height: 20px;
	}
	
	.vaver {
	}

		.vaver .item {
			width: 303px;
			margin-right: 35px;
			float: left;
			color: #999;
			text-align: justify;
		}
		
		.vaver .item .testm {
			background: #141414;
			padding: 20px;
			color: #999;
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
			border-radius: 20px;
			font: italic 13px Georgia, Times, Times New Roman, serif;
			line-height: 25px;
		}
		
			.vaver .item .author {
				height: 50px;
				color: #fff;
				background: url(../images/layout/bg_set.gif) 30px 0 no-repeat;
				padding: 10px 0 0 80px;
				line-height: 17px;
			}
			
			
			.vaver .item .block_black {
				background:url(../images/layout/bg_blockblack.jpg) center bottom no-repeat;
				text-align: center;
				padding: 20px;
				margin-top: 30px;
				line-height: 22px;
			}
	
	
