/*homepage.css: Folha de estilos da página principal*/

/* Header */

.header
{
	text-align: center;
	background-color: #993333;
	height: 150px;
}

/*Header Services*/

.menuContainer
{
	margin: 0;
	padding: 0;
}

.servicesContainer
{
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
	position: left;
	top: 400;
	left: 0;
	float:left;
}

.services ul
{
	padding: 0 0 0 100px;
	margin: 0;
	list-style-type: none;
	color: #fff;
	background-color: #5c0605;
	height: 18px;
}

.services ul li 
{
	display: inline;
	padding: 0.1em;
	margin-top:10px;
}

.services li a {
	color: #fff;
	padding: 0.1em 0.4em;
	/*background-color: #5c0605;*/
	text-decoration: none;
	border-right: 0px solid #fff;
	
}

/*.services li a:hover {
	background-color: #369;
	color: #fff;
}

.services a:visited {
	color: #EEE;
	text-decoration: none;
}*/


/*End Header Services*/

.operationsContainer
{
	float: right;
	clear: right;
	margin: 0;
	padding: 0;
	width: 150px;
	position: static;
	text-align: right;
}

.operations ul
{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.operations ul li
{
	border: 0;
	width: 150px;
	/*background-image: url("../Images/seta_roxa.gif");
	background-repeat:no-repeat;
	background-position: 0px 0px;*/
	padding: 0;
	margin: 0;
	display: block;
}

/*IE workaround*/
/*All IE browsers*/

* html .operations ul li
{
	padding: 0;
	margin: 0;
	float: right;
}

.headerBottom
{	
	clear: both;
	width:100%;
	height:20px;
	background-color:#5c0605;
	margin-bottom:1px;	
}

/*End Header */

/* Body */

a.editorialLink
{
	font-weight: bold;
}

/*.content
{
	width: 572px;
}*/

/*.contentContainer
{
	position: static;
	margin-left: 12px;
	margin-right: 0;
	<!--width: 415px;-->
	width: 410px;
	float: left;
	/*border: solid 2px;*/
	/*background-color: Transparent;
}

.contentList
{
	float: left;
}

.contentBottom
{
	height: 1px;
}

.contentList
{
	/*width: 415px;*/
	/*width: 405px;
	margin:0;
	padding:0;
}*/

/*.contentList ul li
{
	padding-bottom: 20px;
	padding-top: 0px;
}

.contentList ul li:first-child
{
	margin: 0;
	padding-top: 0px;
}*/
