html, *{margin:0; padding:0; border:0; background: none repeat scroll 0 0 transparent; border: 0 none; font-size: 100%;  outline: 0 none; vertical-align: baseline; line-height:1.5}

.clear{
    clear: both
}

@font-face {
    font-family: 'myriadpro';
    src: url('../font/MyriadPro-Regular.eot');
    src: url('../font/MyriadPro-Regulard41d.eot?#iefix') format('embedded-opentype'),
         url('../font/MyriadPro-Regular.woff') format('woff'),
         url('../font/MyriadPro-Regular.ttf') format('truetype'),
         url('../font/MyriadPro-Regular.html#myriadpro') format('svg');
    font-weight: normal;
    font-style: normal;
}

li {
    list-style: none
}

body{
    font-family: myriadpro;
    font-family: arial;
}

#menu{
    background-color: #75888e;
    width: 970px;
    height: 60px;
    margin: 0 auto;
    border-bottom: 1px #fff solid;
    color: #fff;
    font-family: myriadpro;
    font-size: 16px
    
    
}

#menu a{color: #fff; text-decoration: none}
#menu a:hover{color:#fff}
#menu a:visited{color:#fff}
#menu a:link{color:#fff}

#menu table{
    width: 700px;
    float: right;
    height: 62px
}


#menu td{
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 30px
}

#faixa{
    width: 970px;
    height: 16px;
    margin: 0 auto;
    background-image: url("../img/faixa.jpg");
    background-repeat: no-repeat
}

#wrapper{
    width: 970px;
    margin: 0 auto;
    color: grey;
    font-size: 14px
}

#wrapper h1{
    margin-bottom: 5px;
    font-size: 18px
}

#wrapper h1 span{
    color: #0da5d4
}

#wrapper #left{
    width: 355px;
    float:left;
    margin-right: 15px
}

#wrapper #left #logo{
    width: 260px;
    margin: 0 auto;
    margin-top: 20px
}

#wrapper #left #text{
    text-align: justify;
    width: 300px;
    font-size: 14px
}

#wrapper #left ul{
    width: 300px
}

#wrapper #left li{
    border-bottom: #0da5d4 1px solid;
    padding: 2px
}

#wrapper #left #cotacao{
    width: 300px;
    margin: 0 auto
}

#wrapper #right{
    width: 600px;
    float: left;
    color: #FFF
}

#wrapper #right span{
    color:#7bd5ef
}

#wrapper #right p{
    width: 300px;
    float: left;
    text-align: justify;
    margin-right: 90px;
    margin-bottom: 10px
}

#wrapper #right #background{
    width: 600px;
    margin-top: -10px;
    background-image: url("../img/bkg.jpg");
    background-position: left;
    background-repeat: repeat-y;
    background-color: #75888e
}

#wrapper #right #item{
    margin-left: 40px;
    padding-top: 40px    
}


#wrapper #right #item ul{
    width: 300px;
    float: left;
    margin-right: 90px
}

#wrapper #right #item li{
    
    border-bottom: #0da5d4 1px solid;
    padding: 2px
}

#wrapper #compartilhe{
    margin-top: 20px;
    width: 395px;
    margin: 0 auto
}

#rodape{
    width: 970px;
    background-color: #75888e;
    height: 50px;
    margin: 0 auto;
    color:#fff;
    font-size: 12px
}

#rodape #info1{
    width: 450px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 50px
}

#ropade #info1 span{
    font-weight: bold
}

#rodape #info2{
    width: 395px;
    float: left;
    margin-top: 20px;
    
}

#rodape li{
    float: left;
    margin-left: 15px;
    list-style: none
}

#rodape a{
    color:#fff;
    text-decoration: none
}

#rodape a:visited{
    color:#fff
}

#rodape a:hover{
    text-decoration: underline;
        color:#fff
}



/*****EMPRESA*****/
#wrapper #right #item_empresa{
    margin-left: 40px;
    padding-top: 40px    
}

#wrapper #right #item_empresa p{
    width: 500px;
    font-size: 13px;
    line-height: 1.4
    
}

/*****EMPRESA*****/
#wrapper #right #item_servicos{
    margin-left: 40px;
    padding-top: 40px    
}

#wrapper #right #item_servicos p{
    width: 500px;
    font-size: 13px;
    line-height: 1.3
    
}

/*****LINKS*****/
#wrapper #right #item_links{
    margin-left: 40px;
    padding-top: 40px    
}

#wrapper #right #item_links p{
    width: 500px;
    font-size: 13px;
    line-height: 1.3
    
}

#wrapper #right #item_links a{
    color:#FFF
    
}


/***CONTATO****/

#item_contato{
    margin-left: 40px;
    padding-top: 40px;
    
}


input {
    background-color: #fff;
    margin-bottom: 10px;
    width: 400px;
	padding:3px    
}



.enviar{
    width: 50px;
    background-color:transparent;
    color:#fff;
    
}

select{
    background-color: #fff
}

textarea{
    background-color: #fff;
    width: 400px;
    height: 200px
}