body
{
font-family: Arial, Helvetica, sans-serif;
margin:0;
padding:0;
text-align:center; /* hack para o IE */
}
#conteudoheader{
padding: 15px;
margin:0 auto;
max-width: 960px;
text-align:center;
}
#conteudoheader img.logo{
width: 95%;
border: 0;
}
#menu{
	background-color:#EDEDED;
	}

#menu2 ul {
	font-weight: bold;
	padding:0px;
	margin:0 auto;
	max-width: 960px;
	list-style:none;
	text-align:left;
}
#menu2 ul li {
display: inline;
}
#menu2 ul li a {
	font-size: 16px;
	padding: 10px 15px 6px 15px;
	display: inline-block;
	background-color:#EDEDED;
	color: #222222;
	text-decoration: none;
	border-bottom:3px solid #EDEDED;
}
#menu2 li.right{
float: right;
}
#menu2 a.right{
	padding: 13px 15px 7px 15px;
	font-size: 12px;
}
#menu2 ul li a.active {
	background-color:#D6D6D6;
	color: #222222;
	border-bottom:3px solid #00A600;
}
#menu2 ul li a:hover {
	background-color:#D6D6D6;
	color: #222222;
	border-bottom:3px solid #00A600;
}
#conteudo{
padding: 15px 0px 70px 0px;
background-image: url(img/bg-sombra-bottom.png);
background-position: center bottom;
background-repeat: repeat-x;
}
#main{
clear: both;
margin:0 auto;
max-width: 960px;
text-align:center; /* hack para o IE */
}
#box {
clear: both;
margin: 10px 0;
padding: 15px;
}
.tittle {
text-align: center;
font-size: 20px;
font-weight: bold;
}
#box2 {
width: 46%;
margin: 0 0 10px 0;
padding: 15px;
}
#box2 a, #box a{
color: #000000;
text-decoration: none;
}
#box2 a:hover, #box a:hover{
text-decoration: underline;
}
.endereco{
background-color:#E5E5DE;
}
.contato{
background-color:#F9F9F9;
}
.contato1{
background-color:#F9F9F9;
float: left;
}
.contato2{
background-color:#F9F9F9;
float: right;
}
#footer{
clear: both;
padding: 10px 0 10px 0;;
background-color: #C4E6D0;
background-image: url(img/bg-simbolo.png),
 url(img/bg-sombra.png);
background-position: center bottom, center top;
background-repeat: no-repeat, repeat-x;
}
#footerconteudo{
margin:0 auto;
max-width: 960px;
text-align:center; /* hack para o IE */
}
.coluna {
color: #006300;
line-height: 18px;
font-size: 12px;
text-align: left;
display: inline;
    width: 24%; /* 264px / 1128px */
    float: left;
    margin-right: 1%; /* 24 / 1128px */
	margin-bottom: 10px;
}
.coluna3 a, .coluna a{
color: #006300;
text-decoration: none;
}
.coluna3 a:hover, .coluna a:hover{
text-decoration: underline;
}
.coluna img{
width: 95%;
}
.coluna:last-child {
    margin-right: 0;
}
.coluna2 {
color: #006300;
line-height: 18px;
font-size: 12px;
text-align: left;
display: inline;
    width: 48%; /* 264px / 1128px */
    float: left;
    margin-right: 1%; /* 24 / 1128px */

}
.coluna2:last-child {
    margin-right: 0;
}
.coluna3 {
color: #006300;
line-height: 18px;
font-size: 12px;
text-align: left;
display: inline;
    width: 32%; /* 264px / 1128px */
    float: left;
    margin-right: 1%; /* 24 / 1128px */
	margin-bottom: 10px;
}
.coluna3:last-child {
    margin-right: 0;
}
.grid-mobile{
line-height: 18px;
display: inline;
    width: 32%; /* 264px / 1128px */
    float: left;
    margin-right: 1%; /* 24 / 1128px */
	margin-bottom: 10px;
}
.grid-mobile:last-child {
    margin-right: 0;
}
#formcontato input.text
{
font-size: 14px;
border-radius:5px;
    background-color:#CCCCCC;
	margin-bottom: 5px;
}
#formcontato textarea.msg
{
font-size: 14px;
border-radius:5px;
    background-color:#CCCCCC;
	margin-bottom: 5px;
}
#formcontato input.btn_submit
{
font-size: 14px;
border-radius:5px;
    background-color:#CCCCCC;
	font-weight: bold;
}


#coluna3 {
text-align: left;
display: inline;
    width: 32%; /* 264px / 1128px */
    float: left;
    margin-right: 1%; /* 24 / 1128px */
}
#coluna3:last-child {
    margin-right: 0;
}
.subtitulo{
font-weight: bold;
color: #006300;
}
#titulo{
	clear: both;
	font-size: 16px;
	color: #006300;
	display: block;
	margin: 5px 0;
	padding: 5px 5px;
	text-align: left;
	font-weight: bold;
	border-bottom:3px solid #00A600;
}
#copyright {
display: block;
color: #fff;
background-color: #005500;
font: normal 12px/18px 'Arial', 'Helvetica', sans-serif;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}
/* resoluções IPAD */
@media screen and (max-width: 960px) {
#menu2 ul li a {
	font-size: 16px;
	/*padding: 10px 15px 5px 15px;
	display: inline-block;
	background-color:#EDEDED;
	color: #222222;
	text-decoration: none;
	border-bottom:3px solid #EDEDED;*/
}
	#menu2 a.right{
	padding: 10px 15px 5px 15px;
	}
}
/* resoluções IPHONE */
@media screen and (max-width: 530px) {
	#menu2 ul li a{
	padding: 10px 0px 5px 0px;
	font-size: 14px;
	text-align: center;
	width:100%;
	}
	#menu2 li.right{
	float: right;
	font-size: 14px;
	text-align: center;
	width:100%;
	}
	#menu2 a.right{
	padding: 10px 0px 5px 0px;
	font-size: 14px;
	}
	#box {
	padding: 15px;
	font-size: 12px;
	}
	#box2 {
	padding: 15px 0;
	width: 100%;
		font-size: 12px;
	}
	.coluna {
	margin-right: 0;
    margin: 0;
	padding: 10px 5%;
	width: 90%;
	}.coluna img{
	width: 75%;
	}

	.coluna2 {
    width: 100%;
    margin-right: 0; /* 24 / 1128px */
	}

	.coluna3 {
	margin-right: 0;
    margin: 0;
	padding: 10px 5%;
	width: 90%;
	}
	.grid-mobile{
	margin-right: 0;
    margin: 0;
	padding: 0;
	width: 96%;
	}
}