/*-----------------------------------------------
General Settings
.................................................
*/
*
{
    margin:0px;
	padding:0px;
}

img
{
    border:0px;
}


.main
{
    width:100%;
    height:auto;
    background-image:url('../images/bgBottom.jpg');
    background-position:bottom center;
    background-repeat:no-repeat;
}
/*-----------------------------------------------











-----------------------------------------------
Flash Menu Top
.................................................
*/
.boxMenu
{
    width:100%;
    height:92px;
}
/*-----------------------------------------------











-------------------------------------------------
Content site
.................................................
*/
.boxCenter
{
    width:100%;
    height:auto;
    background-image:url('../images/bgTop.jpg');
    background-position:top center;
    background-repeat:no-repeat;
}
	/*-----------------------------------------------
	Two Panels Config
	.................................................
	*/
	.boxCenter .panel980
	{
		width:980px;
		height:auto;
		margin:0 auto;
		padding-bottom:50px;
	}
	/*---------------------------------------------------
		


		
		-------------------------------------------------
		Left Menu
		.................................................
		*/
		.boxCenter .withLeftMenu .menu
		{
			width:280px;
			height:auto;
			float:left;
			margin-top:70px;
		}
		
		.boxCenter .withLeftMenu .menu h2
		{
			font-family:"Trebuchet MS", "Times New Roman";
			font-size:20px;
			color:#8EAB45;
			text-transform:uppercase;
			margin-bottom:25px;
		}
		
		.boxCenter .withLeftMenu .menu ul
		{
			list-style:none;
		}
		
		.boxCenter .withLeftMenu .menu ul li
		{
			font-family:"Trebuchet MS", "Times New Roman";
			font-size:14px;
			color:#a0a1a0;
		}
		
		.boxCenter .withLeftMenu .menu ul li a
		{
			text-decoration:none;
			color:#a0a1a0;
		}
		
		.boxCenter .withLeftMenu .menu ul li a:hover, .boxCenter .withLeftMenu .menu ul li a.current
		{
			text-decoration:underline;
			color:#d0e2e3;
		}
		/*-----------------------------------------------
		


		
		-------------------------------------------------
		Content - Some
		.................................................
		*/
		.boxCenter .content
		{
			font-family:"Trebuchet MS", "Times New Roman";
			font-size:12px;
			color:#969B9B;
		}
		
		.boxCenter h2
		{
			font-family:"Trebuchet MS", "Times New Roman";
			font-size:20px;
			color:#8EAB45;
			text-transform:uppercase;
			margin-bottom:25px;
		}
		
		
		.boxCenter .content a
		{
			color:#5B718B;
			text-decoration:none;
			font-weight:bold;
		}
		
		.boxCenter .content a:hover
		{
			color:#38506A;
		}
		
		.boxCenter .content ol
		{
			list-style-position:inside;
		}
		
		.boxCenter .content ol li
		{
			margin-bottom:15px;
		}
		
		.boxCenter .content p
		{
			margin-bottom:20px;
		}
		/*-----------------------------------------------
		


		
		-------------------------------------------------
		Content - withLeftMenu
		.................................................
		*/
		.boxCenter .withLeftMenu .content
		{
			width:465px;
			height:auto;
			float:left;
			margin-right:20px;
			margin-top:85px;
			padding-top:40px;
			border-top:1px solid #DFE5E6;
		}
		/*-----------------------------------------------
		


		
		-------------------------------------------------
		Content - fullPanel
		.................................................
		*/
		.boxCenter .fullPanel .content
		{
			width:465px;
			height:auto;
			padding-right:280px;
			margin-right:20px;
			margin-top:70px;
			float:left;
		}
		/*-----------------------------------------------
		


		
		-------------------------------------------------
		Right image 
		.................................................
		*/
		.boxCenter .image
		{
			width:212px;
			height:751px;
			float:left;
		}
/*-----------------------------------------------











-----------------------------------------------
Footer
.................................................
*/
.boxFooter
{
    width:980px;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:50px;
    height:auto;
	text-align:center;
	border-top:1px dashed #ebebeb;
	font-family:Tahoma, Verdana, "Lucida Console";
	font-size:10px;
	color:#CDDADF;
}

.boxFooter a
{
	color:#CDDADF;
	font-size:12px;
}


.boxFooter a:hover
{
	color:#6B7F93;
}

.boxFooter .menu
{
	color:#C2D294;
}

.boxFooter .menu a
{
	color:#C2D294;
	text-decoration:none;
}

.boxFooter .menu a:hover
{
	color:#8A9E51;
}

.boxFooter .direitos
{
	color:#8EABB0;
}

.boxFooter .dev
{
	font-size:10px;
	color:#E5AB7E;
}

.boxFooter .dev a
{
	font-size:10px;
	color:#E5AB7E;
}

.boxFooter .dev a:hover
{
	color:#EED1BB;
}

/*-----------------------------------------------/*

