@charset "utf-8";

body {
	margin:0;
	padding:0;
	min-width:960px;
}

#site
{
	width:988px;
	margin:0px auto;
	background: transparent url('../images/fundo-middle.jpg') repeat-y center top;
	min-height:600px;
	z-index: -1;
}
#wrapper
{
	width:988px;
	min-height:600px;
	z-index: 1; 
	position: relative;
}

#header 
{
	height:85px;
	padding:100px 10px 0 10px;
}

#logo
{ 
	display: block;
	float: left; 
	width: 265px; 
	height: 85px; 
	background: transparent url('../images/logotipo.png') no-repeat left center;
}

#mainmenu
{
	margin-top: 10px;
	display: block;
	float: left; 
}

#menuPrincipal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menuPrincipal li 
{
	float: left;
	margin: 0;
	padding: 0;		
}

#itemHome a
{
	text-decoration: none;
	display: block;
	width: 141px;
	height: 68px;
	background: transparent url('../images/bt-inicio.png') no-repeat left center;
}

#itemHome a:hover
{
	background: transparent url('../images/bt-inicio-over.png') no-repeat left center;
}

#itemEmpresa a
{
	text-decoration: none;
	display: block;
	width: 139px;
	height: 68px;
	background: transparent url('../images/bt-pakril.png') no-repeat left center;
}

#itemEmpresa a:hover
{
	background: transparent url('../images/bt-pakril-over.png') no-repeat left center;
}

#itemProdutos a
{
	text-decoration: none;
	display: block;
	width: 138px;
	height: 68px;
	background: transparent url('../images/bt-produtos.png') no-repeat left center;
}

#itemProdutos a:hover
{
	background: transparent url('../images/bt-produtos-over.png') no-repeat left center;
}

#itemOrcamentos a
{
	text-decoration: none;
	display: block;
	width: 139px;
	height: 68px;
	background: transparent url('../images/bt-orcamentos.png') no-repeat left center;
}

#itemOrcamentos a:hover
{
	background: transparent url('../images/bt-orcamentos-over.png') no-repeat left center;
}

#itemContactos a
{
	text-decoration: none;
	display: block;
	width: 142px;
	height: 68px;
	background: transparent url('../images/bt-contactos.png') no-repeat left center;
}

#itemContactos a:hover
{
	background: transparent url('../images/bt-contactos-over.png') no-repeat left center;
}

#content
{
}

#content div 
{
	margin: 10px;
	float:left;
}

#content-left 
{
	width:944px;
}

#content-left  iframe 
{ 
	margin: 0;
	padding: 0;
	width:944px;
}
	
#bottom
{
	clear:both;
	text-align: center;
}

#footer 
{
	width:988px;
	margin:0px auto 40px;
	height:35px;
	background: transparent url('../images/fundo-bottom.jpg') no-repeat center top;
}

#slideshow 
{ 
	margin-left:5px;
	z-index: 0; 
	position: absolute;
	top:0; 
}
