@charset "utf-8";

/* Data: 26/10/2009 */
/* Designer: Marconi Duarte */
/* Email: marconiduarte@yahoo.com */

/* (c) 2009 Marconi Duarte Criação de Sites */
/* URL: http://www.marconiduarte.com */
/* E-Mail: contato@marconiduarte.com */
/* Telefone: (83) 8895-3902 */

@import url(layout.css);
@import url(layout-internas.css);
@import url(jquery.tabs.css);

* { margin: 0; padding: 0; border: 0; outline: 0; }

html { background-color: #f5f5f5; cursor: default; }

body { background: #fff url(../images/bg.png) repeat-x center 52px; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 12px; color: #595959; }

ul, ol { list-style-type: none; }

.clear { clear: both; }

h1 span,
#logo-area-menu #menu ul li a span { display: none; }

input,
textarea,
select { min-height: 33px; background: url(../images/bg-campos.png) no-repeat; padding: 10px 0 0 20px; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #595959; }

input:focus,
textarea:focus,
select:focus { color: #0072b5; }

input.btns { width: 125px; min-height: 41px; background: url(../images/btn-campos.png) no-repeat; padding: 0 0 0 7px; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #fff; cursor: pointer; }

a { text-decoration: none; color: #595959; }
a:hover { text-decoration: underline; }

a.underline { text-decoration: underline; }
a.underline:hover { text-decoration: none; }
