body{
	margin:0;
	background:url(img/bg_site.png) repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}
a:link{
	color:#666;
	text-decoration:none;
}
a:visited{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#036;
	text-decoration:none;
}
#content1{
	background:url(img/bg_sombras.png) top no-repeat;
}
#content{
	margin:0 auto;
	width:930px;
}
#topo{
	height:158px;
}
	#logo{
		width:562px;
		padding-top:30px;
		float:left;
	}
	#busca{
		padding:80px 20px 0 0;
		width:250px;
		float:right;
	}
	#busca .box{
		margin:5px auto;
		height:25px;
		border:#959487 1px solid;
		background:#DDDDDD url(img/bg_FormText.png) repeat-x;
		padding:0;
	}
	#busca .text{
		width:210px;
		height:20px;
		border:0;
		float:left;
		font-family:Verdana, Geneva, sans-serif;
		font-weight:bold;
		font-size:14px;
		color:#666;
		padding:2px;
		background:transparent;
	}
	#busca .submit{
		background:url(img/bt_ok.png);
		width:30px;
		height:21px;
		margin:2px 0 0 2px;
		border:0;
		float:left;
		cursor:pointer;
	}
#topmenu{
	height:43px;
	clear:both;
}
	#topmenu ul img{
		border:0;
	}
	#topmenu ul{
		width:685px;
		margin:2px auto;
		padding:0;
	}
	#topmenu ul li{
		list-style-type:none;
		position:relative;
		float:left;
	}
	#topmenu ul li a{
		padding:15px 0 0 0;
		display:block;
		width:130px;
		height:25px;
		text-align:center;
	}
	#topmenu ul li a:hover{
		background:url(img/bg_BtMenuOver.png) center no-repeat;
		padding:15px 0 0 0;
		display:block;
		width:130px;
		height:25px;
		text-align:center;
	}
#topbanner{
	height:195px;
	padding:0;
}
#conteudo{
	min-height:500px;
	padding:10px;
	clear:both;
}
#rodape{
	height:94px;
	background:url(img/bg_rodape.png);
	text-align:center;
	clear:both;
}
img, div, input, ul, li, background, a{ 
	behavior:url(iepngfix.htc); /* IE6 HACK */
}
/* ******************************************************************************** */
#titulo_pag{
	font-size:20px;
	font-weight:bold;
	color:#036;
	padding:5px 5px 10px 5px;
}
#meio{ /* quando a pagina nao possui coluna lateral */
	padding:5px;
}
#left{ /* coluna lateral */
	width:220px;
	padding-right:20px;
	min-height:285px;
	background:url(img/bg_left.png) no-repeat;
	float:left;
}
	#left UL{
		width:204px;
		display: block; 
		margin:o auto;
		list-style-type: none;
		border:0;
		padding:0;
	}
	#left UL LI{
		font-size: 11px; 
		margin: 0px; 
		padding: 0px;
		margin-bottom:1px;
	}
	#left UL LI A{
		padding:7px 0 0 0;
		height:23px;
		background:url(img/bg_submenu.png) no-repeat;
		color:#097CBE;
		text-decoration: none;
		text-align:center;
		display: block;
		margin-bottom:1px;
	}
	#left UL LI A:hover{
		padding:7px 0 0 0;
		height:23px;
		background:url(img/bg_submenu.png) bottom no-repeat;
		color:#003366;
		text-decoration: none;
		text-align:center;
		font-weight:bold;
		display: block;
		margin-bottom:1px;
	}
#right{ /* coluna central */
	float:left;
	min-height:285px;
	width:650px;
}
#box_produto{
	width:210px;
	min-height:210px;
	background:#fff;
	border:#ccc 1px solid;
	float:left;
	margin:5px;
}
.paginacao{
	text-align: center;
	display: block;
	font-size:11px;
}
.paginacao a{
	padding: 2px 4px;
	margin-right: 1px;
	border: solid #376177 1px;
	background-color:#829DAA;
	text-decoration: none;
	color: black;
}
.paginacao a.atual{
	background: #C6D3D9;
	border: solid #376177 1px;
	font-weight:bold;
}
.paginacao a:hover{
	border: solid #376177 1px;
	background: #91A9B5;
	text-decoration: none;
}
.FormText{
	background:#ddd url(img/bg_form_text.png) repeat-x;
	border:#CCCBC5 1px solid;
	color:#0A2735;
	width:200px;
	height:21px;
	padding-top:2px;
}
.FormTextarea{
	background:#ddd url(img/bg_form_textarea.png) repeat-x;
	border:#CCCBC5 1px solid;
	color:#0A2735;
	width:427px;
}
.FormSelect{
	background:#efefef;
	border:#CCCBC5 1px solid;
	color:#0A2735;
	height:25px;
	padding-top:2px;
}
.FormButton{
	width:65px;
	height:20px;
	cursor:pointer;
	border:0px;
}
#Msg{
	color:#C00;
	text-align:center;
	font-weight:bold;
}
#box_destaque{
	width:837px;
	background:url(img/bg_destaque.png) no-repeat;
	padding-top:50px;
	margin:0 auto;
}
