﻿html 
{
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body
{
    background-image: url(../img/background.png);
    background-repeat: repeat-x;
    font-size: 12px;
    font-family: "AddCityboy";
    margin: 0;
    padding: 0;
    text-align: center;
}
.mensagemAviso
{
    font-weight:bold;
    font-size:14px;
    color: rgb(168, 0, 0) !important;   
}
.justify
{
    font-family: Arial;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
    padding: 0px;
    color: #3e6baf;
    background-color: #FFF;
    font-weight: normal;
}

.bottom-border
{
    border-bottom: 1px solid #E0E0E0;
}

.headline
{
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 12px;
    color: #3e6baf;
    font-family: Arial;
    font-weight: bold;
}
ul
{
    list-style-type: square;
}
p
{
    padding: 0;
    margin: 0 0 25px 0;
    line-height: 160%;
}

p.clear-left
{
    clear: left;
}

img
{
    border: 0;
    margin: 0px 0px 0px 0px ;
}

h1
{
    font-size: 24px;
}
h2
{
    font-size: 22px;
}
h3
{
    font-size: 20px;
}
h4
{
    font-size: 18px;
}
h5
{
    font-size: 16px;
}
h6
{
    font-size: 14px;
}

a
{
    color: #3e6baf;
    text-decoration: none;
    background-color: #FFF;
}
a:link
{
    color: #3e6baf;
    background-color: #FFF;
}
a:visited
{
    color: #3e6baf;
    background-color: #FFF;
}
a:hover
{
    color: #42b166;
    background-color: #FFF;
}
.clear
{
    clear: both;
    overflow: hidden;
    height: 1px;
}
.container
{
    width: 760px;
    background-color: #FFF;
    color: #6C6C6C;
    text-align: left;
    padding: 0;
    margin: 10px auto;
}

.header
{
    width: 100%;
    background: #FFF;
    height: 112px;
    overflow: hidden;
}

.header h1
{
    background: #FFF;
}

.logo
{
    display: block;
    margin: 0px;
    padding: 0px;
}

.sub-header
{
    width: 760px;
    height: 218px;
    background: #FFF url(../img/wheat_field.jpg) no-repeat;
    color: #6C6C6C;
}
.menu
{
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 0;
    background: #FFF url(../img/menu_background.jpg) repeat-x;
    color: #3e6baf;
    display: block;
}
.menu-right
{
    float: right;
    width: 13px;
    height: 52px;
    background: #FFF url(../img/menu_right.jpg) no-repeat;
    color: #3e6baf;
}
.menu-left
{
    float: left;
    width: 13px;
    height: 52px;
    background: #FFF url(../img/menu_left.jpg) no-repeat;
    color: #3e6baf;
}
.menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 20px 0px 0px 0px;
}
.menu ul li
{
    display: inline;
    margin: 0px;
    padding: 0px;
}
.menuHome, .menuServicos, .menuProjeto, .menuQuemSomos, .menuContato
{
    display: block;
    float: left;
}
.menuHome
{
    width: 77px;
    height: 14px;
    background-image: url(../img/menuHome.gif);
    margin-left: 12px;
    margin-right: 17px;
}
.menuServicos
{
    width: 120px;
    height: 14px;
    background-image: url( ../img/menuServicos.gif );
    background-repeat: no-repeat;
    margin-right: 17px;
}
.menuProjeto
{
    width: 177px;
    height: 14px;
    background-image: url( ../img/menuProjetos.gif );
    background-repeat: no-repeat;
    margin-right: 17px;
}
.menuQuemSomos
{
    width: 156px;
    height: 14px;
    background-image: url( ../img/menuQuemSomos.gif );
    background-repeat: no-repeat;
    margin-right: 17px;
}
.menuContato
{
    width: 110px;
    height: 14px;
    background-image: url( ../img/menuContato.gif);
    background-repeat: no-repeat;
}

.menuHome:hover
{
    width: 77px;
    height: 14px;
    background-image: url( ../img/menuHomeOver.gif );
    background-repeat: no-repeat;
}
.menuServicos:hover
{
    width: 120px;
    height: 14px;
    background-image: url( ../img/menuServicosOver.gif );
    background-repeat: no-repeat;
}
.menuProjeto:hover
{
    width: 177px;
    height: 14px;
    background-image: url( ../img/menuProjetosOver.gif );
    background-repeat: no-repeat;
}
.menuQuemSomos:hover
{
    width: 156px;
    height: 14px;
    background-image: url( ../img/menuQuemSomosOver.gif );
    background-repeat: no-repeat;
}
.menuContato:hover
{
    width: 110px;
    height: 14px;
    background-image: url( ../img/menuContatoOver.gif);
    background-repeat: no-repeat;
}
.content
{
    padding: 0 20px;
    background: #FFF url(../img/content_top.jpg) no-repeat;
    color: #6C6C6C;
}

.subTitulo, .subTituloEmpresa
{
    height: 24px;
    border-bottom: 1px solid #E0E0E0;
    padding-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.featured-wrapper
{
    width: 468px;
    background: #FFF url(../img/featured_background.png) repeat-y;
    color: #6C6C6C;
}
.featured-top
{
    width: 468px;
    height: 48px;
    background: #FFF url(../img/featured_top.png) no-repeat;
    color: #6C6C6C;
}
.featured-bottom
{
    width: 468px;
    height: 15px;
    background: #FFF url(../img/featured_bottom.png) no-repeat;
    color: #6C6C6C;
}
.featured-content
{
    margin: -20px 15px 0;
    padding: 0 10px 10px 10px;
}
.featured
{
    width: 100%;
    clear: both;
}

.featured h3
{
    margin: 0;
    padding: 8px 0 0 0;
    background: transparent;
    font-size: 16px;
}
.footer
{
    width: 760px;
    height: 78px;
    clear: both;
    margin: 0;
    padding: 0;
    background: #FFF url(../img/footer_background.jpg) no-repeat;
    color: #6C6C6C;
    font-family: Arial;
    font-size: 9px;
}
.footer-content
{
    padding: 51px 20px 0;
}

.footer-right
{
    float: right;
    margin: 0;
}

.footer p
{
    margin: 0;
}
