/* Home */
* {
	margin:0;
	padding: 0;
	border: none;
	list-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*color: #faffed;*/
}
body {
	text-align: center;
	background: url("../imagens/back.gif") repeat;
	font-size: 70%;
}
p,
ul {margin: 12px 0 24px;}

h2 {
	margin: 0 0 22px 0;
	font-size: 360%;
	text-transform: uppercase;
	font-family: Arial;
	color: white;
	display: inline; 
	color: #faffed;
}

h3 {
	margin: 10px 0 10px 0;
	font-size: 130%;
	text-transform: uppercase;
	color: #faffed;
}

body#home h3 {font-size: 100%; margin: 0 0 20px;}

h4 {
	padding: 22px 0 0 0;
	font-size: 110%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 150%;
	color: #faffed;
}

h5 {
	font-size: 100%;
	font-weight: normal;
	color: #faffed;
}

/* Começa o site */
div#container {
	width: 891px;
	margin: 0 auto;
	color: #faffed;
}


/* Topo */
div#top {float: left;}

div#top h1 a {
	text-indent: -10000px;
	width: 358px;
	height: 142px;
	float: left;
	background: url("../imagens/logo.jpg") no-repeat;
}

div#bt {
	text-indent: -10000px;
	float: left;
}

div#bt a {
	width: 194px;
	height: 56px;
	display: block;
	background: url("../imagens/bt-topo.jpg")
}
div#bt a:hover {background-position: bottom;}

div#top img {
	float: left;
}


/* Menu */ 
div#menu {
	height: 69px;
	width: 891px;
	float: left;
}

div#menu ul {margin: 0;}

div#menu ul li {float: left;}

div#menu ul li a {
	width: 223px;
	height: 69px;
	text-indent: -10000px;
	display: block;
}

div#menu ul li.item1 a {background: url("../imagens/m-1.jpg") no-repeat;}
div#menu ul li.item2 a {background: url("../imagens/m-2.jpg") no-repeat;}
div#menu ul li.item3 a {background: url("../imagens/m-3.jpg") no-repeat;}
div#menu ul li.item4 a {
	background: url(../imagens/m-4.jpg) no-repeat;
	width: 222px;
}

div#menu ul li a:hover {background-position: 0px -69px;}

body#home div#menu ul li.item1 a {background-position: bottom;}
body#oque div#menu ul li.item1 a {background-position: bottom;}
body#importancia div#menu ul li.item2 a {background-position: bottom;}
body#servicos div#menu ul li.item3 a {background-position: bottom;}
body#contato div#menu ul li.item4 a {background-position: bottom;}

/* Conteudo */
div#content {
	background: #303c14 url("../imagens/content-text.jpg") bottom no-repeat;
	clear: both;
	_height: 280px;
	min-height: 280px;
	text-align: left;
	padding: 30px;
}

body#home div#content {padding: 0}

div#content a {
	color: #d1ff79;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}

div#content img {
	float: left;
	margin: 0 25px 20px 0;
}
body#servicos div#content img {
	margin: 20px 25px 20px 0;
}

div#content img.graph {
	float: none;
	margin: 0 25px 25px 0;
}

div#content ul li {
	list-style: disc;
	margin-left: 30px;
	padding-left: 0px
}

div#que {
	width: 534px;
	float: left;
	margin: 44px 37px 0 0;
	text-align: left;
	padding-left: 20px;
}

body#home div#que {padding: 0;}

div#que img {
	float: left;
	margin-right: 37px;
}

div#que p {margin: 0 0 22px 0;}

/* Cadastro */
div#cadastro {
	background: url("../imagens/separador.gif") no-repeat;
	width: 265px;
	float: left;
	text-align: left;
	margin: 44px 0 0 0;
	padding-left: 35px;
}
div#cadastro legend {
	font-size: 100%;
	text-transform: uppercase;
	padding: 0 0 30px 0;
}

div#cadastro input {
	color: black;
	width: 223px;
	height: 14px;
	margin: 0 0 28px 0;
	background-color: #d4d6cf;
	padding: 2px;
}

div#cadastro input#btenviar {
	width: 90px;
	height: 33px;
	padding: 0;
}


/* Separator */
div#separator {clear: both;}

/* Footer */
div#footer {
	float: left;
	width: 891px;
	height:77px;
	background: url("../imagens/footer.jpg") no-repeat;
	padding-top: 32px;
	color: #555b44;
}

div#footer p {
	margin:0;
	float: left;
	margin-left: 20px;
	color: #555b44;
	display: inline;
}

div#footer ul {
	margin: 0;
	float: right;
	margin-right: 20px;
	display: inline;
	
}

div#footer ul li {
	color: #555b44;
	display: inline;
}

div#footer ul li a {
	color: #555b44;
	text-decoration: none;
}

div#footer ul li a:hover {
	text-decoration: underline;
}