body {
    color: #666;
    font-family: "Helvetica", "Verdana", sans-serif;
    font-size: 11px;
}

h1, h2, h3, h4, {
    color: #818181;
    font-weight: normal;
    letter-spacing: -1px;
    word-spacing: 5px;
    text-transform: uppercase;
}

h2 { font-size: 13px; }

h6{font-size: 10px;}

h5 {color: #0066cb;
font-size: 10px;
    font-weight: bold;
    letter-spacing: 0px;
    word-spacing: 5px;
    text-transform: uppercase; }

a img { border: none; }
a { color: #668; }
a:hover { color: #f70f25; }
a:visited { color: #818181; }

.clear {
    clear: both;
}

#tudo {
    width: 900px;
    margin: 0 auto;
}

#topo {
    margin: 35px 0;
}
#topo #logo {
    padding: 0 40px;
    float: left;
}
#topo #slogan {
    padding: 5px 0;
    margin-left: 280px;
}

#navegacao {
    border-left: 5px #0066cb solid;
    border-right: 5px #0066cb solid;
}

#navegacao #menu {
    width: 260px;
    float: left;
}
#navegacao #banner {
    margin-left: 260px;
    text-align: left;
}

#navegacao #menu a {
    display: block;
    padding: 10px 30px;
    color: #818181;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
#navegacao #menu a:hover {
    background: #eee;
    text-align: right;
}
#navegacao #menu .num {
    color: #f70f25;
    font-weight: normal;
    padding: 0 0px;
}
#navegacao #menu a:hover .num {
    color: #0066cb;
}

#navegacao-detalhe {
    height: 1px;
    border-left: 5px #88B6E7 solid;
    border-right: 5px #88B6E7 solid;
}

#conteudo {
    margin: 40px 40px;
}
#conteudo .esquerda {
    margin-right: 310px;
	
}

#conteudo .esquerdahome {
	padding-top: 0px;
	height: 200px;
	float: left;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

#conteudo .centro {
	height: 50px;
	width: auto;
	text-align: justify;
	padding-bottom: 50px;

	
}

#conteudo .direita {
    width: 300px;
    float: right;
    text-align: center;
}

#conteudo .feiras {
	width: 400px;
	float: right;
	text-align: justify;
	padding: 0px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


#conteudo .direita img {
    margin: 5px;
}

#conteudo .feiras img {
    margin: 5px;
}
#conteudo h1 {
    color: #0066cb;
    font-size: 22px;
    text-transform: capitalize;
}
#conteudo h2 {
    color: #f70f25;
    font-size: 16px;
    text-transform: capitalize;
}

#submenu {
    margin: 0 40px;
    text-align: right;
}
#submenu ul {
    margin: 0;
    padding: 0;
}
#submenu li {
    margin: 0 15px;
    display: inline;
}
#submenu a {
    color: #818181;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
#submenu a:hover {
    color: #0066cb;
}

#rodape {
    margin: 0 40px;
    border-bottom: 1px #0066cb solid;
}
#rodape p {
    margin: 0;
    padding: 3px 0;
}

table tr { background: #f6f6f6; }

table th {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: right;
}

table td {
    border-bottom: 1px dotted #999;
    padding: 5px;
    text-align: right;
}

form {
  
    padding: 10px;
}

textarea, select, input[type="text"] {
    color: #333;
    background: #fafafa;
    border: 1px solid #aaa;
    margin: 5px 0;
    display: block;
}

label {
    font-weight: bold;
}
