body {
	margin: 0px;
	background-image: url('../imagens/bg.jpg');
	background-repeat:repeat-x;
	
}

.b {
	font-weight: bold;
}
	
#header {
	width: 100%;
	height: 100px;
}

#logo {
	position: absolute;
	top:13px;
	left:50%;
	margin-left: -460px;
}

#menu {
	position:absolute;
	top:50px;
	left:50%;
	margin-left: 35px;
	background-image:url(../imagens/menu-bg.png);
	background-repeat:repeat-x;
	background-position:0px 3px;
}

#menu ul {
	margin: 0px;
	padding-left: 10px;
	list-style-type: none;
	list-style-position: outside;
}

#menu li {
	float: left;	
	padding-top: 7px;
	padding-left: 13px;
	padding-bottom: 7px;
	padding-right: 5px;
	background-image: url('../imagens/seta.png');
	background-repeat: no-repeat;
	background-position: center left;
	
}

#menu a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	padding-right: 7px;
}

#menu a:hover {
	text-decoration: underline;
}

#main {
	position:absolute;
	width: 952px;
	top: 110px;
	left:50%;
	margin-left: -476px;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:950px;
		height:480px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url('../images/btn_prev.gif') no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url('../images/btn_next.gif') no-repeat 0 0;	
		}	
		
	/* numeric controls */	
	#controls {
		position: relative;
		z-index: 1500;
	}
	
	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		float: right;
		margin-top: -40px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#EBFEEB;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		font-family: Verdana, sans-serif;
		font-size: 12px;
		}
	ol#controls li.current a{
		background:#090;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

.clear {
	clear:both;
}

#conteudo {
	border: solid 1px #FFF;
	background-color: #FFF;
	min-height: 480px;
	height:auto !important;
	height: 480px;
	-moz-box-shadow: 0px 0px 15px #AAA;
	-webkit-box-shadow: 0px 0px 15px #AAA;
	box-shadow: 0px 0px 15px #AAA;
}

#conteudo img {
	border: 0px;
}

#footer {
	height: 120px;
	margin-top: 15px;
	padding-left:7px;
	padding-top:7px;
	padding-bottom:7px;
	background-color: #666;
	color:#FFF;
	font-family:Verdana, sans-serif;
	font-size:11px;
}

#footer th {
	text-align:left;
}

#detalhes_produto {
	margin-top:10px;
	margin-left:190px;
	margin-right:20px;
	font-family:Verdana, sans;
	font-size:14px;
}

#detalhes_produto h2 {
	font-family: Arial, sans;
	font-size: 22px;
	border-bottom: solid 1px #000;
}

#detalhes_produto h4 {
	font-family: Arial, sans;
	font-size: 14px;
	border-bottom: solid 1px #444;
}

/* CSS dos Produtos*/

#categorias {
	float:left;
	list-style-type: none;
	margin:10px 10px 0px 10px;
	padding: 0px;
	width: 175px;
}

#categorias li {
	background-image: url('../imagens/unsel-seta.gif');
	background-color: #EBFEEB;
	background-repeat:no-repeat;
	background-position: right center;
	margin-bottom: 7px;
	padding: 5px;
	height:19px;

}

#categorias a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

#categorias a:hover {
	text-decoration: underline;
}

#categorias .cat_selecionada{
	background-image: url('../imagens/sel-seta.gif');
	background-color: #060;
	background-repeat:no-repeat;
	background-position: right center;
}

#categorias .cat_selecionada a{
	color:#FFF;
}
	

#lista_produtos {
	text-align: left;
	margin-left: 200px;
	text-align:center;
}

#lista_produtos ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#lista_produtos li {
	float:left;
	width:200px;
	min-height:200px;
	height:auto !important;
	height:200px;
	background-color:#F8F8F8;
	margin-right:10px;
	margin-top:7px;
	margin-bottom:7px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
}

#lista_produtos a {
	text-decoration: none;
}

#lista_produtos img {
	padding-bottom:10px;
}

#lista_produtos a .nome_prod {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #333;
	white-space: normal;
}

/* CSS dos Produtos */

#quemsomos {
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

#quemsomos h2 {
	font-family: Arial, sans;
	font-size: 22px;
	border-bottom: solid 1px #000;
}

#contato {
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align:center;
}

#contato h2 {
	font-family: Arial, sans;
	font-size: 22px;
	text-align:left;
	border-bottom: solid 1px #000;
}

#contato th {
	text-align:right;
}

#contato td {
	text-align:left;
}

#contato .campotxt {
	width:300px;
}

#contato .txtarea {
	width:300px;
	height:150px;
}

.sucesso {
	font-weight: bold;
	color: #060;
}

#slider li span {
	display: block; 
	background-color:#FFF; 
	border-top:solid 1px #090;
	margin-top: -55px; 
	height:55px;
	position:relative;
	padding-top:15px;
	padding-left:15px;
	opacity:0.5;
} 

#slider a {
	text-decoration:none;
}

.link_slider{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

.espaco {
	
}