body,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd, 
p, address, blockquote, pre, img, object,
form, fieldset, label, input, select, option, textarea, button {
    list-style: none; 
    padding: 0; 
    border: 0; 
    margin: 0;
}
.none {
	display: none;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(font/open400.woff) format('woff');
}
body {
    font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-weight:400;
    font-size:12px;
    background: #f2f2f2 url(../img/body.png) repeat-y center top;
    color: #808080;
    line-height: 21px;
}
strong { 
    color: #054b31;
    font-weight: bold;
}
#corpo { 
    width: 860px;
    height: 100%;
    margin:0px auto;
}
header, header h1, header p {
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
}
header {  
    height: 160px;
    clear: both;
    width: 780px;
    overflow:hidden;
    margin-left: 40px;
}
header h1 img {
    margin-top: 20px;
    margin-bottom:15px; 
    height:115px;
    width:330px;
}
header p {
    margin-left: 70px;
    margin-top:55px;
    margin-bottom:0px;
}
#menu ul  {
    clear: both;
    margin-left: 20px;
    margin-top:20px;
    height: 40px;
    width:780px;
}
#menu ul li {
    display: inline;
    margin-left:20px;
}
#menu ul li a, #menu ul li a:hover {
    font-weight: bold;
    font-size:18px;
    color:#808080;
    text-transform: uppercase;
    text-decoration: none;
}
#menu ul li a:hover, .menuSelecionado {
    color: #054b31;
    padding-bottom: 5px;
    border-bottom: 8px solid #054b31;
}
/******************** SLIDER ****************************/
#banners { 
    width: 780px;
    height: 355px;
    margin-left: 40px;
    margin-top:20px;
    clear: both;
}
.nivoSlider {
    position:relative;
}
.nivo-slice {
    display:block;
    position:absolute;
    z-index:50;
    height:100%;
}
/******************** SLIDER ****************************/
#colunas { 
    width:780px; 
    height:auto; 
    margin-left:40px;
    margin-top:40px;
}
#cotacoes, #sobre, #servicos { 
    width:250px; 
    height:auto;
    float:left;
}
#sobre, #servicos { margin-left:15px; }
.h2Sobre, .h2Servicos, .h2Cotacoes, .h2Contato {
    text-indent:-5000px;
    height:52px;
    background-repeat:no-repeat;
    margin-bottom: 20px;
    width:210px;
}
.h2Cotacoes { 
    background-image:url(../img/h2Cotacoes.jpg);
}
.h2Sobre { 
    background-image:url(../img/h2Sobre.jpg);
}
.h2Contato { 
    background-image:url(../img/h2Contato.jpg);
}
.h2Servicos { 
    background-image:url(../img/h2Servicos.jpg);
    width:180px;
}
#servicos ul li {
    background: url(../img/marker_1a.png) no-repeat 0 0.5em;
    padding-left: 15px;
}
.linkNavegacao a, .linkNavegacao a:hover {
    padding-left:20px;
    padding-right:20px;
    color:#FFF;
    height:21px;
    text-transform:uppercase;
    font-size:12px;	
    text-decoration: none;
}

.secao { 
    clear: both;
    width: 780px;
    margin-left: 40px;
    margin-top:40px;
    margin-bottom: 40px;
}
.secao p {
    margin-top:15px;
}
footer {
    margin:0px auto;
    clear: both;
    width: 780px;
    background: url(../img/hr.png) repeat-x top left;
    padding: 5px 0 20px 0;
}
footer p {
    float:right;
    margin-top: 20px;
    font-size: 11px;
    margin-bottom: 20px;
}
footer a, .secao a  { 
    color: #054b31;
    text-decoration: none;
    font-weight: bold;
}
footer a:hover, .secao a:hover { 
    color: #808080;
}
#navmenu {
    line-height: 70px;
}
#navmenu li {
    margin-right: 30px;
}
#navmenu li.current_page_item {
    background: url(images/nav.png) repeat-x 0 50px;
}	
.divisor { 
    background: url(../img/hr.png) repeat-x;
    height:10px; 
    width:780px;
    clear:both;
    margin:0px auto;
}
.form label {
    display: block;
    margin-top: 10px;
    font-size:14px;
    clear:both;
}
.form label.error {
    color: red;
    float:left;
    font-size:12px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.form input, .form textarea { 
    float:left; 
    color:#b1b1b1;
    border: #e6e6e6 1px solid;
    background: #f2f2f2;
    line-height: 120%;
    vertical-align: middle;
    padding: 12px 10px;
}
.form fieldset {
    padding: 15px 20px;
    border: #e6e6e6 1px solid;
    font-size:13px;
}
.form input { 
    overflow: visible;
    width: 192px;}
.form textarea {
    overflow: auto;
    width: 97%;
    height: 160px;
}
.botaoEnviar { 
    clear:both; 
    margin-top:10px; 
}
.linkNavegacao a {
    background-color:#054b31;
    color:#fff;
}
.linkNavegacao a:hover {
    background-color:#add633;
    color:#fff;
}