/* CSS Document */
body{ background-color:#FFFFFF;  margin: 0; padding: 0; overflow:-moz-scrollbars-vertical;}

a:link {text-decoration:none; color:#CCC;}
a:visited {text-decoration:none;color:#ffcc33;}
a:active {text-decoration:none;color:#ff0000;}
a:hover {text-decoration:none;color:#999999;}

#contentor{
position:relative;
margin-left:auto;
margin-right:auto;
width:1025px;
font-family:Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
color:#000;
font-size:14px;

}

#top{
position:relative;
float:left;
width:1024px;
border:0;

}

#top2{
	position:relative;
	float:left;
	width:1024px;
	height:159px;
	border:0;
}

#menu{
position:relative;
float:left;
width:244px;
height:159px;
border:0;
}

#download{
position:relative;
float:left;
width:742px;
margin-left:134px;
margin-right:148px;
background-color:#FFF;
border:0;
}

#download2{
position:relative;
float:left;
width:742px;
margin-left:134px;
margin-right:148px;
background-color:#FFF;
border:0;
}

#imagem{
	position:absolute;
	z-index:30;
	float:right;
}

#topo2{
position:relative;
float:left;
background-color:#FFF;

width:1024px;
height:154px;
border:0;
}

#left{
position:relative;
float:left;
width:142px;
height:556px;
border:0;
}

#center-texto{
	position:relative;
	float:left;
	width:555;
	height:556;
	border:0;
	
}

#center-texto2{
	position:relative;
	float:left;
	width:778;
	height:51;
	border:0;
	background-image:url(images/ANI_24.jpg);
	
}

#anima{
	position:relative;
	float:left;
	width:552;
	height:402;
	border:0;
	
}


td div {
font-family:Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
color:#000; 
padding:5px; 
width:539px; 
height:506px; 
overflow:auto; 
}

#center-design{
	position:relative;
	float:left;
	width:595;
	height:142;
	border:0;
}

#texto-tecnicas{
	position:relative;
	float:left;
	width:595;
	border:0;
}

#right{

position:relative;
float:left;
width:327px;
height:556px;
border:0;
z-index:1;
}

#menu2 {
position:relative;
float:left;
width:58px;
border:0;
}

#menu3 {
position:relative;
float:left;
width:58px;
height:454px;
border:0;
}

body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	margin:0px;
	
}


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000;
	font-size:6px;
	background-color:#FFFFFF;
	width:587px;
	height:34px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	
	background-color:#FFFFFF;
	color:#FFF;
	width:742px;
	font-size:11px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	color:#FFF;
	font-size:11px
	position:relative;
}

#dhtmlgoodies_tooltip{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:0.9em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		
}
#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
}

.imageSlideshowHolder{
			/* "Air" */
		float:left; /* Floating gallery at the right side of other web page content */		
		width:327px;	/* Image width */
		height:556px;	/* Image height */
		z-index:0;
		
		position:relative;	/* Don't remove this line */
		z-index:40;
	}
	
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
		z-index:0;
	}
	
	#dhtmlgoodies_leftPanel ul{
		padding-left:20px;
		margin-left:0px;
		z-index:200;
	}
	#dhtmlgoodies_leftPanel div{
		padding:3px;
		z-index:200;
	}
	#mainContent{
		width:660px;
		margin-left:150px;
		background-color:#FFF;
		padding-right:5px;
		border-left:1px solid #000;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		z-index:200;
		
	}

	/* END CSS ONLY NEEDED FOR THIS DEMO PAGE */
	
#dhtmlgoodies_leftPanel{	/* Styling the help panel */
		
		background-color:#669999;	/* Blue background color */
		color:#FFF;	/* White text color */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Which font to use */
		
		/* You shouldn't change these 5 options unless you need to */		
		height:100%;		
		left:0px;
		position:absolute;
		display:none;
		z-index:200;
	}
	
	#dhtmlgoodies_leftPanel #leftPanelContent{
		padding:0px;
	}
	#dhtmlgoodies_leftPanel .closeLink{ /* Layout of close link */
		padding-left:2px;
		padding-right:2px;
		position:absolute;
		top:2px;
		right:2px;				
	}
	
	#dhtmlgoodies_leftPanel .icon{ /* Layout of close link */
		padding-left:2px;
		padding-right:2px;
		position:absolute;
		top:250px;
		right:20px;				
	}
	#dhtmlgoodies_leftPanel .closeLink:hover{	/* Close link text  - mouseover effect*/
		color:#669999;
		
	}	