@import url("css-pages.css");

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	outline:none;
	}
	
body {
	background:#e6f6f4 url(../../images/body.jpg) left top repeat-x
	}
	
#container {
	width:990px;
	margin:0 auto;
	}

#topo {
	background:url(../../images/topob.jpg) center bottom no-repeat;
	height:251px;
	padding-left:15px;
	}
#topo h1 {
	width:323px;
	height:98px;
	padding-top:20px;
	background:url(../../images/h1.jpg);
	float:left;
	}
#topo h1 a {
	text-indent:-9999px;
	display:block;
	height:95px;
	}
#topo ul#menu {
	list-style:none;
	height:90px;
	float:right;
	}
#topo ul#menu li {
	width:83px;
	float:left;
	}
#topo ul#menu li a {
	font-size:10px;
	text-align:center;
	display:block;
	height:20px;
	padding-top:38px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	background:#F0F5FB url(../../images/menu-a.jpg) 0px 20px no-repeat;
	}
#topo ul#menu li a:hover {
	height:40px;
	padding-top:18px;
	background:url(../../images/menu-a.jpg) center top no-repeat
	}
#topo p {
	width:200px;
	margin-left:50px;
	padding:5px;
	float:left;
	text-align:center;
	color:#000;
	font-weight:bold;
	font-size:16px;
	border:2px solid #EAE800;
	background:#68B92E
	}
#topo p strong {
	font-size:30px;
	color:#fff
	}
#topo p strong span {
	font-size:20px;
	}
#topo ul.lista-top {
	list-style:none;
	}
#topo ul.lista-top li {
	text-indent:-9999px;
	}
	
#conteudo {
	background:url(../../images/corpo.png) right top repeat-y;
	padding:15px;
	padding-top:0px;
	padding-right:5px;
	overflow:hidden
	}
#conteudo h2 {
	color:#633e03;
	text-transform:uppercase;
	font-size:18px;
	font-weight:normal;
	background:url(../../images/h2.gif) left bottom repeat-x;
	padding-bottom:5px;
	padding-top:15px
	}
#conteudo p {
	color:#494949;
	font-size:14px;
	text-align:justify
	}
#conteudo div.empresa {
	width:500px;
	float:left;
	}
#conteudo div.produtos-servicos {
	width:450px;
	padding-left:10px;
	float:right;
	background:url(../../images/box.jpg) center top no-repeat;
	height:301px;
	margin-top:15px;
	}
#conteudo div.produtos-servicos h3 {
	text-align:center;
	color:#367ebb;
	text-transform:uppercase;
	font-size:14px;
	margin-top:20px;
	margin-right:10px;
	margin-left:10px;
	}
#conteudo div.produtos-servicos p {
	padding-left:10px;
	padding-right:15px
	}
#conteudo div.produtos-servicos ul {
	width:307px;
	margin:0 auto;
	list-style:none;
	overflow:hidden;
	}
#conteudo div.produtos-servicos ul li {
	float:left;
	margin:2px;
	}
#conteudo div.produtos-servicos ul li a {
	display:block;
	text-indent:-9999px;
	}
	
#rodape {
	background:url(../../images/rodape.png) right top no-repeat;
	padding-top:20px
	}
#rodape p {
	border-top:2px dashed #808080;
	text-align:center;
	font-size:12px;
	color:#797777;
	margin-top:5px;
	padding-top:15px
	}
#rodape p a {
	color:#797777;
	text-decoration:none
	}