/* BODY */

body{
	padding: 0;
	font-family: Times, serif;
	text-align: center;
	color: #333;
	background: #ffffff url(img/bg.png) top left repeat-x fixed;
}

body h2{
	font-size:17px;
}

/* CONTAINER */
	
#container{
	padding-top: 10px;
   	margin: 10px auto;
	width: 775px;
	text-align: left;
	background-color:#dfdfdf;
}

/* BANNER */
	
#banner{
	margin: 0px 20px 0px 15px;
	width:745px;
	height: 250px;
	background-color: #FFFFFF;
}


/* MENU DROP-DOWN */

.nav {
	 float:left; width:745px; border:none; background:#007b6b url(../img/bg_head_bottom_nav.jpg) repeat-x; color:rgb(75,75,75); /*font-size:1.0em;*/  font-family:Arial; font-size:90%; margin-left:15px;
} /*Color navigation bar normal mode*/

.nav ul {list-style-type:none; margin-top:0px;}
.nav ul li {float:left; position:relative;border-left:solid 1px rgb(175,175,175);border-right:solid 1px rgb(175,175,175);}
.nav ul li ul {display:none; border:none;}
.nav ul li ul {margin-left:-30px; padding:0 30px 30px 30px; background:url(../img/bg_head_bottom_nav_hover.gif) top center;} /*Sticky hover zones*/
.nav ul li a {float:left; display:block; height:2.1em; line-height:2.1em; padding:0 16px 0 16px; text-decoration:none; font-weight:bold; color: #FFFFFF;}
.nav ul li:hover {width:auto;}
.nav table {position:absolute; z-index:999; top:0; left:0; border-collapse:collapse;}

/*Non-IE6*/
.nav ul li:hover a {background: url(img/nav1.png);background-color:rgb(210,210,210); text-decoration:none;color:#000000;} /*Color main cells hovering mode*/
.nav ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:998; top:2.0em; margin-top:0.1em; left:0;}
.nav ul li:hover ul li ul {display: none;}
.nav ul li:hover ul li a {display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-1px; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.nav ul li:hover ul li a:hover {background: url(img/nav2.png);background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

/*IE6*/
.nav ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color main cells hovering mode*/
.nav ul li a:hover ul {display:block; position:absolute;z-index:997; top:3.1em; t\op:3.0em; left:0; marg\in-top:0.1em;}
.nav ul li a:hover ul li a {display:block; w\idth:10.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.nav ul li a:hover ul li a ul {visibility:hidden; height:0px; width:0px; position:absolute; z-index: 997;}
.nav ul li a:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;}

/* DIV COM LOGOS/LINKS */

#box{
	width:200px;
	float:left;
	margin: 30px 20px 20px 0;
	text-align:center;
}

#box1{
	width:160px;
	height: 42px;
	background-image:url(img/realizacao.PNG);
}

#box2{
	width:160px;
	height: 42px;
	background-image:url(img/promocao.PNG);
}

#box3{
	width:160px;
	height: 42px;
	background-image:url(img/apoio.PNG);
}

#box4{
	width:160px;
	height: 42px;
	background-image:url(img/parceria.PNG);
}

/* FIGURA: CABO DE REDE */

#desenho{
	margin-top:10px;
	height: 20px;
	width:218px;
	float:right;	

}

/* BORDAS DO CONTEÚDO */

#border1{
	margin-right:29px;
	float:right;
	width:516px;
	height:35px;
	background-image:url(img/borda1.png);
}

#border2{
	background-image:url(img/conteudo.png);
	width:517px;
	margin-right:28px;
	height:auto;
	background-color:#FFFFFF;
	float:right;
}

#border3{
	margin-right:24px;
	float:right;
	width:521px;
	height:45px;
	background-image:url(img/borda2.png);
	margin-bottom:20px;
}

/* CONTEUDO */
#conteudo2{
	font-family:Arial, sans-serif;
	color: black;
	width:460px;
	margin-right:31px;
	height:auto;
	background-color:#ffffff;
	margin-top:10px;
	float:right;
	margin-bottom:20px;
}

#conteudo2 p{
	text-align:center;
}


#conteudo{
	font-family:Arial, sans-serif;
	color: black;
	width:460px;
	margin-right:31px;
	height:auto;
	background-color:#ffffff;
	margin-top:10px;
	float:right;
	margin-bottom:20px;
}

#conteudo p{
	text-align:justify;
}

#conteudo a{
	color:#cc0000;
	text-decoration:none;
}

#conteudo a:hover{
	color:#ff0000;
	text-decoration:none;
}

/* RODAPE */

#rodape{

	font-family:Arial;
    font-weight:bold;
   	text-align:center;
	clear: both;
	height:60px;
	width:775px;
	color:#FFFFFF;
	background-image:url(img/rodape.png);
	background-color:#007b6b;
	font-size:13px;
	margin-top: 10px;
}

#rodape a{
	font-family:Arial;
	color:#bbbb99;
	text-decoration:none;
}
	
#rodape a:hover{
	color:#D9D919;
	text-decoration:none;
}
	
	
	
