@charset "UTF-8";
/* CSS Document */

/************************** RESET CSS **************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************************** PROPRIEDADES *******************/

h4{font-size:15px; font-weight:normal;}

/************************************** CLASSES GLOBAIS *************************/

.clear-both
{
	clear:both;
}

.float-left
{
	float:left;
}

.float-right
{
	float:right;
}

/************************************* SITE ************************************/

#wrapper
{
	width:1000px;
	margin:0 auto;
	background:#1b3b45;
}

/************************************* HEADER **************************/

	#header
	{
		width:1000px;
		height:134px;
		background:url(../img/header-gradiente.jpg) top left no-repeat;
	}
	
		#menu
		{
			padding:21px;
			float:left;
		}
	
		#menu ul
		{
			list-style:none;
		}
		
		#menu ul li
		{
			text-indent:-9999px;
		}
		
		#btn-stan a
		{
			display:block;
			width:49px;
			height:12px;
			margin:0 0 8px 0;
			background:url(../img/btn-stan.png) top left no-repeat;
		}
		
		#btn-stan a:hover
		{
			background:url(../img/btn-stan.png) top right no-repeat;
		}
		
		#btn-diferencial a
		{
			display:block;
			width:145px;
			height:12px;
			margin:0 0 8px 0;
			background:url(../img/btn-diferencial.png) top left no-repeat;
		}
		
		#btn-diferencial a:hover
		{
			background:url(../img/btn-diferencial.png) top right no-repeat;
		}
		
		#btn-projetos a
		{
			display:block;
			width:165px;
			height:12px;
			margin:0 0 8px 0;
			background:url(../img/btn-projetos.png) top left no-repeat;
		}
		
		#btn-projetos a:hover
		{
			background:url(../img/btn-projetos.png) top right no-repeat;
		}
		
		#btn-lancamentos a
		{
			display:block;
			width:105px;
			height:16px;
			margin:0 0 4px 0;
			background:url(../img/btn-lancamentos.png) top left no-repeat;
		}
		
		#btn-lancamentos a:hover
		{
			background:url(../img/btn-lancamentos.png) top right no-repeat;
		}
		
		#btn-contato a
		{
			display:block;
			width:62px;
			height:12px;
			margin:0 0 8px 0;
			background:url(../img/btn-contato.png) top left no-repeat;
		}
		
		#btn-contato a:hover
		{
			background:url(../img/btn-contato.png) top right no-repeat;
		}
		
		#logo-stan
		{
			float:right;
			padding:21px;
		}