/*-----------------------------------------------------

	
	DP7 Digital
	www.dp7digital.com
	
	Design and Front End
	Diogo Costa
	me@diogocosta.com.br
	
	//
	
	Outsorcing.css
	Css para a seção de Outsourcing
	
----------------------------------------------------- */

	body {
		background: #201D1A;
		color: #999;
	}
	
	#header {
		border-bottom: #2A2827 solid 1px;
	}
	
	#footer {
		border-top: #2A2827 solid 1px;
	}
	
	.head {
		background: #201D1A url(../images/layout/bg_out.png) 0 0 no-repeat;
		width: 990px;
		margin: 0 auto;
		height: 300px;
	}
	
	.head .logo_out {
		width: 500px;
		margin-top: 60px;
	}
		.head .logo_out p {
			line-height: 20px;
			margin-top: 10px;
		}
	
	.iver {
		width: 990px;
		height: 200px;
		padding-top: 60px;
		margin-top: -29px;
		background: url(../images/layout/bg_brow.png) no-repeat;
	}
	
	.iver .spa {
		width: 800px;
		margin: 0 auto;
		text-align: center;
		line-height: 20px;
	}
	
	.case {
		width: 876px;
		height:256px;
		background: url(../images/layout/case_bg.gif) no-repeat;
		margin: 0 auto;
		margin-top: -33px;
	}
	
		.case .logo {
			margin: 60px 0 0 40px;
			width: 200px;
		}
		
		.case .text {
			width: 360px;
			font: bold 11px "Lucida Sans", "Lucida Grande", helvetica, arial, sans-serif;
			color: #fff;
			line-height: 18px;
			margin-top: 35px;
		}
		
		.case .testeb {
			width: 237px;
			margin: 30px 0 0 10px;
		}
		
		.case .testem {
			background: #274978;
			padding: 15px;
			color: #fff;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			font: italic 13px Georgia, Times, Times New Roman, serif;
			line-height: 20px;
			opacity: 0.8;
		}
		
		.case .testeb .author {
			height: 50px;
			color: #fff;
			background: url(../images/layout/bg_set_out.png) 30px 0 no-repeat;
			padding: 5px 0 0 70px;
			line-height: 17px;
		}
		
		
		.more {
			width: 860px;
			border-top: #333 double 3px;
			border-bottom: #333 double 3px;
			padding: 15px 5px;
			margin: 0 auto;
			margin-top: 40px;
			margin-bottom: 40px;
			color: #666;
			font: 25px Georgia, Times, Times New Roman, serif;
		}
		
		.more .bt {
			margin: -10px 0;
		}
