/** ************************** **/
/* Rafael Lopes Mendes - Casablanca - www.cbsp.com.br - rafael@casablancatv.com.br  21/08/2007 Fundação São Pedro */
/** ************************** **/

/** ************************** **/
/* Css Importados */
/** ************************** **/
@import "estrutura.css";
@import "internas.css";
@import "slimbox.css";

/** ************************** **/
/* Geral - Tags */
/** ************************** **/

* { 
	margin: 0; padding: 0; 
}
br {
	clear: both;
}
html { 
	font-size: 125%; 
}
body { 
	font: normal 11px Tahoma,Arial, Helvetica, sans-serif; 
	color: #171717; 
	background-image: url(../../images/bg_body.gif); 
	background-repeat:repeat-x; 
	background-position:top; 
	background-color:#e8ece0;
}
fieldset, img { 
	border: none; 
}

a { 
	text-decoration: none; 
}
a:visited { }
a:hover { 
	text-decoration: underline; 
}
a:active { }


h2 { 
	font:  bold 12px  Arial, Helvetica, sans-serif; color: #335091; 
}

form {
	margin: 0;
	padding: 0;
}


#banner_dhtml {
	position:absolute;
	width:494px;
	height:354px;
	z-index:99;
	margin: -120px 0 0 0;
}
/** ************************** **/
/** Banner de oficinas **/
/** ************************** **/
#oficinas { 
	width: 565px; 
	height:111px; 
	color: #E5E5E5; 
	position: relative;
	background-image:url(../../images/home/banner_oficina1.jpg); 
	border-left:4px solid #E5E5E5; 
	border-bottom:4px solid #E5E5E5; 
	border-right:4px solid #E5E5E5; 
	margin-top:12px; 
	margin-left:12px; 
	margin-right:10px; 
}
#oficinas h2 {
	background-color:#E5E5E5; 
	padding-bottom:4px; 
	padding-top:4px; 
	padding-left:10px;
	color:##335091; 
}
#oficinas h2 img {
	 background-image:url(../../images/home/bulllet_h2.gif); 
	background-repeat:no-repeat; 
	width: 8px; 
	height: 8px; 
	margin-left:5px; 
	margin-top:4px; 
	padding-right:7px; 
	float:left; 
}

#oficinas p { 
	padding-top:15px; 
	padding-left:22px; 
	padding-right: 9px; 
}
#oficinas .confira {
	background: transparent url(../../images/home/seta_saibamais.gif) no-repeat 26% 75%; 
	color: #5889b8; 
	font-weight: bold; 
	font-size: 1.1em; 
	width: 100px; 
	position: absolute; 
	right: 10px; 
	top: 90px; 
	text-align:right; 
}	
#oficinas a:visited { 
	color:#5889b8; 
}