/*-----------------------------------------------------

	
	DP7 Digital
	www.dp7digital.com
	
	Design and Front End
	Diogo Costa
	me@diogocosta.com.br
	
	//
	
	Plataformas.css
	Css para a seção Plataformas
	
----------------------------------------------------- */

	#content .head {
		width: 990px;
		height: 293px;
		background: url(../images/content/plat_bg.png) no-repeat;
		margin: -30px -30px 30px -30px;
	}
	
		#content .head .log {
			margin: 50px 0 0 30px;
			position: absolute;
			width: 400px;
			text-align: justify;
		}

		#content .letter {
			width: 600px;
		}
		
			#content .letter .item{
				background: url(../images/layout/item_bg.png) center bottom no-repeat;
				margin-top: 30px;
				padding-bottom: 35px;
			}
			
				#content .letter .item .icon {
					width: 80px;
					margin-right: 20px;
				}
				
				#content .letter .item .text {
					width: 500px;
				}
			
		#content .rightter {
			width: 270px;
			background: #ebebeb;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			padding: 15px;
		}
		
			#content .rightter .mac {
				width: 235px;
				height: 260px;
				background: url(../images/layout/mac_bg.png) no-repeat;
				margin-top: 20px;
				padding: 20px 0 0 35px;
			}
			
				#content .rightter .mac .nivo-controlNav {
					background: #000;
					padding: 10px 15px 10px 20px;
					margin: 210px 0 0 60px;
					-moz-border-radius: 20px;
					-webkit-border-radius: 20px;
					border-radius: 20px;
					position: absolute;
					background-image: -moz-linear-gradient(top, #333, #000); /* FF3.6 */
					  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #333),color-stop(1, #000)); /* Saf4+, Chrome */
					            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#333', EndColorStr='#000'); /* IE6,IE7 */
					        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333', EndColorStr='#000')"; /* IE8 */
				}
				
				#content .rightter .mac .nivo-controlNav a {
					text-indent: -9999px;
				}
				
				#content .rightter .mac .nivo-controlNav a.nivo-control {
					width: 10px;
					display: block;
					float: left;
					height: 10px;
					margin-right: 5px;
					background: url(../images/layout/nav_control_bg.png) no-repeat;
				}
				
				#content .rightter .mac .nivo-controlNav a.nivo-control.active {
					background: url(../images/layout/nav_control_bg_active.png) no-repeat;
				}