@charset "utf-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, ul, li, span{margin:0px;padding:0px;}

ul, li{list-style-type:none;}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

.center{
	text-align:center;
}

/******************************************************************/

#tudo{
	margin:auto;
	width:800px;
}

#head{
	width:100%; height:145px;
	background-image:url(../images/bg_head.jpg);
}

#top{
	width:800px; height:145px;
	margin:auto;
}

#top h1{
	margin:35px 0 0 0;
	width:285px; height:57px;
	background-image:url(../images/logo_stap.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	float:left;
}

#top ul li{
	display:block;
	float:left;
	padding-left:20px;
}

#menu{
	margin:55px 0 0 182px;
	float:left;
}
/**********************************************************/
a.home, a.home:active, a.home:visited{
	width:37px; height:15px;
	display:block;
	background-image:url(../images/bt_home.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	outline:none;
}

a.home:hover{
	width:37px; height:15px;
	display:block;
	background-image:url(../images/bt_home.gif);
	background-repeat:no-repeat;
	background-position:0 -15px;
	text-indent:-9999px;
	outline:none;
}

a.astap, a.astap:active, a.astap:visited{
	width:43px; height:15px;
	display:block;
	background-image:url(../images/bt_sobre.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	outline:none;
}

a.astap:hover{
	width:43px; height:15px;
	display:block;
	background-image:url(../images/bt_sobre.gif);
	background-repeat:no-repeat;
	background-position:0 -15px;
	text-indent:-9999px;
	outline:none;
}

a.clientes, a.clientes:active, a.clientes:visited{
	width:51px; height:12px;
	display:block;
	background-image:url(../images/bt_clientes.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	outline:none;
}

a.clientes:hover{
	width:51px; height:12px;
	display:block;
	background-image:url(../images/bt_clientes.gif);
	background-repeat:no-repeat;
	background-position:0 -15px;
	text-indent:-9999px;
	outline:none;
}

a.portfolio, a.portfolio:active, a.portfolio:visited{
	width:53px; height:15px;
	display:block;
	background-image:url(../images/bt_portfolio.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	outline:none;
}

a.portfolio:hover{
	width:53px; height:15px;
	display:block;
	background-image:url(../images/bt_portfolio.gif);
	background-repeat:no-repeat;
	background-position:0 -15px;
	text-indent:-9999px;
	outline:none;
}

a.contato, a.contato:active, a.contato:visited{
	width:49px; height:15px;
	display:block;
	background-image:url(../images/bt_contato.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	outline:none;
}

a.contato:hover{
	width:49px; height:15px;
	display:block;
	background-image:url(../images/bt_contato.gif);
	background-repeat:no-repeat;
	background-position:0 -15px;
	text-indent:-9999px;
	outline:none;
}

.current{
	background-position:0 -15px;
}
/************************************************************************/

#centro{
	width:800px; height:auto;
	margin:auto;
}

#footer{
	width:800px; height:auto;
	float:left;
	border-top:solid 1px #cccccc;
	padding:15px 0 10px 0;
}

#footer img{
	vertical-align:middle;
}

address{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	font-style:normal;
}