@charset "utf-8";
/* CSS Document TFA BRAZYL 2011*/

/*RESET*/
* {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none;
}

img {
	border: 0;	
}

body {
	background-image: url('../images/back1-content.jpg');
	background-color: #1e181a;
	font-family: Tahoma;
}

p {
	font-family: helvetica, verdana, sans-serif;
	font-size: .8em;
	color: #959595;
}


/*BACKGROUND TOP*/
#back_top {
	background-image: url('../images/back1-top.jpg');
	background-repeat: repeat-x;
	height: 278px;
	width: 100%;
	
}/*BACKGROUND TOP*/

/*HEADER*/
#header {
	margin-left: auto;
	margin-right: auto;
	height: 278px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	width: 960px;
}

#header_inner {
	padding-top: 100px;	
}
/*HEADER*/


/*CONTENT*/
#content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #0C6;*/
}

#content_inner {
	padding-top: 0px;
	padding-left: 110px;
	padding-right: 110px;
	padding-bottom: 25px;
}
/*CONTENT*/

p.cont {
	padding-bottom: 25px;
	color: #959595;
	/*width: 80%;*/
	/*background-color:#f00;*/
}


/*FOOTER*/
#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
	/*background-color: #09C;*/
}

#footer_inner {
	padding-left: 110px;
	padding-right: 110px;
	padding-bottom: 50px;
}

#footer p {
	text-align: right;
	font-weight: bold;
	font-size: 1em;
}
/*FOOTER*/


/*QUOTE*/
#quote {
	padding-left: 370px;
	padding-bottom: 60px;
	margin-right: 70px;
	color: #959595;
}

.quote {
    padding:            2px;
	text-align:			right;
	font-style:			italic;
	font-weight:        bold;
	font-size:			14px;
    /*color:          	#fff;*/
}
.quote2 {
    padding:            2px;
	text-align:			right;
    font-weight:        bold;
	font-size:			11px;
    /*color:              #fff;*/
}

/*
#quote p.q {
	font-size: .8em;
	width: 410px;
	/*background-color:#36C;*/
}
/*
#quote p.w {
	padding-top: 5px;
	font-size: .7em;
}
*/

#search {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	/*background-color:#906;*/
	color: #959595;
}

#search input {
	border: 1px solid #661416;
	background-color: #0d0502;
	font-size: 1em;
	height: 1.2em;
	width: 230px;
	color: #959595;
}

#search input:focus {
	border: 2px solid #b21519;
}


/*MENU*/
#menu * {
	margin: 0;
	padding: 0;	
	color: #CCC;
}

#menu {
	/*border: 3px solid #0f0;*/
	padding-left: 120px;
	float: left;
}

#menu ul {
	/*border: 2px solid #f00;*/
	float: left;
}

#menu li {
	/*border: 2px solid #00f;*/
	list-style-type: none;
	float: left;
	
	
}


#menu a {	
	display: block;
	
}


#menu a:hover {
	
}

/*NEWS*/
#news-header {
	padding:		4px;	
	color:			#fff;
	font-weight:	bold;	
	width:			740px;
	float:			left;
	text-decoration: underline;
}

#news {
	padding:		4px;
	color:			#fff;
	line-height:	16px;
	width:			752px;
	float:			left;
	font-size:		12px;
}

#news-footer {
	padding:		4px;
	color:			#fff;
	width:			752px;
	float:			left;
	font-size:		12px;
	text-align: 	right;
}

a {
color: #fff;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/*LISTA BOOTLEGOW*/
.boot {
	margin:				0;
	padding:			4px;
	}

.boot2 {
	margin:				0;
	padding:			4px;
	}

.boot a {
	text-decoration:	none;		
	}
	
.boot a:hover {
	text-decoration:        underline;
	}
	
.boot2 a {
	text-decoration:	none;
	}
	
.boot2 a:hover {
	text-decoration:        underline;
	}	
/*************************************************/
