body {
	margin: 0px;
	padding: 0px;
	overflow-y:hidden;
	overflow-x:auto;
}	

#content {
position: relative;
z-index: 3;
}

#superbgimage {
display: none;
}
#logo {
	position: fixed;
	height: 50px;
	width: 55px;
	top: 20px;
	left: 30px;
}
#contact {
	position:fixed;
	height:53px;
	width:17px;
	bottom:50px;
	right:0px;
}
.navi {
	width: 936px;
	bottom:0px;
	left: 0px;
	right: 0px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
	height: 120px;
	position: absolute;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 1;
}
#wrapper {
	position: absolute;
	height: 120px;
	width: 982px;
	bottom:0px;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 10;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.min {
    border: 0px;
    width: 22px;
    height: 16px;
    float: left;
    margin-top: 105px;
    }
    
.plus { 
    border: 0px;
    width: 22px;
    height: 16px;
    float: right;
    margin-top:105px;
    }

ul#items {
	width:1140px;
	border:0;
	padding:0;
	margin-top: 105px;
	position: relative;
	margin-left: -18px;
}
ul {
	list-style:none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform:uppercase;
	padding: 0px;
	margin: 0px;
	width: 190px;
	vertical-align: middle;
}

ul li  a{
	width:190px;
	display:block;
	text-align:center;
	color:#FFF;
	background-color:#000;
	cursor:pointer;
	text-decoration:none;
}

ul li {
	float: left;
	position: relative;
	margin-right: 1px;
	width: 190px;
}

ul li ul {
	list-style: none;
	position: absolute;
	bottom: 100%;
	display: none;
	width: 190px;
	background-color:transparent;
} 

ul li:hover ul { display: block; }
