@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background:url(../images/back_raport.jpg);
	background-position:center;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*TITLE STYLES*/
h1 {
font:12px Verdana;
font-weight:bold;
text-align:left;
text-shadow:#0C0;
color:#000000;
}

h2 {
font:12px Verdana;
font-weight:inherit;
text-align:right;
text-shadow:#0C0;
color:#000000;
}

h3 {
font:12px Verdana;
font-weight:inherit;
text-align:left;
text-shadow:#0C0;
color:#000000;
}

h4 {
font:12px Verdana;
font-weight:bold;
text-align:right;
text-shadow:#0C0;
color:#000000;
}

/*PARAGRAPHY STYLES*/

p {
font:12px Verdana;
text-align:right;
}

/*CONTAINER*/
#container {
background-color:none;
width:860px;
margin-right:auto;
margin-left:auto;
position:relative;
}

#top {
background-color:#000;
height:60px;
}

#center {
background-image:url(../images/index.jpg);
height:645px;
}

#flash {
	position:absolute;
	left: 228px;
	top: 159px;
}

#info {
	position:absolute;
	left: 493px;
	top: 280px;
}

#info2 {
	position:absolute;
	left: 482px;
	top: 242px;
	width: 565px;
}

#foot {
background-color:#000;
height:60px;
}

#info {
	position:absolute;
	left: 250px;
	top: 247px;
}

/*MENU*/

#menu ul {
	list-style-type:none;
	position:absolute;
	left: 392px;
	top: 95px;
	width: 470px;
	height: 118px;
}

#menu ul li {
	float:left;
	width:93px;
	height:100px;
	left: 874px;
	top: 682px;
}

#menu ul li #home, #menu ul li #desenvolvimento, #menu ul li #ce, #menu ul li #artigos, #menu ul li #contatos {
	background:url(../images/parte-menu.png);
	display:block;
	width:93px;
	height:100px;
	cursor:pointer;
	text-indent:-9000px;
	overflow:hidden;
}

/* POSICIONAMENTO 1 */

#menu ul li #home {
	background-position:475px 97px;
}

#menu ul li #desenvolvimento {
	background-position:380px 0px;
}

#menu ul li #ce {
	background-position:288px 0;
}

#menu ul li #artigos {
	background-position:193px 0;
}

#menu ul li #contatos {
	background-position:99px 0;
}

/* POSICIONAMENTO 2 */

#menu ul li #home:hover {
	background-position:475px -97px;
}

#menu ul li #desenvolvimento:hover {
	background-position:380px -98px;
}

#menu ul li #ce:hover {
	background-position:288px -98px;
}

#menu ul li #artigos:hover {
	background-position:193px -98px;
}

#menu ul li #contatos:hover {
	background-position:99px -98px;
}

/* FIM DO MENU */
