*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

h2{
	margin: 20px;
	font: bold 25px Arial, Tahoma, Times, Sans;
	color: #49A8D2;
}

p a{
	color: #2B7AAB;
}

p a:hover{
	color: #194763;
	border-bottom: 1px solid #EFA030;	
}

p a:visited{
	color: #2B7AAB;
}

html{height: 100%;}

body{
	margin: 0 0 0 -1px;
	height: 100%;
	background: #EDEDED url('../imagens/templates/fundo-geral.gif') center repeat-y;
}

#corpo{
	position: relative;
	min-height: 100%;
}

* html #corpo{height: 100%;}

/*************************************************************************************************
************************************		TOPO		************************************
************************************************************************************************/

#topo-largo{
	background: #FFF url('../imagens/templates/fundo-topo-largo.gif') repeat-x;
	height: 150px;
}

#topo-largo2{
	background: url('../imagens/templates/fundo-topo.gif') center no-repeat;
	height: 150px;
	margin: 0 0 0 1px;
}

#topo{
	width: 778px;
	font: 16px Arial, Verdana, Sans-Serif;
	margin: 0 auto;
	height: 150px;
}

#topo h1{float:left;}

#topo h1 a{
	display:block;
	/*width: 195px;*/
	height: 77px;
	
	
	background: url('../imagens/templates/logo_carbono.png') no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	/*margin: 12px 0 0 15px;*/
	
	width:265px;
	margin: 12px 0;
}


/*********************** MENU PRINCIPAL ****************************/

#topo #menu_principal{
	width:480px;
	height: 35px;
	float: right;
	margin-top: 30px;
	padding-left: 30px;
	background: #00ABD3 url('../imagens/templates/menu_principal_esq.gif') no-repeat left center;
}

#topo #menu_principal li{
	background-color: #00ABD3;
	border:0px solid black;
}

#topo #menu_principal .item_principal{
	float:left;
}

#topo #menu_principal .link_principal{
	font-size: 18px;
	padding: 6px 0;
	display:block;
}

#topo #menu_principal a{color: #fff; width: 96px; text-align: center;}

#topo #menu_principal a:hover{
	background-color: #0097BB;
}

.sub-menu{
	list-style-type:none;
	float:left;
	display: none;
	font-size: 12px;
}


.sub-menu a{
	text-align:center;
	padding: 1px 0;
	display:block;
}

/*********************** MENU SECUNDÁRIO ****************************/

#topo #menu_secundario{
	float: right;
	margin: 5px 1px 0 0;
	font-size: 12px;
	color: #0E2F7A;
	
}

#topo #menu_secundario li{display:inline;}

#topo #menu_secundario a{
	margin-left: 10px;
	margin-right: 10px;
	color: #0E2F7A;
}

#topo #menu_secundario a:hover{
	color: #1F577A;
}

#topo #menu_secundario img{
	vertical-align: middle;
	border: 0;
}

#acessos{
	position: absolute;
	background-color: #FAFAFA;
	border-bottom: 2px solid #89B;
	border-left: 1px solid #9AB;
	right:30px;
	visibility: hidden;
	z-index: 4;
}

#acessos ul{
	border: 1px solid #00ABD3;
	border-top: 0;
}

#acessos ul li{
	text-align: center;
	border-top: 1px solid #00ABD3;
	margin: 0;
	padding: 5px;
	width: 100px;
}

#acessos ul li a{
	font: 14px Arial, Verdana, Sans-Serif;
	color: #888;
	padding: 10px;
}

#acessos ul li a:hover{
	color: #555;
	cursor: pointer;
}

#selo_flutuante{
	position: absolute;
	top: 20px;
	right:0px;
	z-index: 3;
	overflow: visible;
	width:0px;
	left: 10px;
}

.green{
	color: #007F7B;
	font-weight: bold;
	font-size: 12px;
	margin-right: 0px;
}
#topo #menu_secundario .green a{
	color: #007F7B;
}
#topo #menu_secundario .green a:visited{
	color: #007F7B;
}

/*************************************************************************************************
************************************		CONTEÚDO		************************************
*************************************************************************************************/

#conteudo-largo{
	margin:0px auto;
}

#conteudo{
	float: center;
	position:relative;
	margin:-46px auto 0 auto;
	width: 778px;
	font: 16px Arial, Verdana, Sans-Serif;
	background: #FFF;
	padding-bottom: 120px;
}

/*************************************************************************************************
************************************		RODAPÉ			************************************
*************************************************************************************************/

#rodape{
	position: relative;
	margin: 0 auto;
	margin-top: -121px;
	background-color: #EEE;
	font: 11px Arial, Verdana, Sans-Serif;
	color: #888;
	border-top: 1px solid gray;
	height: 120px;
	width: 778px;
	clear: both;
}

#rodape ul{
	margin: 11px 30px 0 30px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #B5B5B5;
}

#rodape ul li{
	display: inline;
}

#rodape ul li a{
	margin: 5px;
	color: gray;
}

#rodape ul li a:hover{
	color: darkgray;
}

#logo-rodape{
	float: left;
	margin: 5px 30px 0 30px;
	border: 0px solid green;
}

#endereco{
	text-align: right;
	margin: 10px 30px 0 0;
}

#copyright{
	margin: 5px auto 0 auto;
	width: 500px;
	text-align: center;
	font-size: 10px;
	color: #BBB;
}


/**********************************************/
/****************** OUTROS *********************/
/**********************************************/

 .button {
    background: transparent url('../imagens/templates/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
	float: left;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
.button span {
    background: transparent url('../imagens/templates/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 





