/***************************************************************************************************************** 
	Folha de Estilos do site da TRY Tecnologia
	Outubro de 2009
	Ionaldo Carvalho Junior (ionaldo@trytecnologia.com)
*****************************************************************************************************************/


/*
	CSS RESET
*/

dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	color: black;
	margin: 0;
	background: url("") top left repeat-x;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}


/*
	MARCAÇÃO
*/

html {
	background-attachment: fixed;
	background-image: url(../imgs/fundo.png);
	background-color:#D9EAB3;
	background-repeat: no-repeat;
}

body {
	background-color:#CCC:
	font: 12px "Trebuchet MS", Tahoma, Arial, Sans-serif;	
	margin: 0;
	margin-top: 0;
	padding: 0;
}



/* LINKS */

a {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
}

a:link {
	text-decoration: none; 
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

a:active {
	text-decoration: none;
	color: #000;
}




/*
	RODAPE
*/

#rodape {
	position:absolute;
	margin-top: 1035px;
	width: 942;
	padding: 0px;
	background-image: url(../imgs/linhas.png);
	background-repeat: no-repeat;
	height: 80px;
	clear: inherit;
	z-index: 10;
}

#rodape .inner {
	width: 942px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
		margin: 0 auto;
		
}

#rodape .inner p {
	font-size: 9px;
	line-height: 130%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 390px;
}

#rodape p span {
	float: right;
	text-align: right;
	padding: 0px;
	margin-top: -20px;
	margin-right: 80px;
	margin-bottom: 0;
	margin-left: 0;
}

#rodape a {
	color: #000;
	text-decoration: none;
	padding: 0px;
}

#rodape a:hover {
	text-decoration: underline;
	padding: 0px;
}

#rodape .assinatura {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;	
}

/*
	GERAL
*/

#Geral {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	width: 980px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	z-index:1;
}
#Geral #menu {
	width: 180px;
	height: 1120px;
	float: left;
	margin-top: -1130px;
	background-image: url(../imgs/fundoverde.png);
	background-repeat: repeat;
	clear: left;
	z-index:2;
}
#Topo {

	background:url(../imgs/fundo4.png);
	height: 150px;
	z-index:3;
	
}
#Geral #corpo {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	width: 575px;
	height: 1114px;
	margin-left: 171px;
	margin-top: 0px;
	float: left;
	background-image: url(../imgs/fundo1.png);
	overflow: auto;
	clear: left;
	z-index:4;
}


#Geral #corpo p {
	margin-left: 30px;
	margin-right: 30px;
	text-align:justify;
	font-size:14px;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
}

#Geral #corpo spam {
	margin-left: 60px;
	margin-right: 30px;
	text-align:justify;
	font-size:12px;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
}

#Geral #corpo a:hover {
	text-align:justify;
	font-size:12px;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #390;
}

#Geral #corpo table {
	margin-left: 35px;
}

#Geral #apoio {
	margin-top: 25px;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	float: right;
	height: 110px;
	width: 230px;
	background-image: url(../imgs/btpromo.png);
	background-repeat: no-repeat;
	z-index:5;
}

#Geral #apoio p {
 	margin-top: 50px;
	margin-left: 14px;
}

#Geral #prata {
	margin-top: 15px;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	float: right;
	height: 170px;
	width: 230px;
	background-image: url(../imgs/btprata.png);
	background-repeat: no-repeat;
	clear: right;
	z-index:6;
}

#Geral #prata p {
 	margin-top: 40px;
	margin-left: 14px;
}

#Geral #ouro {
	margin-top: 15px;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	float: right;
	height: 120px;
	width: 230px;
	background-image: url(../imgs/btouro.png);
	background-repeat: no-repeat;
	clear: right;
	z-index:6;
}

#Geral #ouro p {
 	margin-top: 40px;
	margin-left: 14px;
}

#Geral #realizacao {
	margin-top: 15px;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	float: right;
	height: 130px;
	width: 230px;
	background-image: url(../imgs/realizacao.png);
	background-repeat: no-repeat;
	clear: right;
	z-index:6;
}

#Geral #realizacao p {
 	margin-top: 40px;
	margin-left: 14px;
}

#Geral #corealizacao {
	margin-top: 15px;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	float: right;
	height: 230px;
	width: 230px;
	background-image: url(../imgs/corealiza.png);
	background-repeat: no-repeat;
	clear: right;
	z-index:6;
}

#Geral #corealizacao p {
 	margin-top: 40px;
	margin-left: 14px;
}

#Geral #patrocinio {
	margin-top: 15px;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	float: right;
	height: 100px;
	width: 230px;
	background-image: url(../imgs/agorganiza.png);
	background-repeat: no-repeat;
	clear: right;
	z-index:7;
}

#Geral #patrocinio p {
 	margin-top: 40px;
	margin-left: 14px;
}

#Geral #turismo {
	margin-top: 30px;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	float: right;
	height: 100px;
	width: 230px;
	background-repeat: no-repeat;
	clear: right;
	z-index:7;
}

/*
	TOPO DA PAGINA
*/

#barra {
	background-image: url(../imgs/barra.png);
	background-repeat: repeat-x;
	height: 30px;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	z-index:8;
}

#barra a:hover{
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

#barra span {
	float: left;
	text-align: right;
	padding: 0px;
	margin-top: 4px;
	padding-top: 5px;
	width: 750px;
	margin: 0 auto;
}
