@charset "utf-8";

body { background: #fcbb75; }

/* informações que podem mudar por tela do marker */
.mark_top { background: url(../img/laranja/mark_top.gif) no-repeat right; }
.mark_bg { background: url(../img/laranja/mark_bg.gif) right repeat-y; }
#mark {  background: url(../img/laranja/mark_arrow.gif); }
.mark_bottom { background: url(../img/laranja/mark_bottom.gif) no-repeat right; }
/* até aqui */

/* informações que podem mudar por tela do menu lateral */
#menu_lateral h2 { color: #f9a45e; }
#menu_lateral ul li.barrinha_lateral, #menu_lateral ul li.barrinha_lateral:hover { background: url(../img/laranja/barrinha_lateral.gif) repeat-x center; }
#menu_lateral .lateral_bg { background: #f68121 url(../img/laranja/lateral_bg.gif) left top repeat-y; }
#menu_lateral ul { background: url(../img/laranja/lateral_bottom.jpg) bottom left no-repeat; }
#menu_lateral ul li.click,
#menu_lateral ul li:hover { background: url(../img/laranja/hover_lateral.gif) repeat-x; }
/* até aqui */