﻿/*
----------------------------------------
GENERIC ELEMENTS
----------------------------------------
*/
	body	{
		font-family: Verdana;
		font-size: 16px;
		line-height: 1.1em;
		color: #000;
		padding: 0;
		background: #fff;
		width:100%;
		margin:0;	
		}	
	p	{
		text-indent: 0em;
		margin: 0;
		padding: 0;
		}
	a	{
		text-decoration: none;
		}
	a:link	{
		color: #BF0000;
		border-bottom: 0px solid #bfbfbf;
		text-align: center;
		}
	a:visited	{
		color: #BF0000;
		border-bottom: 0px dotted #bfbfbf;
		}
	a:hover	{
		color: #600;
		border-bottom: 0px solid #600;
		}
	a:active	{
		color: #ccc;
		border-bottom: 0px solid #bfbfbf;
		}
/*
----------------------------------------
Banner
----------------------------------------
*/
	#banner	{
	background-color: #4A0015;
	line-height: 53px;
		}
/*

/*
----------------------------------------
GLOBAL WRAPPER
----------------------------------------
*/
	#wrap	{
		width: 770px;
		margin:0px auto;
		}
/*
----------------------------------------
BARRA MENU
----------------------------------------
*/
	#brr_hrzntl	{
	background-image: url('../imgns/fd_brr_mn.png');
	background-position:left bottom;
	line-height: 18px;
}

/*
----------------------------------------
NAVIGATION
----------------------------------------
*/
	#nav	{
		float: left;
		width: 220px;
		margin:5px 10px 10px 5px;
		
		}
	#listamenu {
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #CCCCCC #C0C0C0 #C0C0C0 #CCCCCC;
	background: url("../imgns/fine_speck.gif");
	width: 95%;
	list-style: none;
	font-family: Verdana;
	font-size: .8em;
	color: #003E82;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: center;
	padding: 0;
	margin: 0 auto 0 auto;
}
	#listamenu a {
		display: block;
		text-indent: 1px;
		text-align:center;
		background: url("../../../nav_right.gif") no-repeat bottom right;
		padding: 0.8em 0 0.8em 0;
		border: 0;
		}
	#listamenu a:hover	{
		color: #bfbfbf;
		}
/*
----------------------------------------
MAIN CONTENT
----------------------------------------
*/
	#main	{
	float: left;
	width: 68%;
	padding: 0px 0em 2em 0em;
	border-left: 1px solid #7385A6;
	border-right: 0px solid #7385A6;
	border-top: 0px solid #CCCCCC;
	margin-bottom: 2em;
	margin-top: 5px;
	text-align: left;
	background-image: url('../imgns/fine_speck.gif');
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

/*
----------------------------------------
Menu direito
----------------------------------------
*/

#menu2	{ 	float: left;
			display: block;
			width: 11%; 
			font-size: 0.9em;
			font-family: "Verdana";
			margin-left: 2%; 
			padding: 0.2em 0;
		}  
#menu2 a	{
		display: block;
		padding: 0 0 0 0;
		border-bottom: 0px;
		text-align: left;

		}
#menu2 a:hover	{
		color: #ffffff;
		background-color:#ffffff;
		border-bottom: 0px;
		}
#menu2 a:link	{
		color: #666666;
		border-bottom: 0px;
		}
#menu2 a:visited	{
		color: #666666;
		border-bottom: 0px;
		}
#menu2 a:active	{
		color: #666666;
		border-bottom: 0px;
		}

/*
----------------------------------------
FOOTER
----------------------------------------
*/
	#footer	{
	clear: both;
	width: 90%;
	color: #666;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .1em;
	padding: 10px 0 20px 0;
	border-top: 2px solid #666;
	margin: 0 auto 0em auto;
	z-index: 2;
}


