/* CSS Document */

@import url("css-pages.css");

* {
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	}
	
body {
	background:#d0dce6 url(../images/body.jpg) left top repeat-x;
	}
	
#container {
	width:740px;
	margin:0 auto;
	background:#fff;
	}
	
#topo {
	background:#A2BBD1 url(../images/topo.jpg) center bottom no-repeat;
	height:160px;
	padding-top:7px;
	}
	
#barnav {
	background:url(../images/fundo_menu.jpg) center bottom no-repeat;
	height:34px;
	list-style:none;
	padding-left:110px;
	}
#barnav li {
	float:left;
	width:95px;
	}
#barnav li a {
	display:block;
	height:24px;
	padding-top:10px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-style:oblique;
	color:#322D34;
	font-size:12px;
	text-align:center;
	}
#barnav li a:hover {
	background:url(../images/menu_a_hover.jpg) center center no-repeat;
	}
	
h1 {
	width:400px;
	height:80px;
	clear:both;
	margin-left:20px;
	margin-top:20px;
	text-indent:-9999px;
	}
h1 a {
	display:block;
	height:80px;
	}
	
h2 a {
	text-decoration:none;
	}
	
#index {
	margin-top:10px;
	}

#produtos {
	width:510px;
	margin-left:10px;
	margin-top:10px;
	float:left;
	background:url(../images/produtos.jpg) right bottom no-repeat;
	}

#produtos h2, #noticias h2 {
	font-size:18px;
	background:url(../images/h2.jpg) left bottom no-repeat;
	color:#004002;
	}
	
#prod-index {
	list-style:none;
	margin-top:7px;
	}
#prod-index li {
	width:124px;
	text-align:center;
	float:left;
	margin:1px;
	}
#prod-index li a.nome-prod {
	display:block;
	font-size:10px;
	color:#000;
	text-decoration:none;
	height:25px;
	padding-top:7px;
	border:1px solid #DDEDFA;
	background:#F8FBFF;
	}
#prod-index li a:hover{
	list-style:none;
	}
#prod-index li a img {
	border:none;
	}

#noticias {
	float:right;
	width:200px;
	margin-top:11px;
	}
#noticias h2 {
	background:url(../images/h2.jpg) right bottom no-repeat;
	}
#noticias dl {
	}
#noticias dl dt {
	font-weight:bold;
	margin-top:10px;
	}
#noticias dl dd{
	font-size:11px;
	}
	
#empresa {
	width:700px;
	margin:0 auto;
	border:2px solid #D5EEFF;
	background:#F8FBFF;
	height:175px;
	}
#empresa img {
	float:left;
	margin-left:15px;
	margin-top:15px;
	}
#empresa div {
	float:right;
	width:450px;
	}
#empresa div h2 {
	color:#024510;
	font-size:18px;
	margin-top:15px;
	}
#empresa div p {
	font-size:13px;
	margin-top:10px;
	color:#595C61;
	line-height:17px;
	}
	
#rodape {
	text-align:center;
	background:#A3BCD2;
	padding-top:1px;
	padding-bottom:3px;
	}
#rodape address {
	font-size:10px;
	background:#fff;
	font-style:normal;
	color:#0E3F6A;
	padding:5px;
	}
#rodape p {
	color:#0E3F6A;
	font-size:13px;
	margin-top:5px;
	}
#rodape p a {
	color:#0E3F6A;
	padding:2px;
	}
#key_indexa {
	background-color:#D0DCE6;
	font-family:tahoma;
	font-size:9px;
	color:#9EB7CB;
	padding:5px;
	text-align:center;
	}	
#box_asty {
	background-color:#F8FBFF;
	font-size:11px;
	font-family:Tahoma;
    color:#666666;
	border:1px solid #666666;
	padding:8px;
	margin:18px;
	text-align:justify;
	}
#box_asty a {
	text-decoration: none;
	color: #333333;
	}	
#box_asty a:hover {
	text-decoration: underline;
	}			