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

#header {
width: 1000px;
margin-top:0px;
float:left;
border-bottom: 7px solid #060404;
}

#logo_main {
width: 1000px;
height:150px;
margin-top:0px;
float:left;
background-image: url(../images/header.png);
}

#nav_expo {
width: 1000px;
margin-top:0px;
float:left;
border-top:10px solid #b5a78f;
}

#mainmenu {
width: 1000px;
height:75px;
margin-top:0px;
float:left;
background-image: url(../images/navbar_bg.png);
border-bottom:1px solid #000;
border-top:1px solid #000;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; width: 1000px;
/*    background: url("../image/bg.gif") no-repeat top; */
    padding: 15px; margin: 6px 0px 0px 28px;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
		margin:0px 32px 0px 00px;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../images/lava.png") no-repeat right -37px;
            width: 9px; height: 37px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../images/lava.png") no-repeat top left;
                height: 37px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            color: #fff; outline: none;
            text-align: center;
            height: 37px; top: 9px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 16px;
			
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight:normal;
        }




#expo {
width: 1000px;
height:326px;
margin-top:0px;
background-color: #0d0a09;
float:left;
}


