/* --- HEADER --------- */

#logo-box {
/* background: transparent url("images/logo_big.gif") no-repeat; */
}

/* --- HEADER MENU NAVBAR --------- */

.menu {
background: transparent;
height: 40px;
width: 850px;
text-align: center;
}

.menu ul {
margin: 0px;
padding: 0px;
text-align: center;
}

.menu ul li {
font-size: 11px;
font-weight: bold;
display: inline;
margin: 0px;
padding: 0px;
font-family: Tahoma, Geneva, Verdana, sans-serif;
}

.menu ul li a {
line-height: 40px;
color: #999;
text-decoration: none;
}

.menu ul li a:hover {
color: #FF9800;
}

.sep-bar {
color: #B59A0F;
}


/* --- SPACERS --------- */

#spacer-2px {
margin: 2px;
}

#spacer-5px {
margin: 5px;
}

#spacer-10px {
height: 10px;
}

#spacer-20px {
height: 20px;
}

#spacer-30px {
height: 30px;
}
