/*Reset*/
*{
	top: 0;
    margin:0;
    padding:0;list-style:none;
    vertical-align:baseline;
    outline: none;
    border: none;
}
table {border-collapse:collapse; border-spacing:0;}
ol,ul {list-style:none;}
/*h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}*/
/*End Reset*/

/*Classes Global*/
.center {text-align:center !important;}
/*End Classes*/

/* =LINKS */
a:link {
	color: #c0c0c0; 
	text-decoration:none;
}
a:visited {color: #c0c0c0; text-decoration:none;}
a:hover {
	color:#0080ff;
	text-decoration:none;
}

/*End links*/

body {
	background:url(../img/bg_top.jpg) #1f1d1d center top no-repeat;
	color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

/*Header Geral Style---------------------------------------------------------------------*/
#g_header {
	width: auto;
	min-height: 91px;
	background: url(../img/bgl.jpg) repeat-x top;
}
/*Content Header-------------------------------------------------------------------------*/
#c_header {margin: 0 auto; width: 962px; height: 91px; background: url(../img/bgl.jpg) repeat-x top;}

#c_header #logo {
	clear: both;
	background: url(../img/tag_logo.png) no-repeat;
	width:346px; height:60px; margin-top: 10px; text-indent: -99999999px;
	float: left;
	
}

/*Menu*/
#nav_menu {
	background: url(../img/nav_menu.png) no-repeat; width: 612px; height: 44px;
	float: right;
	margin: 18px 4px 0 0;
	max-width:612px;
}
/*Content Nav Menu*/
#nav_menu ul{margin: 10px 0 0 4px; font-size: 7pt;}
#nav_menu li{width: auto; position: relative; float: left; font-weight: bold; color: #4bfe04;text-align: center; }
#nav_menu li.lt1 {width: 79px;}
#nav_menu li.lt2 {width: 63px;}
#nav_menu li.lt3 {width: 68px;}
#nav_menu li.lt4 {width: 61px;}
#nav_menu li.lt5 {width: 58px; padding-left: 4px;}
#nav_menu li.lt6 {width: 106px;}
#nav_menu li.lt7 {width: 80px;}
#nav_menu li.lt8 {width: 80px;}
#nav_menu li a:link {color: #4bfe04; }
#nav_menu li a:visited {color: #b4ff97; text-decoration:none;}
#nav_menu li a:hover{color: #00ffff; cursor: pointer;}


/*Content Geral Style-------------------------------------------------------------------*/
#g_middle {
	width: auto;
	min-height: 100%;
	/*background-color: #444343;*/
	background: url(../img/fundo.png) repeat top;
}
#c_middle {margin: 0 auto; width: 962px; height: auto;}

/*Footer Geral Style--------------------------------------------------------------------*/
#g_footer {
	width: auto;
	height: auto;
	background-color: #0b0b0b;
}

#c_footer {margin: 0 auto; width: 962px; padding-top: 80px;}
#c_footer .telemail {color: #fff;}
#c_footer address {
	color:#6C6C6C;
	float:left;
	margin-left: 60px;
	font:11px arial,tahoma,helvetica,sans-serif;
	width:500px;
}
#c_footer .rights{padding-top: 40px; clear: left; color: #707052 !important; margin-bottom: 0; text-align:center;}

#c_footer #bot_menu {width:auto;clear: both; font-size: 10pt; text-align: center}
#c_footer #bot_menu li {width: 100px; height: 20px;display:inline;padding:0 5px 0 5px; border-left: 1px solid #808080}
#c_footer #bot_menu li a {color:#808080;text-decoration: none;}
#c_footer #bot_menu li a:hover {color:#034afe; text-decoration: underline;}

