body{
	background: url(../img/bg.jpg) no-repeat top center;
}


h1,h2,h3,h4,h5,h6{
    font-family: 'Dosis', sans-serif;
}

h1 a{
   background: url("../img/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 101px;
    margin-top: 2px;
    text-indent: -99999px;
    width: 135px;
}

#menu{
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(236,147,66) 0%,rgb(222,117,22) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 108%,color-stop(0, rgb(236,147,66)),color-stop(1, rgb(222,117,22)));
	background-image:-webkit-linear-gradient(-90deg,rgb(236,147,66) 0%,rgb(222,117,22) 100%);
	background-image:linear-gradient(-90deg,rgb(236,147,66) 0%,rgb(222,117,22) 100%);
	height:51px;
	border-radius: 4px 4px 4px 4px;
}

#menu li{
    background: url("../img/division-menu.jpg") no-repeat scroll 0 11px rgba(0, 0, 0, 0);
    height: 39px;
    padding: 12px 31px;
}

#menu li a{
    color: #FFFFFF;
    font-size: 14px;
	text-shadow:1px 1px 0px rgb(198,107,26);    
}

#slogan{
    margin: 37px 9px 0 0;
    text-align: right;	
}

#wrapperSlider ul li img{
    border: 5px solid #FFFFFF;
    box-shadow: 1px 1px 8px 0 #CCCCCC;
}

#blocksHome h3{
    color: #858585;
    font-size: 16px;
    font-weight: 400;
}

.labelBlue{
    border-left: 3px solid #189DAA;
}

.labelRed{
    border-left: 3px solid #AB362D;
}

.labelGreen{
    border-left: 3px solid #5A9455;
}

.labelBlack{
    border-left: 3px solid #222222;
}

.noPadding{
    padding: 0 !important;
}

.noMargin{
    margin: 0 !important;
}

#bg-nav-esquerda{
    background: url("../img/bg-nav-esquerda.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    width: 223px;
    height: 33px;
}

#bg-nav-esquerda h2{
    color: #FFFFFF;
    float: left;
    font-size: 19px;
    margin-top: 2px;
    padding-left: 19px;
}

#lista-sidebar-esquerda ul{
    list-style: none;
}

#lista-sidebar-esquerda ul li{
    border-bottom: 1px solid #EEEEEE;
    padding: 3px;
}

#lista-sidebar-esquerda ul li a{
    font-size: 13px;
    color: #999999;
}

#content h2{
    color: #253F4C;
    font-size: 24px;
}

#content p, #content>div{
    font-size: 13px;
    color: #7F7F7F;
    line-height: 1.6em;
}

footer{
    background: url(../img/footer.jpg) repeat-x;
    width: 100%;
    height: 170px;
}

footer h3{
    color: #666666;
    font-size: 24px;
}

footer ul{
    list-style: none;
    margin: 0;
    font-size: 13px;
}

.linkOrange{
    color: #E57817;
}

.box_formulario{
    float: left;
    width: 90%;
    padding: 28px 15px;
}

.box_formulario table{
    border: none;
    width: 100%;
}

.box_formulario form table tr td{
    padding: 10px;
}

.box_formulario form table tr td input[type=text], .box_formulario form table tr td textarea{
    width: 100%;
}

.box_formulario form table tr td textarea{
    min-height: 160px;
}

.box_formulario form table tr td .botao{
    margin: 5px 0 0 90px;
    padding: 5px;
    min-width: 180px;
}

.removeItem{
    display: none;  
}