body, html{
	font:12px Arial;
	margin:0;
	padding:0;
	background:#d3d3d3 url('img/grad.png') top repeat-x;
	overflow:hidden;
}
div#loader{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:200px 0 0 400px;
	background:#fff;
	z-index:99999999;
}
a{
	text-decoration:none;
	color:#000;
}
img{
	border:0;
	margin:0 5px;
}
h1{
	font-size:16px;
}
div#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	background:#fff url('img/headbg.png') bottom repeat-x;
}
a#logo{
	position:absolute;
	top:20px;
	left:20px;
	background:transparent url('img/logo.jpg') center center no-repeat;
	padding:30px 75px;
}
div#menu{
	position:absolute;
	top:47px;
	right:30px;
}
div#menu div{
	float:left;
	width:105px;
	height:21px;
	text-align:center;
}
.menuItem{
	background:#fff url('img/menu.png') top no-repeat;
	padding:5px 0 0 0;
}
.menuItem a{
	color:#999;
	font:14px Impact;
}
.menuItem a:hover{	
	color:#000;
}
.menuSelect{
	background:#fff url('img/menu2.png') top no-repeat;
	padding:5px 0 0 0;
}
.menuSelect a{
	color:#fff;
	font:14px Impact;
}
.menuSelect a:hover{	
	color:#fff;
}
div#footer{
	position:absolute;
	left:0;
	bottom:15px;
	width:100%;
	height:15px;
	color:#fff;
	background:#f63;
	text-align:center;
	font-size:10px;
	line-height:15px;
}
div#footer a{
	color:#fff;
}
div#bdy{
	position:absolute;
	left:0;
	top:100px;
	height:69%;
	width:100%;
	overflow:hidden;
}
.bdyItem{
	height:92%;
	margin:0 0 300px 0;
	padding:10px;
	overflow:auto;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.top{
	background:transparent url('img/icon_top.png') center center no-repeat;
	padding:13px 17px;
	float:right;
}
/*QUEM SOMOS*/
div#vcard{
	float:right;
	width:296px;
	height:182px;
	margin:0 0 0 10px;
	background:transparent url('img/vcard.gif') center center no-repeat;
}
div#vcard p{
	margin:5px 10px 5px 5px;
}
.thumb{
	width:125px;
	height:145px;
	background:transparent url('img/thumb.gif') no-repeat;
	text-align:center;
	float:left;
	margin:5px;
	padding:5px 0 0 0;
}
.thumb p{
	margin:5px 0;
	color:#666;
}
/*PRODUTOS*/
div#produtosbox{
	float:right;
	width:68%;
	height:300px;
	float:right;
	border:1px solid #ddd;
	background:#fff;
	overflow:auto;
}
.produtosItem{
	float:left;
	margin:10px 3px;
	text-align:center;
	width:204px;
	height:240px;
	overflow:hidden;
	border:1px solid #eee;
}
.produtosItem p{
	padding:10px 0 5px 0;
	margin:0;
	background:#eee;
}
div#pesquisa{
	float:left;
}
/*CONTACTOS*/
div#mailForm{
	float:right;
	width:200px;
}
div#mailForm input{
	border:1px solid #eee;
}
div#mailForm .submit{
	float:right;
	margin:5px;
}
div#mailForm textarea{
	width:100%;
	border:1px solid #eee;
}
/* */
.prodDestaque{
	float:right;
	width:40%;
	padding:1%;
	border:1px solid #fff;
}
.detalheSeccao{
	width:50%;
}