@import url("css-pages.css");

* {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	outline:none;
	}
	
body {
	background:#939292 url(../images/body.jpg) left top repeat-x;
	}
	
#wrapper {
	background:url(../images/rodape.jpg) left bottom repeat-x
	}
	
#container {
	width:950px;
	margin:0 auto;
	}
	
#topo {
	height:94px;
	}
#topo h1 {
	background:url(../images/h1.jpg);
	width:485px;
	height:94px;
	float:left
	}
#topo h1 a {
	display:block;
	height:94px;
	text-indent:-9999px;
	}
#topo address {
	float:right;
	font-size:13px;
	padding-top:15px;
	width:250px;
	font-weight:bold;
	font-style:normal;
	text-align:right
	}
	
#barnav {
	width:946px;
	margin:0 auto;
	margin-top:15px;
	height:195px;
	background:url(../images/menu.jpg) right top no-repeat;
	}
#barnav ul {
	list-style:none;
	width:247px;
	background:#fff;
	}
#barnav ul li a {
	display:block;
	text-align:center;
	text-indent:-3px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	height:35px;
	padding-top:12px;
	background:url(../images/barnav-li-a.jpg) left top no-repeat
	}
#barnav ul li a:hover {
	display:block;
	text-align:center;
	text-indent:-3px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	height:35px;
	padding-top:12px;
	background:url(../images/barnav-li-a.jpg) left bottom no-repeat
	}
#barnav ul li a.produto {
	margin-top:1px;
	}
#barnav ul li a.home {
	display:block;
	text-align:center;
	text-indent:-3px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	height:35px;
	padding-top:12px;
	background:url(../images/barnav-li-a-top.jpg) left top no-repeat;
	margin-bottom:1px;
	}
#barnav ul li a.home:hover {
	background:url(../images/barnav-li-a-top.jpg) left bottom no-repeat;
	}
#barnav ul li a.contato {
	display:block;
	text-align:center;
	text-indent:-3px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	height:35px;
	padding-top:12px;
	margin-top:1px;
	background:url(../images/barnav-li-a-bottom.jpg) left top no-repeat
	}
#barnav ul li a.contato:hover {
	background:url(../images/barnav-li-a-bottom.jpg) left bottom no-repeat
	}
	
#principal {
	width:919px;
	padding:15px;
	margin:0 auto;
	background:#fff url(../images/principal.jpg) center top no-repeat;
	margin-top:15px
	}
	
h2 {
	font-size:20px;
	color:#e3861e
	}
	
p {
	font-size:13px;
	}
	
.bemvindo {
	border-right:1px solid #ccc;
	width:450px;
	padding-right:15px;
	float:left;
	}
.bemvindo span {
	display:block;
	text-align:right;
	}
.bemvindo span a {
	color:#094e79;
	text-decoration:none;
	}
	
.novidade {
	width:430px;
	float:right;
	}
.novidade img {
	border:2px solid #E3861E;
	float:left;
	margin-right:20px;
	}
.novidade b {
	display:block;
	font-size:13px;
	color:#094e79
	}
.novidade span {
	display:block;
	}
.novidade span a {
	text-decoration:none;
	color:#094e79
	}
	
.lista-produtos-inicial {
	list-style:none;
	}
.lista-produtos-inicial li {
	margin:1px;
	width:175px;
	text-align:center;
	float:left;
	}
.lista-produtos-inicial li a span {
	display:block;
	font-size:11px;
	}
.lista-produtos-inicial li a {
	color:#000;
	text-decoration:none;
	}
.lista-produtos-inicial li a img {
	border:2px solid #E3861E
	}
.lista-produtos-inicial li.dif a img {
	border:none;
	}
.lista-produtos-inicial li.dif a span {
	font-weight:bold;
	font-size:12px;
	color:#094e79
	}
.lista-produtos-inicial li.dif a {
	color:#094e79
	}
	
#rodape {
	height:130px;
	background:#93b9d1 url(../images/rodape.jpg) left top repeat-x
	}
#rodape ul {
	list-style:none;
	width:600px;
	float:left;
	}
#rodape ul li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
	}
#rodape ul li a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
	font-weight:bold
	}

#rodape p#guiase {
	width:320px;
	float:right;
	}
#rodape p#guiase a {
	display:block;
	background:url(../images/guiase.jpg) center right no-repeat;
	margin-right:15px;
	height:37px;
	text-indent:-9999px;
	}

#rodape div {
	font-size:12px;
	color:#fff;
	float:left;
	padding:10px;
	}
	
b {
	color:#094E79
	}