/*********************************
ZERA TUDO
**********************************/
* {
	text-decoration:none;
	margin:0 auto;
	padding:0;
	list-style:none;
	/*vertical-align:middle;*/
	border:none;
	outline:none;
}

/*********************************
CORPO DA PÁGINA
**********************************/
body {
	background-color:#44A4C9;
}

/*********************************
DIV GERAL
**********************************/
#geral {
	margin:0 auto;
	width:770px;
	border-left:solid 4px #266882;
	border-right:solid 4px #266882;
	border-bottom:solid 4px #266882;
	background:#FFF url(../images/fundo_lat.jpg) repeat-y;
	clear:both;	
}

/*********************************
DIV GERAL (MODIFICADA PRA HOME)
**********************************/
#geral_h {
	margin:0 auto;
	width:770px;
	background:#FFF;
	border-left:solid 4px #266882;
	border-right:solid 4px #266882;
	border-bottom:solid 4px #266882;
	clear:both;	
}

/*********************************
DIVS DO TOPO
**********************************/
#topo {
	width:770px;
	background:url(../images/fundo_topo.png);
}

#topo h1 {
	width:500px;
	height:51px;
	background:url(../images/logo_novo.gif) left center no-repeat;
	overflow:hidden;
	text-indent:-5000px;
	margin:0 22px;
	padding:22px;
}

#topo h1 a {
	display:block;
	height:51px;
}

/*********************************
DIVS DO MENU (DENTRO DO TOPO)
**********************************/	
#menu {
	width:770px;
	height:31px;
	background:url(../images/fundo_menu1.png) repeat-x;
	float:left;
}

#menu ul {
	width:720px;

}

#menu ul li {
	display:inline;
}

#menu ul li a {
	float:left;
	font-family:'Trebuchet Ms', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:white;
	padding:0 15px;
	height:31px;
	line-height:31px;
	text-transform:uppercase;
}

#menu ul li a:hover {
	background:url(../images/fundo_menu2.png) repeat-x;
	}

#barra{
	width:770px;
	height:15px;
	background-color:#B9E58B;
	float:left;
}

/*********************************
CONTENT
**********************************/
#content {
	width:770px;
}

#imagens {
	width:770px;
	height:140px;
	float:left;
	position:relative;
	margin-top:-1px;
}

#anima {
	width:770px;
	height:140px;
	float:left;
	position:relative;
	margin-top:-1px;
}

/*********************************
MEIOS MODIFICADOS PRA HOME
**********************************/
#meio_h{
	width:500px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:15px;
	background:#fff;
	float:left;
}

#meio_h h1 {
	width:500px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#18739B;
	margin-bottom:5px;
	border-bottom:solid 3px #B9E58B;
}

#meio_h p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:20px;
	text-align:justify;
}

/*********************************
DIVS DO MEIO
**********************************/
#meio{
	width:610px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:50px;
	background-color:#fff;
	float:right;
}

#meio h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#18739B;
	margin-bottom:5px;
	border-bottom:solid 3px #B9E58B;
}

#meio h2 {
    height: 25px;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #266882;
	border-bottom:#0099CC dotted 1px;
	text-transform:uppercase;
	text-indent:10px;
    line-height: 27px;
    background-color: #F9FFFF;
    margin-bottom:5px;
	margin-top:15px;
}


#meio p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:20px;
	text-align:justify;

}

#meio p img {
	float:left;
}

#meio a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;

}

#meio a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#3FA213;
	color:#fff;
	text-decoration:overline;
}

#meio li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	line-height:20px;
	text-align:justify;
}


#meio ul.indice {width:670px; margin:0 auto;}
#meio ul.indice li {display:inline; float:right; padding-right:10px;}
#meio ul.indice li a {width:140px;float:left;font-family:'Trebuchet Ms', Arial, Helvetica, sans-serif;font-size:15px;font-weight:bold;color:white;padding:5px;height:40px;line-height:20px;text-transform:uppercase;text-decoration:none;background:url(../images/fd_botao1.gif) no-repeat;text-align:center;}
#meio ul.indice li a:hover {background:url(../images/fd_botao2.gif) no-repeat; text-decoration:none;font-family:'Trebuchet Ms', Arial, Helvetica, sans-serif;font-size:15px;font-weight:bold;}
	

#meio2{
	width:200px;
	padding:10px;
	background:#EAEAEA;
	float:right;
}

#meio2 h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:#49BD1C;
	margin-bottom:15px;
}

#meio2 img{
	margin-left:25px;
	margin-bottom:15px;
}

#meio form input, textarea {
	border:solid 1px #266882;
}

#fotos {
	margin:0px;

}

#fotos img {
	padding:5px;

}

#fotos a:hover img{
	background-color:#B9E58B;

}

/*********************************
RODAPE
**********************************/
#rodape {
	width:770px;
	height:34px;
	line-height:30px;
	margin:0 auto;
	background:url(../images/fundo_rodape.png) repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	clear:both;
}


/*********************************
CLASSES
**********************************/
.produto {
	border:1px solid #B9E58B;
	margin-right:10px;
	float:left;
}

.empresa {
	margin-top:5px;
	margin-right:10px;
}

.contato {
	margin-top:-20px;
	padding:0;
}

/*********************************
DIVS DO MEIO
**********************************/
.produtos{
	width:610px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:50px;
	background-color:#fff;
	float:right;
}

.produtos h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#18739B;
	margin-bottom:5px;
	border-bottom:solid 3px #B9E58B;
}

.produtos h2 {
    height: 25px;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #266882;
	border-bottom:#0099CC dotted 1px;
	text-transform:uppercase;
	text-indent:10px;
    line-height: 27px;
    background-color: #F9FFFF;
    margin-bottom:5px;
	margin-top:15px;
}


.produtos p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:20px;
	text-align:justify;

}

.produtos p img {
	float:left;
}

.produtos p b{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#266882;
	line-height:20px;
	display:block;

}

.produtos b{
	font: bold 12px  Verdana, Arial, Helvetica, sans-serif;
	color:#266882;
	line-height:20px;
	display:block;

}

.produtos a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;

}

.produtos a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#3FA213;
	color:#fff;
	text-decoration:overline;
}

.produtos ul{
	list-style-position:inside;
	}

.produtos ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:20px;
	text-align:justify;	
	list-style-type:disc;
	list-style-position:inside;
}