body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("../_imagens/BG.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
}

#geral_home {
    position: relative;
    clear: both;
    height: 100%;
    min-height: 1050px;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    background-color: #fff;
    box-shadow: 0 -10px #0b7eff;
}

#geral_quem_somos {
    position: relative;
    clear: both;
    height: 100%;
    min-height: 970px;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    background-color: #fff;
    box-shadow: 0 -10px #0b7eff;
}

#geral_politica {
    position: relative;
    clear: both;
    height: 100%;
    min-height: 1100px;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    background-color: #fff;
    box-shadow: 0 -10px #0b7eff;
}

#geral_contato {
    position: relative;
    clear: both;
    height: 100%;
    min-height: 1350px;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    background-color: #fff;
    box-shadow: 0 -10px #0b7eff;
}

#geral_cotacao {
    position: relative;
    clear: both;
    height: 100%;
    min-height: 1500px;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    background-color: #fff;
    box-shadow: 0 -10px #0b7eff;
}

header {
    position: absolute;
    background-image: url("../_imagens/header.png");
    background-color: #037bff;
    width: 100%;
    height: auto;
    padding: 0;
    box-shadow: 0 4px rgb(66, 156, 255);
}

.logo img {
    float: left;
    position: absolute;
    top: 0px;
}

.logo h1 {
    position: relative;
    font: normal 45pt Arial;
    left: 50%;
    margin-left: -225px;
    color:#FFFFFF;
    text-shadow: 0 1px 0 #ccc,
    0 2px 0 #bbb,
    0 6px 1px rgba(0,0,0,.1),
    0 0 5px rgba(0,0,0,.1),
    0 1px 3px rgba(0,0,0,.3),
    0 3px 5px rgba(0,0,0,.2);
}

.logo h2 {
    position: relative;
    color:#000;
    font-family: "Viner Hand ITC";
    left: 50%;
    margin-top: -50px;
    margin-left: -210px;
    font-style: oblique;
    text-shadow: 0 1px 0 rgba(0,0,0,.1),
    0 2px 0 rgba(0,0,0,.1),
    0 3px 1px #ccc,
    0 0 5px #bbb;
}

nav ul li {
    position: relative;
    top: 16px;
    left: 130px;
    list-style-type: none;
    display: inline;
    font-size: 14px;
    text-transform: uppercase;
}

nav a:link, a:visited {
    background: #429cff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#037bff, #429cff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#037bff, #429cff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#037bff, #429cff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#037bff, #429cff); /* Standard syntax */
    color: white;
    padding: 8px 10px 5px 10px;
    text-align: center;	
    text-decoration: none;
    display: inline-block;
}

nav a:hover, a:active {
    background: #0b7eff;
}

#content {
    position: relative;
    top: 220px;
}

.content_box {
    width: 565px;
    border-width: 1px;
    padding-left: 3px;
    padding-bottom: 10px;
    word-wrap: break-word;
    text-align: justify;
    color: black;
}

#content h2 {
    color: #0b7eff;
    padding: 10px 0 0 20px;
}

#content h3 {
    color: #0b7eff;
    padding: 0 0 0 20px;
}

#content hr {
    width: 555px;
    margin-left: 15px;
    margin-top: -20px;
    border-style: inset;
    background-color: #0b7eff;height: 5px;
}

#content p {
    padding: 0 0 0 20px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
}

#content a {
    color: black;
    text-decoration: none;
    padding: 0 0 0 20px;
}

p::first-letter { 
    float: left;
    color: #0b7eff;
    font-size: 55px;
    line-height: 20px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: Georgia;
}

form {
    padding: 0 0 0 150px;
}

.inset_input {
    border: 1px solid rgba(0, 0, 0, 0.16);
    height: 25px;
    padding: 5px 10px 5px 5px;
    font-size: 15px;
    /*border-radius*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px1;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%);
    width: 250px;
    /*box-shadow*/
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.inset_input:focus {
    border: 1px solid #999 !important;
    /*box-shadow*/
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important
}

.inset_input_message {
    border: 1px solid rgba(0, 0, 0, 0.16);
    height: 25px;
    padding: 5px 10px 5px 5px;
    font-size: 15px;
    /*border-radius*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px1;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%);
    height: 100px;
    width: 250px;
    /*box-shadow*/
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.inset_input_message:focus {
    border: 1px solid #999 !important;
    /*box-shadow*/
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important
}

.blue_button {
    border: solid 1px #328cca;
    height: 35px;
    font-size: 20px;
    /*border-radius*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background-image: -moz-linear-gradient(top, #3798db, #2c7cd2);
    background-image: -o-linear-gradient(top, #3798db, #2c7cd2);
    background-image: -ms-linear-gradient(top, #3798db, #2c7cd2);
    background-image: -webkit-linear-gradient(top, #3798db, #2c7cd2);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3798db), color-stop(1, #2c7cd2));
    filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#3798db, EndColorStr=#2c7cd2)";
    background-image: linear-gradient(top, #3798db, #2c7cd2);
    width: 132px;
    background-color: #2b96f1;
    /*box-shadow*/
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.blue_button:hover {
    background-image: -moz-linear-gradient(top, #3fadf9, #3493f9);
    background-image: -o-linear-gradient(top, #3fadf9, #3493f9);
    background-image: -webkit-linear-gradient(top, #3fadf9, #3493f9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3fadf9), color-stop(1, #3493f9));
    filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#3fadf9, EndColorStr=#3493f9)";
    background-image: linear-gradient(top, #3fadf9, #3493f9)
}

.white_button {
    border: 1px solid #bbb;
    height: 35px;
    font-size: 20px;
    /*border-radius*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
    background-image: -o-linear-gradient(top, #fff, #f1f1f1);
    background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f1f1f1));
    filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#fff, EndColorStr=#f1f1f1)";
    background-image: linear-gradient(top, #fff, #f1f1f1);
    width: 132px;
    /*box-shadow*/
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

label {
    font-size: 18px;
    font-weight: bold;
    color: #0b7eff;
    text-shadow: 1px 1px 0 #6f93bb;
}

footer {
    clear: both;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    bottom: 0px;
    color: #fff;
    background-color: #1c1c1c;
}

footer ul li {
    position: relative;
    list-style-type: none;
    font-size: 14px;
    text-transform: uppercase;
}

footer a:link, a:visited {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: #0b7eff;
    text-decoration: none;
}