/* CSS Document */


/*Credits: Web-Kreation */
/*URL: http://web-kreation.com/blog/?p=19 */

/***** Global Settings *****/

.margem{font-family:Arial;font-size:14px;color:#000000;padding-left:10px;padding-right:10px;padding-bottom:0px;}
 
html, body {
     border:0;
     margin:0;
     padding:0;
     height: 100%;
	 background-color:#000000
}
 
body {
     font: 100%/1.25 arial, helvetica, sans-serif;
     color: #000000;
}

/***** Main Formatting *****/
#wrapper {
	display: block;
	width: 600px;
	margin: 0;
}

/***** Menu Formatting *****/
#memu { 
	display: block;
    text-align: center;
    font-size: 120%;
    text-decoration: none;
}

#menu ul { 
	width: 600px; /*If your links text is bigger you will have to adjust this value*/
    height: 34px;
	margin: 0;
	padding: 0;
	line-height: 34px; /*same as height. This will center your text verticaly*/
	text-decoration: none;
    background: url(../img/menu_bg.jpg) repeat-x left top;
}

/*Left Corner*/
#menu ul li.left {
	display: block;
	float: left;
	clear: left;
	width: 30px;
	height: 34px;
    background: url(../img/menu_l.jpg) no-repeat left top;
}

/*Right Corner*/
#menu ul li.right {
	display: block;
	float: right;
	clear: right;
	width: 30px;
	height: 34px;
	background: url(../img/menu_r.jpg) no-repeat right top;
}

#menu ul li { 
	width: auto;
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
	text-decoration: none;
}
			
#menu ul li a { 
	display: block;
	text-decoration: none;
	text-transform: inherit;
	padding: 0 25px;
	color: #CCCCCC;
}

#menu ul li em {
	display: block;
	float: left;
	width: 2px;
	height: 34px;
    background: url(../img/menu_sep.jpg) no-repeat left top;
}

/*last separator*/
/*This will add a separator after your last link*/
#menu ul li.sep {
	width: 2px;
    background: url(../img/menu_sep.jpg) no-repeat left top;
}
		  
#menu ul li a:hover, #menu ul li a.active { 
	background: transparent url(../img/menu_over.jpg) repeat-x center top;
	text-decoration: none;
	Color: white;
}

#menu ul li a.active {
	font-weight: bold;
	cursor: default;
}
.txt{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;

}
.menuCarro a {
	color : #000000;
	text-decoration: none;
}
.menuCarro a:hover {
	color : #999999;
}
.title {
	color : #D44409;
	font-size : 15px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	padding-left:10px;
	}
.menu02 {
	color : #ffffff;
	font-size : 13px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.linkando a {
	color : #666666;
	font-style:bold;

}
.linkando a:hover {
	color : #000000;
	text-decoration:underline;
}
.uteis a {
	color : #000000;
	text-decoration:none;
	font-size:11px;
}
.uteis a:hover {
	color : #ff0000;
	text-decoration:underline;
	font-size:11px;

}
/******IE hack******/
[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]
