/* 404 page */

body
{
	background: #3f7f9c url(images/background.jpg) center top repeat-x; /*78aabf*/
	color: #343434;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#screen-404 
{
	background: url(images/404.png) no-repeat;
	width: 500px;
	height: 383px;
	margin: 118px auto 0 auto;
	padding: 0 33px 0 435px;
	color: #343434;
	position: relative;
} 
#screen-404 h2 
{ 
	text-indent: -5000px; 
}

#screen-404 p 
{
	font-size: 12px;
	margin-bottom: 10px;
	padding-top: 10px;
}
#screen-404 p.custom 
{ 
	margin-bottom: 14px; 
}

#screen-404 ul
{ 
	width: 240px; 
	float: left; 
	margin: 0 18px 0 0; 
	padding: 0; 
}
#screen-404 ul.custom 
{ 
	margin-right: 0; 
}
#screen-404 ul li 
{ 
	list-style-image: none; 
	list-style-type: none; 
	margin: 0; 
	border-top: 1px solid #b3c6cc; 
	display: block; 
	line-height: 2.2; 
}
#screen-404 ul li a 
{
	font-size: 12px;
	color: #343434;
	text-decoration: none;
	text-transform: uppercase;
}

#screen-404 ul li a:hover 
{ 
	text-decoration: underline; 
}

#screen-404 ul li.last-item  
{ 
	border-bottom: 1px solid #b3c6cc; 
}
#screen-404 .txtNaoEncontrada {
	position: absolute;
	left: 5px;
	width: 395px;
	top: 235px;
	display: block;
	text-align: center;
	font-size: 26px;
	color: #4D4C4C;
	font-family: Verdana, Geneva, sans-serif;
}
#screen-404 h1 {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}

#screen-404 h3 {
	font-size: 12px;
	margin: 2px;
	padding: 0px;
}

#screen-404 address span {
	font-style: normal;
}
#screen-404 address .value {
	font-size: 14px;
}
