/* CSS Document */
/* commented backslash hack to hide from ie5 mac \*/ 
html, body	{
	height:100%;
	} 
/* end hack */
html,body {
	margin:0;
	padding:0;
}
body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	min-width:900px;/* stop mozilla sliding off the edge */
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	min-height:100%;
	margin-bottom:-118px;
	height:auto;
	background:none;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
* html .container {height:100%;} /* for ie to resize */
.clearfooter{
	clear:both;
	height:118px;
}

/*-------------- Styles for the entire LavaLamp menu ----------------*/
.mainMenu {
	border-bottom:1px solid #d8d8d8;
	position:relative;
	float:left;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	height: 38px;
	width:99.8%;
	text-transform: uppercase;
	left:auto;
	text-align: left;
}
.lavaLamp {
	float:none;
  position: relative;
  height: 38px; 
  /*  background: url("../image/bg.gif") no-repeat top;*/
	margin:0px;
	white-space:nowrap;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {height:1px;}



    /* Force the list to flow horizontally */
    .lavaLamp li {
      float: left;
      list-style: none;
      position:relative;
      z-index: 20;
      display:block;
    }
    .lavaLamp li ul {
    	display:none;
    	position:absolute;
    	left:0;
    	top:35px;
    	width:200px;
    	background:#fff;
    	padding:0;
    	background:url(images/roundBtm.png) no-repeat left bottom;
    	padding-bottom:5px;
    }
    .lavaLamp li ul li {
    	float:none;
    	display:block;
    	padding:0;
    	background:#4F4F4F;
    }
    .lavaLamp li ul li.first {
    	background:url(images/roundTop.png) no-repeat left top;
    	padding-top:5px;
    }
    .lavaLamp li ul a {
    	font-size:11px;
    	height:auto;
    	line-height:24px;
    	display:block;
    	float:none;
    	text-align: left;
    	padding:0 5px;
    	margin:0;
    	font-weight:100;
    	color:#fff;	
    }
    .lavaLamp li ul a:hover {
    	color:#222;	
    	background:url(images/nav.gif) no-repeat center top;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("images/nav.gif") no-repeat right -38px;
            width: 9px; height: 38px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("images/nav.gif") no-repeat top left;
                height: 38px;
                margin-right: 9px;
				
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            font:bold 12px arial;
            color: #000; outline: none;
            text-align: center;
            height: 38px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 9px;
			line-height:38px;
        }
		.lavaLamp li a:hover {
			color:#fff;
		}
/*------------------------------------------------------------------*/



