/* .................................................................................................

Bascol - Flexcity

[Folha de Estilo Principal]

Copyight © 2009 - Plattô Comunicação Interativa

................................................................................................. */

@import url("reset.css");
@import url("flexcity-menu-header.css");

/*.....................................................
Elementos
.....................................................*/

html{
	overflow-y:scroll;
}

body {
	background:url(../_imagens/bg-master.gif) repeat-x top center #fff;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

h1{
	background:url(../_imagens/icon-right.gif) no-repeat 0 5px transparent;
	color:#e2181f;
	font-size:28px;
	margin-left:14px;
	padding-left:14px;
	position:relative;
	z-index:1;
}

a{
	text-decoration:none;
}

/*......................................................
Classes
......................................................*/

.clear {
	clear:both;
}

/*......................................................
Identificadores
......................................................*/

#wrapper {
	height:100%;
	margin:0 auto 40px auto;
	width:960px;
}

#content{
	padding-top:50px;
	position:relative;
}


/*......................................................
Cabeçalho
......................................................*/
#header {
	height:90px;
	padding:65px 0 0 0;
	position:relative;
}

#header #logo {
	height:61px;
	float:left;
	width:332px;
	margin-top:-7px;
}

/*......................................................
Rodapé
......................................................*/
#footer{
	background:transparent;
	color:#333;
	font-family:"MS Sans Serif", "New York", serif;
	font-size:11px;
	padding:35px 0 10px 0;
	text-align:center;
	width:100%;
}

#footer li{
	display:inline;
	padding:0 10px;
}

#footer li a{
	background:transparent;
	color:#333;
}

#footer li a:hover{
	text-decoration:underline;
}

#footer p{
	background:transparent;
	color:#999;
	padding:10px 0;
}
