/* CSS Document */

#page{
	background-color:#BBD3B6;
}

#head{
	position:absolute;
	left:0px;
	top:20px;
	width:100%;
	height:164px;
	z-index:100;
}

#head-left-left{
	position:absolute;
	left:50px;
	top:5px;
	width:509px;
	height:164px;
	background-image:url(/tec/imgs/head-left-left.gif);	
	background-repeat:no-repeat;	
	z-index:100;	
}

#head-left-center{
	position:absolute;
	left:109px;
	top:5px;
	width:370px;
	height:164px;
	background-image:url(/tec/imgs/head-left-center.gif);
	background-repeat:repeat-x;
	z-index:100;
}
#head-left-right
{
	position:absolute;
	left:230px;
	top:1px;
	width:69px;
	height:168px;
	background-image:url(/tec/imgs/head-left-right.gif);
	background-repeat:no-repeat;
	z-index:110;
}
#head-right-center{
	position:absolute;
	left:270px;
	top:1px;
	width:550px;
	height:168px;
	background-image:url(/tec/imgs/head-right-center.gif);
	background-repeat:repeat-x;
	z-index:100;
}
#head-right-right{
	position:absolute;
	left:819px;
	top:5px;
	width:59px;
	height:164px;
	background-image:url(/tec/imgs/head-right-right.gif);	
	background-repeat:no-repeat;
	z-index:100;
}

#head-banner{
	position:absolute;
	left:81px;
	top:20px;
	width:762px;
	height:113px;
	background-image:url(/tec/imgs/banner.gif);	
	background-repeat:no-repeat;
	z-index:150;	
}

.menu{
	position:absolute;
	left:298px;
	top:133px;
	width:600px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	z-index:200;
	
}
.menu a:link{
	z-index: 200;
	color: #FFFFFF;
	text-decoration:none;
}
.menu a:visited{
	z-index: 200;
	color: #FFFFFF;
	text-decoration:none;
}

.menu a:hover{
	z-index: 200;
	color: #CBFDC6;
	text-decoration: underline;
}

.bodytext{
	padding-bottom:15px;
}
.bodytext a:link{
	z-index: 200;
	color:#76923C;
	text-decoration:none;
}
.bodytext a:visited{
	z-index: 200;
	color: #AAC572;
	text-decoration:none;
}

.bodytext a:hover{
	z-index: 200;
	color: #76923C;
	text-decoration: underline;
}

#body-content{
	position:relative;
	left:57px;  /*Outros*/
	#left:55px;	/*IE 7.0*/
	height:100%;/*IE 6.0*/	
	top:140px;
	width:797px;
	background-color:#BBD3B6;
	z-index:50;
}


#content{
	position:relative;
	padding-top:75px;
	padding-bottom:75px;	
	padding-left:50px;
	padding-right:15px;		
	text-align:left;
	background-color:#FFFFFF;	
	z-index:50;
	min-height:210px;
	font-family:Arial, Helvetica, sans-serif;
}

#foot{
	position:relative;
	height:50px;
	background-color:#BBD3B6;
	z-index:50;
}

#homebg{
	position:relative;
	width:450px;
	min-height:300px; /*só funciona em IE7 e FF*/
	background-image:url(/tec/imgs/background-home.png);	
	background-repeat:no-repeat;
	z-index:100;	
}

#home-text{
	position:relative;
	padding-left:100px;
	padding-top:30px;
	width:500px;
	z-index:150;	
}

.onde
{
	position:absolute;
	float:left;
	font-size:14px;
	top:0px;
	left:0px;
	padding-top:143px;
	*padding-top:143px; /*IE 6.0 e 7.0*/
	padding-left:85px;
	#padding-left:85px; /*IE 7.0*/
	_padding-left:86px;	/*IE 6.0*/	
	color:#336633;
	z-index:101;
}