/****************************************************************/
/*	Design: 	ICI									*/
/*	Author: 	ICI Petrópolis										*/
/*	Date:		2008	
								*/
/*	Release:	ICI											*/
/*	Website: 						*/
/****************************************************************/ 

/********************************/
/*	Main Body 					*/
/********************************/

body        /*Fundo da pagina principal*/
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #6B6B6B;
  color: #333333;
  margin: 0 auto;
  padding: 0;
}

/********************************/
/*	Page Container				*/
/********************************/

#wrapper   /*Pagina lateral Parceiros Apoio*/
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 890px;
      height: 1600px;
	background-color: #2f2f2f;
	color: #333333;
	border: 2px solid gray;
}

/********************************/
/*	Main Header					*/
/********************************/

#top-bar
{
	background-color: #2f2f2f;
	color: #333333;
	height: 40px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

#header       /*pagina da logo marca Fênix*/
{
	background-image: url(imgsite/banner.jpg);
	width: 890px;
	height: 160px;
	border-bottom: 2px solid gray;
}

.header-title
{
	font-size: 110%;
	color: #2f2f2f;
	background-color: inherit;
	padding-left: 20px;
	padding-top: 30px;
}

/********************************/
/*	Level 2 Navigation			*/
/********************************/

#navigation-2     /*pagina Menu*/
{
	clear: both;
	background-color: #8cc91a;
	color: inherit;
	font-size: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	height: 22px;
	border-bottom: 2px solid gray;
	font-weight: bold;
}

#navigation-2 ul li
{
	display: inline;
}


#navigation-2 a     /*formato do texto do Menu*/
{
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border-right: 1px solid black;
	color: black;
	background-color: inherit;
	font-size: 80%;
}

#navigation-2 a:hover    /*Link do Menu*/
{
	color: white;
	background-color: inherit;
}

/*
#navigation-2 a
{
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
}
*/
/********************************/
/*	Pathway	(Not Used)			*/
/********************************/

#pathway
{
	clear: left;
	background-color: #99aaaa;
	color: inherit;
	width: 500px;
	float: left;
	height: 50px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 5px;
	margin-left: 1px;
	margin-right: 5px;
}

/************************************/
/*	Content							*/
/************************************/

#content      /*Pagina central*/
{
	clear: left;
	background-color: #ffffff;
	color: inherit;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 20px;
	margin-right: 5px;
	width: 650px;
	height: 1600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	border-right: 2px solid gray;
	float: left;
}

#content p
{
	border-bottom: 1px dashed white;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 16px;
}

#content h1
{
	color: #8cc91a;
	background-color: inherit;
	font-size: 1em;
	padding-top: 10px;
}

#content a
{
	text-decoration: none;
	color: black;
	background-color: inherit;
}

#content a:hover
{
	text-decoration: underline;
}


/********************************/
/*	Right Side					*/
/********************************/

#side-bar
{
	float: right;
	width: 140px;
	padding: 25px 10px 10px;
	color: #fff;
	background-color: inherit;
	font-size: 0.7em;
	margin-right: 10px;
}

#side-bar h1
{
	color: #fff;
	background-color: inherit;
	font-size: 1em;
	padding-bottom: 10px;
	padding-top: 10px;
}

#side-bar p
{
	border-bottom: 2px dashed #fff;
	padding-bottom: 10px;
}

#side-bar a
{
	text-decoration: none;
	color: #8cc91a;
	background-color: inherit;
}

#side-bar a:hover
{
	text-decoration: underline;
}


/********************************/
/* Footer						*/
/********************************/

#footer
{
	background-color: #638d15;
	clear: both;
	text-align: center;
	padding-bottom: 5px;
	font-size: 0.6em;
	border-top: 2px solid gray;
	padding-top: 10px;
	color: #fff;
}

#footer ul li
{
	display: inline;
	padding: 10px;
	color: #fff;
	background-color: inherit;
}

#footer a
{
	text-decoration: none;
	color: #fff;
	background-color: inherit;
}

#footer a:hover
{
	text-decoration: underline;
}

/************************************/
/*	Misc							*/
/************************************/


*
{
	padding:0;
	margin:0;
}	
