﻿html, body {
/*height: 100%;*/
margin: 0;
padding: 0;
overflow:hidden;
}

.headerMenu ul {
 margin-right: 5px;
}
.headerMenu li {
 display: inline;
 list-style-type: none;
 margin: 0px;
 padding: 0px;
}
.headerWrap {
 
 height:110px;
margin: 5px auto 0 auto;
}
.headerWrapLeft {
 position:absolute;
 float: left;
 width: 20px;
 height: 110px;
 margin: 0px;
 background: url(/moz/images/header-bg-left-trans.png) no-repeat;
}
.headerWrapCenter {
 position:absolute;
 float: left;
 height: 110px;
 margin-left: 20px;
 background: url(/moz/images/header-bg-center.png) repeat-x;
}
.headerWrapRight {
 position:absolute;
 float: left;
 width: 20px;
 height: 110px;
 margin-left: 980px;
 background: url(/moz/images/header-bg-right-trans.png) no-repeat;
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

#content {
z-index:1;
}

.Text1
{
	font-size: 24px;
	color: #ff6600;
	font-family: 'Lucida Calligraphy' , Cursive;
	margin-bottom:6px;
	margin-left:5px;
	margin-top:15px;
}
.Text2
{
		color: white;
  font-weight:bold;
	font-family:     Verdana;
	margin-bottom:6px;

}

.Menu1
{
	font-size: 24px;
	color: #ff6600;
	font-family: 'Lucida Calligraphy' , Cursive;
	margin-left:5px;

}
.Menu2
{
	font-size: 18px;
	font-family: Verdana;
	
		color: WHITE;

}
.Promo1
{
	font-size: 15px;
	color: #ff6600;
	font-family: Verdana , Cursive;
	margin-left:5px;

}
.Promo2
{
	font-size: 15px;
	font-family: Verdana;
	
		color: WHITE;

}


/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; width: 600px;
    background: url("/moz/images/bg.png") no-repeat top;
    padding: 9px; margin: 10px 35px;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("/moz/images/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("/moz/images/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
        


.gallery
{
	float:left;
}




