﻿body
{
	font-family: 'Happy Monkey', cursive;
	background-color: #77b4d8;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#cabecalho
{
	width: 100%;
	/*height: 220px;*/
	height: 120px;
}
#banner
{
	width: 980px;
	margin: 0px auto 0 auto;
	/*height: 230px;*/
	height: 140px;
	
}
.logotipo
{
	background-image: url('img/logotipo.png');
	/*padding-top: 0px;*/
	background-repeat: no-repeat;
	/*width: 380px;*/
	width: 232px;
	/*height: 215px;*/
	height: 120px;
	float: left;
	/*position: relative;
	top: 0px;*/
	margin-left: 2px;
}

#logo_contatos
{
	/*width: 300px;*/
	/*width: 208px;**/
	width: 200px;
	/*height: 173px;*/
	/*height: 80px;*/
	height: 120px;
	/*margin: 80px;*/
	float: right;
	background-image: url('img/contatos.png');
	/*--------------------------------------font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 16px;*/
	/*font-weight: bold;*/
	/*color: #444444;*/
	/*margin-top: 40px;*/
	margin-top: 0px;
	margin-right: 0px;
}
#logo_contatos ul li
{
	display: block;
	text-align: right;
}

/*--------------- menu ------------------*/
ul#navigation
{
	/*position: fixed;*/
	position: center;
	margin: 0px;
	padding: 0px;
	top: 0px;
	/*left: 375px;*/
	/*right: 422px;*/ /*right: 200px;*/
	list-style: none;
	z-index: 999999;
	/*---------------------------------------------------------font-family: 'Segoe Script';*/
	font-size: 12px;
}
ul#navigation li {
    display:inline;
    float:left;
    width: 108px; /*width:125px;*/
    margin-left:1px;

}
ul#navigation li a
{
	display: block;
	font-weight: bold;
	-text-shadow: 1px 1px 1px #fff;
	float: left;
	width: 120px; /*width: 100px;*/
	height: 35px;
	 /*color:#603d05;*/ /*background:transparent url('img/item.png') no-repeat bottom right;*/
	text-decoration: none;
	text-align: center;
	padding-top: 80px;
	margin-top: -40px;
	cursor: pointer;
	color: #FFFFFF;
}
.item1
{
	background:transparent url('img/menu/item1.png') no-repeat bottom right;
}
.item2
{
	background:transparent url('img/menu/item2.png') no-repeat bottom right;
}
.item3
{
	background:transparent url('img/menu/item3.png') no-repeat bottom right;
}
.item4
{
	background:transparent url('img/menu/item4.png') no-repeat bottom right;
}
.item5
{
	background:transparent url('img/menu/item5.png') no-repeat bottom right;
}
ul#navigation li a:hover{

}
/*---------------------fim menu -------------------*/


/*------------------------------ inicio conteudo-------------------------------------*/
#conteudo
{
	padding: 5px;
	margin: 0 auto;
	width: 980px; /*height: 500px;*/
	background: #A6CEE6; /*left: 260px;*/ /*padding:21px 20px 48px 20px;*/

}




/********************************SERVICOS*********************************/



#rodape
{
	background: url(img/rodape.gif) no-repeat scroll center top;
	height: 176px;
}	

#rodape h1
{
	padding: 15px;
	/*text-align: center;*/
	text-align: center;
	/*margin-left: 200px;	*/
	font-family: Arial, Helvetica, sans-serif;
	/*-----------------------------------------------------font-family: Arial, Helvetica, sans-serif;*/
	color: #C0C0C0;
	font-size: 8px;
	/*margin-left: 640px;*/
}	