
@charset "utf-8";

* {
	font-family:Georgia, "Times New Roman", serif;
}

/* links */
a:link, a:visited {
	color:#797A00;
	text-decoration:underline;
}
a:hover, a:focus, a:active {
	text-decoration:none;
	color:#797A00;
}

button{
	clear:both;
	float:right;
	background: url(../images/button2.gif) no-repeat;
	height:30px;
	text-indent:-9999px;
	width:62px;
	border:none !important;
	margin-top:15px;
}
button:active { background:url(../images/button2.gif) 0 -30px no-repeat !important; width:62px !important; height: 30px !important; text-indent: -9999px; }

/* headlines */
h1,
h2 {
	float:none !important;
}
h1 {
	background:none;
	font-size:20px;
	color:#494800;
	text-indent:0;
	height:auto;
	width:auto;
	font-weight:bold;
	font-style:normal;
	margin:5px 0 10px 0;
	text-transform:uppercase;
}
h2 {
	font-size:16px;
	color:#A76800;
	font-weight:bold;
	border-bottom:1px solid #A76800;
	margin:12px 0 18px 0;
	line-height:140%;
}

/* paragrafo */
p {
	font-size:13px;
	line-height:160%;
	margin:8px 0 22px 0;
	text-align:justify;
	color:#000;
}


/* listas */
ul {
	font-size:13px;
	line-height:160%;
	text-align:justify;
	color:#053047;
}
li {
	list-style:disc inside;
}
li.servico { list-style:none; padding:0 0 0 25px; }

li#google		{ background:url(../images/icones_share/google.gif) top left no-repeat; }
li#facebook		{ background:url(../images/icones_share/facebook.gif) top left no-repeat; }
li#digg			{ background:url(../images/icones_share/digg.gif) top left no-repeat; }
li#yahoo		{ background:url(../images/icones_share/yahoo.gif) top left no-repeat; }
li#delicious	{ background:url(../images/icones_share/delicious.gif) top left no-repeat; }
li#stumble		{ background:url(../images/icones_share/stumble_upon.gif) top left no-repeat; }
li#live			{ background:url(../images/icones_share/windows_live.gif) top left no-repeat; }

li.servico ul {
	margin:0 0 0 -25px;
}


/* tabela */
table {
	clear:both;
	border:0;
	font-size:12px;
	background:#d6e7ef;
	color:#1e1e1e;
	text-align:left;
}
table th{
	font-weight:bold;
	background:#CCFFCC;
	color:#fff;
	padding:3px 6px;
	font-size:13px;
}
table td {
	background:#fff;
	color:#003300;
	padding:3px 6px;
}

/* formularios */
form {
	width:95%;
	*width:90%;
}

fieldset {
	border:none;
	margin:10px 0pt;
	height:auto;
	padding:0 !important;
}
fieldset label {
	clear:both;
	color:#000;
	display:block;
	font-size:0.9em;
	margin-left:2px;
	margin-bottom:1px;
}
span.texto { font-size:12px; }
fieldset input {
	background:url(../images/input.gif) no-repeat !important;

}
fieldset input, fieldset textarea {
	background:#ffffff none repeat scroll 0%;
	color:#000;
	display:block;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0;
	padding:8px 5px;
	width:100%;
	border:none;
}
fieldset textarea { background:url(../images/textarea.gif) no-repeat; }
fieldset input:focus, fieldset textarea:focus {
	color:#000;
}

input.enviar {
	clear:both;
	float:right;
	background: url(../images/button2.gif) no-repeat;
	height:30px;
	text-indent:-9999px;
	width:62px;
	border:none !important;
	margin-top:15px;
}
input.enviar:active { background:url(../images/button2.gif) 0 -30px no-repeat !important; width:62px !important; height: 30px !important; text-indent: -9999px; }

form#contato fieldset {
	margin:0 !important;
}

#contatoUf { width:auto !important; text-transform:uppercase; }

form#formNewsletter fieldset {
	margin:0 !important;
}
