/*==================================================================*/
/* General styles											*/
/*==================================================================*/

@import url(reset.css);

body {
	background: transparent url(../imgs/pattern.gif) repeat left top;
	font: 10pt "Helvetica Neue",  "Lucida Grande",Arial, sans-serif;
	color: #054834;
	font-weight:bold;
}

/*==================================================================*/
/* Position															*/
/*==================================================================*/

#splash {
	position: absolute;
	width: 630px;
	height: 390px;
	top: 50%;
	left: 50%;
	margin: -210px 0 0 -330px;
	background: transparent url(../imgs/splash.png) no-repeat left top;
	padding: 15px 25px 25px 15px;
	text-align: center;
	font-size: 11pt;
}

/*==================================================================*/
/* Headers															*/
/*==================================================================*/

#splash h1 {
	width: 360px;
	height: 93px;
	margin: 30px auto;
	background: transparent url(../imgs/logos/splash.gif) no-repeat left top;
	text-indent: -9999px;
}

#splash h2 {
	
	color: #4d4937;
	padding-top:30px
}

/*==================================================================*/
/* Chooser															*/
/*==================================================================*/

#splash ul {
	margin: 35px 0 60px 0;
}

#splash ul li {
	margin-bottom: 1em;
font-size:13px;
}

#splash ul li a {
	text-decoration: none;
	
	background: transparent url(../imgs/splash_bullets.gif) no-repeat left bottom;
	padding-left: 12px;
}

#splash ul li a:hover {
	/*text-decoration: underline;*/
}

#splash ul li.cidadeJardim, #splash ul li.cidadeJardim a {
	color: #9c3700;
}

#splash ul li.jardimPaulista, #splash ul li.jardimPaulista a {
	background-position: -576px bottom;
	color: #054834;
}

/*==================================================================*/
/* Chooser															*/
/*==================================================================*/

#splash p, #splash p a {
	color: #4d4937;
	text-transform: lowercase;
	text-decoration: none;
	font-size:12px;
	line-height:18px
}

#splash p a:hover {
	/*text-decoration: underline;*/
}
