@charset "UTF-8";
/* CSS Document */

HTML {
                margin: 0px;
                padding: 0px;
                height: 100%;
        }

        BODY
        {
                margin: 0px;
                padding: 0px;
                height: 100%;
        }

#headerbar a {
  color: #15c;
  text-decoration: none;
  }
  a:active {
  color: #d14836;
  }
  a:hover {
  text-decoration: underline;
  }
  
#headerbar ol, #headerbar ul {
  list-style: none;
  line-height: 17px;
  margin: 0 0 1em;
  }
#headerbar  li {
  margin: 0 0 .5em;
  }
  
#headerbar {
	width:100%;
	height: 60px;
	position:absolute;
	min-width:800px;
	z-index:15;
	border:1px solid #EDEDED;
	background-color:#F0F0F0;
}

#lunardiglogo{
	position: relative; top: 5px; height: 40px; border:1px solid #FEFEFE;
	float:left;
}

#headerbarad
{
	float:left;
	padding-left:80px;
	padding-top:20px;
}


#header-right-sizer {
	float:right;
	padding-right:40px;
	padding-top:15px;
}

#headerinfobar{
	float:left;
	height: 40px; min-width:200px;
}

#headerbarmenu
{
	float:right;
}

#headerbarmenu ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#headerbarmenu a
{
    display: block;
    width: 8em;
    color: black;
    background-color: #EEEEEE;
    text-decoration:none;
    text-align: center;
}

#headerbarmenu a:hover {
    background-color: #F5F5F5;
}

#headerbarmenu li {
    float: left;
	line-height:27px;
}

#menu-text {
}

#menu-button {
	display:block;
	border-color:rgb(198,198,198);
	border:1px;
	border-style:solid;
	border-radius:2px 2px 2px 2px;
}

.wrapper {
	width:100%;
	height:100%;
}

.main-content {
	position:relative;
	width:100%;
	padding-top:60px; /* this should match #headerbar height: */
	max-width: 1000px;
	clear:both;
}

