/*********************************************************** */
/*CORRIDA DA FOGUEIRA - 2009
/*DESIGN: TROPICO PROPAGANDA
/*XHTML + CSS: ATO INTERATIVO [ARETA DO BEM]
/*JUNHO DE 2009
/*********************************************************** */
body {
background:	#380000 url(../images/bg_.jpg) repeat-x left top;	
color:		#fff;
font:		13px "Trebuchet MS", Arial, Helvetica, sans-serif;
margin:		0;
padding:	0;
text-align: center;
}
/*********************************************************** */
/*ESTRUTURA
/*********************************************************** */
#palco {
width: 		790px;
height: 	auto;
padding: 	5px;
margin: 	20px auto;
background: #530D0D;
text-align: left;
}
#topo{
width: 		790px;
height: 	257px;
padding: 	0;
margin:		0;
background:	#000 url(../images/bg_topo.jpg) left top no-repeat;
}
ul#menu {
width:		790px;
height:		45px;
background:	#000 url(../images/bg_Menu.jpg) 1px 1px repeat-x;
padding:	0;
margin:		0;
overflow:	hidden;
text-align: center;
}
#conteudo {
width: 		770px;
height: 	auto;
padding: 	10px;
margin:		0;
background:	#1E0804;
clear:		both;
}
.cont {
width: 		auto;
height: 	auto;
background: #5F0E0E;
padding: 	5px;
margin:		0;
}
#rodape {
width: 		780px;
height: 	auto;
padding: 	5px;
margin:		0;
background:	#000;
font-size:  11px;
color:		#181818;
clear:		both;
}
/*********************************************************** */
/*MENU
/*********************************************************** */
ul#menu li {
width:   	145px;
_width:   	135px;
height:		43px;
padding:  	0;
margin:		0;
background:	#000 url(../images/bg_MenuLi.jpg) 0 0 no-repeat;
border:		1px solid #000;
list-style: none;
float:		left;
}
ul#menu li.inicio{
border-left:2px solid #000;
margin:0 0 0 28px;
}
ul#menu li.fim{
border-right: 2px solid #000;
}
ul#menu li:hover,
body#home ul#menu li#Li1  {
background:	#BABABA url(../images/bg_MenuLi.jpg) 0 -43px no-repeat;
cursor:		pointer;
color:		#000;
}

ul#menu li:hover,
body#inscricao ul#menu li#Li2  {
background:	#BABABA url(../images/bg_MenuLi.jpg) 0 -43px no-repeat;
cursor:		pointer;
color:		#000;
}

ul#menu li:hover,
body#percurso ul#menu li#Li3  {
background:	#BABABA url(../images/bg_MenuLi.jpg) 0 -43px no-repeat;
cursor:		pointer;
color:		#000;
}

ul#menu li:hover,
body#regulamento ul#menu li#Li4  {
background:	#BABABA url(../images/bg_MenuLi.jpg) 0 -43px no-repeat;
cursor:		pointer;
color:		#000;
}

ul#menu li:hover,
body#kit ul#menu li#Li5  {
background:	#BABABA url(../images/bg_MenuLi.jpg) 0 -43px no-repeat;
cursor:		pointer;
color:		#000;
}
ul#menu li a {
font-size: 21px;
color:		#fff;
text-decoration: none;
display: 	block;
padding:	12px 5px 5px 5px;
text-transform:uppercase;
letter-spacing: -1px;
}
ul#menu li a:hover,
body#home ul#menu li#Li1 a {
color:		#000;
}

ul#menu li a:hover,
body#inscricao ul#menu li#Li2 a {
color:		#000;
}

ul#menu li a:hover,
body#percurso ul#menu li#Li3 a {
color:		#000;
}

ul#menu li a:hover,
body#regulamento ul#menu li#Li4 a {
color:		#000;
}

ul#menu li a:hover,
body#kit ul#menu li#Li5 a {
color:		#000;
}

/*********************************************************** */
/*TITULOS
/*********************************************************** */
h1,h2,h3,h4,h5,h6 {
padding: 0;
margin: 0;
font-family: "Trebuchet MS";
text-transform: uppercase;
letter-spacing: -1px;
font-weight: normal;
}
h1 {
color:		#000;
display: 	none;
}
h2 {
font-size: 27px;
}
h2, h3 {
color:#FAB955;
cursor:pointer;
}
/*********************************************************** */
/*LINK
/*********************************************************** */
a{
color:#FAB955;
text-decoration:none;
font-size:14px}


/*********************************************************** */
/*GERAL
/*********************************************************** */
.left {
float: left;
padding: 0;
margin: 0;
}
.right {
float: right;
padding: 0;
margin: 0;
}
.clear {
clear: both;
padding: 0;
margin:	0;
height:	1pt;
font-size: 1pt;
}
img {
border:none;
}
p {
padding: 0;
margin: 0 0 2px 0;
font-size: 13px;
}