@charset "utf-8";
/* CSS Document */

a{
	color:#c5c5c5;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#geral{
	height:700px;
	margin:-8px auto;
	*margin:-15px auto;
	width:1150px;
}

#redOficina{
	background:url(images/redOficina.jpg);
	background-repeat:no-repeat;
	height:700px;
	float:left;
	margin-top:1px;
	_margin-left:-26px;
	width:383px;
}
	
	.conteudoRed{
		color:#9d9d9d;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
		line-height:14px;
		margin-left:140px;
		_margin-left:70px;
		width:267px;
	}
	
#blueOficina{
	background:url(images/blueOficina.png);
	background-repeat:no-repeat;
	_background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/blueOficina.png', sizingMethod='crop');
	height:700px;
	float:left;
	margin-top:1px;
	_margin-left:-26px;
	width:383px;
}

	.conteudoBlue{
		color:#9d9d9d;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
		line-height:14px;
		margin-left:140px;
		width:265px;
	}
	
#yellowOficina{
	background:url(images/yellowOficina.png);
	background-repeat:no-repeat;
	_background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/yellowOficina.png', sizingMethod='crop');
	height:700px;
	float:left;
	margin-top:1px;
	_margin-left:-28px;
	width:383px;
}
	
	.conteudoYellow{
		color:#9d9d9d;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
		line-height:14px;
		margin-left:140px;
		width:265px;
	}
	
.btTopo{
	margin-top:20px;
	_margin-top:40px;
}

.btMeio{
	margin-top:5px;
	_margin-top:0;
}

	.marca{
		float:left;
		margin:55px 0 0 -2px;
		_margin:45px 0 0 -2px;
	}
	
.sombraRed{
	background-image:url(images/sombraRed.jpg);
	height:111px;
	float:left;
	margin:23px 0 0 37px;
	_margin:13px 0 0 18px;
	width:90px;
}

.sombraBlue{
	background-image:url(images/sombraBlue.jpg);
	height:111px;
	float:left;
	margin:98px 0 0 37px;
	_margin:82px 0 0 19px;
	width:90px;
}

.sombraYellow{
	background-image:url(images/sombraYellow.jpg);
	height:111px;
	float:left;
	margin:43px 0 0 39px;
	_margin:43px 0 0 20px;
	width:90px;
}

#rodape{
	color:#9d9d9d;
	float:right;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:-85px;
	text-align:right;
	width:280px;
}

/**/
img, .png {
       position: relative;
       behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
       this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
       this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}
/**/

	a.techs{
		color:#ff7200;	
		text-decoration:none;
	}
	
	a:hover.techs{
		text-decoration:underline;
	}