@import url(home.css); /** CSS da HOME **/
@import url(internas.css); /** CSS das INTERNAS **/
@import url(forms.css); /** CSS dos FORMULARIOS **/



/* 
========================================================
Definições gerais
========================================================
*/
* 
{
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

body 
{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../images/body_background.png) repeat-x;
}

a, a:visited 
{

	color: #1d1d1d;
	text-decoration: none;

}

a:hover 
{
	text-decoration: underline;
}

P
{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* 
========================================================
Estruturas
========================================================
*/
#container 
{
	margin: 0 auto;
	width: 936px;
}

#top 
{
	width: 936px;
	height: 124px;
	background: url(../images/top_background.png) no-repeat;
}


#content 
{
	float:left;	
	width: 936px;
	background: #000;
	background: url(../images/content_background.png) repeat-y;
}

#content_bottom 
{
	clear: both;
	width: 936px;
	height: 34px;
	background: url(../images/content_bottom_background.png) no-repeat;
}


h1 
{
	float: left;
	position: relative;
	width: 315px;
	height: 85px;
	background: url(../images/logo.png) no-repeat;
	top: 33px;
	left: 50px;
}

h1 a
{
	display: block;
	width: 315px;
	height: 85px;
	text-indent: -9999px;
	overflow: hidden; 
}



/* MENU */
ul#menuTop 
{
	position: relative;
	float: right;
	width: 447px;
	top: 50px;
	right: 30px;
}

ul#menuTop li 
{
	display: block;
	
	float: left;
	height: 51px;
}

ul#menuTop li a
{
	display: block;
	height: 51px;
	text-indent: -9999px;
	overflow: hidden; 
}

ul#menuTop li.item01
{
	width: 79px;
	background: url(../images/menu_item01.png) no-repeat;
}

ul#menuTop li.item02
{
	width: 101px;
	background: url(../images/menu_item02.png) no-repeat;
}

ul#menuTop li.item03
{
	width: 161px;
	background: url(../images/menu_item03.png) no-repeat;
}

ul#menuTop li.item04
{
	width: 106px;
	background: url(../images/menu_item04.png) no-repeat;
}


#footer
{
	margin-top: 5px;
	margin-left: 25px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	width: 895px;
}

#footer address
{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#footer strong 
{
	display: block;
}

.credits
{
	float: right;
	display: block;
	position: relative;
	width: 44px;
	height: 21px;
	background: url(../images/credits-logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	right: 15px;
} 




