html, body {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

label {
    font-size: 12px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../img/default/bg.jpg);
    background-attachment: fixed;
    background-color: #8dc6fe;
    background-repeat: repeat-x;
    background-position: left center;
    -moz-user-select: none;
    -moz-user-focus: ignore;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#container {
    display: block;
    width: 750px;
    margin: 0 auto;
    background-color: #fff;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
}

#lang {
    display: block;
    float: left;
    padding: 4px 5px;
}

#login {
    display: block;
    float: right;
    padding: 6px 5px;
}

#login p {
    margin-top: 4px;
}

#login #email, #login #senha {
    width: 100px;
}

#social-networks {
    display: block;
    float: right;
    padding: 4px 5px;
}

#header {
    clear: left;
    text-align: center;
}

#banner {
    width: 740px;
    height: 150px;
}

#nav {
    float: left;
    width: 740px;
    margin-left: 5px;
}

#nav table {
    width: 740px;
    background-image: url(../img/default/nav-bg.jpg);
    background-color: #ee9537;
    background-position: top;
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    border: none;
}

#nav td {
    vertical-align: middle;
    text-align: center;
    width: 100px;
    height: 35px;
    margin: 0;
    padding: 0;
    border: none;
}

#nav td.hover, #nav td:hover, #nav td.selected {
    background-color: #e8662c;
    color: #ffffff;
}

#nav a {
    display: block;
    text-transform: uppercase;
    color: #fae0b9;
    font-size: 11px;
    font-weight: bold;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

#nav a:hover {
    text-decoration: none;
}

#nav td.hover {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background-color: #e8662c;
    text-decoration: none;
}

/*
#nav {
    display: block;
    margin-left: 5px;

}

#nav ul {
	float: left;
    background-image: url(../img/default/nav-bg.jpg);
	background-color: #ee9537;
	background-position: top;
	background-repeat: repeat-x;
}

#nav li {
	float: left;
}

#nav li.selected, #nav li:hover, #nav li.hover, #nav li.selected a {
	background-color: #e8662c;
	color: #ffffff;
}

#nav li a {
	color: #fae0b9;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 32px;
	text-align: center;	
	display: block;
	width: 115px;
	cursor: pointer;
}

#nav li a:hover {
	text-decoration: none;
}

#nav .produtos-e-servicos {
    width: 150px;
}

#nav .nosso-diferencial {
    width: 130px;
}
*/

#subnav {
    float: left;
    display: block;
    background-image: url(../img/default/subnav-bg.jpg);
    background-color: #f2f2f2;
    background-position: top;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 30px;
    padding-bottom: 10px;
}

#subnav td {
    padding: 5px 0;
}

#subnav td a {
    line-height: 16px;
    display: block;
    font-weight: bold;
    color: #666;
    text-decoration: none;
    font-size: 11px;
    width: 150px;
    text-align: left;
    padding-left: 10px;
}

#subnav td a.variedade {
    text-indent: 20px;
}	

#subnav td:hover, #subnav td.hover {
    background-color: #fafafa;
}

#subnav td.selected {
    background-color: #fff;
}

#left {
    float: left;
    width: 155px;
    display: block;
    margin-left: 5px;
    margin-top: 5px;
    height: 100%;
    text-align: left;
    padding-bottom: 20px;
}

#content {
    margin-left: 5px;
    margin-top: 15px;
    width: 420px;
    float: left;
}

#right {
    width: 155px;
    display: block;
    float: left;
    margin-left: 5px;
    height: 100%;
    text-align: left;
    padding-bottom: 20px;
}

.headline {
    padding: 15px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 1.4em;
    text-align: justify;
}

.news, .article {
    cursor: pointer;
}

div.more {
    padding: 0 15px 20px 15px;
    font-size: 12px;
    line-height: 1.4em;
    text-align: justify;
}

ul.more {
    list-style: disc;
    padding-left: 15px;
    font-size: 12px;
    line-height: 1.4em;
    text-align: justify;
    font-weight: bold;
}

li.search {
    margin-bottom: 2px;
}

li.search a {
    color: #4c9b4c;
}

li.news, li.article {
    margin-bottom: 2px;
}

li.news, li.news a {
    color: #e96c2c;
}

li.article, li.article a {
    color: #4c9b4c;
}

.title {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: bold;
    text-align: left;
    color: #4c9b4c;
}

.subtitle {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #e96c2c;
}


.headline .title {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: bold;
    text-align: left;
}

.type {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
}

.article .title {
    color: #4c9b4c;
}

.news .title {
    color: #e96c2c;

}

#footer {
    border-top: solid 2px #ddd;
    background-color: #eee;
    clear: both;
    text-align: center;
    line-height: 16px;
    color: #444;
    font-size: 11px;
    height: 100px;
}

#footer a, #footer a:hover {
    color: #444;
}

#footer p {
    padding-top: 10px;
}

.clear {
    clear: left;
}

.page {
    float: left;
    font-size: 12px;
    text-align: justify;
    width: 400px;
}

.page p {
    line-height: 1.3em;
    margin: 1em;
}

.page p {
    line-height: 1.3em;
    margin: 1em;
}


.page div {
    margin: 1em;
}

.channel-item {
    margin: 10px;
    display: block;
    float: left;
    width: 108px;
    height: 120px;
    text-align: center;
    border: 2px solid #eee;
}

.channel-item:hover, .channel-item-hover {
    border: 2px solid #ee9537;
}

.channel-item img {
    padding-top: 5px;
}

.channel-item .title {
    text-transform: uppercase;
    font-size: 8px;
    padding: 5px;
}

#footer .cadastro {
    float: left;
    margin-top: -26px;
    margin-left: 20px;
}

#footer .sacaria {
    float: right;
    margin-top: -26px;
    margin-right: 20px;
}

.icons {
    display: block;
    padding: 10px 0;
    clear: both;
}

#left .icons {
    text-align: center;
}

#forecast {
    margin-left: 5px;
    margin-top: 5px;
}

.semente {
    padding: 10px;
    clear: both;
    width: 420px;
}

span.semente-caminho {
    font-size: 9px;
    font-weight: normal;
    color: #666;
    text-transform: uppercase;
}

.semente-nome {
    padding: 10px;
    width: 260px;
    float: left;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #4c9b4c;
}

.semente-nome a {
    color: #4c9b4c;
} 

.semente-img {
    float: left;
    display: block;
}

.semente-imgs {
    clear: both;
    margin-left: 10px;
}

.semente-img img {
    float: left;
    display: block;
    margin-left: 5px;
}

.semente desc {
    clear: both;
    display: block;
}

.semente-desc p {
    margin-top: 5px;
}

td, th {
    padding: 2px;
    vertical-align: middle;
}

th {
    font-weight: bold;
}

.input-contato {
    border: none;
    background-color: #eee;
    padding: 4px;
}

.messages ul {
    list-style: disc;
    display: block;
    margin-left: 30px;
}

.messages li {
    line-height: 1.3em;
}

.messages {
    color: #c30;
    margin: 10px;
}

#change-font-size {
    margin: 0 10px;
    display: inline;
    float: right;
    text-transform: uppercase;
    color: #666;
    font-size: 10px;
}

#change-font-size a, #change-font-size a:hover {
    border: solid 1px #ccc;
    padding: 1px 3px;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
}

#search {
    display: block;
    float: left;
    color: #666;
    font-size: 10px;
    line-height: 30px;
    clear: both;
}

#search table {
    width: 740px;
    padding: 0 5px;

}

.data-atual {
    display: block;
    float: right;
    color: #666;
    font-size: 10px;
    line-height: 20px;
    margin: 0 15px;
}

.vc {
    background-color: #fea547;
    text-align: center;
}

.produto-orcamento {
    background-color: #8cdb8c;
}

.centered {
    text-align: center;
}

.representante-pais {
    margin-left: 20px;
}

div.representante-estado {
    margin: 0;
    margin-left: 20px;
}

.representante {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    text-align:left;
}

.representante p {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}

.representante-nome {
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}

.representante-bandeira {
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    font-size: 10pt;
    margin: 0;
}

.representante-bandeira:hover {
    text-decoration: none;
}

.representante-bandeira img {
    vertical-align: middle;
}

.faq {

}

.faq-resposta {
    padding: 0 10px;
    line-height: 1.2em;
}

.faq-pergunta, .faq-pergunta:hover {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    color: #4c9b4c;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.3em;
}

ul {
    padding-left: 30px;
    list-style: disc;
}

div.photo {
    margin: 20px 20px;
    position: relative;
    width: 140px;
    height: 120px;
    float: left;
    text-align: center;
}

img.photo {
    background: #fff;
    border: solid 1px #ccc;
    padding: 4px;
}

.photo span {
    width: 77px;
    height: 27px;
    display: block;
    position: absolute;
    top: -12px;
    left: 30px;
    background: url(../img/tape.png) no-repeat;
}

.photo p {
    font-size: 11px;
    line-height: 1.4em;
}

#div-agropecuaria {
    text-align: center;
    margin: 0 auto;
}

.agronegocio-caminho a, .agronegocio-caminho {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
}

.agronegocio-titulo {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: bold;
    text-align: left;
    color: #e96c2c;
}

.agronegocio-lista, .agronegocio-sementes {
    list-style: disc;
    padding-left: 30px;
    font-size: 12px;
    line-height: 1.4em;
    text-align: justify;
    font-weight: bold;
}

.downloads-lista {
    list-style: disc;
    padding-left: 30px;
    font-size: 12px;
    line-height: 1.4em;
    text-align: justify;
    font-weight: bold;
}

.downloads-lista-li, .downloads-lista a {
    color: #4c9b4c;
}

.agronegocio-lista li, .agronegocio-lista a {
    color: #e96c2c;
}
.agronegocio-sementes li, .agronegocio-sementes a {
    color: #4c9b4c;
}
.agronegocio-imagem {
    padding: 5px;
    float: right;
}
p.agronegocio-familia {
    font-weight: bold;
    margin-bottom: 4px;
    color: #333;
}

.enquete {
    padding: 15px;
}
.enquete-enunciado {
    font-size: 13px;
    line-height: 1.3em;
    font-weight: bold;
    color: #0c4cc9;
}
.enquete-respostas {
    padding: 5px;
}
.enquete-enviar {
    padding: 5px 10px;
}
.galeria-fotos {
    display: block;
    float: left;
    font-size: 12px;
    text-align: justify;
    width: 400px;
}

#vt {
    padding: 15px 0;
    text-align: center;
    display: block;
    clear: left;
}

#mapa {
    float: left;
    float: left;
    font-size: 12px;
    text-align: left;
    width: 400px;
    height: 500px;
    margin: 1em;
}

#impressao-consciente {
    display: none;
    visibility: hidden;
}

#subnav-produtos ul, #subnav-produtos li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: none;
}

#subnav-produtos {
    float: left;
    display: block;
    background-color: #f2f2f2;
	font-weight: bold;
    color: #666;
    font-size: 11px;
    width: 155px;
}

#subnav-produtos h3 {
	font-weight: bold;
    color: #666;
    font-size: 12px;
	padding: 5px;
	text-align: center;
}

#subnav-produtos a {
	width: 145px;
	display: block;
    text-decoration: none;
	color: #666;
	padding: 5px;
}

#subnav-produtos li {
	width: 155px;
	display: block;
}

#subnav-produtos .F {
	
}

#subnav-produtos .F a {
	color: #4c9b4c;
	padding: 5px;
}

#subnav-produtos .V {
	color: #e96c2c;
	text-indent: 5px;
	padding: 5px 0;
}

#subnav-produtos .S a {
	text-indent: 0;
	color: #666;
}


#subnav-produtos a:hover {
    background-color: #fafafa;
}
